:root {
  --black: #0d0d0d;
  --peach-puff: #878787;
  --white: white;
  --grey: #f5f2f0;
  --blue-black: #1d1d1b;
  --light-peach: #e8e8e7;
  --email: 1rem;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: var(--black);
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  transition: color .2s;
}

a:hover {
  color: var(--peach-puff);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid var(--peach-puff);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form_message-success {
  background-color: var(--peach-puff);
  color: var(--black);
  padding: 1.25rem;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.button {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-weight: 400;
  transition: filter .2s;
}

.button:hover {
  filter: brightness(95%);
}

.button.is-small {
  padding: .75rem 1.5rem;
}

.button.is-large {
  font-size: 1.25rem;
}

.button.is-secondary {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--peach-puff);
}

.button.is-text {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 2rem;
  padding-right: 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-nav {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

.text-align-center {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.hide {
  display: none;
}

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

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

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

.text-rich-text h1 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-bottom: .75rem;
}

.text-rich-text ul {
  margin-bottom: 1.5rem;
}

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

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

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

.form_input {
  min-height: 3rem;
  border-style: none;
  border-radius: 2px;
  margin-bottom: 1rem;
  padding: 2rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-footer-input {
  height: auto;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
}

.form_input.is-select {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.align-center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.padding-global.tint {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}

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

.max-width-large.align-center {
  flex-direction: column;
}

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

.form_message-error {
  color: var(--black);
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.text-style-allcaps.text-color-gradient {
  background-image: linear-gradient(to right, #a54e2b, #dc9853);
}

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

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

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

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

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

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

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

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

.padding-bottom.padding-medium {
  display: flex;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #a54e2b, #dc9853);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.nav_component {
  width: 100%;
  background-color: var(--black);
  color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.footer_component {
  background-color: var(--blue-black);
  color: var(--white);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.nav_container {
  width: 100%;
  max-width: 80rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  height: 4.2rem;
  color: var(--white);
}

.nav_menu-wrapper {
  border-left: .125rem solid rgba(255, 255, 255, .1);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 2rem;
  display: flex;
}

.nav_link-wrapper {
  display: flex;
}

.nav_link {
  color: var(--white);
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  text-decoration: none;
}

.nav_link.w--current {
  color: #818181;
}

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

.footer_content-left {
  padding-right: 2rem;
}

.footer_logo {
  height: 4.2rem;
}

.footer_contact-link-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: start;
  display: grid;
}

.footer_contact-link {
  text-transform: uppercase;
  font-size: .75rem;
}

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

.footer_links-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_social-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_social-icon {
  width: 1rem;
  height: 1rem;
  color: var(--peach-puff);
  transition: filter .2s;
}

.footer_social-icon:hover {
  filter: brightness(50%);
}

.footer_social-link {
  width: 50px;
  height: 50px;
  font-size: 1.7rem;
}

.footer_social-link.insta {
  margin-left: 20px;
}

.footer_link {
  color: rgba(255, 255, 255, .78);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .75rem;
}

.footer_link.is-last, .footer_form-wrapper {
  margin-bottom: 0;
}

.footer_form {
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  border-left: 1px solid rgba(255, 255, 255, .13);
  border-radius: .75rem;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.contact_header_component {
  max-width: 25rem;
  color: var(--white);
}

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

.contact_content-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  margin-top: 4rem;
  display: grid;
}

.contact_link {
  text-transform: uppercase;
  font-weight: 700;
}

.contact_link.text-size-large {
  line-height: 1;
}

.contact_form {
  flex-direction: column;
  display: flex;
}

.contact_form-wrapper {
  margin-bottom: 0;
}

.contact_form-submit {
  flex-direction: column;
  display: flex;
}

.section_home-header {
  background-image: url('../images/402626369_946305003611998_4148184736031052660_n.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.home_header_component {
  max-width: 38rem;
  color: var(--white);
}

.home_header_info {
  align-items: flex-start;
  display: flex;
}

.accent_line {
  color: var(--peach-puff);
  margin-top: .6rem;
  margin-right: 1rem;
  display: flex;
}

.home_benefits_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  display: grid;
}

.home_benefits_content-top {
  max-width: 28rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

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

.home_benefits_item {
  height: 25rem;
  background-image: linear-gradient(to bottom, transparent, var(--black)), url('../images/fashion-man-love-people-5875438.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  padding: 2rem;
  display: flex;
}

.home_benefits_item.is-second {
  background-image: linear-gradient(to bottom, transparent, var(--black)), url('../images/a-statue-holding-a-holy-book-5613134.jpg');
}

.home_benefits_item.is-third {
  background-image: linear-gradient(to bottom, transparent, var(--black)), url('../images/man-people-woman-connection-6276711.jpg');
}

.home_benefits_item.is-last {
  background-image: linear-gradient(to bottom, transparent, var(--black)), url('../images/woman-in-blue-tank-top-and-man-in-red-shirt-painting-3795022.jpg');
}

.home_benefits_text-wrapper {
  max-width: 13.5rem;
  color: var(--white);
}

.home_benefits_summary {
  opacity: .6;
  overflow: hidden;
}

.section_home-visit {
  background-image: linear-gradient(-109.61deg, rgba(205, 84, 35, .54), rgba(255, 208, 160, .63)), url('../images/facade-of-aged-grand-cathedral-with-dome-on-river-shore-5273642.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home_visit_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4.5rem 3rem;
  display: grid;
  position: relative;
}

.home_visit_content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.home_visit_icon {
  color: rgba(255, 210, 164, .5);
}

.accent_bottom-line {
  width: 100%;
  height: 1rem;
  background-color: var(--peach-puff);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accent_bottom-line.is-dark {
  background-color: var(--peach-puff);
}

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

.gallery {
  background-color: var(--light-peach);
  padding: 4rem;
  position: relative;
}

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

.beliefs_image-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 3rem;
  display: grid;
}

.beliefs_image-row.is-top-aligned {
  align-items: start;
}

.beliefs_bottom-row {
  max-width: 52rem;
  min-height: 8rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.beliefs_top-content {
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.beliefs_center-image {
  height: 32rem;
  object-fit: cover;
  border-radius: 2rem;
}

.beliefs_outside-image {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  border-radius: 2rem;
}

.beliefs_outside-image.is-home {
  object-fit: cover;
  margin-top: -4rem;
}

.beliefs_bottom-content-left, .beliefs_bottom-content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

.link_component.is-right-aligned {
  justify-content: flex-end;
}

.section_about-header {
  min-height: 24rem;
  background-image: url('../images/131147726_166605178482459_7347922391368526275_n.jpg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_about-header.kitchens {
  background-image: url('../images/324417029_5753154928065861_8461022972106629184_n.jpg');
}

.section_about-header.flooring {
  background-image: url('../images/131147726_166605178482459_7347922391368526275_n.jpg');
}

.section_about-header.building-works {
  background-image: url('../images/154689636_213136760495967_8919690326736422032_n.jpg');
}

.about_header_component {
  max-width: 42rem;
}

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

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

.about_benefits_image {
  height: 20rem;
  object-fit: cover;
}

.about_benefits_content {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

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

.about_team_item {
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.about_team_social-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

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

.blog_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_list.is-home {
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.blog_item-link {
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 1.5rem;
  display: flex;
  position: relative;
}

.blog_item-link:hover {
  color: var(--black);
}

.blog_item-link.is-home {
  background-color: var(--light-peach);
}

.blog_article-image {
  width: 100%;
  height: 32rem;
  object-fit: cover;
}

.blog_recent_item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 3.5rem;
  display: grid;
}

.blog_recent_image {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}

.blog_recent_author-wrapper {
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.blog_author-wrapper {
  margin-top: 1rem;
}

.blog_item-content {
  flex: 1;
}

.section_sermon-header {
  background-image: url('../images/cross-on-hill-landscape.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sermon_featured_component {
  background-color: var(--light-peach);
}

.sermon_featured_item {
  flex-wrap: nowrap;
  display: flex;
}

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

.sermon_featured_content-left {
  width: 100%;
  max-width: 28rem;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: relative;
}

.sermon_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.sermon_item-link {
  width: 100%;
  height: 100%;
  background-color: var(--light-peach);
  justify-content: center;
  align-items: center;
  padding: 5rem 1.5rem;
  transition-property: none;
  display: block;
  position: relative;
}

.sermon_item-link:hover {
  color: var(--black);
}

.sermon_item-link.is-white {
  background-color: var(--white);
}

.sermon_item-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.sermon_item-date {
  text-align: right;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.sermon_item-icon {
  margin-top: .5rem;
}

.sermon_item-icon.is-time {
  width: 1.25rem;
  margin-top: .25rem;
}

.section_sermon-template-header {
  background-color: var(--grey);
}

.sermon_template-header_component {
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sermon_template-header_form {
  background-color: var(--white);
  padding: 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5.5rem;
}

.sermon_template-header_form-wrapper {
  margin-bottom: 0;
  position: relative;
}

.sermon_template-header_form-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.sermon_template-header_image {
  width: 100%;
}

.sermon_template_form-input {
  border: 1px #000;
  border-bottom: 1px solid #c7c0cb;
  margin-bottom: 2rem;
  padding: .5rem .75rem;
}

.empty-state {
  height: 0;
  display: none;
}

.link_arrow {
  margin-left: .5rem;
}

.about_team_image-wrapper {
  width: 10rem;
  height: 10rem;
  border: .5rem solid var(--white);
  border-radius: 50%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.contact_social-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_social-link {
  width: 59px;
  height: 51px;
}

.background-color-light-peach {
  background-color: var(--light-peach);
}

.content-inline {
  display: inline-block;
}

.about_team_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../images/294146144_576343660608136_306104906645283006_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-color-peach {
  color: var(--peach-puff);
}

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

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

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

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

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

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

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

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

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  color: #fff;
  font-size: 6rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(255, 210, 164, .3), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

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

.text-color-grey {
  color: gray;
}

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

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

.text-style-link.is-peach {
  color: var(--peach-puff);
}

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

.heading-style-h3.left-adjustment {
  padding-left: 40px;
}

.fs-styleguide_label {
  background-color: var(--black);
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

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

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

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

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

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.fs-styleguide_version {
  z-index: 5;
  color: var(--peach-puff);
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

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

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

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  border: 1px dashed var(--blue-black);
  background-color: rgba(255, 210, 164, .1);
  position: relative;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-4 {
  background-color: var(--blue-black);
}

.fs-styleguide_color.is-5 {
  background-color: var(--peach-puff);
}

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

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.button_icon {
  width: 1rem;
  height: 1rem;
}

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

.grid-gallery {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr .75fr .5fr;
  padding-bottom: 100px;
}

.text-card {
  padding-top: 20px;
}

.heading-gv-txt {
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

._20above {
  padding-top: 20px;
}

._19px {
  font-size: 19px;
  line-height: 28px;
}

.cards-image-mask {
  width: 100%;
  border-radius: 1rem;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._27px {
  width: 100%;
  margin-top: 0;
  font-size: 27px;
  line-height: 37px;
}

.div-block {
  padding-top: 60px;
}

.section-logos {
  height: 100px;
  background-color: #1d1d1b;
}

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

.image {
  height: 100px;
}

.facebook {
  text-align: center;
  padding-top: 40px;
}

.icon-facebook {
  width: 75px;
}

.spacer-40px {
  height: 40px;
}

.link-social {
  padding-left: 20px;
  padding-right: 20px;
}

.html-embed {
  width: 100%;
  max-width: 100%;
  margin-right: 40px;
  padding-right: 40px;
  display: flex;
}

.uui-footer03_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: #667085;
}

.uui-footer03_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-medium-3 {
  letter-spacing: normal;
  align-items: flex-end;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.uui-footer03_legal-link {
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer03_legal-link:hover {
  color: #475467;
}

.t-c {
  padding-top: 60px;
  padding-bottom: 60px;
}

.privacy {
  color: var(--peach-puff);
  font-size: .8rem;
}

.link, .link.w--current {
  color: var(--peach-puff);
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_container {
    justify-content: space-between;
  }

  .nav_menu-wrapper {
    background-color: var(--black);
    margin-left: 0;
    padding-bottom: 2rem;
  }

  .nav_link-wrapper {
    flex-direction: column;
  }

  .nav_menu-button {
    font-size: 3.2rem;
  }

  .nav_menu-button.w--open {
    color: var(--peach-puff);
    background-color: rgba(0, 0, 0, 0);
  }

  .footer_content-wrapper {
    grid-template-columns: 1fr;
  }

  .footer_link {
    margin-bottom: .5rem;
  }

  .contact_header_component {
    padding-left: 40px;
  }

  .contact_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1.5fr;
  }

  .home_benefits_content-bottom, .home_about_component {
    grid-template-columns: 1fr 1fr;
  }

  .gallery {
    padding: 2.5rem 1.5rem;
  }

  .beliefs_center-image {
    width: 100%;
    height: 28rem;
    border-radius: 1rem;
  }

  .beliefs_outside-image {
    height: 20rem;
    border-radius: 1rem;
  }

  .section_about-header {
    min-height: auto;
  }

  .about_benefits_component {
    grid-row-gap: 5rem;
  }

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

  .blog_recent_item {
    grid-template-columns: 1fr;
    padding: 4rem;
  }

  .blog_recent_image {
    height: 20rem;
  }

  .sermon_featured_item {
    flex-wrap: wrap;
  }

  .sermon_featured_content-left {
    max-width: none;
  }

  .sermon_template-header_component {
    grid-column-gap: 1rem;
  }

  .sermon_template-header_form {
    top: 3.8rem;
  }

  .sermon_template-header_form-info {
    grid-template-columns: 1fr;
  }

  .footer_form-text-wrapper {
    max-width: 24rem;
  }

  .sermon_featured_content-right {
    width: 100%;
    height: 20rem;
  }

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

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-gallery {
    grid-template-columns: .5fr 1fr;
  }

  .text-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .cards-image-mask {
    padding-top: 121%;
  }

  .cards-image {
    object-position: 50% 50%;
  }

  .section-logos, .image {
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .button {
    border-radius: .5rem;
  }

  .button.is-footer-button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .footer_component {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav_logo-link.w--current {
    padding-left: 0;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .footer_content-rightt {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer_form-wrapper, .footer_form {
    margin-top: 1rem;
  }

  .contact_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .contact_content-right {
    margin-top: 1rem;
  }

  .home_visit_component {
    grid-template-columns: 1.5fr;
    justify-items: center;
  }

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

  .beliefs_image-row {
    grid-column-gap: 1.25rem;
  }

  .beliefs_image-row.is-top-aligned {
    grid-template-columns: auto;
  }

  .beliefs_bottom-row {
    grid-template-columns: 1fr;
  }

  .beliefs_center-image {
    height: 20rem;
  }

  .beliefs_outside-image {
    height: 16rem;
    margin-top: 0;
  }

  .beliefs_outside-image.is-home {
    margin-top: 0;
  }

  .about_benefits_component {
    grid-row-gap: 3.5rem;
  }

  .about_benefits_content-row {
    grid-template-columns: 1fr;
  }

  .about_benefits_image {
    height: auto;
  }

  .about_team_list {
    max-width: 32rem;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about_team_item {
    padding: 2rem 1.5rem;
  }

  .blog_list, .blog_list.is-home {
    grid-template-columns: 1fr;
  }

  .blog_recent_item {
    grid-row-gap: 1.5rem;
    padding: 2rem;
  }

  .blog_recent_image {
    height: 16rem;
  }

  .sermon_featured_content-left {
    padding: 1.5rem;
  }

  .sermon_list, .sermon_template-header_component {
    grid-template-columns: 1fr;
  }

  .sermon_template-header_form {
    position: static;
  }

  .about_team_image-wrapper {
    width: 8rem;
    height: 8rem;
  }

  .footer_form-text-wrapper {
    max-width: 20rem;
  }

  .sermon_featured_content-right {
    height: 16rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

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

  .uui-footer03_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer03_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer03_legal-link:hover {
    color: #98a2b3;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_logo {
    height: 3.3rem;
  }

  .nav_menu-button {
    font-size: 2rem;
  }

  .contact_content-left {
    width: 100%;
  }

  .home_benefits_content-bottom {
    grid-template-columns: 1fr;
  }

  .beliefs_image-row {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .beliefs_image-row.is-top-aligned {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .beliefs_center-image {
    height: 16rem;
  }

  .beliefs_outside-image {
    height: 12rem;
  }

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

  .blog_recent_item {
    padding: 1.5rem;
  }

  .blog_recent_author-wrapper {
    flex-direction: column;
  }

  .sermon_template-header_form {
    padding: 1.4rem;
  }

  .sermon_template-header_form-info {
    grid-template-columns: .75fr;
  }

  .sermon_featured_content-right {
    height: 12rem;
  }

  .grid-gallery {
    max-width: 95%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .text-card {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .heading-gv-txt {
    font-size: 36px;
    line-height: 47px;
  }

  ._19px {
    font-size: 16px;
    line-height: 29px;
  }

  .cards-image-mask {
    border-radius: 1rem;
  }

  ._27px {
    font-size: 21px;
    line-height: 31px;
  }

  .section-logos {
    height: 45px;
  }

  .grid-logos {
    max-width: 100%;
  }

  .image {
    width: 120px;
    height: 45px;
  }

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

#w-node-_06354c67-6f7a-c947-d0e7-ff9656a25092-286a3a78 {
  align-self: start;
}

#w-node-_812ae63a-f1e6-4626-761b-03ac20b4c3e5-286a3a78, #w-node-dd6eb621-2356-c60c-4af3-12096489496b-286a3a78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d613a4-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d613a9-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d613ae-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d613b3-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d613b9-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d613bf-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d613c5-286a3a7f {
  justify-self: start;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d614d2-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d614eb-286a3a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d614ee-286a3a7f {
  justify-self: start;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d614f0-286a3a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d614f3-286a3a7f {
  justify-self: start;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d6155c-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61566-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61567-286a3a7f, #w-node-_7636366f-8565-c3de-2480-0a912442b593-286a3a7f, #w-node-_7636366f-8565-c3de-2480-0a912442b594-286a3a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d615d5-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d615da-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d615df-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d615e4-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d615e9-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d615ee-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d615f8-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d615fd-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61602-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61607-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d6160c-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61611-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61616-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d6161b-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61620-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61625-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d6162a-286a3a7f {
  justify-self: start;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d6162e-286a3a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d6162f-286a3a7f {
  justify-self: start;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d61631-286a3a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d61634-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61639-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d6163e-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61653-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61658-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d6165d-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61662-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61667-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d6166c-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61676-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d6167b-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61680-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61685-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d6168a-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d6168f-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61694-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d61699-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d6169e-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d616a3-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d616a8-286a3a7f {
  justify-self: start;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d616ac-286a3a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d616ad-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d616b2-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d616b7-286a3a7f, #w-node-_47d902ae-b3f6-e476-8d98-e9d606d616bc-286a3a7f {
  justify-self: start;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d61742-286a3a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d902ae-b3f6-e476-8d98-e9d606d6179e-286a3a7f {
  justify-self: start;
}

#w-node-_06354c67-6f7a-c947-d0e7-ff9656a25092-387c07d5 {
  align-self: start;
}

#w-node-f642aa09-1c78-6191-d2f2-e6fad4c6998d-387c07d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f852-387c07d5 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f854-387c07d5 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f868-387c07d5 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_611bc2a9-dbb6-0b2d-a675-490ff8706709-387c07d5 {
  grid-area: 5 / 1 / 7 / 3;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f86a-387c07d5 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f86c-387c07d5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_25207568-d61c-7045-1040-5eef4ba7cdb9-387c07d5 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f86e-387c07d5 {
  grid-area: 3 / 3 / 9 / 4;
}

#w-node-_16d6191f-d99e-9a09-453f-9448b8fd95a1-387c07d5 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_16d6191f-d99e-9a09-453f-9448b8fd95a2-387c07d5 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: stretch;
  justify-self: center;
}

#w-node-_16d6191f-d99e-9a09-453f-9448b8fd95a3-387c07d5, #w-node-_16d6191f-d99e-9a09-453f-9448b8fd95a5-387c07d5, #w-node-_16d6191f-d99e-9a09-453f-9448b8fd95a6-387c07d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06354c67-6f7a-c947-d0e7-ff9656a25092-ff8aa6d4 {
  align-self: start;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f852-ff8aa6d4 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f854-ff8aa6d4 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f868-ff8aa6d4 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_611bc2a9-dbb6-0b2d-a675-490ff8706709-ff8aa6d4 {
  grid-area: 5 / 1 / 7 / 3;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f86a-ff8aa6d4 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f86c-ff8aa6d4 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f86e-ff8aa6d4 {
  grid-area: 3 / 3 / 9 / 4;
}

#w-node-_802c8956-d87a-2dfd-dd85-d57c5d8e99d0-ff8aa6d4 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_802c8956-d87a-2dfd-dd85-d57c5d8e99cf-ff8aa6d4 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: stretch;
  justify-self: center;
}

#w-node-_802c8956-d87a-2dfd-dd85-d57c5d8e99d1-ff8aa6d4, #w-node-_4e2fd8db-03f3-cb17-e7eb-b225d6ac8731-ff8aa6d4, #w-node-_802c8956-d87a-2dfd-dd85-d57c5d8e99d2-ff8aa6d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06354c67-6f7a-c947-d0e7-ff9656a25092-5e9a3011 {
  align-self: start;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f852-5e9a3011 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f854-5e9a3011 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f868-5e9a3011 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_611bc2a9-dbb6-0b2d-a675-490ff8706709-5e9a3011 {
  grid-area: 5 / 1 / 7 / 3;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f86a-5e9a3011 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f86c-5e9a3011 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_25207568-d61c-7045-1040-5eef4ba7cdb9-5e9a3011 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_2783461a-8e92-4131-6e4f-538101f9f86e-5e9a3011 {
  grid-area: 3 / 3 / 9 / 4;
}

#w-node-_2fcf129e-fdd0-4bb6-5868-9a7a5e76540b-5e9a3011 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_2fcf129e-fdd0-4bb6-5868-9a7a5e76540c-5e9a3011 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: stretch;
  justify-self: center;
}

#w-node-_2fcf129e-fdd0-4bb6-5868-9a7a5e76540d-5e9a3011, #w-node-_2fcf129e-fdd0-4bb6-5868-9a7a5e76540f-5e9a3011, #w-node-_2fcf129e-fdd0-4bb6-5868-9a7a5e765410-5e9a3011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dd6eb621-2356-c60c-4af3-12096489496b-286a3a78 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f852-387c07d5 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f854-387c07d5 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f868-387c07d5 {
    grid-area: 5 / 2 / 7 / 4;
  }

  #w-node-_611bc2a9-dbb6-0b2d-a675-490ff8706709-387c07d5 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86a-387c07d5 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86e-387c07d5 {
    grid-area: 2 / 3 / 5 / 5;
  }

  #w-node-_16d6191f-d99e-9a09-453f-9448b8fd95a1-387c07d5 {
    grid-area: 7 / 2 / 8 / 4;
  }

  #w-node-_16d6191f-d99e-9a09-453f-9448b8fd95a2-387c07d5 {
    grid-area: 7 / 2 / 8 / 4;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f852-ff8aa6d4 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f854-ff8aa6d4 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f868-ff8aa6d4 {
    grid-area: 5 / 2 / 7 / 4;
  }

  #w-node-_611bc2a9-dbb6-0b2d-a675-490ff8706709-ff8aa6d4 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86a-ff8aa6d4 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86e-ff8aa6d4 {
    grid-area: 2 / 3 / 5 / 5;
  }

  #w-node-_802c8956-d87a-2dfd-dd85-d57c5d8e99cf-ff8aa6d4 {
    grid-area: 7 / 2 / 8 / 4;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f852-5e9a3011 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f854-5e9a3011 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f868-5e9a3011 {
    grid-area: 5 / 2 / 7 / 4;
  }

  #w-node-_611bc2a9-dbb6-0b2d-a675-490ff8706709-5e9a3011 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86a-5e9a3011 {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86e-5e9a3011 {
    grid-area: 2 / 3 / 5 / 5;
  }

  #w-node-_2fcf129e-fdd0-4bb6-5868-9a7a5e76540b-5e9a3011 {
    grid-area: 7 / 2 / 8 / 4;
  }

  #w-node-_2fcf129e-fdd0-4bb6-5868-9a7a5e76540c-5e9a3011 {
    grid-area: 7 / 2 / 8 / 4;
    align-self: stretch;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_812ae63a-f1e6-4626-761b-03ac20b4c3e5-286a3a78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4dabab4d-b3b4-55d3-f3b4-82e18fcaf35c-286a3a78 {
    order: -9999;
  }

  #w-node-dd6eb621-2356-c60c-4af3-12096489496b-286a3a78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b59a53a0-98a0-a390-6e02-af3fcd3e27e0-286a3a78 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a4d2455-0cc0-a522-2936-78b6c6273a0b-286a3a7a, #w-node-_2783461a-8e92-4131-6e4f-538101f9f852-387c07d5, #w-node-_2783461a-8e92-4131-6e4f-538101f9f854-387c07d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f868-387c07d5, #w-node-_611bc2a9-dbb6-0b2d-a675-490ff8706709-387c07d5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86a-387c07d5, #w-node-_2783461a-8e92-4131-6e4f-538101f9f86c-387c07d5, #w-node-_25207568-d61c-7045-1040-5eef4ba7cdb9-387c07d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86e-387c07d5 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_16d6191f-d99e-9a09-453f-9448b8fd95a1-387c07d5 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_16d6191f-d99e-9a09-453f-9448b8fd95a2-387c07d5 {
    grid-area: 12 / 1 / 13 / 2;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f852-ff8aa6d4, #w-node-_2783461a-8e92-4131-6e4f-538101f9f854-ff8aa6d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f868-ff8aa6d4, #w-node-_611bc2a9-dbb6-0b2d-a675-490ff8706709-ff8aa6d4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86a-ff8aa6d4, #w-node-_2783461a-8e92-4131-6e4f-538101f9f86c-ff8aa6d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86e-ff8aa6d4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_802c8956-d87a-2dfd-dd85-d57c5d8e99d0-ff8aa6d4 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_802c8956-d87a-2dfd-dd85-d57c5d8e99cf-ff8aa6d4 {
    grid-area: 12 / 1 / 13 / 2;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f852-5e9a3011, #w-node-_2783461a-8e92-4131-6e4f-538101f9f854-5e9a3011 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f868-5e9a3011, #w-node-_611bc2a9-dbb6-0b2d-a675-490ff8706709-5e9a3011 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86a-5e9a3011, #w-node-_2783461a-8e92-4131-6e4f-538101f9f86c-5e9a3011, #w-node-_25207568-d61c-7045-1040-5eef4ba7cdb9-5e9a3011 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2783461a-8e92-4131-6e4f-538101f9f86e-5e9a3011 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2fcf129e-fdd0-4bb6-5868-9a7a5e76540b-5e9a3011 {
    grid-area: 12 / 1 / 14 / 2;
  }

  #w-node-_2fcf129e-fdd0-4bb6-5868-9a7a5e76540c-5e9a3011 {
    grid-area: 12 / 1 / 13 / 2;
    align-self: stretch;
    justify-self: center;
  }
}


