:root {
  --dark: #151515;
  --main: #f44d3b;
  --grey-4: #e5e5e5;
  --white: white;
  --haze: #f7f7f7;
  --grey-1: #454545;
  --main-hover: #d33828;
  --grey-3: #d1d1d1;
  --grey-1-5: #6b6b6b;
  --udc-blue: #0097de;
  --udl-gold: #c6aa56;
  --grey-5: #f0f0f0;
  --udc-red: #cb0e15;
  --grey-2: #959595;
  --facebook-blue: #3b5998;
  --instagram: #f74a64;
  --color-2: #e9aa70;
}

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

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

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

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

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

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

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

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-top {
  padding-bottom: 100px;
}

.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: 40px;
}

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

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

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

.section._120.reduced-padding-top.reduced-padding-bottom.reduced-top-space-more.reduced-top-bottom-space-more {
  padding-top: 30px;
}

.section._120.reduced-padding-top.reduced-padding-bottom.reduced-top-space-more.fees {
  padding-top: 80px;
  padding-bottom: 10px;
}

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

.section._120.extra-bottom-space {
  padding-bottom: 150px;
}

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

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

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

.section._120.extra-top-space {
  margin-top: 60px;
}

.section._120.extra-top-space.bottom-space-adjust {
  padding-bottom: 80px;
}

.section._140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

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

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

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

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

.section._100.no-space-top.appointment.hide, .section._100.no-space-top.completely-hidden {
  display: none;
}

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

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

.section.latest-news {
  background-color: var(--haze);
  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;
}

.wrapper.top-space {
  margin-top: 60px;
}

._404-page {
  background-image: url('../images/skyla-design-Ps0r8xOpnKI-unsplash.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%;
  display: flex;
}

._404-page-info {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  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;
}

.intro.no-margin-bottom.wider.wider-2 {
  max-width: 850px;
}

.intro.team {
  margin-bottom: 70px;
}

.intro.reduced-bottom-space {
  margin-bottom: 40px;
}

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

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

.title.white {
  color: #fff;
}

.title.reduced-bottom-space {
  margin-bottom: 8px;
}

.title.reduced-bottom-space.bigger {
  font-size: 12px;
  line-height: 18px;
}

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

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

.brand.udc {
  padding-left: 30px;
  padding-right: 15px;
}

.brand.udc.hidden-desktop, .brand.udc.hidden-desktop.w--current {
  display: none;
}

.brand.udc.hidden-mobile.w--current {
  padding-right: 5px;
}

.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);
  width: 40px;
  height: 40px;
  color: var(--dark);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: relative;
}

.tooltip {
  z-index: 2;
  border: 1px solid var(--grey-4);
  width: 200px;
  max-width: 200px;
  color: var(--grey-1);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  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(--main);
  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(--main-hover);
}

.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(--dark);
  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.ghost.more-works-button:hover {
  background-color: var(--grey-4);
  color: var(--dark);
}

.button.ghost.news {
  border-color: var(--grey-3);
}

.button.ghost.news:hover {
  background-color: var(--grey-1-5);
}

.button.ghost._50 {
  width: 50%;
}

.button.ghost._50:hover {
  background-color: var(--udc-blue);
}

.button.ghost.gold:hover {
  background-color: var(--udl-gold);
  color: var(--dark);
}

.button.ghost.darker {
  border-color: var(--grey-3);
}

.button.ghost.darker:hover {
  color: var(--udl-gold);
}

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

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

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

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

.button.nav-button.dark {
  background-color: var(--udl-gold);
  color: var(--dark);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

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

.button.white-v2 {
  border: .5px solid var(--grey-3);
  color: var(--dark);
  background-color: #fff;
}

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

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

.button.home-intro {
  background-color: var(--udc-blue);
  font-weight: 400;
}

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

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

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

.sg-button-wrapper {
  width: 100%;
  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;
  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 {
  width: 100%;
  color: var(--dark);
  border-radius: 5px;
  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 {
  background-color: var(--grey-5);
  border-radius: 3px;
  margin-left: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.nav-link {
  height: 100%;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  transition: color .2s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--udl-gold);
}

.nav-link.nav-link-dropdown.dark {
  display: block;
}

.nav-link.dark {
  color: var(--white);
  background-color: #0000;
  font-weight: 400;
}

.nav-link.dark:hover {
  color: var(--udl-gold);
}

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

.nav-link.dark.mobile {
  display: none;
}

.nav-dropdown-link {
  color: var(--dark);
  padding: 12px 32px 12px 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  transition: color .1s;
}

.nav-dropdown-link:hover {
  color: var(--grey-1-5);
}

.nav-dropdown-link.w--current {
  color: var(--dark);
  font-size: 11px;
  font-weight: 400;
  line-height: 21px;
}

.nav-dropdown-link.w--current:hover {
  color: var(--grey-1-5);
}

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

.nav-dropdown {
  height: 100%;
}

.logo {
  height: 80px;
}

.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);
  font-size: 15px;
  line-height: 25px;
}

.text-grey.extra-space-bottom {
  margin-bottom: 0;
}

.text-grey.reduced-space-bottom {
  margin-bottom: 12px;
}

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

.text-grey.centre-850 {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.text-grey.bigger {
  font-size: 17px;
  line-height: 27px;
}

.text-grey.bigger.no-bottom-space.centre.top-space {
  margin-top: 20px;
}

.bg-image {
  background-color: var(--white);
  background-image: url('../images/UDL_Home_4.webp');
  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 {
  opacity: .64;
  background-image: url('../images/udc_home_8.jpg');
}

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

.bg-image.team-image.our-treatments {
  background-image: url('../images/UDL_Home_Practice_New.webp');
}

.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/alexandra-gorn-485551-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.contact-us {
  background-color: var(--white);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/udc_practice_contact.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.bg-image.book-appointment {
  background-image: url('../images/udc_home_11.jpg');
}

.bg-image.register {
  background-image: url('../images/udc_home_12.jpg');
}

.bg-image.policy {
  background-color: var(--white);
  background-image: url('../images/UDL_Home_21.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.our-team {
  background-color: var(--white);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/udc_home_13.jpg');
  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/udc_news_header.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.nhs {
  background-image: url('../images/UDL_Home_22.webp');
}

.bg-image.about-us {
  background-image: url('../images/UDL_Home_26.png');
}

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

.breadcrumbs.black {
  background-color: var(--dark);
  padding-left: 14px;
  padding-right: 14px;
}

.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(--grey-1-5);
}

.link-dark.bigger {
  font-size: 17px;
  line-height: 27px;
}

.link-dark.bolder {
  font-weight: 700;
}

.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(--grey-3);
  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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.zoomed-image.relative-image {
  width: 100%;
  display: block;
  position: relative;
}

.zoomed-image.relative-image.top-space {
  margin-top: 25px;
}

.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/UDL_Home_18.webp');
}

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

.zoomed-image.mini-gallery-3 {
  background-image: url('../images/UDL_Home_38.webp');
  background-size: cover;
}

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

.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);
  width: 100%;
  height: 48px;
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  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-buttons.top-space {
  margin-top: 16px;
}

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

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

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

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

.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);
  height: 20px;
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  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(--udl-gold);
  width: 100px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
}

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

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

.divider.hero-divider.gold {
  background-color: var(--udl-gold);
}

.divider.policy {
  background-color: var(--grey-1);
  margin-bottom: 16px;
}

.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.left.top-space {
  margin-top: 20px;
}

.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.dark {
  color: var(--dark);
  background-color: #0000;
}

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

.text-big.light.no-space-bottom {
  margin-bottom: 0;
  line-height: 27px;
}

.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 {
  height: 32px;
  color: var(--dark);
  background-color: #0000;
  border-radius: 16px;
  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(--grey-1);
  color: var(--white);
  text-decoration: none;
}

.link {
  box-shadow: inset 0 -2px 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 {
  box-shadow: inset 0 -1px 0 0 var(--grey-4);
  margin-top: 16px;
  margin-bottom: -8px;
}

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

.testimonials-v2-nav {
  width: 60px;
  transform-style: preserve-3d;
  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 {
  color: #fff;
  background-image: url('../images/anthony-chiado-zmif-smkC_o-unsplash.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 {
  min-width: 470px;
  color: var(--dark);
  background-color: #fff;
  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 {
  border-bottom: 1px solid var(--grey-3);
  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 {
  width: 670px;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 64px 80px;
}

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

.layout {
  width: 50%;
  color: var(--dark);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  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 {
  height: 100%;
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  align-items: center;
  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 {
  width: 50%;
  height: 48px;
  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;
  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% 128px;
  display: flex;
}

.post-top.reduced-bottom-space {
  margin-bottom: 48px;
}

.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;
  max-width: 370px;
  color: var(--dark);
  background-color: #fff;
  align-items: stretch;
  padding: 16px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  position: absolute;
}

.link-underline {
  z-index: 1;
  background-color: var(--udl-gold);
  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 {
  width: 40px;
  height: 40px;
  color: var(--dark);
  justify-content: center;
  align-items: center;
  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-scroll.dark {
  color: var(--dark);
  background-color: #0000;
}

.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);
  min-height: 200px;
  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;
  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;
  width: 100%;
  color: var(--dark);
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.work-presentation {
  background-color: #fff;
  margin-bottom: -32px;
}

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

.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);
  height: 25vw;
  color: var(--dark);
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  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);
}

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

.work-carousel-all {
  border-bottom: 1px solid var(--grey-4);
  width: 100%;
  height: 88px;
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  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 {
  background-color: var(--grey-4);
  color: var(--dark);
  border-bottom-color: #0000;
}

.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 {
  width: 40px;
  height: 160px;
  color: var(--white);
  border: 1px solid #ffffff4d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  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;
  height: 180px;
  color: var(--dark);
  border-color: #0000;
}

.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: 30px;
  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;
}

.main-grid.treatment {
  grid-column-gap: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.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: 1px solid var(--dark);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-right: 8%;
  display: flex;
}

.post-tags-block.hidden {
  display: none;
}

.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: 2px solid var(--dark);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 8px;
  display: flex;
}

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

.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-heading.text-dark {
  color: var(--dark);
}

.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(--udl-gold);
  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(--udc-blue);
}

.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;
  border-bottom: .5px solid var(--udl-gold);
  background-color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr 240px;
  grid-auto-columns: 1fr;
  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(--grey-5);
  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: 180px;
  overflow: hidden;
}

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

.page-description.text-dark {
  color: var(--dark);
}

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

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

.breadcrumbs-link.gold {
  color: var(--udl-gold);
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.breadcrumbs-link.white {
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}

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

.breadcrumbs-divider {
  opacity: 1;
  color: var(--white);
  padding-left: 4px;
  padding-right: 4px;
  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 {
  width: 100%;
  color: var(--grey-2);
  justify-content: flex-start;
  align-items: center;
  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);
  width: 56px;
  height: 100%;
  min-height: 104px;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: center;
  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;
  height: 100vh;
  max-height: 64vw;
  color: var(--white);
  background-image: linear-gradient(#000000e6, #000000e6);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: stretch;
  padding-left: 184px;
  padding-right: 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-v1-section.white {
  background-color: var(--white);
  background-image: url('../images/udc_background_1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 173px;
}

.hero-v1-section.white.new {
  background-image: url('../images/udc_home_12.jpg');
  background-size: cover;
  padding-left: 7%;
  padding-right: 7%;
}

.hero-v1-section.white.mobile {
  display: none;
}

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

.hero-v1-line.dark {
  background-color: var(--udc-red);
}

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

.hero-v1-image.home {
  background-image: url('../images/udc_home_1.jpg');
}

.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-vertical-link.dark {
  background-color: var(--grey-4);
  color: var(--dark);
  font-weight: 400;
}

.hero-vertical-link.dark:hover {
  background-color: var(--haze);
}

.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: flex-end;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 70px;
  display: flex;
}

.hero-v1.max-width {
  max-width: 1280px;
}

.hero-v1.home {
  align-items: center;
}

.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(--grey-4);
  max-width: 300px;
  color: var(--white);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 16px;
  font-size: 13px;
  line-height: 20px;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(0)perspective(784px);
}

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

.news-card-image {
  background-color: var(--grey-1);
  background-image: url('../images/udc_news_8_small.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);
  height: 72px;
  color: var(--dark);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  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-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);
  width: 48px;
  height: 48px;
  color: var(--dark);
  border-radius: 50%;
  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(--dark);
  width: 40px;
  height: 2px;
  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);
  height: 100%;
  color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-slider-v2-button {
  background-color: var(--white);
  width: 48px;
  height: 48px;
  color: var(--dark);
  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;
  position: relative;
}

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

.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(--dark);
  background-image: url('../images/plus-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 1.5px;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 8px 8px auto auto;
}

.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);
  height: 100vh;
  min-height: 720px;
  max-height: 64vw;
  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;
  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: 24px;
  grid-row-gap: 24px;
  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;
}

.hero-v3-works.normal {
  top: 0;
}

.hero-v3-works.normal.margin-0 {
  margin-bottom: 0;
}

.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(--grey-1);
  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-wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.hero-v2-image {
  background-image: url('../images/oswaldo-ibanez-sSQeNMWhFHY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 41.66%;
}

.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: 112px;
  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(--white);
  height: 680px;
  margin-top: -184px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

.post-image.treatment {
  height: auto;
  margin-top: 0;
}

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

.post-info {
  border-top: 1px solid var(--grey-4);
  position: sticky;
  top: 128px;
}

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

.post-info-block.vertical {
  border: .5px solid var(--udl-gold);
  flex-flow: column;
  align-items: center;
  padding: 20px;
}

.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(--udc-red);
  height: 20px;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  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: 24px;
  display: flex;
}

.post-share-buttons.verical {
  border: .5px solid var(--grey-2);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-share-buttons.centre {
  justify-content: center;
}

.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(--grey-1);
  height: 20px;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  flex: none;
  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(--udc-red);
  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;
}

.post-card-heading:hover {
  color: var(--grey-1);
}

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

.grid-content.left.margin {
  margin-right: 60px;
}

.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: 140px;
}

.pos-content.treatment {
  padding-top: 100px;
}

.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: -16px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

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

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

.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: 2px solid var(--dark);
  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%;
}

