:root {
  --dark: #151515;
  --main: #f44d3b;
  --grey-4: #e5e5e5;
  --white: white;
  --sdcl-dark-blue: #345670;
  --haze: #f7f7f7;
  --grey-1: #454545;
  --by-balneo-grey: #626d7b;
  --grey-3: #d1d1d1;
  --sdcl-medium-blue: #4b79ac;
  --grey-2: #959595;
  --sdcl-grey: #878a8c;
  --facebook: #3b5998;
  --instagram: #f74a64;
  --sdcl-orange: #ff5733;
  --sdcl-light-blue: #87b2cf;
  --main-hover: #d33828;
  --sdcl-pink: #f6b8b8;
  --sdcl-light-green: #d0dfd7;
  --color-2: #e9aa70;
}

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

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

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

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

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

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

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

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

body {
  color: var(--dark);
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

a {
  color: var(--main);
  text-decoration: none;
}

ul {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 2px solid var(--main);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 8px 28px;
  font-family: Noto Serif;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
}

figure {
  margin-bottom: 24px;
}

figcaption {
  border-bottom: 1px solid var(--grey-4);
  text-align: center;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 13px;
  line-height: 16px;
}

.section {
  z-index: 1;
  background-color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.no-padding-side {
  padding-left: 0;
  padding-right: 0;
}

.section.padding-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.work-header-section {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 66vh;
  min-height: 600px;
  padding-top: 160px;
  padding-bottom: 112px;
  display: flex;
  overflow: hidden;
}

.section.border-top {
  border-top: 1px solid var(--grey-4);
}

.section.big-image-section {
  border: 24px solid var(--white);
  height: 50vw;
  overflow: hidden;
}

.section.pattern-dark-section {
  color: var(--white);
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/tobias-van-schneider-bQ-XtB9IWmo-unsplash-cropped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.section._120.no-space-top.reduced-space-bottom {
  padding-bottom: 100px;
}

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

.section._120.footer {
  background-color: var(--sdcl-dark-blue);
  padding: 10px 20px;
}

.section._120.reduced-top-space {
  padding-top: 40px;
}

.section._120.no-space-bottom {
  padding-bottom: 0;
}

.section._120.extra-space-top {
  padding-top: 200px;
}

.section._120.reduced-space-bottom {
  padding-bottom: 40px;
}

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

.section._100.no-space-bottom {
  padding-bottom: 0;
}

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

.section._100.no-space-top.reduced-space-bottom, .section._100.reduced-space-bottom {
  padding-bottom: 20px;
}

.section._100.reduced-space-bottom.reduced-space-top {
  padding-top: 80px;
}

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

.section._40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section._40.reduced-space-bottom {
  padding-bottom: 10px;
}

.section._80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: relative;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

._404-page {
  filter: grayscale(77%);
  background-image: url('../images/SDCL-Home-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-page-info {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  width: 260px;
  padding: 50px;
  display: flex;
  position: relative;
}

.password-form {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.haze {
  background-color: var(--haze);
}

.no-margin {
  margin: 0;
}

.intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
}

.intro.wide, .intro.no-margin-bottom.wider {
  max-width: 800px;
}

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

.title {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.title.white {
  color: #fff;
}

.title.bigger {
  font-size: 12px;
  line-height: 20px;
}

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

.brand {
  z-index: 100;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 8px 32px;
  display: flex;
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

.page-wrapper.nav-left-margin {
  margin-left: 280px;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.tooltip-arrow {
  background-color: #fff;
  border-bottom: 1px solid #e1e6ee;
  border-right: 1px solid #e1e6ee;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.change-icon {
  border: 1px solid var(--grey-4);
  color: var(--dark);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.tooltip {
  z-index: 2;
  border: 1px solid var(--grey-4);
  color: var(--grey-1);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 7px #15151514;
}

.tooltip.change-tooltip {
  width: auto;
  margin-bottom: 30px;
  padding: 6px 12px;
  display: block;
}

.tooltip.home-tooltip {
  width: auto;
  margin-bottom: 24px;
  padding: 6px 12px;
  display: block;
}

.change {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
}

.change-text {
  color: #596273;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licence-item {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 16px;
  padding: 40px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.grey-link {
  color: #505e78;
  text-decoration: none;
}

.grey-link:hover {
  text-decoration: underline;
}

.dot-divider {
  background-color: #dce0e9;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.button-icon {
  float: left;
  height: 24px;
  margin-left: -2px;
  margin-right: 10px;
}

.button {
  background-color: var(--sdcl-dark-blue);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

.button:hover {
  background-color: var(--grey-4);
  color: var(--sdcl-dark-blue);
}

.button.ghost-bg {
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button.ghost-bg:hover {
  color: var(--dark);
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #ffffffb3;
}

.button.white {
  color: var(--dark);
  background-color: #fff;
}

.button.white:hover {
  background-color: var(--main);
  color: var(--white);
  background-image: none;
}

.button.ghost {
  border: 1px solid var(--grey-4);
  color: var(--dark);
  background-color: #0000;
  background-image: none;
  transition-property: color, background-color, border-color;
}

.button.ghost:hover {
  background-color: var(--by-balneo-grey);
  box-shadow: none;
  color: #fff;
  border-color: #0000;
}

.button.ghost.more-works-button {
  height: 64px;
  margin-top: 24px;
  margin-left: 15px;
  margin-right: 15px;
}

.button.color-1 {
  background-color: var(--main);
}

.button.margin-left {
  margin-left: 16px;
}

.button.nav-button {
  border: 1px solid var(--sdcl-dark-blue);
  background-color: var(--sdcl-dark-blue);
  color: var(--white);
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.button.nav-button:hover {
  border: 1px solid var(--sdcl-dark-blue);
  background-color: var(--white);
  color: var(--dark);
  background-image: none;
}

.button.white-v2 {
  color: var(--dark);
  background-color: #fff;
}

.button.white-v2:hover {
  background-color: var(--by-balneo-grey);
  color: var(--white);
  background-image: none;
}

.button.layout-button {
  color: var(--dark);
  background-color: #fff;
}

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

.sg-button-block {
  flex-direction: column;
  width: 33.33%;
  padding: 15px;
  display: flex;
}

.sg-button-wrapper {
  box-shadow: inset 0 0 0 1px var(--grey-4);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding: 60px 16%;
  display: flex;
  position: relative;
}

.sg-button-wrapper.dark-bg {
  background-color: var(--dark);
  box-shadow: none;
}

.sg-buttons {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding-bottom: 64px;
  display: flex;
}

.sg-sidebar {
  border-right: 1px solid var(--grey-4);
  background-color: #fff;
  width: 270px;
  padding-bottom: 104px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-sidebar-heading {
  border-bottom: 1px solid var(--grey-4);
  align-items: center;
  padding: 28px 24px;
  display: flex;
}

.sg-sidebar-menu {
  flex-direction: column;
  align-items: stretch;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.sg-sidebar-link {
  color: var(--dark);
  border-radius: 5px;
  width: 100%;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.sg-sidebar-link:hover {
  background-color: var(--haze);
}

.sg-sidebar-link.w--current {
  background-image: url('../images/right-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  font-weight: 700;
}

.sg-back-link {
  border-top: 1px solid var(--grey-4);
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sg-back-link:hover {
  background-color: var(--haze);
}

.style-block {
  text-align: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

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

.nav-dropdown-list.w--open {
  border: .5px solid var(--by-balneo-grey);
  background-color: var(--white);
  border-radius: 3px;
  margin-left: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link {
  color: var(--dark);
  letter-spacing: 2px;
  -webkit-text-stroke-width: .25px;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Droid Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--sdcl-medium-blue);
}

.nav-link.w--current {
  color: var(--dark);
}

.nav-link.nav-link-dropdown {
  display: flex;
}

.nav-dropdown-link {
  color: var(--dark);
  padding: 8px 32px 8px 24px;
  font-size: 14px;
  transition: color .1s;
}

.nav-dropdown-link:hover {
  color: var(--sdcl-medium-blue);
}

.nav-dropdown-link.w--current {
  color: var(--dark);
  font-weight: 700;
}

.nav-menu {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.nav-dropdown {
  height: 100%;
}

.logo {
  height: 65px;
}

.logo-text {
  margin-left: 16px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-grey {
  color: var(--grey-1);
}

.bg-image {
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140%;
  min-height: 60vh;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.bg-image.main-image {
  background-color: var(--white);
  opacity: .64;
  background-image: url('../images/KBB_Shelford_1.jpg');
}

.bg-image.team-image {
  background-image: url('../images/SDCL_Team_5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.team-image.policy {
  background-image: url('../images/Practice_BW.webp');
  background-size: contain;
}

.bg-image.team-image.smaller-mobile {
  height: 140%;
}

.bg-image.couch-image {
  background-image: linear-gradient(#0006, #0006), url('../images/inside-weather-eAzLO5tr2_c-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.table-image {
  background-image: linear-gradient(#00000059, #00000059), url('../images/skyla-design-Ps0r8xOpnKI-unsplash.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.work-top-image {
  background-color: var(--white);
  opacity: .6;
}

.bg-image.office-image {
  background-image: url('../images/croissant--BiyRLfotEQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.room-image {
  background-color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/KBB_Shelford_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.room-image.denplan {
  background-image: linear-gradient(#0003, #0003), url('../images/SDCL-Home-25.webp');
  background-position: 0 0, 75%;
  background-size: auto, cover;
}

.bg-image.contact, .bg-image.about {
  background-color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/SDCL-Home-10.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.latest-news {
  background-color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/KBB_Hardwick_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.breadcrumbs {
  z-index: 1;
  background-color: var(--white);
  box-shadow: 0 0 20px 2px var(--dark);
  color: var(--grey-3);
  border: .5px solid #000;
  border-radius: 12px;
  flex-wrap: wrap;
  align-items: center;
  height: 24px;
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.breadcrumbs-arrow {
  opacity: .33;
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.full-width {
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.post-card-info {
  border-bottom: 1px solid var(--grey-4);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.link-dark {
  color: var(--dark);
  text-decoration: none;
  transition: color .4s;
}

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

.hidden {
  display: none;
}

.input {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 3px;
  height: 48px;
  margin-bottom: 0;
  padding: 11px 24px 12px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  border-color: var(--grey-3);
}

.input:focus {
  border-color: var(--by-balneo-grey);
  background-color: var(--white);
}

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

.input.input-dark {
  border-color: var(--grey-1);
  background-color: var(--dark);
  color: #fff;
}

.input.input-dark:hover {
  border-color: var(--grey-2);
}

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

.input.input-dark::placeholder {
  color: var(--grey-2);
}

.input.text-area {
  min-height: 200px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.input.password-input {
  margin-bottom: 16px;
}

.input.white {
  background-color: var(--white);
}

.sidebar-block {
  border-top: 2px solid var(--dark);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.zoomed-image {
  background-image: url('../images/SDCL-Home-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.zoomed-image.relative-image {
  background-image: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  display: block;
  position: relative;
}

.zoomed-image.relative-image.border {
  border: .5px solid var(--sdcl-grey);
}

.zoomed-image.gallery-1 {
  background-image: url('../images/cole-keister-rCbwraKTOtE-unsplash.jpg');
}

.zoomed-image.gallery-2 {
  background-image: url('../images/balazs-ketyi-f5T3eyxUQg8-unsplash.jpg');
}

.zoomed-image.gallery-3 {
  background-image: url('../images/banter-snaps-rt1R5wtY31Q-unsplash.jpg');
}

.zoomed-image.video-preview {
  background-image: url('../images/inside-weather-eAzLO5tr2_c-unsplash.jpg');
}

.zoomed-image.mini-gallery-1 {
  background-image: url('../images/SDCL-Home-27.webp');
}

.zoomed-image.mini-gallery-2 {
  background-image: url('../images/SDCL-Home-26.webp');
}

.zoomed-image.mini-gallery-3 {
  background-image: url('../images/Denplan_Logo_Square.png');
}

.zoomed-image.mini-gallery-3.outline {
  border: .5px solid var(--grey-1);
}

.zoomed-image.video-v2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.zoomed-image.instagram-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.zoomed-image.veneers {
  background-image: url('../images/SDCL-Home-30.webp');
}

.zoomed-image.teeth-whitening {
  background-image: url('../images/SDCL-Home-5.webp');
}

.zoomed-image.smilefast {
  background-image: url('../images/SDCL-Home-6.webp');
}

.zoomed-image.dentures {
  background-image: url('../images/SDCL-Home-31.webp');
}

.zoomed-image.smilelign {
  background-image: url('../images/SDCL-Home-29.webp');
  background-size: cover;
}

.sidebar-categories {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.blog-category-link {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: -1px;
  padding-right: 16px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.blog-category-link:hover {
  background-color: var(--haze);
}

.text-small {
  font-size: 13px;
  line-height: 20px;
}

.form-success {
  background-color: #0000;
  padding: 16px;
}

.form-success.left {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.form-error {
  color: #e84d4d;
  background-color: #e84d4d1a;
  border: 1px solid #e84d4d80;
  border-radius: 3px;
  margin-top: 16px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 20px;
}

.social-buttons {
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.social-buttons.left {
  justify-content: flex-start;
}

.social-button {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 3px;
  padding: 10px;
  transition: background-color .4s;
  display: flex;
}

.social-button:hover {
  border-color: var(--dark);
  background-color: var(--main);
}

.social-button.twitter-color:hover {
  background-color: #2aa3f0;
}

.social-button.facebook-color {
  background-color: var(--facebook);
}

.social-button.facebook-color:hover {
  background-color: var(--sdcl-grey);
}

.social-button.instagram-color {
  background-color: var(--instagram);
}

.social-button.instagram-color:hover {
  background-color: var(--sdcl-grey);
}

.social-button.pinterest-color:hover {
  background-color: #d42d2f;
}

.social-button.behance-color:hover {
  background-color: #105dfb;
}

.social-button.dribbble-color:hover {
  background-color: #ea4c89;
}

.sidebar-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 4px;
  display: flex;
}

.tag {
  background-color: var(--haze);
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  height: 20px;
  margin: 4px;
  padding: 2px 6px 2px 7px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-block;
}

.tag:hover {
  background-color: var(--dark);
  color: var(--white);
}

.tag.big {
  height: 24px;
  padding: 4px 8px 4px 9px;
  font-size: 10px;
}

.sidebar-instagram-link {
  background-color: var(--main);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-thumb {
  background-color: var(--grey-4);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 272px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card {
  flex-flow: column wrap;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divider {
  background-color: var(--sdcl-dark-blue);
  width: 100px;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.divider.no-margin-bottom {
  height: 1px;
  margin-top: 4px;
}

.divider.hero-divider {
  background-color: var(--white);
  height: 1px;
  margin-top: 16px;
  margin-bottom: 0;
}

.divider.contact {
  background-color: var(--sdcl-medium-blue);
  margin-top: 24px;
  margin-bottom: 0;
}

.hero-v4-arrow-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 32px;
  display: flex;
}

.buttons-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-container.left {
  justify-content: flex-start;
}

.buttons-container.margin-top {
  margin-top: 32px;
}

.buttons-container.margin-top-big {
  margin-top: 64px;
}

.buttons-container.right {
  justify-content: flex-end;
}

.text-big {
  font-size: 17px;
  line-height: 28px;
}

.text-big.light {
  font-size: 18px;
  font-weight: 300;
}

.text-big.light.no-space-bottom {
  margin-bottom: 0;
}

.text-big.light.white {
  color: var(--white);
}

.text-big.dark-light {
  color: var(--dark);
  font-size: 18px;
  font-weight: 300;
}

.play-button {
  z-index: 1;
  background-color: var(--white);
  background-image: url('../images/play-icon.svg');
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: auto;
  transition: transform .3s, background-color .3s;
  display: block;
  position: absolute;
  inset: 0;
}

.play-button:hover {
  transform: scale(1.08);
}

.side-blocks-flex {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.small-padding-side {
  padding-left: 15px;
  padding-right: 15px;
}

.no-padding {
  padding: 0;
}

.card {
  background-color: var(--dark);
  color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 456px;
  padding: 88px 32px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote-text {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

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

.counters {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.counter {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 24px 15px;
  display: flex;
}

.counter-number {
  margin-bottom: 8px;
  font-family: Noto Serif;
  font-size: 40px;
  line-height: 56px;
}

.feature-icon {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  margin-bottom: 16px;
  position: relative;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.testimonials-v1 {
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 96px;
  padding-right: 96px;
  position: static;
}

.instagram-section {
  z-index: 1;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-photo-link {
  color: var(--dark);
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subscribe-form-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subscribe-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  display: grid;
}

.instagram-hover-icon {
  z-index: 1;
  width: 24px;
  margin: 3px 2px;
}

.feature-left {
  flex-direction: row;
  align-items: flex-start;
  padding-right: 6%;
  display: flex;
}

.feature-side-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 8%;
  display: flex;
}

.heading-big-margin {
  margin-bottom: 32px;
}

.feature-v1 {
  border: 1px solid var(--grey-4);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 64px 12%;
  transition: border-color .4s;
  display: flex;
}

.feature-v1:hover {
  border-color: var(--grey-2);
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  padding: 80px 40px;
  display: flex;
}

.no-padding-right {
  padding-right: 0;
}

.tabs-menu {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  overflow: hidden;
}

.tab-link {
  color: var(--dark);
  background-color: #0000;
  border-radius: 16px;
  height: 32px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

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

.tab-link.w--current {
  background-color: var(--by-balneo-grey);
  color: var(--white);
  text-decoration: none;
}

.link {
  box-shadow: inset 0 -1px 0 0 var(--grey-4);
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .15s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.link.white {
  color: #fff;
  box-shadow: inset 0 -2px #ffffff80;
}

.link.margin-left {
  margin-left: 32px;
}

.link.work-hover-link {
  margin-top: 16px;
  margin-bottom: -8px;
}

.testimonials-v2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

.testimonials-v2-nav {
  transform-style: preserve-3d;
  width: 60px;
  font-size: 3px;
  bottom: -80px;
  left: 0;
  right: 0;
  transform: scale3d(6, 1, 1);
}

.testimonials-v2-slide {
  width: 33.33%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-card {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 12%;
  display: flex;
}

.testimonial-card-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.testimonial-card-name {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.counter-cards {
  z-index: 1;
  padding-top: 1px;
  padding-bottom: 1px;
  display: none;
  position: relative;
}

.counter-card {
  box-shadow: 0 0 0 1px var(--grey-4);
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 4%;
  display: flex;
  position: relative;
}

.counter-text {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.footer-bottom-divider {
  background-color: var(--grey-1);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.protected-page {
  opacity: 1;
  filter: grayscale(76%);
  color: #fff;
  background-image: url('../images/KBB_Shelford_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.password-card {
  color: var(--dark);
  background-color: #fff;
  min-width: 470px;
  padding: 64px 80px;
}

.password-heading {
  margin-bottom: 32px;
}

.search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  max-width: 770px;
  margin: 0 auto;
  display: grid;
}

.search-result-card {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.search-results {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-text {
  background-color: #fff;
}

.blog-post-text p {
  color: var(--grey-1);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 32px;
}

.blog-post-text ul, .blog-post-text ol {
  margin-right: 25%;
}

.blog-post-text a:hover {
  text-decoration: underline;
}

.blog-post {
  background-color: #fff;
  flex: 1;
  padding-top: 48px;
  position: relative;
}

.coming-soon {
  background-image: linear-gradient(#15151580, #15151580), url('../images/adrien-olichon-jmUAwCkB2X8-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.coming-soon-card {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 670px;
  padding: 64px 80px;
}

.layouts {
  flex-wrap: wrap;
  margin-right: -20px;
  display: flex;
}

.layout {
  color: var(--dark);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: background-color .3s;
  position: relative;
}

.testimonials-arrow {
  color: #151515;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 64px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-left: 12px;
  padding-right: 20px;
  display: flex;
  bottom: 0;
  right: 0;
}

.sidebar-block-header {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.sidebar-block-content {
  padding-bottom: 20px;
}

.sidebar-block-content.no-padding {
  padding: 0;
}

.sidebar-block-content.align-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sidebar-slide {
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.sidebar-slide-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 160px;
  margin-bottom: 16px;
}

.sidebar-slider {
  background-color: #0000;
  height: 376px;
}

.sidebar-slide-category {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 4px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.sidebar-slider-button {
  box-shadow: 0 0 0 1px var(--grey-4);
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 48px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  transition: background-color .15s;
  display: flex;
  bottom: 0;
  right: 0;
}

.sidebar-slider-button:hover {
  background-color: var(--haze);
}

.sidebar-slider-button.left {
  bottom: 0;
  left: 0;
  right: auto;
}

.sidebar-slider-arrow {
  width: 17px;
  margin-left: 3px;
  margin-right: 3px;
}

.sidebar-slider-button-text {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 10px;
}

.sidebar-category-icon {
  opacity: .25;
  width: 16px;
  margin-right: -3px;
}

.sidebar-featured {
  box-shadow: 0 1px 0 0 var(--grey-4);
  color: var(--dark);
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: background-color .15s;
  display: flex;
}

.sidebar-featured:hover {
  background-color: var(--haze);
}

.sidebar-featured-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.sidebar-featured-info {
  flex: 1;
}

.sidebar-featured-category {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.sidebar-featured-heading {
  text-transform: capitalize;
  margin-bottom: -4px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.post-top {
  text-align: center;
  text-transform: capitalize;
  flex-direction: column;
  align-items: center;
  margin: 48px 16.66% 100px;
  display: flex;
}

.info-v1 {
  display: block;
  position: relative;
}

.info-v1-text {
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 36px;
  position: relative;
}

.media-message {
  z-index: 2;
  color: var(--dark);
  background-color: #fff;
  align-items: stretch;
  max-width: 370px;
  padding: 16px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  position: absolute;
}

.link-underline {
  z-index: 1;
  background-color: var(--sdcl-orange);
  width: 12px;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.overlay {
  z-index: 100;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0;
}

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

.media-wrapper {
  position: relative;
  overflow: hidden;
}

.media-wrapper.video-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.testimonial-v2-text {
  margin-bottom: 16px;
}

.rating {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.rating-star {
  width: 18px;
}

.testimonials-v2-button {
  color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 28px;
  display: none;
  top: 40px;
  bottom: 0;
}

.testimonials-v2-button:hover {
  opacity: 1;
}

.testimonials-v2-button.left {
  left: -25px;
  right: auto;
}

.hero-v1-info {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 42%;
  max-width: 470px;
  margin-right: 8%;
  display: flex;
  position: relative;
}

.hero-v1-scroll {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  overflow: hidden;
  box-shadow: inset 0 -2px #fff3;
}

.hero-v1-left {
  z-index: 3;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.feature-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

.mini-gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 56px 56px 56px 56px 56px 56px 56px 56px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.connect-grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  background-color: var(--dark);
  color: var(--white);
  background-image: linear-gradient(#000000e0, #000000e0), url('../images/tobias-van-schneider-bQ-XtB9IWmo-unsplash-cropped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 5% 108px;
  display: grid;
  position: relative;
}

.connect-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-bottom: 4px;
  display: flex;
}

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

.first-letter {
  float: left;
  margin-top: 4px;
  margin-right: 8px;
  font-family: Noto Serif;
  font-size: 48px;
  line-height: 40px;
}

.info-text p {
  color: var(--grey-2);
}

.works-masonry {
  column-count: 3;
  column-rule-width: 100px;
  column-gap: 0;
  margin-bottom: -88px;
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
}

.works-masonry-item {
  width: 100%;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  position: relative;
}

.work-card-masonry {
  z-index: 1;
  color: var(--dark);
  width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-card {
  color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-card.taller {
  height: 400px;
}

.work-presentation {
  background-color: #fff;
  margin-bottom: -32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.work-presentation p {
  color: var(--grey-1);
  margin-bottom: 32px;
  margin-left: 16.66%;
  margin-right: 16.66%;
  font-size: 14px;
  line-height: 24px;
}

.work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6, .work-presentation ol {
  margin-left: 16.66%;
  margin-right: 16.66%;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-presentation figure {
  margin-top: 64px;
  margin-bottom: 64px;
}

.work-presentation.rte {
  margin-top: -32px;
}

.work-info-block {
  border-right: 1px solid var(--grey-4);
  color: var(--dark);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  margin-right: -1px;
  padding: 40px 5%;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.work-info-blocks {
  border: 1px solid var(--grey-4);
  border-radius: 3px;
  align-self: start;
  margin-left: 16.66%;
  margin-right: 16.66%;
  display: flex;
  overflow: hidden;
}

.work-info-text {
  color: var(--dark);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 4px;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.work-info-text.bigger {
  color: var(--grey-1);
  font-size: 32px;
  line-height: 42px;
}

.sg-button-info {
  color: var(--grey-2);
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 16px;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 12px;
  right: 12px;
}

.work-carousel {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.work-carousel-link {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  background-color: var(--haze);
  color: var(--dark);
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 25vw;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 8%;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-carousel-link:hover {
  background-color: var(--haze);
  color: var(--white);
}

.work-carousel-link.right {
  border-left: 1px solid var(--grey-4);
  background-color: var(--haze);
  text-align: left;
  justify-content: flex-start;
  padding-left: 8%;
  padding-right: 0;
  transition: background-color .3s;
}

.work-carousel-link.right:hover {
  color: var(--white);
}

.work-carousel-all {
  border-bottom: 1px solid var(--grey-4);
  background-color: var(--haze);
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .4s, color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.work-carousel-all:hover {
  border-bottom-color: var(--grey-4);
  background-color: var(--by-balneo-grey);
  color: var(--white);
}

.work-carousel-info {
  z-index: 1;
  padding-top: 1px;
  position: relative;
}

.works-fullscreen-link {
  z-index: 3;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.works-fullscreen-link:hover {
  color: var(--dark);
  background-color: #fff;
  border-color: #0000;
}

.nav-search-button {
  z-index: 2;
  color: #151515;
  background-color: #0000;
  height: 40px;
  padding: 8px 36px 8px 16px;
  position: relative;
}

.testimonials-v1-nav {
  font-size: 6px;
  display: none;
}

.testimonial-v1-text {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.testimonial-v1-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
}

.testimonials-v1-button {
  color: var(--white);
  border: 1px solid #ffffff4d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 160px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  transition: height .4s, color .4s, border-color .4s, background-color .4s;
  display: flex;
  inset: 0 auto 0 32px;
}

.testimonials-v1-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--dark);
  border-color: #0000;
  height: 180px;
}

.testimonials-v1-button:active {
  transform: scale(.98);
}

.testimonials-v1-button.right {
  left: auto;
  right: 32px;
}

.testimonial-v1 {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-v1-author-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.full-height {
  height: 100%;
}

.team-v1-card-photo {
  width: 100%;
  height: 344px;
  position: relative;
  overflow: hidden;
}

.content-vertical-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hover {
  z-index: 3;
  transition: background-color .3s, color .3s;
}

.hover.bottom-hover {
  padding: 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover.instagram-hover {
  padding-bottom: .7vw;
  padding-left: .7vw;
  padding-right: .7vw;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-margin-32 {
  margin-bottom: 32px;
}

.job {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.job-info {
  position: relative;
}

.job-position {
  color: var(--grey-2);
  margin-top: -4px;
  font-size: 13px;
  line-height: 20px;
}

.skill {
  letter-spacing: 2px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-bottom: 4px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
}

.skill.no-margin-top {
  margin-top: 0;
}

.skill-bar {
  background-color: var(--haze);
  border-radius: 2px;
  width: 100%;
  height: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}

.skill-progress {
  background-color: var(--main);
  height: 100%;
}

.skill-progress._2 {
  border-radius: 2px;
  margin-right: 10%;
}

.skill-progress._3 {
  margin-right: 30%;
}

.skill-progress._4 {
  margin-right: 20%;
}

.skill-progress.color-1 {
  background-color: var(--main);
}

.skill-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.signature-v1 {
  width: 210px;
}

.counter-card-number {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Noto Serif;
  font-size: 32px;
  line-height: 48px;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.layout-category {
  color: var(--grey-2);
  margin-top: -4px;
  font-size: 12px;
  line-height: 20px;
}

.main-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.nav-v2-right {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.layout-home-badge {
  background-color: #15151566;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 12px;
  padding: 6px;
  transition: background-color .3s;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.layout-home-badge:hover {
  background-color: var(--dark);
}

.layout-home-icon {
  width: 100%;
}

.text-link {
  color: var(--main);
  text-decoration: none;
  transition: color .2s;
}

.text-link:hover {
  text-decoration: underline;
}

.client-v1-link {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 6vw;
  min-height: 48px;
  max-height: 96px;
  padding: 24px;
  transition: opacity .4s;
  display: flex;
}

.client-v1-link.grey {
  opacity: .32;
}

.client-v1-link.grey:hover {
  opacity: 1;
}

.clients-v1 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding: 40px 3%;
  display: flex;
}

.client-v1-logo {
  max-width: none;
  height: 80%;
  min-height: 24px;
  max-height: 36px;
}

.work-carousel-heading {
  margin-top: 1vw;
  font-size: 2.4vw;
}

.quote-avatar {
  border-radius: 50%;
  width: 85%;
  max-width: 128px;
}

.gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px;
  grid-template-columns: minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr);
  grid-auto-rows: 72px;
  margin-left: 15px;
  margin-right: 15px;
}

.heading-no-margin {
  margin: 0;
}

.bg-video {
  opacity: .9;
  width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.video-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 40vw;
  min-height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pagination {
  text-align: right;
  margin-top: 48px;
  padding-left: 5px;
  padding-right: 5px;
}

.pagination-arrow-icon {
  width: 18px;
  height: 18px;
  margin-top: -2px;
  font-size: 20px;
}

.progress {
  background-color: var(--main);
  width: 33%;
  height: 100%;
}

.progress-bar {
  z-index: 101;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  position: fixed;
}

.post-tags-block {
  border-top: 2px solid var(--dark);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-right: 8%;
  display: flex;
}

.post-tags {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-left: 12px;
  display: flex;
}

.top-line-block {
  border-top: 1px solid var(--sdcl-light-blue);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 8px;
  display: flex;
}

.top-line-block.address {
  justify-content: center;
  padding-bottom: 0;
}

.contact-block-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.contact-block-heading.reduced-padding {
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-block-heading.bold {
  -webkit-text-stroke-width: .2px;
  margin-bottom: 15px;
  font-weight: 900;
}

.sg-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
}

.sg-color-block {
  border: 1px solid var(--grey-4);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 64px 32px;
  display: flex;
}

.sg-color-block.small {
  flex: 15%;
  padding: 40px 20px;
}

.sg-color-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--haze);
  border-radius: 50%;
  grid-template-rows: 100%;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
  display: grid;
  overflow: hidden;
}

.sg-color-circle.small {
  width: 88px;
  height: 88px;
}

.main-color {
  background-color: var(--main);
}

.main-color-hover {
  background-color: var(--main-hover);
}

.color-hex {
  color: var(--grey-2);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.colors {
  flex-wrap: wrap;
  margin-bottom: 1px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

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

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

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

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

.blog-categories {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.page-heading {
  margin-bottom: 0;
}

.page-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.page-intro.left {
  text-align: left;
  align-items: flex-start;
  margin-left: 6%;
}

.page-intro.wide {
  max-width: 800px;
}

.layout-thumb-container {
  border: 1px solid var(--grey-4);
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.top-button {
  z-index: 100;
  background-color: var(--sdcl-medium-blue);
  cursor: pointer;
  background-image: url('../images/up-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background-color .4s;
  position: fixed;
  inset: auto 12px 12px auto;
}

.top-button:hover {
  background-color: var(--sdcl-pink);
}

.back-to-top, .top {
  height: 0;
}

.menu-icon-top {
  background-color: #fff;
  height: 2px;
  margin-bottom: 6px;
}

.menu-icon-bottom {
  background-color: #fff;
  height: 2px;
}

.big-menu-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-bottom: 144px;
  display: flex;
  position: relative;
}

.big-menu-dropdown {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.big-menu {
  background-color: #151515;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  padding-top: 112px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.big-menu-link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  font-family: Lora, sans-serif;
  font-size: 5vh;
  line-height: 6vh;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.big-menu-link:hover {
  color: var(--main);
}

.big-menu-link.w--current {
  color: #fff;
}

.big-menu-link.w--current:hover {
  color: var(--main);
}

.big-menu-link.w--open {
  display: flex;
  left: auto;
  right: auto;
}

.nav-v3-content {
  z-index: 10;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-bar-top {
  z-index: 100;
  color: #fff;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 104px;
  margin-bottom: -104px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar-top.classic {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--haze);
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr 240px;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.menu-button {
  z-index: 10;
  color: #fff;
  border-radius: 50%;
  padding: 19px 32px;
}

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

.menu-buttton-text {
  margin-right: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.nav-background {
  background-color: var(--haze);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.page-header {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.page-header.top-padding {
  z-index: 1;
  background-color: #000;
  padding-top: 160px;
  overflow: hidden;
}

.page-header.top-padding.completely-hidden {
  display: none;
}

.big-menu-social {
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  position: absolute;
  inset: auto 0% 32px;
}

.big-menu-social-line {
  background-color: var(--white);
  opacity: .1;
  flex: 1;
  height: 2px;
  margin-left: 16px;
  margin-right: 16px;
}

.page-description {
  margin-top: 16px;
}

.breadcrumbs-link {
  color: var(--dark);
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
}

.breadcrumbs-link:hover {
  color: var(--sdcl-medium-blue);
  text-decoration: none;
}

.breadcrumbs-link.w--current {
  color: var(--dark);
  font-weight: 400;
  text-decoration: none;
}

.breadcrumbs-link.w--current:hover {
  color: var(--grey-1);
  text-decoration: none;
}

.breadcrumbs-divider {
  opacity: .3;
  color: var(--sdcl-medium-blue);
  padding-left: 4px;
  padding-right: 4px;
  font-size: 20px;
  font-weight: 700;
}

.tabs {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.breadcrumbs-v2 {
  border-bottom: 1px solid var(--grey-4);
  justify-content: flex-start;
  align-items: center;
  padding: 36px 32px;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.breadcrumbs-v2-link {
  color: var(--dark);
  text-decoration: none;
}

.breadcrumbs-v2-link:hover {
  text-decoration: underline;
}

.text-block-2 {
  color: var(--grey-2);
}

.footer-v1 {
  z-index: 1;
  background-image: linear-gradient(#000000e0, #000000e0), url('../images/tobias-van-schneider-bQ-XtB9IWmo-unsplash-cropped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-wrap: wrap;
  padding: 8px 32px;
  display: flex;
  position: relative;
}

.footer-v1-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-v1-logo {
  background-image: url('../images/logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
  flex: none;
  width: 80px;
  height: 80px;
  margin-left: -22px;
}

.footer-v1-menu {
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.footer-v1-link {
  color: var(--white);
  padding: 4px 16px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s;
}

.footer-v1-link:hover {
  color: var(--main);
}

.footer-v1-right {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-right: 28px;
  display: flex;
}

.footer-v1-links {
  justify-content: flex-end;
  align-items: center;
  padding-right: 24px;
  display: flex;
}

.footer-v1-link-small {
  color: var(--white);
  padding: 4px 12px;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}

.footer-v1-bottom {
  color: var(--grey-2);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.link-grey {
  color: var(--grey-2);
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.intro-logo {
  width: 52px;
  margin-bottom: 20px;
}

.footer-v2 {
  background-color: var(--dark);
  align-items: center;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.footer-v2-copyright {
  color: var(--grey-2);
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.footer-v2-menu {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.footer-v2-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .4s;
}

.footer-v2-link:hover {
  color: var(--main);
}

.footer-v2-button {
  background-color: var(--main);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 100%;
  min-height: 104px;
  margin-left: 32px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.footer-v2-button:hover {
  background-color: var(--main-hover);
}

.footer-v2-button-text {
  min-width: 80px;
  transform: rotate(90deg);
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading-icon {
  z-index: 1;
  width: 42px;
  position: relative;
}

.preloader-left {
  background-color: #fff;
  position: absolute;
  inset: 0 50% 0 0;
}

.preloader-right {
  background-color: #fff;
  position: absolute;
  inset: 0 0% 0 50%;
}

.hero-v1-section {
  z-index: 1;
  background-color: var(--dark);
  perspective: 490px;
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--white);
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/tobias-van-schneider-bQ-XtB9IWmo-unsplash-cropped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  max-height: 64vw;
  padding-left: 184px;
  padding-right: 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-v1-line {
  background-color: var(--white);
  width: 80px;
  height: 2px;
  margin-top: 56px;
  margin-left: -112px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-v1-image {
  background-image: url('../images/amin-rokhide-16eUNLpbnXg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.hero-vertical-link {
  color: var(--white);
  border-radius: 3px;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .3s;
}

.hero-vertical-link:hover {
  background-color: #ffffff1f;
}

.hero-v1-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-v1 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 104px;
  display: flex;
}

.hero-v1-vertical-block {
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 40px;
  margin-left: 8px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  transform: rotate(-90deg);
}

.news-card {
  background-color: var(--dark);
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--white);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 16px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(0)perspective(784px);
}

.news-card-image {
  background-color: var(--grey-1);
  background-image: url('../images/larq-VMC3O_lSrFA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  margin-right: 16px;
}

.nav-bar-v1 {
  border-right: 1px solid var(--grey-4);
  background-color: var(--white);
  flex-direction: column;
  width: 280px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav-v1-top {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  display: flex;
}

.nav-v1-brand {
  color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.nav-v1-logo {
  width: 48px;
}

.nav-v1-logo-text {
  margin-top: 16px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.nav-v1-links {
  float: none;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 64px;
  display: flex;
}

.nav-v1-link {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 28px;
  transition: background-color .4s;
  display: block;
}

.nav-v1-link:hover {
  background-color: var(--haze);
}

.nav-v1-link.w--current {
  color: var(--dark);
}

.nav-v1-button {
  border-top: 1px solid var(--grey-4);
  color: var(--dark);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 72px;
  padding-bottom: 1px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 700;
  transition: border-color .4s, color .4s, background-color .4s;
  display: flex;
}

.nav-v1-button:hover {
  background-color: var(--main);
  color: var(--white);
  border-top-color: #0000;
}

.nav-v1-small-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.nav-v1-small-link {
  color: var(--grey-2);
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 20px;
  transition: color .4s, background-color .4s;
}

.nav-v1-small-link:hover {
  background-color: var(--haze);
  color: var(--dark);
}

.nav-v1-menu {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.work-slider-v1 {
  background-color: var(--white);
  height: 100vh;
  max-height: 64vw;
}

.work-slider-v1.margin-top {
  padding-top: 104px;
}

.work-slide-v1 {
  flex-direction: column;
  height: 100%;
  padding: 40px 88px 0 40px;
  display: flex;
  position: relative;
}

.work-slide-v1-color {
  background-color: var(--grey-1);
  width: 33.33%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.work-slide-v1-image {
  z-index: 1;
  background-color: var(--haze);
  flex: 1;
  position: relative;
  overflow: hidden;
}

.work-slider-v1-button {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  transition: transform .4s;
  inset: auto 88px 32px auto;
}

.work-slider-v1-button:hover {
  transform: scale(1.1);
}

.work-slider-v1-button:active {
  transform: scale(1);
}

.work-slider-v1-button.prev {
  right: 148px;
}

.work-slide-v1-info {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 30%;
  padding: 6px 80px 6px 56px;
  position: relative;
}

.work-card-info {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: -4px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.work-slide-v1-nav {
  display: none;
}

.work-slide-v1-marker {
  background-color: var(--by-balneo-grey);
  width: 40px;
  height: 1px;
  margin-top: 23px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.work-slide-v1-progress {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 33.33vh;
  min-height: 320px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.work-slide-v1-bar {
  background-color: #ffffff4d;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 2px;
  display: flex;
}

.work-slide-v1-number {
  color: var(--white);
  flex: none;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Lora, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.work-slider-v2 {
  background-color: var(--white);
  height: 100vh;
  max-height: 64vw;
  padding: 36px;
}

.work-slider-v2-nav {
  display: none;
}

.works-slide-v2 {
  width: 50%;
  padding: 4px;
}

.works-slide-v2.padding-top {
  padding-top: 88px;
}

.works-slide-v2.padding-bottom {
  padding-bottom: 88px;
}

.work-slide-preview {
  background-color: var(--grey-4);
  color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-slider-v2-button {
  background-color: var(--white);
  color: var(--dark);
  width: 48px;
  height: 48px;
  margin: auto;
  font-size: 20px;
  left: 0;
  right: 0;
}

.work-slider-v2-button.next {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  bottom: -48px;
}

.work-slider-v2-button.prev {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 49px;
  top: -49px;
}

.work-slider-v2-arrow {
  transform: rotate(90deg);
}

.work-slider-v2-button-line {
  background-color: var(--grey-4);
  height: 1px;
  position: absolute;
  inset: auto 10px 0%;
}

.work-hover {
  z-index: 2;
  background-color: var(--white);
  text-align: left;
  border-radius: 3px;
  width: 100%;
  max-width: 400px;
  padding: 32px 20px 32px 32px;
  position: relative;
}

.work-card-info-text {
  color: var(--grey-2);
  padding-right: 5px;
}

.work-card-info-text.darker {
  color: var(--dark);
  font-size: 14px;
  line-height: 24px;
}

.work-card-info-divider {
  color: var(--grey-3);
  padding-left: 7px;
  padding-right: 7px;
}

.work-hover-heading {
  margin-top: -4px;
  margin-right: 20px;
}

.work-hover-button {
  background-color: var(--grey-4);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/plus-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-clip: border-box;
  border-radius: 1.5px;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 8px 8px auto auto;
}

.work-hover-button.smile-logo {
  background-color: var(--white);
  background-image: url('../images/SDCL_Logo_Webclip.png');
  background-size: cover;
  width: 40px;
  height: 40px;
}

.work-slider-v2-heading {
  z-index: 10;
  text-align: left;
  margin-top: 8px;
  margin-left: 2px;
  position: absolute;
}

.hero-v3-section {
  background-color: var(--dark);
  color: var(--white);
  background-image: linear-gradient(#0009, #0009), url('../images/adrien-olichon-jmUAwCkB2X8-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 720px;
  max-height: 64vw;
  display: flex;
  position: relative;
}

.hero-v3-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-bottom: 104px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.hero-avatar {
  background-image: url('../images/Avatar-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}

.hero-v3-heading {
  margin-bottom: 24px;
}

.works-3-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 368px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 368px;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.hero-v3-works {
  margin-bottom: -64px;
  position: relative;
  top: -184px;
}

.instagram-photos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -1px;
  display: grid;
  position: relative;
}

.instagram-info {
  color: var(--dark);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.instagram-vertical-text {
  width: 200px;
  position: relative;
  transform: rotate(-90deg);
}

.instagram-vertical-box {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  padding-bottom: 2px;
  padding-left: 24px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.point-link {
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  margin-top: -12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  font-family: Lora, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.instagram-hover-button {
  z-index: 2;
  background-color: var(--white);
  text-align: center;
  border-radius: 3px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 9px 8px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.instagram-hover-text {
  margin: 3px 4px;
}

.instagram-heading {
  flex-wrap: nowrap;
  margin-top: -1.2vw;
  margin-bottom: .5vw;
  font-size: 1.9vw;
}

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

.form-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 16px;
}

.follow-block {
  z-index: 3;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 21px 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.follow-block-line {
  background-color: var(--dark);
  color: var(--grey-2);
  width: 64px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.grid-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.follow-block-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

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

.contact-side-media {
  background-image: url('../images/alexa-williams-alI2YF1Wg9A-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.select-wrapper {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 3px;
  height: 48px;
  margin-bottom: 0;
  padding: 0 14px;
  font-size: 14px;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
}

.select-wrapper:hover {
  border-color: var(--grey-3);
}

.select-wrapper:focus {
  border-color: var(--main);
  background-color: var(--white);
}

.select-wrapper::placeholder {
  color: var(--grey-2);
}

.select {
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin: 0;
  font-size: 15px;
}

.select._48 {
  border-style: solid;
  border-color: var(--grey-4);
  background-color: var(--haze);
  height: 48px;
}

.heading-margin-40 {
  margin-bottom: 40px;
}

.contact-text-big {
  color: var(--dark);
  letter-spacing: .25px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  line-height: 32px;
  transition: color .2s;
}

.contact-text-big:hover {
  color: var(--by-balneo-grey);
}

.contact-text-big.address:hover {
  color: var(--dark);
}

.contact-text-big.address.space-top {
  width: 85%;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.contact-text-big.address.space-top.reduced {
  margin-top: 0;
}

.contact-text-big.address.no-bottom-space {
  margin-bottom: 0;
}

.contact-text-big.smaller {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 25px;
}

.contact-text-big.smaller:hover {
  color: var(--dark);
}

.contact-text-big.left-space {
  margin-left: 10px;
  transition-duration: .5s;
}

.hero-v2-section {
  background-color: var(--dark);
  color: var(--white);
  height: 100vh;
  max-height: 64vw;
  display: flex;
}

.hero-v2-section.white {
  background-color: var(--white);
}

.hero-v2-section.white.completely-hidden {
  display: none;
}

.hero-v2-image {
  background-image: url('../images/SDCL_Team_3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 41.66%;
}

.hero-v2-image.wider {
  width: 50%;
}

.hero-v2-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 570px;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
}

.testimonial-v1-divider-box {
  justify-content: center;
  align-items: center;
  width: 370px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.testimonials-v1-line {
  background-color: var(--white);
  opacity: .3;
  flex: 1;
  height: 2px;
}

.sidebar-grid {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr 300px;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1170px;
  display: grid;
}

.sidebar-grid.hidden {
  display: none;
}

.post-image {
  background-color: var(--dark);
  height: 680px;
  margin-top: -184px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

.post-heading {
  margin-top: 20px;
  margin-bottom: 32px;
}

.post-info {
  border-top: 2px solid var(--dark);
  position: sticky;
  top: 128px;
}

.post-info-block {
  border-bottom: 1px solid var(--grey-4);
  color: var(--grey-2);
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 64px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.post-info-heading {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.post-category {
  background-color: var(--by-balneo-grey);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  height: 20px;
  padding: 2px 6px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-block;
}

.post-category:hover {
  background-color: var(--dark);
  color: var(--white);
}

.post-share-buttons {
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
}

.work-carousel-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.tabs-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-card-category {
  background-color: var(--by-balneo-grey);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  flex: none;
  height: 20px;
  padding: 2px 6px 2px 7px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-block;
}

.post-card-category:hover {
  background-color: var(--main);
  color: var(--white);
}

.post-card-info-text {
  color: var(--grey-2);
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.post-card-heading {
  text-transform: capitalize;
  margin-bottom: 0;
}

.posts-3-columns {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.posts-2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.search-link {
  background-color: var(--haze);
  color: var(--grey-2);
  border-radius: 3px;
  margin-top: 12px;
  padding: 4px 6px;
  font-size: 11px;
  line-height: 16px;
}

.skill-percent {
  background-color: var(--haze);
  border-radius: 3px;
  padding: 4px 8px 4px 9px;
}

.features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 54px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.layouts-info {
  position: sticky;
  top: 80px;
}

.job-heading {
  margin-top: -8px;
}

.connect-social {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.connect-social-line {
  background-color: var(--white);
  opacity: .3;
  flex: 1;
  height: 1px;
}

.connect-social-buttons {
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.connect-heading {
  margin-bottom: 16px;
}

.connect-logo {
  width: 48px;
  margin-bottom: 16px;
}

.form-text-small {
  margin-top: 12px;
  font-size: 11px;
  line-height: 16px;
}

.connect-subscribe {
  max-width: 370px;
  padding-top: 8px;
}

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

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

.grid-content.left {
  text-align: left;
  align-items: flex-start;
}

.subscribe {
  width: 100%;
  max-width: 430px;
}

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

.works-dynamic-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 280px 360px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -16px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.post-card-thumb-big {
  background-color: var(--grey-4);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 400px;
  max-height: 32vw;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-slide-v1-timeline {
  background-color: var(--white);
  width: 100%;
  height: 33.33%;
}

.skills-block-sticky {
  position: sticky;
  top: 144px;
}

.menu-text-box {
  float: left;
  margin-top: 3px;
  overflow: hidden;
}

.skill-card {
  background-color: var(--white);
  padding: 48px 48px 40px 128px;
  position: relative;
}

.vertical-text-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.vertical-text-box.skill-card-text {
  border-right: 1px solid var(--grey-4);
  width: 80px;
}

.vertical-heading {
  width: 280px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  transform: rotate(-90deg);
}

.coming-soon-subscribe {
  width: 100%;
  max-width: 400px;
}

.pos-content {
  padding-top: 128px;
}

.subscribe-v1 {
  align-items: flex-start;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-v1-info {
  flex: 1;
}

.subscribe-v1-media {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  margin-top: 0;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.subscribe-v1-badge {
  width: 88%;
  position: absolute;
}

.subscribe-v1-heading {
  margin-bottom: 24px;
}

.subscribe-v1-heading.dark {
  color: var(--dark);
  background-color: #0000;
  font-size: 22px;
  line-height: 30px;
}

.password-icon {
  width: 64px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-badge-icon {
  z-index: 2;
  width: 56px;
  position: relative;
}

.subscribe-v-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-v2-heading {
  margin-bottom: 32px;
}

.search-section {
  border-bottom: 1px solid var(--grey-4);
  background-color: var(--haze);
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tags-heading {
  flex: none;
  margin-right: 10%;
}

.blog-tags-block {
  border-top: 1px solid var(--grey-4);
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-right: 8%;
  display: flex;
}

.blog-tags {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.post-tags-heading {
  margin-top: -2px;
}

.connect-text-small {
  margin-top: 12px;
  font-size: 11px;
  line-height: 16px;
}

.testimonial-v1-highlight {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 3px;
  padding-left: 4px;
  padding-right: 4px;
}

.testimonial-v1-icon {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .4s;
  display: flex;
}

.testimonial-v1-icon:hover {
  border-color: var(--dark);
}

.work-description {
  margin-top: 16px;
  margin-bottom: 24px;
}

.awards {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.awards-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  min-width: 270px;
  min-height: 128px;
  padding-right: 16px;
  display: flex;
}

.awards-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.award {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 24px 1%;
  display: flex;
}

.laurel-wreath {
  opacity: .3;
  flex: none;
  width: 40px;
}

.award-info {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.award-heading {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.award-text {
  color: var(--grey-2);
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 16px;
}

.award-year {
  color: var(--main);
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.awards-list {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.work-slider-badge {
  z-index: 3;
  background-color: var(--white);
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.layout-hover {
  z-index: 3;
  background-color: #0000001f;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  height: 40px;
  margin-left: 20px;
}

.social-buttons-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.social-buttons-2.right {
  justify-content: flex-end;
}

.text-block {
  color: #fff;
}

.footer-v1-social {
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  display: flex;
}

.footer-v1-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.link-highlight {
  z-index: 1;
  background-color: #fff;
  width: 12px;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .15s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px #ffffff4d;
}

.link-2.footer-link {
  margin-top: 10px;
  font-family: Droid Sans, sans-serif;
  box-shadow: inset 0 -1px #ffffff4d;
}

.footer-logo, .footer-logo.w--current {
  margin-right: 40px;
}

.footer-v1-contacts {
  width: 35%;
  font-size: 12px;
  line-height: 20px;
}

.social-button-2 {
  border: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 3px;
  padding: 10px;
  transition: background-color .6s, border-color .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-button-2:hover {
  background-color: #bc3581;
  border-color: #0000;
}

.social-button-2.facebook-blue {
  background-color: #0000;
  border: .5px solid #fff;
}

.social-button-2.facebook-blue:hover {
  background-color: #3b5998;
}

.social-button-2.youtube:hover {
  background-color: red;
  border-color: #fff;
}

.social-button-2.instagram-purple {
  background-color: #0000;
  border: .5px solid #fff;
}

.social-button-2.instagram-purple:hover {
  background-color: #bc3581;
}

.footer-v1-link-2 {
  color: #fff;
  margin-top: -4px;
  margin-bottom: 20px;
  margin-right: 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: color .3s;
}

.footer-v1-link-2:hover {
  color: #d1d1d1;
}

.footer-v1-link-2.light {
  font-family: Droid Sans, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.text-grey-2 {
  color: #d1d1d1;
}

.text-grey-2.footer-address {
  color: #fff;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.image-3 {
  border: 0 #888;
}

.footer-v1-nav {
  flex-flow: column wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Droid Sans, sans-serif;
  display: flex;
}

.footer-v1-nav.logo {
  flex-direction: row;
  flex: 1;
  order: -1;
  align-content: stretch;
  height: 75px;
  display: flex;
}

.image-4 {
  margin-top: 15px;
  padding-left: 15px;
}

.footer-bottom {
  color: #888;
  border-top: 1px solid #e9e9e9;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.footer-bottom.dark-bg {
  border-top-width: .5px;
  border-top-color: #888;
  font-size: 11px;
  line-height: 17px;
}

.footer-bottom-left {
  color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 0;
  font-size: 11px;
  line-height: 17px;
  display: flex;
}

.footer-bottom-right {
  color: var(--white);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  font-size: 11px;
  line-height: 17px;
  display: flex;
}

.link-white {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.link-white:hover {
  color: #d1d1d1;
}

.link-white.left-space {
  margin-left: 4px;
}

.works-product-tag {
  z-index: 100;
  background-color: #fff;
  border-radius: 7px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-3-smaller {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.heading-2-smaller {
  color: var(--by-balneo-grey);
  font-size: 24px;
  line-height: 34px;
}

.heading-2-form {
  font-size: 26px;
  line-height: 36px;
}

.home-slider-heading-1 {
  font-size: 24px;
  line-height: 32px;
}

.heading-2 {
  font-size: 30px;
  line-height: 42px;
}

.heading-2.lighter {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
}

.heading-3 {
  font-size: 20px;
  line-height: 28px;
}

.section-2 {
  z-index: 1;
  background-color: #151515;
  padding: 128px 4%;
  position: relative;
}

.section-2._100 {
  background-color: #fff;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2._100.no-space-bottom {
  padding-bottom: 0;
}

.collection-list-gallery {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.collection-item-gallery {
  float: left;
  text-align: center;
  width: 25%;
  padding: 30px;
}

.rte p {
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.rte h2 {
  font-family: Lora, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
}

.rte h4 {
  font-family: Lora, sans-serif;
  font-weight: 400;
}

.kitchen-lightbox {
  margin-bottom: 20px;
}

.works-intro-text {
  color: var(--grey-1);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 42px;
}

.works-intro-text.smaller {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 40px;
}

.works-intro-text.smaller.left-space {
  padding-left: 8px;
}

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

.data-text {
  color: var(--by-balneo-grey);
  text-align: right;
  margin-top: 13px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 10px;
  line-height: 20px;
}

.contact-email {
  color: #662d91;
  text-decoration: none;
}

.contact-email:hover {
  color: #666;
}

.div-block {
  margin-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.heading-1 {
  color: var(--dark);
}

.scroll-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.scroll-block.fifth {
  bottom: 40px;
}

.scroll-link {
  background-color: #fff;
  background-image: linear-gradient(0deg, #00000026, #0000);
  border: 2px #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 100px;
  display: flex;
  position: relative;
}

.scroll-link.completely-hidden {
  display: none;
}

.scroll-line {
  background-color: #8c0fff;
  border-radius: 1px;
  width: 2px;
  height: 6px;
  margin-top: 10px;
}

.cell {
  align-items: center;
}

.logotypes-v1 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 8px;
  display: flex;
}

.logo-link {
  margin: 0 25px;
  padding: 8px 12px;
  transition: filter .5s;
}

.logo-link:hover {
  filter: grayscale();
}

.logo-2 {
  height: auto;
}

.text-block-3 {
  color: var(--sdcl-medium-blue);
}

.staff-block {
  border: .5px solid var(--sdcl-medium-blue);
  text-align: center;
  border-radius: 20px;
  padding-bottom: 20px;
}

.text-grey-dark {
  color: #161a25;
  border-left-color: #fb3593;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.text-grey-dark.team {
  text-align: center;
  justify-content: center;
  margin-bottom: 8px;
}

.text-grey-dark.team.lighter {
  margin-bottom: 0;
  font-weight: 300;
}

.image-corners {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 20px;
}

.heading-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.heading-4.lighter {
  font-weight: 300;
}

.heading-4.lighter.team {
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 8px;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.heading-5.light {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading-5.light.white {
  color: var(--white);
}

.heading-5.light.centre {
  text-align: center;
}

.denplan-logo-mobile-only {
  display: none;
}

.denplan-left {
  background-color: var(--sdcl-light-green);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.quick-stack-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.link-3 {
  color: var(--sdcl-medium-blue);
}

.text-block-4 {
  opacity: .75;
  color: var(--dark);
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.paragraph {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.contacts-arrows-divider {
  background-color: #6f6f6f66;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.h2-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.map-block {
  width: 100%;
  height: 300px;
}

.support-link {
  color: #160828;
  text-transform: lowercase;
  font-weight: 300;
}

.support-link:hover {
  color: #425f66;
}

.support-link.nhs-24 {
  text-transform: none;
}

.html-embed-2 {
  margin-bottom: 0;
}

.contacts-right-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.contacts-left-arrow {
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-slider-arrow-icon {
  color: #425f66;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-content-wrapper {
  width: 100%;
  padding-right: 40px;
}

.contacts-3-form-wrapper-2 {
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.contacts-title {
  width: 100%;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.support-text {
  width: 100%;
  font-weight: 300;
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-divider {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.contacts-icon {
  color: #425f66;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.benefits-line {
  background-color: #0d0d0d4d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-subtitle {
  color: #fff;
  margin-bottom: 10px;
}

.section-subtitle.text-orange.smaller {
  color: #5d5d5d;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.smilefast {
  margin-bottom: 24px;
}

.contact-block {
  align-items: center;
  display: flex;
}

.contact-block.top-space {
  margin-top: 10px;
}

.bold {
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .wrapper {
    max-width: 1280px;
  }

  .wrapper.wider {
    max-width: 1680px;
  }

  .breadcrumbs {
    border-style: none;
  }

  .work-slider-v2 {
    height: 80vh;
  }

  .hero-v2-image {
    background-position: 50% 20%;
  }

  .social-button-2:hover {
    background-color: #bc3581;
  }

  .link-white:hover {
    color: #d1d1d1;
  }

  .contacts-content-wrapper {
    padding-right: 60px;
  }

  .contacts-title {
    width: 95%;
  }
}

@media screen and (min-width: 1440px) {
  .contacts-content-wrapper {
    padding-right: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .scroll-link.completely-hidden {
    display: none;
  }

  .h2-title {
    font-weight: 500;
  }

  .contacts-content-wrapper {
    padding-right: 80px;
  }

  .contacts-title {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    margin-bottom: 8px;
  }

  figcaption {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.padding-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.work-header-section {
    height: auto;
    min-height: 40vw;
  }

  .section.big-image-section {
    border-width: 16px;
    height: 60vw;
  }

  .section._120 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._120.no-space-top.reduced-space-bottom {
    padding-bottom: 60px;
  }

  .section._120.extra-space-top {
    padding-top: 140px;
  }

  .section._120.reduced-space-bottom {
    padding-bottom: 20px;
  }

  .section._100 {
    padding: 60px 20px;
  }

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

  .section._100.reduced-space-bottom {
    padding-bottom: 10px;
  }

  .section._100.reduced-space-bottom.reduced-space-top {
    padding-top: 60px;
  }

  .section._40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._80 {
    padding: 60px 20px;
  }

  .wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .brand {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0;
  }

  .page-wrapper.nav-left-margin {
    margin-top: 64px;
    margin-left: 0;
  }

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tooltip.home-tooltip {
    display: none;
  }

  .change {
    padding: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .button.ghost.more-works-button {
    margin-left: 8px;
    margin-right: 8px;
  }

  .button.nav-button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-sidebar {
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  .sg-sidebar-heading {
    padding: 12px 16px;
  }

  .sg-sidebar-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }

  .sg-sidebar-link {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sg-back-link {
    border-bottom: 1px solid var(--grey-4);
    padding: 16px;
    position: relative;
  }

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

  .nav-dropdown-list.w--open {
    border-bottom: 1px solid var(--grey-4);
    background-color: #0000;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 12px;
    box-shadow: 0 1px #ffffff1f;
  }

  .nav-link {
    box-shadow: 0 1px 0 0 var(--grey-4);
    color: var(--dark);
    padding: 16px 24px;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--dark);
  }

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

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

  .menu-button-old {
    margin-left: 16px;
    padding: 26px;
  }

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

  .nav-dropdown-link {
    color: var(--dark);
    padding-left: 40px;
  }

  .nav-dropdown-link:hover {
    color: var(--dark);
  }

  .nav-dropdown-link.w--current {
    color: var(--dark);
    font-weight: 700;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    max-height: 80vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: scroll;
  }

  .logo {
    height: 50px;
  }

  .logo-text {
    margin-left: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .bg-image {
    min-height: 0;
  }

  .bg-image.team-image.smaller-mobile {
    height: 140%;
  }

  .sidebar {
    width: 66.66%;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-thumb {
    height: 35vw;
  }

  .buttons-container.margin-top-big {
    margin-top: 48px;
  }

  .side-blocks-flex {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-block.no-padding-right {
    padding-right: 12%;
  }

  .side-block.small-padding-side {
    padding-left: 12%;
    padding-right: 12%;
  }

  .no-padding {
    padding: 0;
  }

  .quote-text {
    font-size: 20px;
    line-height: 32px;
  }

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

  .counters {
    margin-left: 8px;
    margin-right: 8px;
    padding: 24px 0%;
  }

  .counter {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .testimonials-v1 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .instagram-section {
    flex-wrap: wrap;
  }

  .instagram-hover-icon {
    display: none;
  }

  .feature-v1 {
    padding: 48px 12%;
  }

  .side-info {
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding-right {
    padding-right: 0;
  }

  .tabs-menu {
    margin-bottom: 56px;
  }

  .link.work-hover-link {
    display: inline-block;
  }

  .testimonials-v2-slide {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .counter-cards {
    flex-wrap: wrap;
  }

  .counter-card {
    flex-basis: 45%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .protected-page {
    padding-left: 8px;
    padding-right: 8px;
  }

  .search {
    width: 80%;
  }

  .search-results {
    width: 80%;
    max-width: none;
  }

  .blog-post-text p, .blog-post-text h2, .blog-post-text h1, .blog-post-text h3, .blog-post-text blockquote, .blog-post-text h4, .blog-post-text h5, .blog-post-text ul, .blog-post-text h6, .blog-post-text ol {
    margin-left: 12%;
    margin-right: 12%;
  }

  .blog-post {
    flex: 0 auto;
    width: 100%;
    padding-top: 64px;
    top: 0;
  }

  .coming-soon {
    padding-left: 8px;
    padding-right: 8px;
  }

  .layouts {
    margin-top: -24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .layout {
    width: 50%;
    padding: 32px;
  }

  .testimonials-arrow {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .sidebar-block-content.no-padding {
    padding: 0;
  }

  .sidebar-slide-image {
    height: 232px;
  }

  .sidebar-slider {
    height: 448px;
  }

  .post-top {
    margin-top: 32px;
    margin-left: 12%;
    margin-right: 12%;
  }

  .media-wrapper.video-wrapper {
    height: 50vw;
  }

  .testimonials-v2-button {
    right: 0;
  }

  .testimonials-v2-button.left {
    left: 0;
  }

  .hero-v1-info {
    width: 100%;
    max-width: 570px;
    margin-right: 0%;
    padding-left: 120px;
  }

  .hero-v1-scroll {
    display: none;
  }

  .hero-v1-left {
    margin-top: 180px;
  }

  .feature-cards {
    grid-template-rows: auto auto auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .mini-gallery-grid.about-us {
    display: none;
  }

  .connect-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 48px;
  }

  .connect-center {
    border-top-style: none;
    border-bottom-style: none;
    display: none;
  }

  .works-masonry {
    column-count: 2;
    margin-bottom: -104px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .works-masonry-item {
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .work-card.taller {
    border: 1px solid var(--sdcl-grey);
    height: 350px;
    padding: 16px;
  }

  .work-presentation {
    margin-left: -8px;
    margin-right: -8px;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6, .work-presentation ol {
    margin-left: 12%;
    margin-right: 12%;
  }

  .work-presentation figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .work-presentation.rte {
    margin-top: -22px;
    margin-bottom: -22px;
  }

  .work-info-blocks {
    margin-left: 8px;
    margin-right: 8px;
  }

  .work-carousel-link {
    text-align: center;
    justify-content: center;
    height: auto;
    min-height: 20vw;
    padding-left: 6%;
    padding-right: 6%;
  }

  .work-carousel-link.right {
    text-align: center;
    justify-content: center;
    padding-left: 6%;
    padding-right: 6%;
  }

  .work-carousel-all {
    height: 80px;
  }

  .works-fullscreen-link {
    font-size: 100px;
  }

  .nav-search-button {
    color: #0000;
    width: 48px;
    padding: 12px;
  }

  .testimonial-v1-text {
    font-size: 22px;
    line-height: 36px;
  }

  .testimonials-v1-button {
    left: 16px;
  }

  .testimonials-v1-button.right {
    right: 16px;
  }

  .testimonial-v1 {
    width: 100%;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-v4-slide {
    margin-top: auto;
    top: 0;
    bottom: 0;
  }

  .team-v1-card-photo {
    height: 42vw;
  }

  .hover, .hover.mobile-visible {
    display: block;
  }

  .menu-button-2 {
    z-index: 2147483647;
    background-color: #0000;
  }

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

  .main-grid {
    grid-column-gap: 30px;
    grid-row-gap: 64px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .main-grid.contact-page {
    grid-row-gap: 24px;
  }

  .nav-v2-right {
    padding-right: 0;
  }

  .layout-home-badge {
    background-color: #1515154d;
    width: 24px;
    height: 24px;
    padding: 5px;
  }

  .client-v1-link {
    padding: 16px;
  }

  .clients-v1 {
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }

  .work-carousel-heading {
    font-size: 24px;
  }

  .quote-avatar {
    max-width: 128px;
    margin-left: 12%;
  }

  .gallery-grid {
    grid-template-rows: 72px 72px 72px 72px 72px 72px 72px 72px;
    grid-template-columns: minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr);
    margin-left: 8px;
    margin-right: 8px;
  }

  .bg-video {
    z-index: 1;
    position: absolute;
  }

  .video-section {
    height: auto;
    min-height: 60vw;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pagination {
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0;
    padding-right: 0;
  }

  .post-tags-block {
    margin-left: 4%;
    padding-top: 23px;
  }

  .contact-block-heading {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .sg-color-block.small {
    flex: 30%;
  }

  .colors {
    margin-left: 8px;
    margin-right: 8px;
  }

  .page-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-button {
    bottom: 12px;
    right: 12px;
  }

  .menu-icon-top, .menu-icon-bottom {
    background-color: var(--sdcl-dark-blue);
  }

  .big-menu {
    padding-left: 32px;
    padding-right: 32px;
  }

  .big-menu-link {
    font-size: 32px;
    line-height: 40px;
  }

  .big-menu-link:hover, .big-menu-link.w--current, .big-menu-link.w--current:hover {
    color: #fff;
  }

  .big-menu-link.w--open {
    box-shadow: none;
  }

  .nav-bar-top {
    height: 64px;
    margin-bottom: -64px;
    padding-right: 0;
  }

  .nav-bar-top.classic {
    grid-template-columns: auto 1fr auto;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    color: var(--white);
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-buttton-text {
    margin-top: 1px;
  }

  .breadcrumbs-v2 {
    padding: 12px 16px;
    display: none;
  }

  .footer-v1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-v1-logo {
    width: 64px;
    height: 64px;
    margin-left: -6px;
  }

  .footer-v1-menu {
    flex-wrap: wrap;
  }

  .footer-v1-right {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-left: 86px;
    padding-right: 0;
  }

  .footer-v1-links {
    flex: 1;
    justify-content: flex-start;
    margin-left: -8px;
  }

  .footer-v1-bottom {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 88px;
  }

  .footer-v2 {
    flex-wrap: wrap;
    padding: 12px 64px 12px 16px;
  }

  .footer-v2-copyright {
    flex-wrap: wrap;
    flex: 0 auto;
    order: 1;
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .footer-v2-menu {
    flex: 1;
    order: -1;
    justify-content: flex-start;
    margin-left: -12px;
    padding-left: 0;
  }

  .footer-v2-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-v2-button {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .hero-v1-section {
    height: auto;
    max-height: none;
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-v1-line {
    margin-top: 48px;
    margin-left: 0;
  }

  .hero-v1-image {
    width: 100%;
    height: 96vw;
    margin-bottom: 64px;
  }

  .hero-vertical-link:hover {
    background-color: #0000;
  }

  .hero-v1-right {
    margin-top: 180px;
  }

  .hero-v1 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 80px;
  }

  .news-card {
    display: none;
  }

  .nav-bar-v1 {
    border-bottom: 1px solid var(--grey-4);
    border-right-style: none;
    flex-direction: row;
    width: auto;
    height: 64px;
    inset: 0% 0% auto;
  }

  .nav-v1-top {
    flex: 1;
    justify-content: flex-start;
    height: auto;
    min-height: 0;
  }

  .nav-v1-brand {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 16px;
  }

  .nav-v1-logo {
    width: 36px;
  }

  .nav-v1-logo-text {
    margin-top: 0;
    margin-left: 12px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-v1-links {
    border-top: 1px solid var(--grey-4);
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-v1-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-v1-button {
    border-right: 1px solid var(--grey-4);
    border-left: 1px solid var(--grey-4);
    border-top-style: none;
    height: auto;
  }

  .nav-v1-small-links {
    border-top: 1px solid var(--grey-4);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-v1-small-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-1-menu-button {
    width: 64px;
    height: auto;
    padding: 20px;
  }

  .nav-1-menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
  }

  .nav-v1-menu {
    background-color: var(--white);
    box-shadow: 1px 1px 0 0 var(--grey-4);
  }

  .work-slider-v1 {
    height: 92vw;
    max-height: none;
    margin-top: -64px;
    padding-top: 64px;
  }

  .work-slider-v1.margin-top {
    padding-top: 60px;
  }

  .work-slide-v1 {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 48px;
  }

  .work-slide-v1-color {
    width: 33.33%;
  }

  .work-slider-v1-button {
    bottom: 48px;
    right: 48px;
  }

  .work-slider-v1-button.prev {
    right: 104px;
  }

  .work-slide-v1-info {
    margin-bottom: 24px;
  }

  .work-card-info {
    display: flex;
  }

  .work-slide-v1-marker {
    margin-top: 20px;
  }

  .work-slide-v1-progress {
    width: 48px;
    top: -72px;
  }

  .work-slide-v1-number {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .work-slider-v2 {
    height: 80vw;
    max-height: none;
    margin-bottom: 0;
    padding: 40px 8px;
  }

  .works-slide-v2 {
    padding-bottom: 0;
  }

  .works-slide-v2.padding-top {
    padding-top: 48px;
  }

  .works-slide-v2.padding-bottom {
    padding-bottom: 48px;
  }

  .work-hover {
    padding: 16px;
    display: block;
  }

  .work-hover-button.smile-logo {
    width: 30px;
    height: 30px;
  }

  .work-slider-v2-heading {
    margin-top: -16px;
    font-size: 24px;
    line-height: 32px;
  }

  .hero-v3-section {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .hero-v3-info {
    margin-top: 144px;
    margin-bottom: 256px;
  }

  .hero-avatar {
    width: 104px;
    height: 104px;
  }

  .works-3-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 44vw;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 44vw;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-v3-works {
    margin-bottom: -96px;
  }

  .instagram-photos {
    flex-wrap: wrap;
    flex: 0 auto;
    width: 100%;
  }

  .instagram-info {
    border-top: 1px solid var(--grey-4);
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 5%;
  }

  .instagram-vertical-box {
    width: 24px;
    padding-left: 16px;
  }

  .instagram-hover-button {
    display: none;
  }

  .instagram-heading {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 40px;
  }

  .form-2-columns {
    grid-column-gap: 16px;
  }

  .follow-block-line {
    width: 48px;
  }

  .side-blocks {
    grid-template-columns: 1fr;
  }

  .contact-side-media {
    height: 110vw;
    min-height: 0;
  }

  .form-1-column {
    grid-column-gap: 16px;
  }

  .hero-v2-section {
    height: auto;
    max-height: none;
  }

  .hero-v2-image {
    background-position: 50%;
  }

  .hero-v2-info {
    padding-top: 144px;
    padding-bottom: 104px;
  }

  .sidebar-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-image {
    height: 58vw;
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-info {
    position: static;
  }

  .post-info-block {
    min-height: 60px;
  }

  .work-carousel-image {
    display: none;
  }

  .post-card-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .posts-3-columns {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .posts-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .features-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .layouts-info {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .contact-blocks {
    grid-column-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  .works-dynamic-grid {
    grid-template-rows: 22vw 28vw;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-thumb-big {
    height: 35vw;
    max-height: none;
  }

  .skills-block-sticky {
    position: static;
  }

  .vertical-text-box {
    width: 24px;
    padding-left: 16px;
  }

  .vertical-text-box.skill-card-text {
    padding-left: 0;
    padding-right: 0;
  }

  .pos-content {
    padding-top: 80px;
  }

  .subscribe-v1-media {
    margin-right: 32px;
  }

  .cta-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tags-heading {
    margin-right: 32px;
  }

  .blog-tags-block {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 28px;
    padding-right: 0%;
  }

  .awards {
    border-top-style: none;
    border-bottom-style: none;
    align-items: flex-start;
    margin: -20px 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .awards-info {
    justify-content: flex-start;
    padding-top: 20px;
  }

  .award {
    flex: 0 auto;
    width: 50%;
  }

  .awards-list {
    flex-wrap: wrap;
  }

  .layout-hover {
    display: none;
  }

  .footer-v1-social {
    width: 50%;
  }

  .footer-v1-2 {
    flex-wrap: wrap;
  }

  .link-2.footer-link {
    display: block;
  }

  .footer-logo.w--current {
    width: 100%;
    margin-right: 0;
  }

  .footer-v1-contacts {
    flex: 1;
    width: 25%;
  }

  .footer-v1-link-2 {
    margin-left: 0;
    margin-right: 32px;
  }

  .footer-v1-nav {
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-v1-nav.logo {
    height: 75%;
  }

  .footer-v1-nav.smaller {
    width: 30%;
  }

  .image-4 {
    padding-left: 15px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .works-product-tag {
    margin-top: 7px;
    margin-left: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .heading-3-smaller {
    font-size: 12px;
    line-height: 18px;
  }

  .section-2 {
    padding: 80px 8px;
  }

  .section-2._100 {
    padding: 80px 20px;
  }

  .collection-item-gallery {
    padding: 25px;
  }

  .works-intro-text {
    font-size: 28px;
    line-height: 40px;
  }

  .works-intro-text.smaller {
    font-size: 24px;
    line-height: 36px;
  }

  .scroll-block {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 10px;
  }

  .logo-link {
    margin: 9px 12px;
  }

  .quick-stack-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .denplan-logo-mobile-only {
    display: none;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-3-form-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts-title {
    width: 75%;
  }

  .support-text {
    width: 86%;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .benefits-line {
    display: none;
  }

  .benefits-line.support {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  blockquote {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 17px;
    line-height: 28px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.padding-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.work-header-section {
    padding-top: 128px;
    padding-bottom: 80px;
  }

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

  .section._120.no-space-top.reduced-space-bottom {
    padding-bottom: 40px;
  }

  .section._120.reduced-top-space {
    padding-top: 20px;
  }

  .section._120.no-space-bottom.top-space-mobile {
    padding-top: 80px;
  }

  .section._120.extra-space-top {
    padding-top: 120px;
  }

  .section._120.space-bottom-mobile {
    padding-bottom: 80px;
  }

  .section._100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._100.no-space-top.reduced-space-bottom, .section._100.reduced-space-bottom {
    padding-bottom: 0;
  }

  .section._100.reduced-space-bottom.reduced-space-top {
    padding-top: 40px;
  }

  .section._40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 48px;
  }

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

  .brand {
    padding: 10px 12px;
  }

  .page-wrapper.nav-left-margin {
    margin-top: 60px;
  }

  .changelog, .licence-items {
    width: 100%;
  }

  .licence-item {
    padding: 32px;
  }

  .licence-item-info {
    padding-left: 32px;
  }

  .button.ghost-bg.kitchen-header, .button.ghost-bg.kitchen-header.w--current {
    margin-top: 24px;
  }

  .button.nav-button, .button.hidden-mobile {
    display: none;
  }

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

  .menu-button-old {
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .logo-text {
    margin-left: 12px;
  }

  .bg-image.team-image.smaller-mobile {
    height: 140%;
  }

  .breadcrumbs-arrow {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sidebar {
    width: 83.33%;
  }

  .text-big {
    font-size: 16px;
  }

  .text-big.dark-light {
    text-align: center;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .no-padding {
    padding: 0;
  }

  .card {
    min-height: 320px;
  }

  .quote-text {
    font-size: 17px;
    line-height: 28px;
  }

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

  .counters {
    flex-wrap: wrap;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
  }

  .feature-icon {
    width: 48px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .feature-v1 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .side-info {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .no-padding-right {
    padding-right: 0;
  }

  .tab-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-v2-slide {
    padding-left: 72px;
    padding-right: 72px;
  }

  .password-card {
    min-width: 400px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .search-result-card {
    padding: 32px 0;
  }

  .blog-post-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-post {
    padding-top: 48px;
  }

  .coming-soon-card {
    width: auto;
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .layouts {
    margin-top: -16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .layout {
    padding: 20px;
  }

  .sidebar-block-content.no-padding {
    padding: 0;
  }

  .post-top {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .info-v1-text {
    font-size: 17px;
    line-height: 32px;
  }

  .media-message {
    max-width: 300px;
  }

  .hero-v1-info {
    padding-left: 88px;
  }

  .hero-v1-left {
    width: 56px;
    margin-top: 100px;
  }

  .mini-gallery-grid {
    grid-template-rows: 48px 48px 48px 48px 48px 48px 48px 48px;
  }

  .connect-grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    padding-left: 16%;
    padding-right: 16%;
  }

  .works-masonry {
    margin-left: 16px;
    margin-right: 16px;
  }

  .works-masonry-item {
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-card {
    margin-bottom: 8px;
    padding: 8px;
  }

  .work-card.taller {
    padding: 15px;
  }

  .work-presentation p {
    font-size: 14px;
    line-height: 24px;
  }

  .work-presentation figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .work-presentation.rte {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .work-info-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .work-info-text {
    font-size: 14px;
    line-height: 24px;
  }

  .work-carousel {
    flex-wrap: wrap;
  }

  .work-carousel-link.right {
    border-left: 1px solid var(--grey-4);
  }

  .work-carousel-all {
    height: 64px;
    font-size: 11px;
    line-height: 16px;
  }

  .nav-search-button {
    width: 44px;
    padding: 10px;
  }

  .testimonial-v1-text {
    font-size: 20px;
    line-height: 32px;
  }

  .team-v1-card-photo {
    height: 46vw;
  }

  .skill {
    margin-top: 24px;
  }

  .signature-v1 {
    width: 180px;
  }

  .main-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .client-v1-link {
    flex: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .clients-v1 {
    justify-content: center;
    padding: 32px 6%;
  }

  .work-carousel-heading {
    font-size: 20px;
  }

  .quote-avatar {
    width: 94%;
    margin-left: 0%;
  }

  .gallery-grid {
    grid-template-rows: 15vw 15vw 15vw 15vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bg-video {
    justify-content: center;
    align-items: center;
  }

  .video-section {
    min-height: 280px;
  }

  .sg-color-circle {
    width: 96px;
    height: 96px;
  }

  .top-button {
    display: none;
  }

  .big-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .big-menu-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

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

  .page-header.top-padding {
    padding-top: 128px;
    padding-bottom: 80px;
  }

  .footer-v1-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-v1-right {
    flex-wrap: wrap;
  }

  .footer-v1-links {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-v1-link-small {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v1-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-v2-copyright {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-v2-menu {
    flex-wrap: wrap;
    flex: 0 auto;
    width: 100%;
    margin-bottom: 12px;
  }

  .footer-v2-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-v1-line {
    width: 64px;
  }

  .hero-v1-image {
    margin-bottom: 48px;
  }

  .hero-v1-right {
    margin-top: 100px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .hero-v1 {
    padding-top: 88px;
  }

  .hero-v1-vertical-block {
    margin-left: 0;
  }

  .nav-bar-v1 {
    height: 60px;
  }

  .nav-v1-logo {
    width: 32px;
  }

  .nav-1-menu-button {
    width: 60px;
    padding: 18px;
  }

  .work-slider-v1 {
    height: 85vw;
  }

  .work-slide-v1 {
    padding-top: 30px;
  }

  .work-slider-v1-button {
    width: 40px;
    height: 40px;
    font-size: 18px;
    bottom: 28px;
  }

  .work-slider-v1-button.prev {
    right: 96px;
  }

  .work-slide-v1-info {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .work-card-info {
    font-size: 11px;
    line-height: 16px;
  }

  .work-slide-v1-progress {
    height: 200px;
    min-height: 0;
  }

  .work-slider-v2 {
    height: 86vw;
    margin-bottom: 0;
  }

  .works-slide-v2.padding-top {
    padding-top: 40px;
    padding-right: 2px;
  }

  .works-slide-v2.padding-bottom {
    padding-bottom: 40px;
    padding-left: 2px;
  }

  .work-slider-v2-button {
    width: 40px;
    height: 40px;
  }

  .work-slider-v2-button.next {
    bottom: -40px;
  }

  .work-slider-v2-button.prev {
    height: 41px;
    top: -41px;
  }

  .work-slider-v2-arrow {
    font-size: 18px;
  }

  .work-card-info-divider {
    padding-left: 5px;
    padding-right: 5px;
  }

  .work-hover-heading {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .work-hover-button {
    background-size: 18px;
    width: 24px;
    height: 24px;
  }

  .work-slider-v2-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-v3-info {
    margin-top: 120px;
    margin-bottom: 184px;
  }

  .hero-avatar {
    width: 96px;
    height: 96px;
  }

  .hero-v3-works {
    margin-bottom: -64px;
    top: -128px;
  }

  .instagram-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .follow-block {
    padding: 13px 16px;
  }

  .follow-block-line, .follow-block-text {
    display: none;
  }

  .contact-text-big {
    font-size: 15px;
    line-height: 28px;
  }

  .hero-v2-section {
    flex-direction: column;
  }

  .hero-v2-image {
    background-position: 50% 10%;
    width: auto;
    height: 80vw;
  }

  .hero-v2-image.wider {
    width: 100%;
  }

  .hero-v2-info {
    align-items: center;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .testimonial-v1-divider-box {
    width: 100%;
  }

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

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

  .connect-social-line {
    display: none;
  }

  .connect-subscribe {
    width: 100%;
    max-width: none;
  }

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

  .skill-card {
    padding: 40px 32px 32px 92px;
  }

  .vertical-text-box.skill-card-text {
    width: 60px;
  }

  .pos-content {
    padding-top: 48px;
  }

  .subscribe-v1 {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .subscribe-v1-media {
    width: 136px;
    height: 136px;
    margin-top: -8px;
    margin-right: 16px;
  }

  .subscribe-v1-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .tags-heading {
    margin-top: 2px;
    margin-right: 24px;
    font-size: 17px;
    line-height: 24px;
  }

  .blog-tags-block {
    padding-top: 20px;
  }

  .connect-text-small {
    text-align: center;
  }

  .work-description.header-text {
    display: none;
  }

  .awards {
    flex-direction: column;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
  }

  .awards-info {
    text-align: center;
    align-items: center;
    width: auto;
    min-height: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-v1-2 {
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-2.footer-link.smaller-mobile {
    font-size: 11px;
  }

  .footer-logo.w--current {
    width: 100%;
    margin-right: 0;
  }

  .footer-v1-contacts {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-v1-link-2 {
    font-size: 17px;
    line-height: 24px;
  }

  .footer-v1-nav {
    margin-bottom: 24px;
  }

  .footer-v1-nav.logo {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .footer-v1-nav.smaller {
    width: 40%;
  }

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

  .footer-bottom-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-bottom-right {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
  }

  .works-product-tag {
    margin-top: 10px;
    margin-left: 10px;
  }

  .heading-2.lighter {
    font-size: 24px;
    line-height: 34px;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-2._100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-item-gallery {
    width: 100%;
    padding: 30px;
  }

  .works-intro-text {
    font-size: 26px;
    line-height: 38px;
  }

  .data-text {
    text-align: left;
    padding-left: 10px;
  }

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

  .scroll-link {
    display: none;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .denplan-logo-mobile-only {
    display: none;
  }

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

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-3-form-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .support-text {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.big-image-section {
    height: 80vw;
  }

  .section.big-image-section.mobile-adjustment {
    height: 90vw;
  }

  .section._120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._120.no-space-top.reduced-space-bottom {
    padding-bottom: 30px;
  }

  .section._120.extra-space-top {
    padding-top: 100px;
  }

  .section._120.space-bottom-mobile.mobile-top-adjustment {
    margin-top: -30px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section._100 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .section._40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .no-margin {
    margin: 0;
  }

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

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 16px;
    padding-left: 0;
  }

  .button.margin-left {
    margin-top: 12px;
    margin-left: 0;
  }

  .button.nav-button {
    display: none;
  }

  .sg-button-block {
    width: 100%;
  }

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

  .logo {
    height: 50px;
  }

  .logo-text {
    display: none;
  }

  .bg-image.team-image {
    background-size: contain;
  }

  .bg-image.team-image.smaller-mobile {
    height: 120%;
  }

  .sidebar {
    width: 100%;
  }

  .post-card-thumb {
    height: 68vw;
  }

  .hero-v4-arrow-link {
    display: none;
  }

  .buttons-container {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.no-padding-right, .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-padding {
    padding: 0;
  }

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

  .counter {
    width: 100%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .testimonials-v1 {
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .instagram-photo-link {
    flex: 0 auto;
  }

  .subscribe-form {
    grid-template-columns: 100%;
  }

  .feature-left {
    padding-right: 0%;
  }

  .feature-side-info {
    margin-left: 20px;
  }

  .no-padding-right {
    padding-right: 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    margin-bottom: 48px;
    padding: 8px;
  }

  .tab-link {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px;
    display: block;
  }

  .link.margin-left {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonials-v2 {
    margin-bottom: 41px;
  }

  .testimonials-v2-nav {
    width: 40px;
    bottom: -32px;
  }

  .testimonials-v2-slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonial-card {
    padding-bottom: 40px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .counter-card {
    flex-basis: 90%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .password-card {
    flex: 1;
    min-width: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding: 48px;
  }

  .search {
    flex-direction: column;
    grid-template-columns: 100%;
    width: 100%;
  }

  .search-result-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .search-results {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-text p, .blog-post-text h2, .blog-post-text h1, .blog-post-text h3, .blog-post-text blockquote, .blog-post-text h4, .blog-post-text h5, .blog-post-text ul, .blog-post-text h6, .blog-post-text ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .coming-soon-card {
    padding: 48px 0%;
  }

  .layouts {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }

  .testimonials-arrow {
    display: none;
  }

  .sidebar-block-content.no-padding {
    padding: 0;
  }

  .sidebar-slide-image {
    height: 200px;
  }

  .sidebar-slider {
    height: 416px;
  }

  .post-top {
    margin-left: 0%;
    margin-right: 0%;
  }

  .info-v1 {
    margin-left: 0;
  }

  .media-wrapper.video-wrapper {
    height: 80vw;
  }

  .testimonials-v2-button {
    display: none;
  }

  .hero-v1-info {
    padding-left: 0;
  }

  .hero-v1-left {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    position: static;
  }

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

  .mini-gallery-grid {
    grid-column-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(auto, 1fr);
  }

  .connect-grid {
    padding-left: 12%;
    padding-right: 12%;
  }

  .works-masonry {
    column-count: auto;
    margin-bottom: -64px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .works-masonry-item {
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .work-card.taller {
    border-width: .5px;
    height: 280px;
    padding: 15px;
  }

  .work-presentation {
    margin-left: 0;
    margin-right: 0;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .work-presentation ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .work-presentation.rte {
    margin-top: 0;
    margin-bottom: 0;
  }

  .work-info-block {
    border-bottom: 1px solid var(--grey-4);
    border-right-style: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding: 20px 8%;
    display: flex;
  }

  .work-info-blocks {
    flex-direction: column;
    align-self: start;
  }

  .work-info-text {
    margin-top: 4px;
  }

  .work-carousel {
    flex-direction: column;
  }

  .work-carousel-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-carousel-link.right {
    margin-top: -1px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-carousel-all {
    height: 56px;
  }

  .testimonials-v1-nav {
    display: block;
    bottom: 24px;
  }

  .testimonials-v1-button {
    display: none;
  }

  .testimonial-v1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-v1-card-photo {
    height: 104vw;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .layout-home-badge {
    margin-top: 2.6vw;
    margin-right: 2.6vw;
  }

  .clients-v1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    padding: 24px 0%;
  }

  .work-carousel-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .quote-avatar {
    max-width: 112px;
  }

  .gallery-grid {
    grid-row-gap: 16px;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-rows: 15vw;
  }

  .video-section {
    min-height: 320px;
  }

  .post-tags-block {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-block-heading {
    margin-bottom: 16px;
  }

  .sg-color-block {
    flex: 0 auto;
    width: 100%;
  }

  .sg-color-block.small {
    flex: 45%;
  }

  .blog-categories {
    flex-direction: column;
  }

  .big-menu-links {
    padding-bottom: 160px;
  }

  .nav-v3-content {
    padding-left: 0;
  }

  .breadcrumbs-link.w--current {
    color: var(--dark);
  }

  .footer-v1 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-v1-left {
    flex-direction: column;
  }

  .footer-v1-logo {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .footer-v1-menu {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-v1-right {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
  }

  .footer-v1-links {
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    padding: 8px 0;
  }

  .footer-v1-bottom {
    justify-content: center;
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .footer-v2 {
    padding-top: 80px;
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .footer-v2-button {
    order: -1;
    width: 100%;
    height: 56px;
    min-height: 0;
    margin-left: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .footer-v2-button-text {
    transform: none;
  }

  .hero-v1-section {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .hero-v1-line {
    display: none;
  }

  .hero-v1-image {
    height: 120vw;
    margin-bottom: 40px;
  }

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

  .hero-v1-right {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    margin-left: -3px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .hero-v1 {
    padding-bottom: 40px;
  }

  .hero-v1-vertical-block {
    justify-content: flex-start;
    width: 100%;
    margin-left: -16px;
    transform: none;
  }

  .nav-v1-brand {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-v1-logo-text {
    display: none;
  }

  .nav-v1-links {
    flex-direction: column;
  }

  .nav-v1-button-text {
    display: none;
  }

  .work-slider-v1 {
    height: 150vw;
  }

  .work-slide-v1 {
    padding-right: 16px;
  }

  .work-slide-v1-color {
    width: 72px;
  }

  .work-slider-v1-button {
    bottom: 16px;
    right: 16px;
  }

  .work-slider-v1-button.prev {
    bottom: 64px;
    right: 16px;
  }

  .work-slide-v1-info {
    min-height: 96px;
    margin-right: 72px;
    padding-left: 20px;
  }

  .work-slide-v1-marker {
    width: 6px;
    height: 6px;
    margin-top: 17px;
    display: none;
  }

  .work-slide-v1-progress {
    display: none;
  }

  .work-slider-v2 {
    height: 100vw;
    margin-bottom: 0;
  }

  .works-slide-v2.padding-top {
    padding-top: 32px;
  }

  .works-slide-v2.padding-bottom {
    padding-bottom: 32px;
  }

  .work-hover-button.smile-logo {
    width: 24px;
    height: 24px;
  }

  .work-slider-v2-heading {
    margin-top: -20px;
  }

  .work-slider-v2-heading.kitchen-slider {
    display: block;
  }

  .works-3-columns {
    grid-template-rows: 90vw;
    grid-template-columns: 1fr;
    grid-auto-rows: 90vw;
  }

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

  .instagram-info {
    padding-left: 17%;
  }

  .form-2-columns {
    grid-template-columns: 100%;
  }

  .follow-block.hidden-mobile {
    display: none;
  }

  .form-1-column {
    grid-template-columns: 100%;
  }

  .hero-v2-image {
    background-position: 50% 10%;
    height: 100vw;
  }

  .sidebar-grid {
    grid-template-columns: 100%;
  }

  .cms-categories {
    flex-direction: column;
  }

  .posts-3-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .posts-2-columns, .features-grid {
    grid-row-gap: 40px;
    grid-template-columns: 100%;
  }

  .connect-social-buttons {
    flex-wrap: wrap;
  }

  .contact-blocks {
    grid-template-columns: 1fr;
  }

  .works-dynamic-grid {
    grid-template-rows: 86vw;
    grid-template-columns: 100%;
    grid-auto-rows: 86vw;
  }

  .post-card-thumb-big {
    height: 68vw;
  }

  .skill-card {
    padding-left: 84px;
    padding-right: 24px;
  }

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

  .subscribe-v1-info {
    text-align: center;
  }

  .subscribe-v1-media {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .search-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tags-heading {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .blog-tags-block {
    flex-direction: column;
  }

  .blog-tags {
    margin-left: -4px;
  }

  .awards {
    padding-left: 0%;
    padding-right: 0%;
  }

  .award {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .awards-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image {
    height: 36px;
  }

  .footer-v1-social {
    justify-content: flex-start;
    width: 100%;
  }

  .link-2.footer-link.smaller-mobile {
    font-size: 10px;
  }

  .footer-logo.w--current {
    text-align: left;
    width: 100%;
  }

  .footer-v1-contacts {
    flex: 1;
    width: 50%;
    padding-bottom: 32px;
  }

  .footer-v1-link-2 {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .footer-v1-nav {
    text-align: left;
    margin-bottom: 24px;
  }

  .footer-v1-nav.logo {
    align-items: flex-start;
  }

  .footer-v1-nav.smaller {
    width: 50%;
  }

  .section-2._100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .works-intro-text {
    margin-top: 4px;
  }

  .works-intro-text.smaller {
    font-size: 22px;
    line-height: 34px;
  }

  .scroll-link {
    display: none;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .quick-stack-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .denplan-logo-mobile-only {
    margin-top: 70px;
    display: block;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-3-form-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-block.top-space {
    margin-top: 8px;
  }
}

#w-node-_95d4818f-5efb-bf63-a973-2fd206c0fc9e-232cf084 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_52b687cd-87ec-417c-3faf-de06b43fdf69-b43fdf67 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_52b687cd-87ec-417c-3faf-de06b43fdf6e-b43fdf67 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_7165ef3d-fb39-36e1-ebf2-aa74dc8851a5-b43fdf67 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_88d4a9a6-41a2-366f-f51a-17d6dedefe03-232cf0b1 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-d4383ac6-725b-a124-8c4e-cf6b2cd146cf-232cf0b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_3a4b6175-8176-9de2-776b-8efd1d48619f-232cf0b1 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_0d54f78d-154a-89d4-54e6-2f235e6fedf6-232cf0b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_0d54f78d-154a-89d4-54e6-2f235e6fedfc-232cf0b1 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-adec63e7-14c6-a8d4-de25-b390d80740ab-232cf0b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-adec63e7-14c6-a8d4-de25-b390d80740b1-232cf0b1 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_441c8b2c-c769-1d49-b9c9-c444c068bc66-232cf0b1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_441c8b2c-c769-1d49-b9c9-c444c068bc6c-232cf0b1 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d777-232cf0b1, #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d782-232cf0b1, #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d78e-232cf0b1, #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d79a-232cf0b1, #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d7a6-232cf0b1, #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d7b2-232cf0b1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e4ebbf4c-a421-3396-42d8-137cfb40d7f6-232cf0b1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e4ebbf4c-a421-3396-42d8-137cfb40d7f9-232cf0b1 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-e4ebbf4c-a421-3396-42d8-137cfb40d812-232cf0b1 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e4ebbf4c-a421-3396-42d8-137cfb40d815-232cf0b1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e4ebbf4c-a421-3396-42d8-137cfb40d827-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d832-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d83d-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d84b-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d859-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d864-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d898-232cf0b1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8a1-232cf0b1 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8b5-232cf0b1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8b9-232cf0b1 {
  justify-self: start;
}

#w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8c3-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8ca-232cf0b1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd35-232cf0b1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd39-232cf0b1 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd49-232cf0b1 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd52-232cf0b1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd67-232cf0b1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd71-232cf0b1 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd7b-232cf0b1 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd88-232cf0b1 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd92-232cf0b1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd9f-232cf0b1 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdb4-232cf0b1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdb5-232cf0b1 {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdb8-232cf0b1 {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdbb-232cf0b1 {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdbe-232cf0b1 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdd5-232cf0b1 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdf2-232cf0b1 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be23-232cf0b1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be26-232cf0b1 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be3a-232cf0b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be3e-232cf0b1 {
  justify-self: stretch;
}

#w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be48-232cf0b1, #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be4f-232cf0b1, #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be5a-232cf0b1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f65dc340-d8af-f536-5cee-c63fc05eff98-c05eff97 {
  place-self: start;
}

#w-node-f65dc340-d8af-f536-5cee-c63fc05effa3-c05eff97 {
  place-self: start end;
}

#w-node-f65dc340-d8af-f536-5cee-c63fc05effaf-c05eff97 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e6da8263-b008-6b07-c83c-c614481e607d-232cf0c5 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_35ae8a25-c3b8-ba2e-ddfa-1d3d883c9bd2-232cf0c5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-232cf0c5 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-b628a921-93cc-a484-8bcf-f8b04aab5e84-4aab5e81 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b628a921-93cc-a484-8bcf-f8b04aab5e8e-4aab5e81 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-b628a921-93cc-a484-8bcf-f8b04aab5ea8-4aab5e81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b628a921-93cc-a484-8bcf-f8b04aab5eac-4aab5e81 {
  justify-self: start;
}

#w-node-_8fbab612-e5de-81e2-1bc8-9dcce6ddb621-4aab5e81 {
  align-self: end;
}

#w-node-_3b1b1303-b8b7-8bfb-d4df-85d83ec4eefa-232cf0c9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad34407a-5c7f-5460-5dd7-25639add64e1-232cf0c9 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_941156c3-8291-9d29-7048-cb475da01aac-232cf0c9, #w-node-_73b054e4-02e7-2098-1279-e1f3bfa65adf-232cf0c9, #w-node-_0aae3767-439c-a583-0378-347dd2d20821-232cf0c9, #w-node-_1b6ad68b-3a65-5c9c-e892-d33fb5c147cf-232cf0c9, #w-node-_9e8b1c48-a47a-cce2-ae79-8a6efe94dac8-232cf0c9, #w-node-_04927de0-8c99-dd59-f5ae-b55331b3d0a4-232cf0c9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-232cf0c9 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-de080feb-b4db-fc9b-48a8-f7434131bb17-232cf0c9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_780bb141-7e4d-06dd-9754-8fd611a926ee-232cf0e8, #w-node-_780bb141-7e4d-06dd-9754-8fd611a926f9-232cf0e8, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92704-232cf0e8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae42-232cf0ea, #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae3b-232cf0ea {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-be300a1e-90c1-fce4-67a6-7ac67709e790-232cf0eb {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c4a297b2-0fdd-64e9-89af-e5272b90b650-232cf0eb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c4a297b2-0fdd-64e9-89af-e5272b90b659-232cf0eb {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-c4a297b2-0fdd-64e9-89af-e5272b90b66d-232cf0eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c4a297b2-0fdd-64e9-89af-e5272b90b671-232cf0eb {
  justify-self: start;
}

#w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b21f0-232cf0eb {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b21f6-232cf0eb {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2219-232cf0eb {
  grid-area: 1 / 10 / 2 / 14;
}

#w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b223e-232cf0eb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2251-232cf0eb {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b227a-232cf0eb {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b228e-232cf0eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2292-232cf0eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2299-232cf0eb {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_215e683b-9b0f-3750-493a-119605483d99-232cf0eb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_215e683b-9b0f-3750-493a-119605483d9a-232cf0eb {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_215e683b-9b0f-3750-493a-119605483d9d-232cf0eb {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_215e683b-9b0f-3750-493a-119605483da0-232cf0eb {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_215e683b-9b0f-3750-493a-119605483da3-232cf0eb {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_215e683b-9b0f-3750-493a-119605483db3-232cf0eb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_215e683b-9b0f-3750-493a-119605483dbe-232cf0eb {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_215e683b-9b0f-3750-493a-119605483de3-232cf0eb {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_215e683b-9b0f-3750-493a-119605483de5-232cf0eb {
  grid-area: 1 / 7 / 2 / 11;
  align-self: start;
}

#w-node-_215e683b-9b0f-3750-493a-119605483e0b-232cf0eb {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_215e683b-9b0f-3750-493a-119605483e34-232cf0eb {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_215e683b-9b0f-3750-493a-119605483e37-232cf0eb {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_215e683b-9b0f-3750-493a-119605483e4b-232cf0eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_215e683b-9b0f-3750-493a-119605483e4f-232cf0eb {
  justify-self: stretch;
}

#w-node-_215e683b-9b0f-3750-493a-119605483e59-232cf0eb, #w-node-_215e683b-9b0f-3750-493a-119605483e67-232cf0eb, #w-node-_215e683b-9b0f-3750-493a-119605483e72-232cf0eb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c5994e56-0ce2-e7d3-e7fa-fe251e771682-232cf0eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1195725c-61c7-3d98-2c32-d43a2d272312-232cf0eb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1195725c-61c7-3d98-2c32-d43a2d272313-232cf0eb {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_1195725c-61c7-3d98-2c32-d43a2d272316-232cf0eb {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_1195725c-61c7-3d98-2c32-d43a2d272319-232cf0eb {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_1195725c-61c7-3d98-2c32-d43a2d27231c-232cf0eb {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_1195725c-61c7-3d98-2c32-d43a2d272333-232cf0eb {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1195725c-61c7-3d98-2c32-d43a2d27233c-232cf0eb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_1195725c-61c7-3d98-2c32-d43a2d27234a-232cf0eb {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1195725c-61c7-3d98-2c32-d43a2d272367-232cf0eb {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f4d4-232cf0eb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f4dd-232cf0eb {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f4f1-232cf0eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f4f5-232cf0eb {
  justify-self: start;
}

#w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f510-232cf0eb, #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f517-232cf0eb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f525-232cf0eb {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-c91c7402-a09d-498c-46f9-d7dd1e63dd34-232cf0ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c91c7402-a09d-498c-46f9-d7dd1e63dd38-232cf0ec {
  justify-self: start;
}

#w-node-_448dbe6d-8939-673f-7080-ab4d284e017c-232cf0ec {
  align-self: end;
}

#w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae42-232cf0ec, #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae3b-232cf0ec {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_38b28abf-68f1-c62a-f337-6507076fa5b0-232cf0ed {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39b71b58-a61e-a444-a1ac-0b8ffc6c9686-232cf0ee, #w-node-d5068744-0a1c-3b14-2ab4-5118e73583bd-232cf0ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b73f820a-9973-342c-0f16-7da63dbd6be1-232cf0ef {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b73f820a-9973-342c-0f16-7da63dbd6be2-232cf0ef {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-b73f820a-9973-342c-0f16-7da63dbd6beb-232cf0ef, #w-node-b73f820a-9973-342c-0f16-7da63dbd6bee-232cf0ef {
  grid-area: span 5 / span 6 / span 5 / span 6;
}

#w-node-b73f820a-9973-342c-0f16-7da63dbd6bf1-232cf0ef {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-b73f820a-9973-342c-0f16-7da63dbd6bf4-232cf0ef {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-b73f820a-9973-342c-0f16-7da63dbd6bfc-232cf0ef {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-b73f820a-9973-342c-0f16-7da63dbd6bff-232cf0ef {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3b56e678-89c2-2c4e-b889-9b21eed6ad5c-232cf0ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3b56e678-89c2-2c4e-b889-9b21eed6ad6c-232cf0ef {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3b56e678-89c2-2c4e-b889-9b21eed6ad79-232cf0ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b56e678-89c2-2c4e-b889-9b21eed6ad7d-232cf0ef {
  justify-self: start;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c9885c6-232cf0f0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c9885cf-232cf0f0 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c9885fa-232cf0f0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c988614-232cf0f0, #w-node-c2700b2b-9d9b-526d-4485-f8233c98862e-232cf0f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c988648-232cf0f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c98866c-232cf0f0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c98866f-232cf0f0 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c988693-232cf0f0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c988696-232cf0f0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c9886c4-232cf0f0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c9886cd-232cf0f0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c9886e1-232cf0f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2700b2b-9d9b-526d-4485-f8233c9886e5-232cf0f0 {
  justify-self: start;
}

#w-node-fe0b9bf7-c3fa-fce9-6088-c5801899633e-232cf0f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83b8075b-7827-ebed-0eed-dd3007f0cfe0-232cf0f0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_83b8075b-7827-ebed-0eed-dd3007f0d004-232cf0f0 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-_83b8075b-7827-ebed-0eed-dd3007f0d02a-232cf0f0 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_83b8075b-7827-ebed-0eed-dd3007f0d031-232cf0f0 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e117-232cf0f0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e11a-232cf0f0 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e129-232cf0f0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e12c-232cf0f0 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e140-232cf0f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e144-232cf0f0 {
  justify-self: stretch;
}

#w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e14e-232cf0f0, #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e155-232cf0f0, #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e160-232cf0f0, #w-node-_5e616781-d6dd-2ea1-7150-43255ad46c9d-f8cf4751, #w-node-_5e616781-d6dd-2ea1-7150-43255ad46ca4-f8cf4751, #w-node-_5e616781-d6dd-2ea1-7150-43255ad46cab-f8cf4751 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bcd57bfb-0899-63c2-1aaa-85796223c474-f8cf4751 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bcd57bfb-0899-63c2-1aaa-85796223c480-f8cf4751 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bcd57bfb-0899-63c2-1aaa-85796223c481-f8cf4751 {
  grid-area: 1 / 1 / 9 / 7;
}

#w-node-bcd57bfb-0899-63c2-1aaa-85796223c484-f8cf4751, #w-node-_23747456-bd51-515f-cb39-1f021a04813f-f8cf4751 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_23747456-bd51-515f-cb39-1f021a048146-f8cf4751 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-969bdcfa {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-969bdcfa {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-f389381b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-f389381b {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-a84d117d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-a84d117d {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-50d71221 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-50d71221 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-51b19538 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-51b19538 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-a3fc2f57 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-a3fc2f57 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383ac-8ae542cf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383ad-8ae542cf {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383b0-8ae542cf {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383b3-8ae542cf {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383b6-8ae542cf {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_63e8dfff-f3b6-c9f8-0381-29c937d19a46-8ae542cf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d78e4f83-f123-7692-ac10-28b0f41f3502-30e5d6f0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_95d4818f-5efb-bf63-a973-2fd206c0fc9e-232cf084 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7165ef3d-fb39-36e1-ebf2-aa74dc8851a5-b43fdf67 {
    grid-column: 2 / 3;
  }

  #w-node-_52b687cd-87ec-417c-3faf-de06b43fdfd3-b43fdf67 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_88d4a9a6-41a2-366f-f51a-17d6dedefe03-232cf0b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d4383ac6-725b-a124-8c4e-cf6b2cd146cf-232cf0b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_3a4b6175-8176-9de2-776b-8efd1d48619f-232cf0b1, #w-node-_0d54f78d-154a-89d4-54e6-2f235e6fedf6-232cf0b1, #w-node-_0d54f78d-154a-89d4-54e6-2f235e6fedfc-232cf0b1, #w-node-adec63e7-14c6-a8d4-de25-b390d80740ab-232cf0b1, #w-node-adec63e7-14c6-a8d4-de25-b390d80740b1-232cf0b1, #w-node-_441c8b2c-c769-1d49-b9c9-c444c068bc66-232cf0b1, #w-node-_441c8b2c-c769-1d49-b9c9-c444c068bc6c-232cf0b1 {
    grid-column: span 8 / span 8;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d7f6-232cf0b1 {
    grid-column: span 4 / span 4;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d7f9-232cf0b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d815-232cf0b1 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d898-232cf0b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8a1-232cf0b1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8c3-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8ca-232cf0b1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd35-232cf0b1 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd39-232cf0b1 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd49-232cf0b1 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd52-232cf0b1 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd67-232cf0b1 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd71-232cf0b1 {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd7b-232cf0b1 {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd88-232cf0b1 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd92-232cf0b1 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd9f-232cf0b1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdb4-232cf0b1 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdbe-232cf0b1 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdd5-232cf0b1 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdf2-232cf0b1 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be23-232cf0b1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be26-232cf0b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-f65dc340-d8af-f536-5cee-c63fc05eff9f-c05eff97 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f65dc340-d8af-f536-5cee-c63fc05effa3-c05eff97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6da8263-b008-6b07-c83c-c614481e607d-232cf0c5 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-232cf0c5 {
    grid-area: 2 / 4 / 3 / 9;
  }

  #w-node-b628a921-93cc-a484-8bcf-f8b04aab5e84-4aab5e81 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b628a921-93cc-a484-8bcf-f8b04aab5e8e-4aab5e81, #w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-232cf0c9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae42-232cf0ea, #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae3b-232cf0ea {
    grid-column: span 4 / span 4;
  }

  #w-node-be300a1e-90c1-fce4-67a6-7ac67709e790-232cf0eb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c4a297b2-0fdd-64e9-89af-e5272b90b650-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c4a297b2-0fdd-64e9-89af-e5272b90b659-232cf0eb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b21f0-232cf0eb {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b21f6-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2219-232cf0eb {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b223e-232cf0eb, #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2251-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b227a-232cf0eb, #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2299-232cf0eb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483d99-232cf0eb {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483da3-232cf0eb {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483db3-232cf0eb, #w-node-_215e683b-9b0f-3750-493a-119605483dbe-232cf0eb, #w-node-_215e683b-9b0f-3750-493a-119605483de3-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483de5-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483e0b-232cf0eb {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483e34-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483e37-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d272312-232cf0eb {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d27231c-232cf0eb {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d272333-232cf0eb {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d27233c-232cf0eb {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d27234a-232cf0eb {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d272367-232cf0eb {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f4d4-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f4dd-232cf0eb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f510-232cf0eb, #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f517-232cf0eb {
    grid-column: span 4 / span 4;
  }

  #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f525-232cf0eb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae42-232cf0ec, #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae3b-232cf0ec {
    grid-column: span 4 / span 4;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6be1-232cf0ef {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6be2-232cf0ef {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6beb-232cf0ef, #w-node-b73f820a-9973-342c-0f16-7da63dbd6bee-232cf0ef {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6bf1-232cf0ef {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6bf4-232cf0ef {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6bfc-232cf0ef {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6bff-232cf0ef {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_3b56e678-89c2-2c4e-b889-9b21eed6ad5c-232cf0ef, #w-node-_3b56e678-89c2-2c4e-b889-9b21eed6ad6c-232cf0ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9885c6-232cf0f0 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9885cf-232cf0f0 {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c98866c-232cf0f0 {
    grid-column: span 4 / span 4;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c98866f-232cf0f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c988696-232cf0f0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9886c4-232cf0f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9886cd-232cf0f0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_83b8075b-7827-ebed-0eed-dd3007f0cfe0-232cf0f0 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_83b8075b-7827-ebed-0eed-dd3007f0d004-232cf0f0 {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-_83b8075b-7827-ebed-0eed-dd3007f0d02a-232cf0f0, #w-node-_83b8075b-7827-ebed-0eed-dd3007f0d031-232cf0f0 {
    grid-column: span 4 / span 4;
  }

  #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e117-232cf0f0 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e11a-232cf0f0 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e129-232cf0f0 {
    grid-column: span 4 / span 4;
  }

  #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e12c-232cf0f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-bcd57bfb-0899-63c2-1aaa-85796223c480-f8cf4751 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-bcd57bfb-0899-63c2-1aaa-85796223c481-f8cf4751 {
    grid-column-end: 8;
  }

  #w-node-bcd57bfb-0899-63c2-1aaa-85796223c484-f8cf4751 {
    grid-area: 1 / 1 / 3 / 9;
  }

  #w-node-_23747456-bd51-515f-cb39-1f021a04813f-f8cf4751 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_23747456-bd51-515f-cb39-1f021a048146-f8cf4751 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-969bdcfa {
    grid-column: span 4 / span 4;
    align-self: center;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-969bdcfa {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-f389381b {
    grid-column: span 4 / span 4;
    align-self: center;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-f389381b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-a84d117d {
    grid-column: span 4 / span 4;
    align-self: center;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-a84d117d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-50d71221 {
    grid-column: span 4 / span 4;
    align-self: center;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-50d71221 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-51b19538 {
    grid-column: span 4 / span 4;
    align-self: center;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-51b19538 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a0d-a3fc2f57 {
    grid-column: span 4 / span 4;
    align-self: center;
  }

  #w-node-_580b666a-fc8e-a77f-3eb7-88fcc6464a10-a3fc2f57 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383ac-8ae542cf {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383b6-8ae542cf {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-d78e4f83-f123-7692-ac10-28b0f41f3502-30e5d6f0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_95d4818f-5efb-bf63-a973-2fd206c0fc9e-232cf084 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdb4-232cf0b1 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-f65dc340-d8af-f536-5cee-c63fc05eff98-c05eff97 {
    justify-self: center;
  }

  #w-node-f65dc340-d8af-f536-5cee-c63fc05eff9f-c05eff97 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b21f0-232cf0eb {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b21f6-232cf0eb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2219-232cf0eb {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483d99-232cf0eb {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483db3-232cf0eb {
    grid-column: span 8 / span 8;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483dbe-232cf0eb {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d272312-232cf0eb, #w-node-_1195725c-61c7-3d98-2c32-d43a2d27234a-232cf0eb {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d272367-232cf0eb {
    grid-area: 2 / 1 / 3 / 8;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6be2-232cf0ef {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6beb-232cf0ef {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6bee-232cf0ef {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6bf1-232cf0ef {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6bf4-232cf0ef {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6bfc-232cf0ef {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6bff-232cf0ef {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9885c6-232cf0f0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9885cf-232cf0f0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_83b8075b-7827-ebed-0eed-dd3007f0d004-232cf0f0 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-bcd57bfb-0899-63c2-1aaa-85796223c480-f8cf4751 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-bcd57bfb-0899-63c2-1aaa-85796223c481-f8cf4751 {
    grid-column-end: 9;
  }

  #w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383ac-8ae542cf {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_63e8dfff-f3b6-c9f8-0381-29c937d19a46-8ae542cf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d78e4f83-f123-7692-ac10-28b0f41f3502-30e5d6f0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_88d4a9a6-41a2-366f-f51a-17d6dedefe03-232cf0b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d4383ac6-725b-a124-8c4e-cf6b2cd146cf-232cf0b1, #w-node-_3a4b6175-8176-9de2-776b-8efd1d48619f-232cf0b1, #w-node-_0d54f78d-154a-89d4-54e6-2f235e6fedf6-232cf0b1, #w-node-_0d54f78d-154a-89d4-54e6-2f235e6fedfc-232cf0b1, #w-node-adec63e7-14c6-a8d4-de25-b390d80740ab-232cf0b1, #w-node-adec63e7-14c6-a8d4-de25-b390d80740b1-232cf0b1, #w-node-_441c8b2c-c769-1d49-b9c9-c444c068bc66-232cf0b1, #w-node-_441c8b2c-c769-1d49-b9c9-c444c068bc6c-232cf0b1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d777-232cf0b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d782-232cf0b1, #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d78e-232cf0b1, #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d79a-232cf0b1, #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d7a6-232cf0b1, #w-node-_5a12e79b-308b-22ad-eb4b-f92e18b6d7b2-232cf0b1 {
    grid-column: span 1 / span 1;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d812-232cf0b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d815-232cf0b1 {
    grid-column: span 4 / span 4;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d827-232cf0b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d832-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d83d-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d84b-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d859-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d864-232cf0b1 {
    grid-column: span 1 / span 1;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d898-232cf0b1, #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8a1-232cf0b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8b5-232cf0b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4ebbf4c-a421-3396-42d8-137cfb40d8b9-232cf0b1 {
    justify-self: stretch;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd35-232cf0b1, #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd39-232cf0b1, #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd49-232cf0b1, #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd52-232cf0b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd67-232cf0b1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd71-232cf0b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd7b-232cf0b1 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd88-232cf0b1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd92-232cf0b1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bd9f-232cf0b1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdb4-232cf0b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdb5-232cf0b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdb8-232cf0b1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdbb-232cf0b1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdbe-232cf0b1, #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdd5-232cf0b1, #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5bdf2-232cf0b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be26-232cf0b1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be3a-232cf0b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a6ab872-20dc-f634-690f-b55bc7e5be3e-232cf0b1, #w-node-f65dc340-d8af-f536-5cee-c63fc05effa3-c05eff97, #w-node-f65dc340-d8af-f536-5cee-c63fc05effa6-c05eff97 {
    justify-self: stretch;
  }

  #w-node-e6da8263-b008-6b07-c83c-c614481e607d-232cf0c5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_35ae8a25-c3b8-ba2e-ddfa-1d3d883c9bd2-232cf0c5 {
    grid-column: span 4 / span 4;
  }

  #w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-232cf0c5, #w-node-b628a921-93cc-a484-8bcf-f8b04aab5e84-4aab5e81, #w-node-b628a921-93cc-a484-8bcf-f8b04aab5e8e-4aab5e81 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b628a921-93cc-a484-8bcf-f8b04aab5ea8-4aab5e81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b628a921-93cc-a484-8bcf-f8b04aab5eac-4aab5e81 {
    justify-self: stretch;
  }

  #w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-232cf0c9, #w-node-de080feb-b4db-fc9b-48a8-f7434131bb17-232cf0c9 {
    grid-column: span 4 / span 4;
  }

  #w-node-_780bb141-7e4d-06dd-9754-8fd611a926ee-232cf0e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_780bb141-7e4d-06dd-9754-8fd611a926f9-232cf0e8, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92704-232cf0e8 {
    grid-column: span 1 / span 1;
  }

  #w-node-be300a1e-90c1-fce4-67a6-7ac67709e790-232cf0eb, #w-node-c4a297b2-0fdd-64e9-89af-e5272b90b650-232cf0eb, #w-node-c4a297b2-0fdd-64e9-89af-e5272b90b659-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c4a297b2-0fdd-64e9-89af-e5272b90b66d-232cf0eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c4a297b2-0fdd-64e9-89af-e5272b90b671-232cf0eb {
    justify-self: stretch;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b21f0-232cf0eb, #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b21f6-232cf0eb, #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2219-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2251-232cf0eb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b227a-232cf0eb {
    grid-column: span 4 / span 4;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b228e-232cf0eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2292-232cf0eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_1ba61169-0de5-43ae-7f7a-f222ed8b2299-232cf0eb {
    grid-column: span 4 / span 4;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483d99-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483d9a-232cf0eb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483d9d-232cf0eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483da0-232cf0eb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483da3-232cf0eb, #w-node-_215e683b-9b0f-3750-493a-119605483db3-232cf0eb, #w-node-_215e683b-9b0f-3750-493a-119605483dbe-232cf0eb, #w-node-_215e683b-9b0f-3750-493a-119605483e0b-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483e37-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483e4b-232cf0eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_215e683b-9b0f-3750-493a-119605483e4f-232cf0eb {
    justify-self: stretch;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d272312-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d272313-232cf0eb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d272316-232cf0eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d272319-232cf0eb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1195725c-61c7-3d98-2c32-d43a2d27231c-232cf0eb, #w-node-_1195725c-61c7-3d98-2c32-d43a2d272333-232cf0eb, #w-node-_1195725c-61c7-3d98-2c32-d43a2d27233c-232cf0eb, #w-node-_1195725c-61c7-3d98-2c32-d43a2d27234a-232cf0eb, #w-node-_1195725c-61c7-3d98-2c32-d43a2d272367-232cf0eb, #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f4d4-232cf0eb, #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f4dd-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f4f1-232cf0eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f4f5-232cf0eb {
    justify-self: stretch;
  }

  #w-node-_577b8175-029f-0a0b-b4f7-dc0e50c8f525-232cf0eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c91c7402-a09d-498c-46f9-d7dd1e63dd34-232cf0ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c91c7402-a09d-498c-46f9-d7dd1e63dd38-232cf0ec {
    justify-self: stretch;
  }

  #w-node-_38b28abf-68f1-c62a-f337-6507076fa5b0-232cf0ed {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6be1-232cf0ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6be2-232cf0ef {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6beb-232cf0ef, #w-node-b73f820a-9973-342c-0f16-7da63dbd6bee-232cf0ef, #w-node-b73f820a-9973-342c-0f16-7da63dbd6bf1-232cf0ef, #w-node-b73f820a-9973-342c-0f16-7da63dbd6bf4-232cf0ef {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-b73f820a-9973-342c-0f16-7da63dbd6bfc-232cf0ef, #w-node-b73f820a-9973-342c-0f16-7da63dbd6bff-232cf0ef {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3b56e678-89c2-2c4e-b889-9b21eed6ad79-232cf0ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b56e678-89c2-2c4e-b889-9b21eed6ad7d-232cf0ef, #w-node-e1aed692-0244-463c-7f25-ef5045a4d937-45a4d92c {
    justify-self: stretch;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9885c6-232cf0f0, #w-node-c2700b2b-9d9b-526d-4485-f8233c9885cf-232cf0f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9885fa-232cf0f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c988648-232cf0f0 {
    grid-column: span 1 / span 1;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c988693-232cf0f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c988696-232cf0f0 {
    grid-column: span 4 / span 4;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9886c4-232cf0f0, #w-node-c2700b2b-9d9b-526d-4485-f8233c9886cd-232cf0f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9886e1-232cf0f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2700b2b-9d9b-526d-4485-f8233c9886e5-232cf0f0 {
    justify-self: stretch;
  }

  #w-node-_83b8075b-7827-ebed-0eed-dd3007f0cfe0-232cf0f0, #w-node-_83b8075b-7827-ebed-0eed-dd3007f0d004-232cf0f0, #w-node-_83b8075b-7827-ebed-0eed-dd3007f0d02a-232cf0f0, #w-node-_83b8075b-7827-ebed-0eed-dd3007f0d031-232cf0f0, #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e117-232cf0f0, #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e11a-232cf0f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e12c-232cf0f0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e140-232cf0f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebcf370f-ce14-b6b1-d9c3-c8ec2a95e144-232cf0f0 {
    justify-self: stretch;
  }

  #w-node-_5e616781-d6dd-2ea1-7150-43255ad46c9d-f8cf4751 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e616781-d6dd-2ea1-7150-43255ad46ca4-f8cf4751, #w-node-_5e616781-d6dd-2ea1-7150-43255ad46cab-f8cf4751 {
    grid-column: span 1 / span 1;
  }

  #w-node-bcd57bfb-0899-63c2-1aaa-85796223c480-f8cf4751 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bcd57bfb-0899-63c2-1aaa-85796223c481-f8cf4751 {
    grid-area: 1 / 1 / 7 / 2;
  }

  #w-node-bcd57bfb-0899-63c2-1aaa-85796223c484-f8cf4751, #w-node-_23747456-bd51-515f-cb39-1f021a04813f-f8cf4751, #w-node-_23747456-bd51-515f-cb39-1f021a048146-f8cf4751, #w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383ac-8ae542cf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383ad-8ae542cf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383b0-8ae542cf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383b3-8ae542cf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cd2fa8bf-b488-ad53-eb5a-f8a7b29383b6-8ae542cf {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