.heading-1 {
  color: var(--dark);
  -webkit-text-stroke-width: .25px;
  -webkit-text-stroke-color: var(--white);
  font-family: Lora, sans-serif;
}

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

.div-block {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.heading-2.reduced-bottom-space {
  margin-bottom: 10px;
}

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

.columns {
  display: flex;
}

.hero-social-icon {
  z-index: 1;
  position: relative;
}

.footer-v2-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ddd;
}

.social-link.dark-bg {
  box-shadow: inset 0 0 0 1px #fff6;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.social-icons.left {
  justify-content: flex-start;
  margin-left: -4px;
}

.link-white {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.link-white:hover {
  color: #ddd;
  text-decoration: none;
}

.footer-v2-2 {
  color: #777;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2-2.dark-bg {
  color: #ffffffb3;
}

.wrapper-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.color-hover {
  background-color: #3dbfbe;
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover.down {
  background-color: var(--grey-1);
  height: 3px;
  position: absolute;
  inset: auto 0 0;
}

.footer-text-right {
  margin-left: 16px;
}

.footer-bottom-v2 {
  color: #7c8499;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  color: #fff9;
  border-top-color: #fff3;
}

.footer-v2-about {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 10%;
  display: flex;
}

.footer-v2-email {
  color: #777;
  text-decoration: none;
}

.footer-v2-email:hover {
  color: #111;
  text-decoration: underline;
}

.footer-v2-email.dark-bg {
  color: #ffffffb3;
}

.footer-v2-email.dark-bg:hover {
  color: #fff;
  text-decoration: none;
}

.section-footer {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-footer.footer-new {
  background-color: var(--dark);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-v2-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-nav-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -6px;
  display: flex;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-v2-contact {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.footer-v2-contact-icon {
  width: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

.footer-v-2-contact-list {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.footer-text-left {
  margin-right: 16px;
}

.footer-v2-heading {
  color: #111;
  margin-bottom: 24px;
}

.footer-v2-heading.text-white {
  color: #fff;
  font-weight: 400;
}

.footer-v2-nav-link {
  color: #777;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  color: #111;
  text-decoration: underline;
}

.footer-v2-nav-link.dark-bg {
  color: #ffffffb3;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color .2s;
}

.footer-v2-nav-link.dark-bg:hover {
  color: #fff;
  text-decoration: none;
}

.footer-v2-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.wrapper-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

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

.section-header {
  z-index: 1;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-header._120 {
  padding-left: 0;
  padding-right: 0;
}

.section-header.pattern-dark-section {
  color: #fff;
  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-header.pattern-dark-section.gift-voucher {
  background-image: url('../images/DH_background_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 1px solid #e5e5e5;
}

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

.link-2 {
  color: #151515;
  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;
  box-shadow: inset 0 -1px #e5e5e5;
}

.contact-text-big-2 {
  color: #151515;
  font-family: Lora, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

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

.contact-text-small {
  color: #151515;
}

.contact-text-small.top-space {
  margin-top: 20px;
}

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

.contact-link {
  color: #151515;
  letter-spacing: .25px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  line-height: 32px;
  transition: color .4s;
}

.contact-link:hover {
  color: var(--grey-1-5);
}

.contact-link.bottom-space {
  margin-bottom: 20px;
}

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

.top-line-block-2.no-space-bottom {
  padding-bottom: 0;
}

.top-line-block-2.no-space-bottom.no-top-line {
  border-top-style: none;
}

.wrapper-contact {
  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;
}

.title-2 {
  color: #151515;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

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

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

.heading-3 {
  color: #454545;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #e9aa70;
  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-2:hover {
  background-color: #959595;
}

.button-2.blue {
  background-color: #579fe9;
}

.button-2.blue:hover {
  background-color: #89b1de;
}

.text-block-3 {
  font-weight: 400;
}

.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-4 {
  font-size: 30px;
  line-height: 42px;
}

.wrapper-5 {
  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;
}

.title-3 {
  color: #151515;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.team-member {
  margin-left: 10px;
  margin-right: 10px;
}

.team-member.team-hidden {
  display: none;
}

.team-heading {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 30px;
}

.team-sub-heading {
  text-align: center;
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.team-gdc-number {
  color: var(--grey-1-5);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.team-colums-space-top {
  margin-top: 50px;
}

.gallery-box {
  margin-left: 10px;
  margin-right: 10px;
}

.gallery-columns-space-top {
  margin-top: 50px;
}

.html-embed {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.column-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-2 {
  display: flex;
}

.button-icon-2 {
  width: 20px;
  color: var(--white);
  margin-right: 12px;
}

.link-3 {
  color: #161a25;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 5px 0 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 1px #cbd0df;
}

.link-3:hover {
  box-shadow: 0 1px #7c8499;
}

.link-3.small {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.hero-v3-service {
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding: 40px 3%;
  display: flex;
  box-shadow: 0 0 0 1px #e6e8ef;
}

.hero-v3-service.cta {
  justify-content: center;
  min-width: 280px;
}

.hero-v3-service.reduced-margin {
  padding-left: 3%;
  padding-right: 3%;
}

.hero-v3-service-info {
  flex: 1;
  margin-left: 24px;
  padding-bottom: 4px;
}

.hero-v3-service-info.no-left-margin {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.no-margin-2 {
  margin: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.no-margin-2.bdc {
  text-align: left;
  padding-left: 0;
}

.button-main {
  color: #161a25;
  text-align: center;
  background-color: #579fe9;
  border-radius: 7px;
  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-main:hover {
  color: var(--dark);
  background-color: #89b1de;
  border: .5px solid #a7adc0;
}

.text-block-4 {
  color: var(--white);
  font-weight: 400;
}

.hero-v3-services {
  z-index: 1;
  color: #161a25;
  background-color: #fff;
  width: 100%;
  margin-bottom: -72px;
  margin-left: -78px;
  margin-right: -78px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 24px #525b731f;
}

.hero-v3-services.bdc {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon {
  background-color: #4b6bf5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.icon.border {
  background-color: #0000;
  border: 1px solid #e6e8ef;
  flex: none;
}

.icon.border.no-margin {
  margin: 0;
}

.text-block-5 {
  color: var(--white);
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #ff2f5b;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.button-3:hover {
  box-shadow: 0 4px 12px #4b6bf580;
}

.button-3.small {
  background-color: #ff2f5b;
  border-radius: 20px;
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.button-3.small.w--current {
  border-radius: 10px;
}

.button-3.small.w--current:hover {
  box-shadow: 0 4px 12px #ff2f5b73;
}

.button-3.small.ghost {
  clear: none;
  flex-wrap: nowrap;
  align-items: center;
}

.button-3.small.ghost.padding {
  background-color: var(--udc-blue);
  height: auto;
  transition: background-color .3s, box-shadow .3s;
}

.button-3.small.ghost.padding:hover {
  background-color: var(--grey-4);
  color: var(--dark);
  box-shadow: inset 0 0 0 2px #e6e8ef;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 25%;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 5%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 24px #525b731f;
}

.feature-card.big {
  flex-direction: row;
  flex: 58.33%;
  justify-content: flex-start;
  align-items: stretch;
}

.feature-card.big.no-bottom-space {
  border: .5px solid #cbd0df;
  flex-direction: column;
  margin-bottom: 0;
}

.feature-card.big.no-bottom-space.finance {
  padding-top: 60px;
  padding-bottom: 60px;
}

.feature-card.big.no-bottom-space.finance.smaller-border {
  padding: 20px 2%;
}

.feature-card-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 15px;
  padding-right: 24px;
  display: flex;
}

.feature-card-block.finance {
  width: 100%;
}

.image-9 {
  clear: none;
  margin-bottom: 0;
  margin-left: 40px;
}

.columns-3 {
  align-items: center;
  display: flex;
}

.text-grey-3 {
  color: #525b73;
  text-align: justify;
  margin-top: 10px;
}

.text-grey-3.disclosure {
  color: var(--dark);
  margin-top: 0;
  font-size: 9px;
  line-height: 13px;
}

.columns-4 {
  align-items: center;
  display: flex;
}

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

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

.feature-cards-2 {
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
}

.feature-cards-2.top-space {
  margin-top: 60px;
}

.feature-cards-2.top-space.completely-hidden {
  display: none;
}

.disclosure-box {
  margin-top: 40px;
}

.hero-dark-image-text {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero-section {
  background-color: #fff;
  justify-content: flex-end;
  height: 100vh;
  padding: 80px 56px 40px;
  display: flex;
  position: relative;
}

.hero-section.video-bg {
  background-color: #11111173;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.logo-link-2 {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.mouse-icon {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  display: flex;
}

.play-button-2 {
  background-color: #f83f5a;
  background-image: url('../images/play-icon_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left: 16px;
  margin-right: 16px;
  transition: transform .4s;
}

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

.vertical-header {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 56px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-dropdown-icon {
  color: #a5aab6;
  margin-right: 12px;
  font-size: 13px;
}

.menu-button-3.white-menu-button {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
}

.menu-button-3.white-menu-button.w--open {
  z-index: 110;
  background-color: #0000;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.hero-play {
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
  display: flex;
}

.nav-link-2 {
  color: #111;
  height: 80px;
  padding: 28px 20px 27px;
  font-size: 14px;
  line-height: 24px;
  transition: color .15s;
}

.nav-link-2:hover {
  color: #f83f5a;
}

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

.nav-link-2.nav-link-white {
  color: #fff;
}

.nav-link-2.nav-link-white:hover {
  color: #e4e4e4;
}

.nav-link-2.dropdown {
  padding-right: 32px;
}

.nav-menu-2 {
  display: flex;
}

.nav-bar {
  z-index: 200;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 56px;
  padding-right: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.gold-text {
  color: var(--udl-gold);
}

.wrapper-6 {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vertical-header-text {
  text-align: center;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  left: -124px;
  transform: rotate(-90deg);
}

.mouse-wheel-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.scroll-mouse-link {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 32px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-dropdown-link-2 {
  color: #111;
  background-color: #fff;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .1s, color .1s;
}

.nav-dropdown-link-2:hover {
  color: #fff;
  background-color: #f83f5a;
}

.nav-dropdown-link-2.w--current {
  color: #111;
  font-weight: 700;
}

.nav-dropdown-link-2.w--current:hover {
  color: #fff;
}

.nav-dropdown-list-2 {
  margin-top: -16px;
  margin-left: -5px;
}

.nav-dropdown-list-2.w--open {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e323c17;
}

.hero-center-content {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.hero-center-content.top-space-mobile {
  margin-top: 0;
}

.social-fixed-wrapper {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.social-fixed {
  overflow: hidden;
  box-shadow: -1px 1px 6px #161a251f;
}

.social-fixed-icon {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 -1px #e6e8ef;
}

.social-fixed-icon:hover {
  background-color: #e6e8ef;
}

.image-8, .image-11 {
  width: 18px;
}

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

.button-nhs {
  background-color: var(--udc-blue);
  height: 48px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s;
}

.button-nhs:hover {
  background-color: var(--grey-1-5);
}

.button-nhs.margin-left-right {
  margin-left: 10px;
  margin-right: 10px;
  transition-duration: .4s;
}

.button-nhs.gold-version {
  background-color: var(--udl-gold);
}

.button-nhs.gold-version:hover {
  background-color: var(--grey-1-5);
}

.button-nhs.gold-version.margin-left-right {
  transition-duration: .4s;
}

.heading-6 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

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

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

.section-intro.reduced-bottom-space {
  margin-bottom: 40px;
}

.section-intro.bottom-space-20 {
  margin-bottom: 20px;
}

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

.paragraph-big.text-grey {
  font-family: Lato, sans-serif;
}

.divider-2 {
  z-index: 1;
  background-color: #161a25;
  width: 60px;
  height: .5px;
  margin-top: 20px;
  margin-bottom: 24px;
  position: relative;
}

.image-box {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.image-box.logo {
  max-width: 650px;
  margin-top: -70px;
}

.logoround-corner {
  border-radius: 10px;
}

.heading-8 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.heading-8.white {
  color: #fff;
  font-weight: 300;
}

.heading-8.white.reduced-bottom-space {
  color: var(--udl-gold);
  margin-bottom: 4px;
}

.features-dark {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.place-top-2.padding {
  background-color: #000000b3;
  border-radius: 20px 20px 0;
  padding: 20px;
}

.place-top-2.padding.extra {
  margin-right: 0;
  padding-right: 40px;
}

.zoom-on-hover {
  position: absolute;
  inset: 0;
}

.feature-dark-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: 100%;
}

.feature-dark-image._6 {
  background-image: url('../images/UDL_Home_12.webp');
  background-position: 50%;
}

.feature-dark-image._5 {
  background-image: url('../images/UDL_Home_10.webp');
  background-position: 50%;
}

.feature-dark-image._4 {
  background-image: url('../images/UDL_Home_7.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-dark-image._1 {
  background-image: url('../images/udc_home_16.webp');
}

.feature-dark-image._2 {
  background-image: url('../images/UDL_Home_5.webp');
}

.feature-dark-image._3 {
  background-image: url('../images/UDL_Home_6.webp');
  background-position: 40%;
}

.feature-dark-image._7 {
  background-image: url('../images/UDL_Home_13.webp');
  background-position: 25%;
}

.feature-dark-image._8 {
  background-image: url('../images/UDL_Home_15.webp');
}

.feature-dark-image._10 {
  background-image: url('../images/UDL_Home_16.webp');
}

.feature-dark {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 440px;
  margin: 15px;
  padding: 48px 3% 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-4 {
  color: #161a25;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 5px 0 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 2px #cbd0df;
}

.link-4:hover {
  box-shadow: 0 2px #161a25;
}

.link-4.white {
  box-shadow: 0 2px 0 0 var(--udl-gold);
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.link-4.white:hover {
  box-shadow: 0 2px #fff;
}

.link-4.white.top-space {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}

.text-span {
  margin-top: -4px;
  margin-left: 5px;
  font-size: 20px;
  line-height: 30px;
}

.post-content {
  width: 100%;
  height: auto;
}

.paragraph {
  margin-bottom: 0;
}

.email-icon {
  background-image: url('../images/vouchericon_black.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-12 {
  margin-right: 8px;
}

.button-side-panel {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-bottom-space {
  width: 100%;
  margin-bottom: 24px;
}

.number-item-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.home-number-item {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: 31.3%;
  padding: 20px;
  display: flex;
}

.home-number-item.centre {
  align-items: center;
}

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

.base-container {
  background-color: var(--haze);
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.base-container.completely-hidden {
  display: none;
}

.base-container.fees {
  padding-bottom: 30px;
}

.primary-button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #4da7c9;
  border: 1px solid #2a368e;
  border-radius: 50px;
  justify-content: center;
  height: 58px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  transition: background-color .3s;
  display: flex;
}

.primary-button:hover {
  opacity: 1;
  color: #2a368e;
  background-color: #fff;
}

.home-numbers {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f5f5f5;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.home-numbers.bottom-space {
  background-color: var(--haze);
  margin-bottom: 30px;
}

.home-banner-img {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.banner-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.home-banner-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.home-banner-content {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: 40px 30px;
  display: flex;
}

.home-banner-content.fees {
  width: 100%;
  padding: 30px;
}

.home-btn-wrap {
  margin-top: 40px;
  display: flex;
}

.home-btn-wrap.hidden-desktop {
  display: none;
}

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

.paragraph-home-banner {
  width: 85%;
}

.formblock {
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.orange {
  color: #fa533a;
}

.orange.light-blue {
  color: #4da7c9;
}

.contacts-divider {
  background-color: var(--udl-gold);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-divider._2020 {
  margin-top: 20px;
}

.base-container-alternate {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.contacts-left-arrow {
  color: #fa533a;
  max-width: 40px;
  padding: 10px 15px;
  transition: color .3s;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-left-arrow:hover {
  color: #1f1534;
}

.paragraph-no-margin {
  color: #193175;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

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

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

.text-grey-4 {
  color: #7e7e7e;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-grey-4.bigger {
  font-size: 20px;
  line-height: 32px;
}

.text-grey-4.top-space {
  color: #7e7e7e;
  margin-top: 12px;
}

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

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

.contacts-form-wrapper {
  background-color: #f5f5f5;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.contacts-form-wrapper.white {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

.contacts-right-arrow:hover {
  color: #2a368e;
}

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

.contacts-title {
  flex-direction: column;
  display: flex;
}

.finance-block {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

.finance-block.completely-hidden {
  display: none;
}

.fee-stack {
  width: 100%;
  margin-bottom: 5px;
  padding: 0;
}

.cell-2, .cell-3 {
  justify-content: center;
}

.line-break {
  background-color: var(--grey-3);
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 17px;
}

.complaints-block {
  flex-flow: column;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.complaints-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 55%;
  padding: 0;
}

.cell-4 {
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  .section-footer.footer-new {
    background-color: var(--dark);
    background-image: none;
  }

  .wrapper-5 {
    max-width: 1280px;
  }

  .home-banner-img {
    width: 50%;
  }

  .home-banner-content {
    width: 50%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

@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-top.news {
    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.no-space-bottom {
    padding-bottom: 0;
  }

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

  .section._120.reduced-padding-top.reduced-padding-bottom.reduced-top-space-more.reduced-top-bottom-space-more {
    padding-top: 20px;
  }

  .section._120.reduced-padding-top.reduced-padding-bottom.reduced-top-space-more.fees {
    padding-top: 50px;
  }

  .section._120.extra-top-space {
    margin-top: 60px;
  }

  .section._120.extra-top-space.bottom-space-adjust {
    padding-bottom: 60px;
  }

  .section._140 {
    padding: 80px 20px;
  }

  .section._40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._100 {
    padding: 80px 20px;
  }

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

  .section.latest-news {
    padding-bottom: 70px;
  }

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

  .title.reduced-bottom-space.centre-mobile {
    text-align: center;
  }

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

  .brand {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand.udc, .brand.udc.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
  }

  .brand.udc.hidden-desktop, .brand.udc.hidden-desktop.w--current {
    display: flex;
  }

  .brand.udc.hidden-mobile, .brand.udc.hidden-mobile.w--current {
    display: none;
  }

  .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.ghost._50 {
    width: 100%;
  }

  .button.ghost.gold.hidden-mobile {
    display: none;
  }

  .button.nav-button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.nav-button.dark {
    display: none;
  }

  .button.home-intro {
    display: block;
  }

  .button.home-intro.hidden-button {
    display: none;
  }

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

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

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

  .nav-link.dark.mobile {
    display: flex;
  }

  .nav-link.dark.mobile.w--current:hover {
    color: var(--udc-red);
  }

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

  .text-grey.extra-space-bottom {
    margin-bottom: 0;
  }

  .text-grey.bigger.centre {
    text-align: center;
  }

  .bg-image {
    min-height: 0;
  }

  .sidebar {
    width: 66.66%;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .zoomed-image.relative-image.top-space {
    margin-top: 0;
  }

  .zoomed-image.relative-image.hidden-mobile {
    display: none;
  }

  .post-card-thumb {
    height: 35vw;
  }

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

  .text-big.dark.no-spcae-bottom {
    margin-bottom: 0;
  }

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

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

  .post-top.reduced-bottom-space {
    margin-bottom: 32px;
  }

  .post-top.reduced-bottom-space.mobile {
    margin-bottom: 20px;
  }

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

  .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-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-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 {
    display: none;
  }

  .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: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .main-grid.treatment {
    grid-column-gap: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid.childsmile {
    grid-template-columns: 1fr;
  }

  .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.dark, .menu-icon-bottom {
    background-color: var(--white);
    height: 1.5px;
  }

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

  .menu-button {
    height: 100%;
    color: var(--white);
    padding: 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-section.white {
    padding-left: 80px;
  }

  .hero-v1-section.white.new {
    display: none;
  }

  .hero-v1-section.white.mobile {
    display: flex;
  }

  .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-slide-v1 {
    padding-top: 32px;
    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: -40px;
    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-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;
  }

  .hero-v3-works.normal {
    margin-bottom: 0;
  }

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

  .grid-content.left.margin {
    margin-right: 0;
  }

  .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, .pos-content.treatment {
    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;
  }

  .heading-2.reduced-bottom-space.centre, .heading-2.centre {
    text-align: center;
  }

  .columns {
    flex-direction: column;
  }

  .footer-v2-contacts {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-bottom-v2.dark-bg {
    margin-top: 30px;
  }

  .footer-v2-about {
    width: 25%;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 4%;
  }

  .section-footer {
    padding: 80px 3%;
  }

  .footer-v2-follow {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-nav {
    width: 25%;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo-link {
    margin: 9px 12px;
  }

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

  .section-header._120 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .wrapper-contact {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image {
    margin-top: 30px;
  }

  .works-product-tag {
    margin-top: 7px;
    margin-left: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .heading-3-smaller {
    font-size: 12px;
    line-height: 18px;
  }

  .wrapper-5 {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-member, .gallery-box {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-v3-service {
    flex: 0 auto;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-v3-service.cta {
    min-width: 0;
  }

  .hero-v3-service-info.no-left-margin {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .hero-v3-services {
    flex-wrap: wrap;
    margin-bottom: -168px;
  }

  .icon.border.no-margin {
    margin: 0;
  }

  .feature-card {
    flex-basis: 40%;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .feature-card.big.no-bottom-space {
    flex-direction: column;
  }

  .feature-card.big.no-bottom-space.finance {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-3 {
    flex-direction: column;
  }

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

  .hero-section {
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-section.video-bg {
    height: auto;
  }

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

  .logo-link-2 {
    height: 64px;
    padding-top: 13px;
    padding-bottom: 11px;
  }

  .play-button-2 {
    width: 64px;
    height: 64px;
  }

  .vertical-header {
    width: 40px;
    display: none;
  }

  .menu-button-3 {
    padding: 20px;
  }

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

  .menu-button-3.white-menu-button {
    color: #fff;
  }

  .hero-play {
    font-size: 15px;
  }

  .nav-link-2 {
    text-align: left;
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    display: block;
  }

  .nav-link-2:hover, .nav-link-2.nav-link-white {
    color: #111;
  }

  .nav-menu-2 {
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    max-height: 100vh;
    display: block;
    overflow: scroll;
  }

  .nav-bar {
    padding-left: 2px;
    padding-right: 0;
  }

  .vertical-header-text {
    font-size: 13px;
    left: -132px;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .nav-dropdown-link-2 {
    background-color: #f8f8f8;
    padding-left: 32px;
  }

  .nav-dropdown-link-2:hover {
    color: #111;
    background-color: #f8f8f8;
  }

  .nav-dropdown-list-2.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .hero-center-content {
    margin-left: 0;
    padding: 32px 8.33%;
  }

  .hero-center-content.top-space-mobile {
    margin-top: 40px;
  }

  .button-nhs.margin-left-right.bottom-space-mobile {
    margin-bottom: 0;
  }

  .section-intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .place-top-2.padding.extra {
    margin-right: 70px;
  }

  .feature-dark-image._3 {
    background-position: 50%;
  }

  .feature-dark {
    flex-basis: 40%;
    margin: 8px;
    padding: 48px 3% 28px;
  }

  .number-item-block {
    align-items: center;
  }

  .home-number-item {
    width: 100%;
  }

  .base-container {
    padding-bottom: 30px;
  }

  .home-numbers.bottom-space {
    margin-bottom: 20px;
  }

  .home-banner-img {
    justify-content: center;
    width: 100%;
  }

  .banner-image {
    height: auto;
  }

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

  .home-banner-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-banner-content {
    align-items: center;
    width: 100%;
  }

  .home-btn-wrap.hidden-desktop {
    justify-content: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .home-btn-wrap.hidden-mobile {
    display: none;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-form-wrapper {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-form-wrapper.white {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: center;
  }

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

  .complaints-stack {
    width: 100%;
  }
}

@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-top.news {
    padding-bottom: 60px;
  }

  .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: 20px;
  }

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

  .section._120.reduced-padding-top.reduced-padding-bottom.reduced-top-space-more.fees {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section._120.extra-bottom-space {
    padding-bottom: 100px;
  }

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

  .section._120.extra-top-space {
    margin-top: 60px;
  }

  .section._120.extra-top-space.bottom-space-adjust {
    padding-bottom: 40px;
  }

  .section._140, .section._100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 48px;
  }

  .intro.team {
    margin-bottom: 40px;
  }

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

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

  .menu-button-old {
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .logo-text {
    margin-left: 12px;
  }

  .text-grey.reduced-space-bottom.appointment {
    text-align: center;
  }

  .bg-image.contact-us {
    background-image: linear-gradient(to bottom, null, null), url('../images/udc_home_5.jpg');
    background-position: 0 0, 50%;
  }

  .breadcrumbs-arrow {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sidebar {
    width: 83.33%;
  }

  .text-big {
    font-size: 16px;
  }

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

  .post-top.reduced-bottom-space {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .post-top.reduced-bottom-space.mobile {
    margin-bottom: 10px;
  }

  .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;
    display: none;
  }

  .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-presentation p {
    font-size: 14px;
    line-height: 24px;
  }

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

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

  .main-grid.treatment {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .menu-icon-bottom {
    background-color: var(--white);
  }

  .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-section.white {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-v1-line {
    width: 64px;
  }

  .hero-v1-image {
    margin-bottom: 48px;
  }

  .hero-v1-right {
    margin-top: 100px;
    padding-left: 13px;
    padding-right: 13px;
    display: none;
  }

  .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: 16px;
  }

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

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

  .hero-v3-works.normal {
    margin-bottom: 0;
  }

  .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 {
    width: auto;
    height: 80vw;
  }

  .hero-v2-info {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonial-v1-divider-box {
    width: 100%;
  }

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

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

  .post-info.hidden-mobile, .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: 60px;
  }

  .pos-content.treatment {
    padding-top: 0;
  }

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

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

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

  .column {
    display: block;
  }

  .footer-v2-contacts {
    width: 100%;
  }

  .footer-text-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-bottom-v2.dark-bg {
    margin-top: 20px;
  }

  .footer-v2-about {
    width: 50%;
    padding-bottom: 40px;
    padding-right: 15%;
  }

  .section-footer.footer-new.no-padding-vertical {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-v2-follow {
    width: 10050%;
  }

  .footer-v2-nav {
    width: 50%;
    padding-bottom: 40px;
  }

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

  .section-header._120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .contact-text-big-2 {
    font-size: 15px;
    line-height: 28px;
  }

  .heading-3.fees {
    font-size: 17px;
    line-height: 27px;
  }

  .works-product-tag {
    margin-top: 10px;
    margin-left: 10px;
  }

  .team-member {
    text-align: center;
    margin-bottom: 40px;
  }

  .team-colums-space-top {
    margin-top: 0;
  }

  .gallery-box {
    margin-bottom: 40px;
  }

  .gallery-columns-space-top {
    margin-top: 0;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .hero-v3-service {
    padding: 32px 24px;
  }

  .hero-v3-service-info {
    margin-left: 20px;
  }

  .hero-v3-service-info.no-left-margin {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .hero-v3-services {
    margin-bottom: -128px;
  }

  .icon.border.no-margin {
    margin: 0;
  }

  .feature-card {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .feature-card.big.no-bottom-space.finance.smaller-border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-card-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo-link-2 {
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .logo-link-2.w--current {
    padding-top: 14px;
    padding-bottom: 15px;
  }

  .play-button-2 {
    background-size: 12px;
  }

  .nav-link-2 {
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .scroll-mouse-link {
    display: none;
  }

  .hero-center-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .social-fixed-wrapper {
    display: none;
  }

  .button-nhs.margin-left-right.bottom-space-mobile {
    margin-bottom: 20px;
  }

  .section-intro {
    margin-bottom: 48px;
  }

  .paragraph-big {
    font-size: 16px;
  }

  .image-box.logo {
    margin-top: 24px;
  }

  .place-top-2 {
    z-index: 10;
  }

  .place-top-2.padding.extra {
    margin-right: 0;
  }

  .feature-dark-image._4 {
    background-position: 90%;
  }

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

  .number-item-block {
    align-items: center;
  }

  .base-container.fees {
    padding: 15px;
  }

  .home-numbers {
    flex-wrap: wrap;
  }

  .home-numbers.bottom-space {
    margin-bottom: 20px;
  }

  .home-btn-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .home-btn-wrap.hidden-desktop {
    margin-top: 10px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-form-wrapper.white {
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

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

  .complaints-stack {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cell-5 {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .section.no-padding-top.news {
    padding-bottom: 40px;
  }

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

  .section.big-image-section {
    height: 100vw;
  }

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

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

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

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

  .section._120.reduced-padding-top.reduced-padding-bottom.reduced-top-space-more {
    padding-top: 20px;
  }

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

  .section._120.extra-bottom-space {
    padding-bottom: 80px;
  }

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

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

  .section._120.extra-top-space {
    margin-top: 60px;
  }

  .section._140, .section._100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section._100.no-space-top.appointment {
    padding-top: 20px;
  }

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

  .section.latest-news {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .no-margin {
    margin: 0;
  }

  .intro.team {
    margin-bottom: 30px;
  }

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

  .sg-button-block {
    width: 100%;
  }

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

  .nav-menu {
    border-bottom: 1px solid var(--grey-4);
  }

  .logo-text {
    display: none;
  }

  .bg-image.contact-us {
    background-image: linear-gradient(to bottom, null, null), url('../images/udc_home_5.jpg');
    background-position: 0 0, 50%;
  }

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

  .post-top.reduced-bottom-space {
    margin-top: 30px;
  }

  .post-top.reduced-bottom-space.mobile {
    margin-bottom: 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-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-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;
  }

  .menu-icon-top.dark, .menu-icon-bottom {
    background-color: var(--white);
  }

  .big-menu-links {
    padding-bottom: 160px;
  }

  .nav-v3-content {
    padding-left: 0;
  }

  .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-section.white {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .work-slider-v2 {
    height: 100vw;
  }

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

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

  .work-slider-v2-heading {
    margin-top: -20px;
  }

  .works-3-columns {
    grid-template-rows: 90vw;
    grid-template-columns: 1fr;
    grid-auto-rows: 90vw;
  }

  .hero-v3-works.normal {
    margin-bottom: 0;
  }

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

  .instagram-info {
    padding-left: 17%;
  }

  .form-2-columns, .form-1-column {
    grid-template-columns: 100%;
  }

  .hero-v2-image {
    height: 150vw;
  }

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

  .footer-v2-contacts {
    width: 100%;
    padding-bottom: 30px;
  }

  .social-icons {
    justify-content: flex-start;
    margin-left: -1px;
  }

  .footer-v2-2.dark-bg {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .footer-bottom-v2.dark-bg {
    margin-top: 20px;
  }

  .footer-v2-about {
    align-items: flex-start;
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0%;
    padding-right: 50%;
  }

  .footer-v2-follow {
    width: 100%;
  }

  .footer-v2-nav {
    width: 100%;
    padding-bottom: 30px;
  }

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

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

  .contact-link.mobile-small {
    font-size: 14px;
    line-height: 24px;
  }

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

  .title-2 {
    align-self: center;
  }

  .heading-3.fees {
    font-size: 16px;
    line-height: 26px;
  }

  .team-member, .gallery-box {
    margin-bottom: 35px;
  }

  .hero-v3-service {
    justify-content: flex-start;
    width: 100%;
  }

  .hero-v3-service.reduced-margin {
    text-align: center;
  }

  .hero-v3-service-info {
    text-align: left;
  }

  .hero-v3-service-info.no-left-margin {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-v3-services {
    margin-bottom: -368px;
  }

  .icon.border.no-margin {
    margin: 0;
  }

  .feature-card {
    flex: 0 auto;
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .feature-card.big {
    flex-wrap: wrap;
  }

  .feature-card.big.no-bottom-space.finance {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .feature-card-block {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .image-9 {
    margin-left: 10px;
  }

  .text-grey-3 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-grey-3.space-bottom {
    margin-bottom: 30px;
  }

  .hero-section {
    flex-direction: column-reverse;
  }

  .hero-section.video-bg.extra-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-dropdown-link-2.w--current:hover {
    color: #111;
  }

  .hero-center-content {
    text-align: center;
    align-items: center;
    padding: 24px 4% 64px;
  }

  .hero-center-content.top-space-mobile {
    margin-top: 20px;
    padding-bottom: 0;
  }

  ._2-buttons {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

  .button-nhs.margin-left-right {
    margin-bottom: 20px;
  }

  .divider-2.center.hidden-mobile {
    display: none;
  }

  .feature-dark-image._6 {
    background-position: 50%;
  }

  .feature-dark-image._5 {
    background-position: 60%;
  }

  .feature-dark-image._4 {
    background-position: 95%;
  }

  .feature-dark-image._2 {
    background-position: 60%;
  }

  .feature-dark-image._3 {
    background-position: 40%;
  }

  .feature-dark {
    flex: 90%;
    margin: 0 0 30px;
    padding: 40px 3% 20px;
  }

  .number-item-block {
    align-items: center;
  }

  .base-container.fees {
    padding: 10px;
  }

  .home-banner-content {
    padding: 20px;
  }

  .home-btn-wrap.hidden-desktop {
    margin-top: 10px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .fee-stack {
    margin-bottom: 4px;
  }

  .cell-4 {
    text-align: center;
    align-items: center;
  }

  .cell-5 {
    align-items: center;
  }

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

#w-node-c2f7317e-006f-a8a1-3f12-74621531555f-78a1f2f7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2f7317e-006f-a8a1-3f12-746215315560-78a1f2f7 {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-c2f7317e-006f-a8a1-3f12-746215315563-78a1f2f7 {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-c2f7317e-006f-a8a1-3f12-746215315566-78a1f2f7 {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-c2f7317e-006f-a8a1-3f12-746215315569-78a1f2f7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-f6627ac6-2a83-8e5a-453a-dba10557b733-78a1f2f7, #w-node-f6627ac6-2a83-8e5a-453a-dba10557b740-78a1f2f7, #w-node-f6627ac6-2a83-8e5a-453a-dba10557b752-78a1f2f7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_52b687cd-87ec-417c-3faf-de06b43fdf69-b43fdf67, #w-node-c5d8a636-3430-51ae-4f64-45f8a4fa2f59-b43fdf67 {
  grid-area: 1 / 1 / 2 / 2;
  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-e6da8263-b008-6b07-c83c-c614481e607d-78a1f335 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_35ae8a25-c3b8-ba2e-ddfa-1d3d883c9bd2-78a1f335 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-78a1f335 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_96ba7dec-b05e-79b3-2d24-654f58055b05-58055b04 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_96ba7dec-b05e-79b3-2d24-654f58055b07-58055b04 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_96ba7dec-b05e-79b3-2d24-654f58055b1b-58055b04 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_3b1b1303-b8b7-8bfb-d4df-85d83ec4eefa-78a1f33b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad34407a-5c7f-5460-5dd7-25639add64e1-78a1f33b {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_941156c3-8291-9d29-7048-cb475da01aac-78a1f33b, #w-node-_73b054e4-02e7-2098-1279-e1f3bfa65adf-78a1f33b, #w-node-_0aae3767-439c-a583-0378-347dd2d20821-78a1f33b, #w-node-_1b6ad68b-3a65-5c9c-e892-d33fb5c147cf-78a1f33b, #w-node-_9e8b1c48-a47a-cce2-ae79-8a6efe94dac8-78a1f33b, #w-node-_04927de0-8c99-dd59-f5ae-b55331b3d0a4-78a1f33b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-78a1f33b {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-de080feb-b4db-fc9b-48a8-f7434131bb17-78a1f33b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_5c15a880-345f-321d-34ae-77c7a1b1b45c-78a1f33c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5c15a880-345f-321d-34ae-77c7a1b1b45d-78a1f33c {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_5c15a880-345f-321d-34ae-77c7a1b1b460-78a1f33c {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_5c15a880-345f-321d-34ae-77c7a1b1b463-78a1f33c {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_5c15a880-345f-321d-34ae-77c7a1b1b466-78a1f33c {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_268fcee6-14dc-3622-49f1-debb3d5369c1-78a1f33c, #w-node-_268fcee6-14dc-3622-49f1-debb3d5369cf-78a1f33c, #w-node-_268fcee6-14dc-3622-49f1-debb3d5369da-78a1f33c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cdd604c-af72-9bbc-7adc-dcfd5ae94c86-78a1f33c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0cdd604c-af72-9bbc-7adc-dcfd5ae94c91-78a1f33c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0faea038-ee21-1160-a51f-49b352dea804-78a1f33c {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_0faea038-ee21-1160-a51f-49b352dea807-78a1f33c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_0faea038-ee21-1160-a51f-49b352dea81b-78a1f33c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0faea038-ee21-1160-a51f-49b352dea81f-78a1f33c {
  justify-self: stretch;
}

#w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f1e8-78a1f33c {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f1f2-78a1f33c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f1f8-78a1f33c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f250-78a1f33c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f256-78a1f33c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f2a8-78a1f33c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f2ae-78a1f33c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f30c-78a1f33c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f312-78a1f33c {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f39f-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f3a6-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f3ad-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f3b7-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f3c1-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f3c8-78a1f33c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c72d3737-2424-4b36-2a36-a7f740ac8698-78a1f33d {
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
}

#w-node-_3cbd1382-0521-42f7-f0b3-707accb9ff08-78a1f33d, #w-node-_3cbd1382-0521-42f7-f0b3-707accb9ff17-78a1f33d, #w-node-_3cbd1382-0521-42f7-f0b3-707accb9ff26-78a1f33d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_49413477-db7a-1eb2-19db-5b63b439356c-78a1f359 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317c1-78a1f35b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317c4-78a1f35b {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317dd-78a1f35b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317e0-78a1f35b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317f2-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317fd-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31808-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31816-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31824-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f3182f-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31863-78a1f35b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-df38f4f6-a2a1-0e4b-47f3-5da038f3186c-78a1f35b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31880-78a1f35b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31884-78a1f35b {
  justify-self: start;
}

#w-node-df38f4f6-a2a1-0e4b-47f3-5da038f3188e-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31895-78a1f35b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a93622e8-78a1f35b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a93622ec-78a1f35b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a93622fc-78a1f35b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362305-78a1f35b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a936231a-78a1f35b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362324-78a1f35b {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a936232e-78a1f35b {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a936233b-78a1f35b {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362345-78a1f35b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362352-78a1f35b {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362367-78a1f35b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362368-78a1f35b {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a936236b-78a1f35b {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a936236e-78a1f35b {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362371-78a1f35b {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362388-78a1f35b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623a5-78a1f35b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623d6-78a1f35b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623d9-78a1f35b {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623ed-78a1f35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623f1-78a1f35b {
  justify-self: stretch;
}

#w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623fb-78a1f35b, #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362402-78a1f35b, #w-node-_4f502e9e-7e17-9cb6-7140-2b06a936240d-78a1f35b {
  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-dedc93d2-dbd7-ec9e-65a3-4e5e871980d1-78a1f35c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26a5-78a1f35c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26a6-78a1f35c {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26af-78a1f35c, #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b2-78a1f35c {
  grid-area: span 5 / span 6 / span 5 / span 6;
}

#w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b5-78a1f35c {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b8-78a1f35c {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26c0-78a1f35c {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26c3-78a1f35c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_69a6df8d-6700-1190-7c09-eea40c106e1d-78a1f35c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69a6df8d-6700-1190-7c09-eea40c106e2d-78a1f35c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_69a6df8d-6700-1190-7c09-eea40c106e3a-78a1f35c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69a6df8d-6700-1190-7c09-eea40c106e3e-78a1f35c {
  justify-self: start;
}

#w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e92f-78a1f35d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e935-78a1f35d {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e958-78a1f35d {
  grid-area: 1 / 10 / 2 / 14;
}

#w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e97d-78a1f35d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e990-78a1f35d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e9b9-78a1f35d {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e9cd-78a1f35d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e9d1-78a1f35d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e9d8-78a1f35d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c2b-78a1f35d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c2c-78a1f35d {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c2f-78a1f35d {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c32-78a1f35d {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c35-78a1f35d {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c45-78a1f35d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c50-78a1f35d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c75-78a1f35d {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c77-78a1f35d {
  grid-area: 1 / 7 / 2 / 11;
  align-self: start;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c9d-78a1f35d {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9cc6-78a1f35d {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9cc9-78a1f35d {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9cdd-78a1f35d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9ce1-78a1f35d {
  justify-self: stretch;
}

#w-node-_9bc88817-5b16-b735-7b58-ce1db57f9ceb-78a1f35d, #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9cf9-78a1f35d, #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9d04-78a1f35d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b3a4338b-3ba9-c625-f283-caa6507486f3-78a1f35d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8106e566-945d-8e88-843c-de2b3d18b67f-78a1f35d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8106e566-945d-8e88-843c-de2b3d18b680-78a1f35d {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_8106e566-945d-8e88-843c-de2b3d18b683-78a1f35d {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_8106e566-945d-8e88-843c-de2b3d18b686-78a1f35d {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_8106e566-945d-8e88-843c-de2b3d18b689-78a1f35d {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_8106e566-945d-8e88-843c-de2b3d18b6a0-78a1f35d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8106e566-945d-8e88-843c-de2b3d18b6a9-78a1f35d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8106e566-945d-8e88-843c-de2b3d18b6b7-78a1f35d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8106e566-945d-8e88-843c-de2b3d18b6d4-78a1f35d {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbba9-78a1f35d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbb2-78a1f35d {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbc6-78a1f35d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbca-78a1f35d {
  justify-self: start;
}

#w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbe5-78a1f35d, #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbec-78a1f35d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbfa-78a1f35d {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203ed1-78a1f35e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203eda-78a1f35e {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203f05-78a1f35e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203f1f-78a1f35e, #w-node-_554eef8c-e141-6399-a625-f6d8d8203f39-78a1f35e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203f53-78a1f35e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203f77-78a1f35e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203f7a-78a1f35e {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203f9e-78a1f35e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203fa1-78a1f35e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203fcf-78a1f35e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203fd8-78a1f35e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203fec-78a1f35e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_554eef8c-e141-6399-a625-f6d8d8203ff0-78a1f35e {
  justify-self: start;
}

#w-node-c7825e00-0cbb-a349-e8e5-3a0aa1e757f3-78a1f35e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb4a-78a1f35e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb6e-78a1f35e {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb94-78a1f35e {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb9b-78a1f35e {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_34103c22-4093-a314-f174-89df43852034-78a1f35e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_34103c22-4093-a314-f174-89df43852037-78a1f35e {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_34103c22-4093-a314-f174-89df43852046-78a1f35e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_34103c22-4093-a314-f174-89df43852049-78a1f35e {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_34103c22-4093-a314-f174-89df4385205d-78a1f35e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34103c22-4093-a314-f174-89df43852061-78a1f35e {
  justify-self: stretch;
}

#w-node-_34103c22-4093-a314-f174-89df4385206b-78a1f35e, #w-node-_34103c22-4093-a314-f174-89df43852072-78a1f35e, #w-node-_34103c22-4093-a314-f174-89df4385207d-78a1f35e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6bd646db-4b71-027d-4557-213c925c8804-78a1f373 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6bd646db-4b71-027d-4557-213c925c8807-78a1f373 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-ebc280e6-671a-0aa3-1009-b9be36a75daa-78a1f373 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ebc280e6-671a-0aa3-1009-b9be36a75db6-78a1f373 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-ebc280e6-671a-0aa3-1009-b9be36a75db8-78a1f373, #Title-2.w-node-ebc280e6-671a-0aa3-1009-b9be36a75dbc-78a1f373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebc280e6-671a-0aa3-1009-b9be36a75de2-78a1f373 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebc280e6-671a-0aa3-1009-b9be36a75de6-78a1f373 {
  justify-self: start;
}

#w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f665-78a1f373 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f671-78a1f373 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f673-78a1f373, #Title-2.w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f677-78a1f373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f689-78a1f373 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f68d-78a1f373 {
  justify-self: start;
}

#w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f6a4-78a1f373, #w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f6b3-78a1f373, #w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f6c2-78a1f373 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-df42c229-362f-7260-2101-a5d47487ac77-78a1f373 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df42c229-362f-7260-2101-a5d47487ac83-78a1f373 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-df42c229-362f-7260-2101-a5d47487ac85-78a1f373, #Title-2.w-node-df42c229-362f-7260-2101-a5d47487ac89-78a1f373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df42c229-362f-7260-2101-a5d47487acaf-78a1f373 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df42c229-362f-7260-2101-a5d47487acb3-78a1f373 {
  justify-self: start;
}

#w-node-df42c229-362f-7260-2101-a5d47487acbf-78a1f373, #w-node-df42c229-362f-7260-2101-a5d47487acce-78a1f373, #w-node-df42c229-362f-7260-2101-a5d47487acdd-78a1f373 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_07408eee-9c7e-5ec4-82de-34a72de69d5e-78a1f373 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_07408eee-9c7e-5ec4-82de-34a72de69d66-78a1f373 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_07408eee-9c7e-5ec4-82de-34a72de69d68-78a1f373, #Title-2.w-node-_07408eee-9c7e-5ec4-82de-34a72de69d6c-78a1f373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07408eee-9c7e-5ec4-82de-34a72de69d7e-78a1f373 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_07408eee-9c7e-5ec4-82de-34a72de69d82-78a1f373 {
  justify-self: start;
}

#w-node-_38264928-8c54-2d81-7ea4-6c987073ae72-e5712b35, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae72-b0ef0239, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae72-32b1db76, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae72-24e8bee0, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae72-2b37487a, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae72-c0cf3426, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae72-55b946fd, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae72-1f1a31d7, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae72-497a01fc {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f35fab84-69f7-4cd9-2f22-fb8cd9a55a44-d86da9eb {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f35fab84-69f7-4cd9-2f22-fb8cd9a55a47-d86da9eb {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0f30afe0-f71d-bf5b-4c7d-fa0fca8d9132-d86da9eb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0f30afe0-f71d-bf5b-4c7d-fa0fca8d9135-d86da9eb {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_38264928-8c54-2d81-7ea4-6c987073ae72-5a019679 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_6fbfb35f-a5e3-3fc1-0b2a-33e1faa4dbd5-3e0ae124, #w-node-_5fcf63ef-963c-7ad8-c7bd-cffcc42cbabf-3e0ae124, #w-node-dcbb1bd6-757a-6734-fc66-3d3b6c3b2bdd-3e0ae124, #w-node-_0f8c7c0f-971e-c553-65b8-979c1db67e68-3e0ae124, #w-node-_2eef9e6f-cb87-2ce8-cd6b-a24b47ecf470-3e0ae124, #w-node-_55d907f9-7916-0161-5595-b04dbbddebb7-3e0ae124, #w-node-c0aff833-d912-37dc-c447-0f8aa0791b58-3e0ae124, #w-node-b133a09f-6caa-68be-cf1a-42eab46ffa93-3e0ae124, #w-node-_4e6e6642-de5e-c94a-fd7d-615a48e4c98d-3e0ae124, #w-node-_4cdd1cd9-ab40-c494-c309-3e596507d108-3e0ae124, #w-node-_3a9eee36-5de0-4de2-35f5-1e55c45e0d27-3e0ae124, #w-node-_8ce2fd13-7ad6-c9dd-7e76-013c721517a5-3e0ae124, #w-node-ab11e82a-6a49-e66d-1365-1d0049cb7502-3e0ae124, #w-node-_7ee0aab4-c4bd-ec44-7b45-4697aa313eec-3e0ae124, #w-node-_7887cd16-5373-a6a1-43b3-fe9790fe6216-3e0ae124 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c2f7317e-006f-a8a1-3f12-74621531555f-78a1f2f7 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-c2f7317e-006f-a8a1-3f12-746215315569-78a1f2f7 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #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-e6da8263-b008-6b07-c83c-c614481e607d-78a1f335 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-78a1f335 {
    grid-area: 2 / 4 / 3 / 9;
  }

  #w-node-_96ba7dec-b05e-79b3-2d24-654f58055b1b-58055b04 {
    grid-column: 2 / 3;
  }

  #w-node-_96ba7dec-b05e-79b3-2d24-654f58055b1e-58055b04 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-78a1f33b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5c15a880-345f-321d-34ae-77c7a1b1b45c-78a1f33c {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_5c15a880-345f-321d-34ae-77c7a1b1b466-78a1f33c {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_0cdd604c-af72-9bbc-7adc-dcfd5ae94c86-78a1f33c, #w-node-_0cdd604c-af72-9bbc-7adc-dcfd5ae94c91-78a1f33c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0faea038-ee21-1160-a51f-49b352dea804-78a1f33c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_0faea038-ee21-1160-a51f-49b352dea807-78a1f33c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f1e8-78a1f33c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f1f2-78a1f33c {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f1f8-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f250-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f256-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f2a8-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f2ae-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f30c-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f312-78a1f33c {
    grid-column: span 8 / span 8;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317c1-78a1f35b {
    grid-column: span 4 / span 4;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317c4-78a1f35b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317e0-78a1f35b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31863-78a1f35b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f3186c-78a1f35b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f3188e-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31895-78a1f35b {
    grid-column: span 4 / span 4;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93622e8-78a1f35b {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93622ec-78a1f35b {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93622fc-78a1f35b {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362305-78a1f35b {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a936231a-78a1f35b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362324-78a1f35b {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a936232e-78a1f35b {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a936233b-78a1f35b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362345-78a1f35b {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362352-78a1f35b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362367-78a1f35b {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362371-78a1f35b {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362388-78a1f35b {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623a5-78a1f35b {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623d6-78a1f35b {
    grid-column: span 4 / span 4;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623d9-78a1f35b {
    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-_1b66df05-b4c2-8404-fa63-1829eb3c26a5-78a1f35c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26a6-78a1f35c {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26af-78a1f35c, #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b2-78a1f35c {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b5-78a1f35c {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b8-78a1f35c {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26c0-78a1f35c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26c3-78a1f35c {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_69a6df8d-6700-1190-7c09-eea40c106e1d-78a1f35c, #w-node-_69a6df8d-6700-1190-7c09-eea40c106e2d-78a1f35c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e92f-78a1f35d {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e935-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e958-78a1f35d {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e97d-78a1f35d, #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e990-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e9b9-78a1f35d, #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e9d8-78a1f35d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c2b-78a1f35d {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c35-78a1f35d {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c45-78a1f35d, #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c50-78a1f35d, #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c75-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c77-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c9d-78a1f35d {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9cc6-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9cc9-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b67f-78a1f35d {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b689-78a1f35d {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b6a0-78a1f35d {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b6a9-78a1f35d {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b6b7-78a1f35d {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b6d4-78a1f35d {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbba9-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbb2-78a1f35d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbe5-78a1f35d, #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbec-78a1f35d {
    grid-column: span 4 / span 4;
  }

  #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbfa-78a1f35d {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203ed1-78a1f35e {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203eda-78a1f35e {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203f77-78a1f35e {
    grid-column: span 4 / span 4;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203f7a-78a1f35e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203fa1-78a1f35e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203fcf-78a1f35e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203fd8-78a1f35e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb4a-78a1f35e {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb6e-78a1f35e {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb94-78a1f35e, #w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb9b-78a1f35e {
    grid-column: span 4 / span 4;
  }

  #w-node-_34103c22-4093-a314-f174-89df43852034-78a1f35e {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_34103c22-4093-a314-f174-89df43852037-78a1f35e {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_34103c22-4093-a314-f174-89df43852046-78a1f35e {
    grid-column: span 4 / span 4;
  }

  #w-node-_34103c22-4093-a314-f174-89df43852049-78a1f35e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_6bd646db-4b71-027d-4557-213c925c8804-78a1f373 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6bd646db-4b71-027d-4557-213c925c8807-78a1f373, #w-node-ebc280e6-671a-0aa3-1009-b9be36a75daa-78a1f373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ebc280e6-671a-0aa3-1009-b9be36a75db6-78a1f373 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f665-78a1f373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f671-78a1f373 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-df42c229-362f-7260-2101-a5d47487ac77-78a1f373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-df42c229-362f-7260-2101-a5d47487ac83-78a1f373 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_07408eee-9c7e-5ec4-82de-34a72de69d5e-78a1f373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_07408eee-9c7e-5ec4-82de-34a72de69d66-78a1f373 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f35fab84-69f7-4cd9-2f22-fb8cd9a55a44-d86da9eb {
    grid-column-start: 1;
  }

  #w-node-f35fab84-69f7-4cd9-2f22-fb8cd9a55a47-d86da9eb {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_0f30afe0-f71d-bf5b-4c7d-fa0fca8d9132-d86da9eb {
    grid-column: span 4 / span 4;
  }

  #w-node-_0f30afe0-f71d-bf5b-4c7d-fa0fca8d9135-d86da9eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6fbfb35f-a5e3-3fc1-0b2a-33e1faa4dbd5-3e0ae124, #w-node-_5fcf63ef-963c-7ad8-c7bd-cffcc42cbabf-3e0ae124, #w-node-dcbb1bd6-757a-6734-fc66-3d3b6c3b2bdd-3e0ae124, #w-node-_0f8c7c0f-971e-c553-65b8-979c1db67e68-3e0ae124, #w-node-_2eef9e6f-cb87-2ce8-cd6b-a24b47ecf470-3e0ae124, #w-node-_55d907f9-7916-0161-5595-b04dbbddebb7-3e0ae124, #w-node-c0aff833-d912-37dc-c447-0f8aa0791b58-3e0ae124, #w-node-b133a09f-6caa-68be-cf1a-42eab46ffa93-3e0ae124, #w-node-_4e6e6642-de5e-c94a-fd7d-615a48e4c98d-3e0ae124, #w-node-_4cdd1cd9-ab40-c494-c309-3e596507d108-3e0ae124, #w-node-_3a9eee36-5de0-4de2-35f5-1e55c45e0d27-3e0ae124, #w-node-_8ce2fd13-7ad6-c9dd-7e76-013c721517a5-3e0ae124, #w-node-ab11e82a-6a49-e66d-1365-1d0049cb7502-3e0ae124, #w-node-_7ee0aab4-c4bd-ec44-7b45-4697aa313eec-3e0ae124, #w-node-_7887cd16-5373-a6a1-43b3-fe9790fe6216-3e0ae124 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2f7317e-006f-a8a1-3f12-74621531555f-78a1f2f7, #w-node-_5c15a880-345f-321d-34ae-77c7a1b1b45c-78a1f33c {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_0cdd604c-af72-9bbc-7adc-dcfd5ae94c86-78a1f33c {
    grid-column: span 8 / span 8;
  }

  #w-node-_0cdd604c-af72-9bbc-7adc-dcfd5ae94c91-78a1f33c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c72d3737-2424-4b36-2a36-a7f740ac8698-78a1f33d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362367-78a1f35b {
    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-_1b66df05-b4c2-8404-fa63-1829eb3c26a6-78a1f35c {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26af-78a1f35c {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b2-78a1f35c {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b5-78a1f35c {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b8-78a1f35c {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26c0-78a1f35c {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26c3-78a1f35c {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e92f-78a1f35d {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e935-78a1f35d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e958-78a1f35d {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c2b-78a1f35d {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c45-78a1f35d {
    grid-column: span 8 / span 8;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c50-78a1f35d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b67f-78a1f35d, #w-node-_8106e566-945d-8e88-843c-de2b3d18b6b7-78a1f35d {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b6d4-78a1f35d {
    grid-area: 2 / 1 / 3 / 8;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203ed1-78a1f35e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203eda-78a1f35e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb6e-78a1f35e {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_38264928-8c54-2d81-7ea4-6c987073ae74-e5712b35, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae74-b0ef0239, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae74-32b1db76, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae74-24e8bee0, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae74-2b37487a, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae74-c0cf3426, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae74-55b946fd, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae74-1f1a31d7, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae74-497a01fc, #w-node-_38264928-8c54-2d81-7ea4-6c987073ae74-5a019679 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c2f7317e-006f-a8a1-3f12-74621531555f-78a1f2f7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c2f7317e-006f-a8a1-3f12-746215315560-78a1f2f7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c2f7317e-006f-a8a1-3f12-746215315563-78a1f2f7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c2f7317e-006f-a8a1-3f12-746215315566-78a1f2f7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c2f7317e-006f-a8a1-3f12-746215315569-78a1f2f7, #w-node-e6da8263-b008-6b07-c83c-c614481e607d-78a1f335 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_35ae8a25-c3b8-ba2e-ddfa-1d3d883c9bd2-78a1f335 {
    grid-column: span 4 / span 4;
  }

  #w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-78a1f335 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-78a1f33b, #w-node-de080feb-b4db-fc9b-48a8-f7434131bb17-78a1f33b {
    grid-column: span 4 / span 4;
  }

  #w-node-_5c15a880-345f-321d-34ae-77c7a1b1b45c-78a1f33c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5c15a880-345f-321d-34ae-77c7a1b1b45d-78a1f33c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5c15a880-345f-321d-34ae-77c7a1b1b460-78a1f33c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5c15a880-345f-321d-34ae-77c7a1b1b463-78a1f33c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5c15a880-345f-321d-34ae-77c7a1b1b466-78a1f33c, #w-node-_0cdd604c-af72-9bbc-7adc-dcfd5ae94c86-78a1f33c, #w-node-_0cdd604c-af72-9bbc-7adc-dcfd5ae94c91-78a1f33c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0faea038-ee21-1160-a51f-49b352dea807-78a1f33c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_0faea038-ee21-1160-a51f-49b352dea81b-78a1f33c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0faea038-ee21-1160-a51f-49b352dea81f-78a1f33c {
    justify-self: stretch;
  }

  #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f1e8-78a1f33c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f1f2-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f1f8-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f250-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f256-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f2a8-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f2ae-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f30c-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f312-78a1f33c {
    grid-column: span 4 / span 4;
  }

  #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f39f-78a1f33c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f3a6-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f3ad-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f3b7-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f3c1-78a1f33c, #w-node-_7921b0ea-189b-4f24-6c0e-a7c2b625f3c8-78a1f33c {
    grid-column: span 1 / span 1;
  }

  #w-node-c72d3737-2424-4b36-2a36-a7f740ac8698-78a1f33d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317dd-78a1f35b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317e0-78a1f35b {
    grid-column: span 4 / span 4;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317f2-78a1f35b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f317fd-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31808-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31816-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31824-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f3182f-78a1f35b {
    grid-column: span 1 / span 1;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31863-78a1f35b, #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f3186c-78a1f35b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31880-78a1f35b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df38f4f6-a2a1-0e4b-47f3-5da038f31884-78a1f35b {
    justify-self: stretch;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93622e8-78a1f35b, #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93622ec-78a1f35b, #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93622fc-78a1f35b, #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362305-78a1f35b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a936231a-78a1f35b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362324-78a1f35b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a936232e-78a1f35b {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a936233b-78a1f35b {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362345-78a1f35b {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362352-78a1f35b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362367-78a1f35b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362368-78a1f35b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a936236b-78a1f35b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a936236e-78a1f35b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362371-78a1f35b, #w-node-_4f502e9e-7e17-9cb6-7140-2b06a9362388-78a1f35b, #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623a5-78a1f35b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623d9-78a1f35b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623ed-78a1f35b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f502e9e-7e17-9cb6-7140-2b06a93623f1-78a1f35b, #w-node-da84b65d-e3da-f8de-0fa7-b3436fb0168e-6fb01683, #w-node-f65dc340-d8af-f536-5cee-c63fc05effa3-c05eff97, #w-node-f65dc340-d8af-f536-5cee-c63fc05effa6-c05eff97 {
    justify-self: stretch;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26a5-78a1f35c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26a6-78a1f35c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26af-78a1f35c, #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b2-78a1f35c, #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b5-78a1f35c, #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26b8-78a1f35c {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26c0-78a1f35c, #w-node-_1b66df05-b4c2-8404-fa63-1829eb3c26c3-78a1f35c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_69a6df8d-6700-1190-7c09-eea40c106e3a-78a1f35c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69a6df8d-6700-1190-7c09-eea40c106e3e-78a1f35c, #w-node-e1aed692-0244-463c-7f25-ef5045a4d937-45a4d92c {
    justify-self: stretch;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e92f-78a1f35d, #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e935-78a1f35d, #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e958-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e990-78a1f35d {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e9b9-78a1f35d {
    grid-column: span 4 / span 4;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e9cd-78a1f35d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e9d1-78a1f35d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_94a5854b-1c12-bbcf-eb99-91e2b3f1e9d8-78a1f35d {
    grid-column: span 4 / span 4;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c2b-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c2c-78a1f35d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c2f-78a1f35d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c32-78a1f35d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c35-78a1f35d, #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c45-78a1f35d, #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c50-78a1f35d, #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9c9d-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9cc9-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9cdd-78a1f35d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9bc88817-5b16-b735-7b58-ce1db57f9ce1-78a1f35d {
    justify-self: stretch;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b67f-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b680-78a1f35d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b683-78a1f35d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b686-78a1f35d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8106e566-945d-8e88-843c-de2b3d18b689-78a1f35d, #w-node-_8106e566-945d-8e88-843c-de2b3d18b6a0-78a1f35d, #w-node-_8106e566-945d-8e88-843c-de2b3d18b6a9-78a1f35d, #w-node-_8106e566-945d-8e88-843c-de2b3d18b6b7-78a1f35d, #w-node-_8106e566-945d-8e88-843c-de2b3d18b6d4-78a1f35d, #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbba9-78a1f35d, #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbb2-78a1f35d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbc6-78a1f35d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbca-78a1f35d {
    justify-self: stretch;
  }

  #w-node-_7c390b31-f951-bb37-e09a-8d0b5c2cbbfa-78a1f35d, #w-node-_554eef8c-e141-6399-a625-f6d8d8203ed1-78a1f35e, #w-node-_554eef8c-e141-6399-a625-f6d8d8203eda-78a1f35e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203f05-78a1f35e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203f53-78a1f35e {
    grid-column: span 1 / span 1;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203f9e-78a1f35e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203fa1-78a1f35e {
    grid-column: span 4 / span 4;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203fcf-78a1f35e, #w-node-_554eef8c-e141-6399-a625-f6d8d8203fd8-78a1f35e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203fec-78a1f35e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_554eef8c-e141-6399-a625-f6d8d8203ff0-78a1f35e {
    justify-self: stretch;
  }

  #w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb4a-78a1f35e, #w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb6e-78a1f35e, #w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb94-78a1f35e, #w-node-_0a6cbef8-aebe-46c4-183e-f45eda58eb9b-78a1f35e, #w-node-_34103c22-4093-a314-f174-89df43852034-78a1f35e, #w-node-_34103c22-4093-a314-f174-89df43852037-78a1f35e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_34103c22-4093-a314-f174-89df43852049-78a1f35e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_34103c22-4093-a314-f174-89df4385205d-78a1f35e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34103c22-4093-a314-f174-89df43852061-78a1f35e {
    justify-self: stretch;
  }

  #w-node-ebc280e6-671a-0aa3-1009-b9be36a75daa-78a1f373, #w-node-ebc280e6-671a-0aa3-1009-b9be36a75db6-78a1f373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ebc280e6-671a-0aa3-1009-b9be36a75de2-78a1f373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebc280e6-671a-0aa3-1009-b9be36a75de6-78a1f373 {
    justify-self: stretch;
  }

  #w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f665-78a1f373, #w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f671-78a1f373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f689-78a1f373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84a4fe27-29ad-2cce-b40b-28c089d1f68d-78a1f373 {
    justify-self: stretch;
  }

  #w-node-df42c229-362f-7260-2101-a5d47487ac77-78a1f373, #w-node-df42c229-362f-7260-2101-a5d47487ac83-78a1f373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-df42c229-362f-7260-2101-a5d47487acaf-78a1f373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df42c229-362f-7260-2101-a5d47487acb3-78a1f373 {
    justify-self: stretch;
  }

  #w-node-_07408eee-9c7e-5ec4-82de-34a72de69d5e-78a1f373, #w-node-_07408eee-9c7e-5ec4-82de-34a72de69d66-78a1f373 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_07408eee-9c7e-5ec4-82de-34a72de69d7e-78a1f373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07408eee-9c7e-5ec4-82de-34a72de69d82-78a1f373 {
    justify-self: stretch;
  }

  #w-node-f35fab84-69f7-4cd9-2f22-fb8cd9a55a44-d86da9eb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f35fab84-69f7-4cd9-2f22-fb8cd9a55a47-d86da9eb {
    grid-column: span 4 / span 4;
  }
}


