@font-face {
  font-family: Korb;
  src: url('../fonts/Korb-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Korb;
  src: url('../fonts/Korb.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --purple: #130e44;
  --green-1: #0bb78a;
  --green-2: #43a0bd;
  --white: white;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

h3 {
  color: var(--purple);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

h4 {
  color: var(--green-1);
  letter-spacing: 1.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #7a7a7a;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

a {
  text-decoration: none;
}

li {
  font-family: Open Sans, sans-serif;
}

.hamburger-line {
  background-color: #fff;
  border-radius: 100px;
  width: 25px;
  height: 2.22px;
}

.nav__logo {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.navigation__menu-btn {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  overflow: hidden;
}

.close-btn {
  background-image: url('../images/close-btn-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 12.5px;
}

.navbar {
  z-index: 101;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  height: 50px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 25px;
  height: 10px;
  margin-left: 12.5px;
  display: flex;
}

.hamburger-line-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 15px;
  height: 2.22px;
}

.close-wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 25px;
  display: flex;
}

.open-wrap {
  align-items: center;
  height: 25px;
  display: flex;
}

.navigation-text {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Korb, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.hero-wrapper {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 100px;
  display: flex;
}

.hero-content {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 800px;
  display: flex;
}

.h1-huge {
  color: #fff;
  text-align: left;
  letter-spacing: 3.75px;
  flex: none;
  width: 90%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 120px;
  font-weight: 700;
  line-height: 140px;
  display: block;
}

.bigger {
  color: #444;
  text-align: right;
  font-size: 200px;
}

.help-text {
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  display: block;
}

.twitter-link {
  color: #734ce1;
  text-decoration: none;
}

.nav-items {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav__bg {
  z-index: 98;
  background-color: #030303;
  position: fixed;
  inset: 0%;
}

.nav-item-number {
  color: #fff;
  letter-spacing: 3px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 12px;
  transform: rotate(-90deg);
}

.nav-item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-item.hide {
  display: none;
}

.nav-item-text-full {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  line-height: 150px;
}

.special-text-wrapper {
  height: 150px;
  overflow: hidden;
}

.nav-social-links {
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.nav-item-text {
  font-size: 120px;
  font-weight: 700;
  line-height: 150px;
  display: block;
}

.nav-container {
  z-index: 97;
  background-color: #030303;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 80px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.social-link {
  background-image: url('../images/facebook-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.social-link.instagram {
  background-image: url('../images/social-instagram---simple-line-icons.svg');
}

.social-link.twitter {
  background-image: url('../images/twitter-white.svg');
}

.email-link {
  color: #a5a3a6;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #1e252c;
  padding-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.nav-footer-link {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  margin-top: 35px;
  display: flex;
  position: relative;
}

.header {
  z-index: 500;
  max-width: none;
  height: auto;
  color: var(--green-2);
  background-image: linear-gradient(to right, #0bb78a, #43a0bd);
  border-bottom: 1px solid #fff3;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: sticky;
  top: 0;
}

.columns {
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.c-map_dot {
  z-index: 20;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4.8em;
  margin-left: 4.9em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-map_dot.is--hidden {
  display: none;
}

.c-map_contain {
  position: relative;
}

.hero {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 59px;
}

.hero.is--hero {
  background-image: url('../images/HarryBG.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 111%;
  min-height: 100vh;
  padding-top: 114px;
  padding-right: 0;
  display: flex;
}

.c-map_fill {
  z-index: -1;
  background-color: #ff8ad8;
  border-radius: 100vw;
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  min-height: 2.5em;
  position: relative;
}

.collection-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.collection-wrapper {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.c-hero_map {
  width: 560px;
}

.button {
  color: #0d0d36;
  text-align: center;
  background-color: #ff8ad8;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-top: auto;
  padding: 22px 52px;
  font-weight: 500;
  display: flex;
}

.c-map_image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.c-map_circle {
  background-color: #fffffb;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
  position: relative;
}

.c-map_location {
  text-align: right;
  white-space: nowrap;
  margin-right: 2.9em;
  font-size: 1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.collection-item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.big-hero-white-text {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  border: 1px #573b3b;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 75px;
}

.hero-subheading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #573b3b;
  margin-top: 10px;
  margin-bottom: auto;
  font-family: Korb, sans-serif;
  font-size: 29px;
  font-weight: 400;
  text-decoration: none;
}

.image {
  width: 100%;
}

.content-1-3-2-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 95px;
  display: block;
}

.main-text-heading-1 {
  color: #43a094;
  text-transform: uppercase;
  font-family: Korb, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

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

.paragraph {
  color: #7a7a7a;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.container-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
}

.container-3 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px 0;
  display: flex;
}

.light-logo {
  width: auto;
  max-width: 150px;
}

.feature-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.flex-container {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  max-width: none;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
}

.h2 {
  color: #43a094;
  text-transform: uppercase;
  font-family: Korb, sans-serif;
}

.blog-card {
  float: none;
  clear: none;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  display: flex;
  box-shadow: 14px 14px 40px #767ead14;
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px #767ead1f;
}

.blog-placeholder-image-02 {
  background-image: url('../images/unsplash_img.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.section-blog {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 3rem 5%;
}

.blog-placeholder-image-03 {
  background-image: url('../images/unsplash_img_02.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.category-title {
  color: var(--green-1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Korb, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.pre-heading {
  color: #43a094;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-family: Korb, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.blog-article-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.heading-primary {
  color: #130e44;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
}

.heading-primary.h3-centre {
  color: #130e44;
  text-align: center;
  max-width: 700px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.blog-content {
  text-align: left;
  margin-bottom: 25px;
}

.heading-3 {
  color: #2e3642;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.button-default {
  background-color: #484dff;
  border-radius: 50px;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
}

.button-default:hover {
  background-color: #343af0;
}

.blog-content-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 140px;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.category-tag {
  background-color: #0bb78a12;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px 10px;
  text-decoration: none;
  display: flex;
}

.blog-placeholder-image {
  border-radius: 14px;
  width: 100%;
  min-height: auto;
}

.text-span {
  color: #484dff;
}

.column-3 {
  width: 33%;
  padding: 10px;
}

.paragraph-2 {
  color: #546681;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.columns-3 {
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  display: block;
}

.button-arrow {
  color: #fff;
  background-color: #689eff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 178px;
  min-height: 64px;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-arrow.button-space {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #0bb78a, #43a0bd);
  border-radius: 10px;
  width: 100%;
  min-width: 150px;
  max-width: none;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Korb, sans-serif;
  transition: all .4s cubic-bezier(.573, -.348, .246, 1.833);
  display: flex;
}

.button-arrow.button-space:hover {
  background-image: linear-gradient(to right, #1bd3a3, #49b7da);
  transform: translate(0, -5px);
}

.button-arrow.button-not-100 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #0bb78a, #43a0bd);
  width: auto;
  min-width: 150px;
  max-width: none;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Korb, sans-serif;
  transition: all .2s;
}

.button-arrow.button-not-100:hover {
  background-image: linear-gradient(to right, #1bd3a3, #49b7da);
  transform: translate(0, -5px);
}

.button-arrow.button-outline {
  border: 2px solid var(--green-1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  min-width: 150px;
  max-width: none;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Korb, sans-serif;
  transition: all .4s cubic-bezier(.573, -.348, .246, 1.833);
  display: flex;
}

.button-arrow.button-outline:hover {
  background-image: linear-gradient(to right, #1bd3a3, #49b7da);
  transform: translate(0, -5px);
}

.button-arrow.button-outline-colour {
  border: 2px solid var(--green-1);
  width: 100%;
  min-width: 150px;
  max-width: none;
  color: var(--green-1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Korb, sans-serif;
  transition: all .4s cubic-bezier(.573, -.348, .246, 1.833);
  display: flex;
}

.button-arrow.button-outline-colour:hover {
  color: var(--white);
  background-image: linear-gradient(to right, #1bd3a3, #49b7da);
  transform: translate(0, -5px);
}

.arrow {
  color: #fff;
  border: 1px #fff;
  margin-left: 4px;
}

.button-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Korb, sans-serif;
  font-size: 15px;
}

.container-4 {
  flex-direction: column;
  align-items: stretch;
  max-width: 1240px;
  display: flex;
}

.footer-cta {
  color: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

.social-link-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0 20px 0 0;
  display: block;
}

.footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  transform: translate(5px);
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-bottom.line-blank {
  border-bottom-style: none;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.footer-grid-03 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-03 {
  background-color: var(--purple);
  background-image: linear-gradient(to right, #1a145c, #130e44);
  flex-direction: row;
  justify-content: space-between;
  padding: 132px 3% 20px;
  display: block;
}

.button-2 {
  color: #5e4dcd;
  background-color: #ffd2dd;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
}

.footer-title {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.body {
  max-width: none;
}

.blog-breadcrumb {
  background-color: var(--purple);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 330px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.primary-white-heading {
  max-width: 500px;
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
}

.primary-white-heading.h3-centre {
  color: #130e44;
  text-align: center;
  max-width: 700px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.header-blog-2 {
  background-color: #994708;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding: 80px 3% 120px;
  display: flex;
}

.blog-heading {
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.1;
}

.paragraph-3 {
  color: #9899ad;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.blog-section {
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

.blog-hero-image {
  border-radius: 0;
  width: 100%;
  margin-top: auto;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px #0000000f;
}

.image-2 {
  position: absolute;
}

.search-button {
  background-color: #984708;
  background-image: linear-gradient(to right, #0bb78a, #43a0bd);
  border-radius: 10px;
  width: 60px;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.title-large-2 {
  color: #202146;
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 130%;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.search-icon {
  position: absolute;
  inset: 22px 0% 0% 22px;
}

.best-sellers {
  background-color: #fff;
  padding: 20px 0;
}

.form {
  background-color: #f2f5f8;
  border-radius: 0;
  display: flex;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-right {
  position: sticky;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.seach-bar-2 {
  color: #9899ad;
  border: 1px #000;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px #0000000f;
}

.subscription-2 {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.submit-button {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.video {
  margin-top: auto;
  margin-bottom: 80px;
}

.search {
  position: relative;
}

.paragraph-4 {
  color: #9899ad;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.container-6 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.heading-primary-copy {
  color: #130e44;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
}

.heading-primary-copy.h3-centre {
  color: #130e44;
  text-align: center;
  max-width: 700px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.link-block {
  color: var(--purple);
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.nav-link {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.nav-link.large {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 26px;
  display: inline-block;
}

.menu-trigger {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px;
  transition: all .4s cubic-bezier(.637, -.401, .193, 1.751);
  display: flex;
}

.menu-trigger:hover {
  transform: scale(.8);
}

.menu {
  color: #000;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-list {
  flex-direction: column;
  display: flex;
}

.menu-wrap {
  display: block;
}

.menu-line {
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 4px;
}

.menu-flyout {
  background-color: #fff;
  background-image: linear-gradient(to right, var(--green-1), var(--green-2));
  transform-origin: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.social-header-class {
  align-items: center;
  display: flex;
}

.image-3 {
  width: 20px;
  max-width: none;
}

.image-4 {
  width: 8px;
  max-width: none;
}

.image-5 {
  width: 20px;
}

.column-4 {
  order: 0;
  align-self: auto;
}

.div-block {
  display: flex;
}

.columns-4 {
  width: 130px;
}

.image-6 {
  width: 16px;
  max-width: none;
}

.section {
  width: 100%;
  height: 0;
  display: block;
}

.image-7 {
  width: 100%;
  height: auto;
}

.image-8 {
  width: 100%;
}

.purple-divider {
  background-image: url('../images/Section-Dividor-purple.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  align-items: flex-start;
  height: 30px;
  display: block;
}

.green-bg-section {
  background-image: linear-gradient(to right, var(--green-1), var(--green-2));
  padding-top: 60px;
  padding-bottom: 60px;
}

.c-section {
  padding: 3em 10vw;
}

.is--hidden-empty {
  background-color: #0000;
  width: 0;
  height: 0;
  padding: 0;
}

.container-7 {
  background-image: linear-gradient(#130e44de, #130e44de), url('../images/unsplash_img.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-2 {
  background-color: var(--green-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.columns-5 {
  width: 850px;
}

.heading-3-white {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.paragraph-white {
  color: #ececec;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.blog-card-large {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 30px;
  transition: all .3s ease-out;
  overflow: hidden;
  box-shadow: 14px 14px 40px #767ead14;
}

.blog-card-large:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px #767ead1f;
}

.c-sermon_title {
  margin-top: .6em;
  margin-bottom: .4em;
}

.c-sermon_buttons {
  flex-direction: row;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  display: flex;
}

.c-button {
  text-align: center;
  background-color: #818181;
  border-width: 0;
  border-radius: .6em;
  padding: .9em 1.9em;
}

.c-button:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.c-button.is--white {
  color: #0f0e17;
  background-color: #fff;
}

.c-button.is--white.is--button-2 {
  margin-top: .6em;
}

.c-button.is--button1 {
  margin-top: .6em;
  margin-right: 1em;
}

.c-sermon {
  color: #fff;
  background-image: linear-gradient(to top, #06060a61, #0f0e17b0 28%, #0f0e1700 56%);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  min-height: 30vw;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-sermon_tag {
  background-color: #ffffff1c;
  border-radius: 100vw;
  padding: .6em 1.4em;
  display: inline-block;
}

.is--sermon-tag {
  font-size: .9em;
}

.blog-card-big {
  clear: none;
  object-fit: fill;
  flex-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  max-width: 1240px;
  padding: 20px;
  display: block;
  overflow: hidden;
}

.video-block {
  background-color: #16ca9b;
  background-image: url('../images/VideoThumbnail.jpg');
  background-position: 50%;
  background-size: contain;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: 400px;
  max-height: 420px;
  transition: all .2s cubic-bezier(.596, -.453, .199, 1.81);
  display: flex;
  box-shadow: 14px 14px 40px #767ead14;
}

.video-block:hover {
  transform: scale(.97);
}

.video-link {
  background-color: #ffffff40;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  display: flex;
}

.lightbox-link {
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.container-9 {
  max-width: 1240px;
  display: block;
}

.container-10 {
  max-width: 1240px;
  padding-left: 10px;
  padding-right: 10px;
}

.social-wrap {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.social-link-3 {
  opacity: .3;
  flex-direction: row;
  align-items: center;
  margin-right: 3px;
  padding: 4px;
  transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
  display: inline-block;
}

.social-link-3:hover {
  opacity: 1;
  transform: translate(0, -5px);
}

.menu-link {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  border: 1px #573b3b;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 75px;
  text-decoration: none;
}

.category-tag-with-bg {
  opacity: 1;
  background-color: #e9f9f021;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px 10px;
  text-decoration: none;
  display: flex;
}

.category-title-white {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Korb, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.category-title-white:hover {
  transform: translate(-5px);
}

.flowbase-card {
  z-index: 9999;
  opacity: 1;
  background-color: #5a2fc6;
  background-image: linear-gradient(166deg, #1d0a50, #10062a40), url('../images/Flowbase-Bubble-Right.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  border-radius: 25px;
  max-width: 260px;
  padding: 26px 32px;
  position: fixed;
  inset: auto auto 3% 2%;
}

.flowbase-check {
  width: 32px;
  margin-bottom: 12px;
}

.flowbase-title {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.flowbase-close {
  background-color: #7839f3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: -40px -40px auto auto;
}

.flowbase-details {
  color: #fff9;
}

.flowbase-link-2 {
  color: #fff;
  text-decoration: none;
}

.flowbase-clone {
  color: #7839f3;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
}

.image-9 {
  background-color: #0000;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1240px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-text {
  text-align: center;
  align-self: flex-end;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-content-wrapper.tor-printing {
  background-color: #000;
}

.slide-content-wrapper.indigonic {
  background-color: #462778;
}

.slide-content-wrapper.health-quest-nutrition {
  background-color: #fafcf0;
}

.slide-content-wrapper.colour-perfect {
  background-color: #080808;
}

.slide-content-wrapper.seventy-30 {
  background-color: #d9e020;
}

.slide-content-wrapper.steves-lawn {
  background-color: #fafafa;
}

.slide-content-wrapper.forte {
  background-color: #006f78;
}

.slide-content-wrapper.nimilan {
  background-color: #f8f8f8;
}

.slider-left-arrow {
  color: #444;
}

.logo-width {
  max-width: 250px;
}

.rich-text-block {
  font-family: Korb, sans-serif;
}

.seventy-30-logo {
  max-width: 125px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  align-self: center;
  justify-items: center;
  width: auto;
  display: flex;
}

.tags-for-post-types {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Korb, sans-serif;
  text-decoration: none;
  transition: all .5s;
}

.tags-for-post-types:hover {
  border-bottom: 2px solid var(--green-1);
  transform: translate(0, -5px);
}

.category-link-block {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.main {
  background-color: #dce2ec;
  width: 100%;
  height: 100vh;
  position: relative;
}

.global-menu {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.hamburger-2.w--open {
  background-color: #0000;
}

.hamburger-2.js-hover {
  z-index: 110;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 45px;
  right: 45px;
}

.hamburger-2.js-hover.w--open {
  padding: 0;
}

.line-bottom {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.btn {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 64px;
  height: 64px;
  padding: 12px 15px 8px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.line-top {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.content {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav {
  background-color: #0000;
}

.line-mid {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.global-menu__item {
  color: #000;
  margin-top: .25em;
  margin-bottom: .25em;
  text-decoration: none;
  transition: all 80ms ease-in;
  display: block;
}

.global-menu__item:hover {
  color: #fff;
}

.pulsing-wrap {
  border: 4px solid #666;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.global-menu__wrap {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  display: flex;
}

.button-large-arrow-copy {
  color: #fff;
  background-color: #689eff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 178px;
  min-height: 64px;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-large-arrow-copy.button-space {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #0bb78a, #43a0bd);
  border-radius: 10px;
  width: 200px;
  min-width: 150px;
  max-width: none;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Korb, sans-serif;
  transition: all .4s cubic-bezier(.573, -.348, .246, 1.833);
  display: flex;
}

.button-large-arrow-copy.button-space:hover {
  background-image: linear-gradient(to right, #1bd3a3, #49b7da);
  transform: translate(0, -5px);
}

.button-large-arrow-copy.button-not-100 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #0bb78a, #43a0bd);
  width: auto;
  min-width: 150px;
  max-width: none;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Korb, sans-serif;
  transition: all .2s;
}

.button-large-arrow-copy.button-not-100:hover {
  background-image: linear-gradient(to right, #1bd3a3, #49b7da);
  transform: translate(0, -5px);
}

.button-large-arrow-copy.button-outline {
  border: 2px solid var(--green-1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  min-width: 150px;
  max-width: none;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Korb, sans-serif;
  transition: all .4s cubic-bezier(.573, -.348, .246, 1.833);
  display: flex;
}

.button-large-arrow-copy.button-outline:hover {
  background-image: linear-gradient(to right, #1bd3a3, #49b7da);
  transform: translate(0, -5px);
}

.button-large-arrow-copy.button-outline-colour {
  border: 2px solid var(--green-1);
  width: 100%;
  min-width: 150px;
  max-width: none;
  color: var(--green-1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Korb, sans-serif;
  transition: all .4s cubic-bezier(.573, -.348, .246, 1.833);
  display: flex;
}

.button-large-arrow-copy.button-outline-colour:hover {
  color: var(--white);
  background-image: linear-gradient(to right, #1bd3a3, #49b7da);
  transform: translate(0, -5px);
}

.images {
  border-radius: 15px;
}

.link-block-4, .lightbox-link-2 {
  width: 100%;
}

.form-subtitle-cf10 {
  color: #969696;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-field-cf10 {
  text-align: left;
  background-color: #f4f6fc;
  border: 2px solid #0000;
  border-radius: 6px;
  height: 60px;
  margin-top: 0;
  font-size: 16px;
}

.text-field-cf10:focus {
  border-width: 2px;
  border-color: var(--green-1);
}

.text-field-cf10.other {
  width: 50%;
  margin-top: 10px;
}

.text-field-cf10.big {
  height: 150px;
  margin-top: 10px;
}

.text-field-cf10.extra-left {
  margin-left: 20px;
}

.checkbox-wrapper-cf10 {
  flex-wrap: wrap;
  display: flex;
}

.form-subwrapper-cf10 {
  width: 100%;
  display: flex;
}

.form-cf10 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.checkbox-cf10 {
  border-radius: 18px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.checkbox-cf10.w--redirected-checked {
  background-color: #f76874;
  border-color: #f76874;
}

.success-message-cf10 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.submit-button-cf10 {
  color: #f76874;
  background-color: #fff;
  border: 2px solid #f76874;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.submit-button-cf10:hover {
  color: #fff;
  background-color: #f7404f;
  border-color: #f7404f;
}

.field-label-cf10 {
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.checkbox-field-cf10 {
  color: #999;
  background-color: #f3f6fb;
  border-radius: 6px;
  align-self: center;
  align-items: center;
  width: 40%;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 0 30px 7px;
  font-size: 14px;
  display: flex;
}

.error-message-cf10 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-title-cf10, .form-title-narrow {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.blog-bready-narrow {
  background-color: var(--purple);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.profile-image {
  border-radius: 500px;
}

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

.menu-left {
  z-index: 2147483647;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.menu-2 {
  z-index: 99999;
  color: #fff;
  cursor: pointer;
  justify-content: flex-end;
  align-self: auto;
  width: 45px;
  margin-left: -5px;
  display: block;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.social-links {
  opacity: .2;
  color: #fff;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 13px;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .2s;
}

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

.social-links.w--current {
  opacity: .2;
  color: #fff;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 23px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.social-links.w--current:hover {
  opacity: 1;
}

.overlay {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1110px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-bg {
  z-index: 8888;
  background-color: #3a3a3d;
  background-image: linear-gradient(to right, var(--green-1), var(--green-2));
  display: block;
  position: fixed;
  inset: 0%;
}

.socials {
  z-index: 9999999;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 170px;
  display: flex;
  position: static;
  left: 45%;
  right: auto;
}

.showreel-title {
  margin-bottom: 0;
}

.showreel-title.project {
  color: #fff;
  text-transform: uppercase;
  font-family: Korb, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.showreel {
  color: #c45af4;
  margin-top: 40px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.showreel.project {
  margin-top: 70px;
}

.div-block-2 {
  background-color: #32cea5;
  width: 16px;
  height: 2px;
  margin-bottom: 5px;
}

.link {
  opacity: .3;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  opacity: 1;
  transform: translate(5px);
}

.link.w--current {
  opacity: 1;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.image-10 {
  color: #fff;
  margin-left: 20px;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 65px;
  display: flex;
  position: static;
  left: 65px;
}

.columns-7 {
  clear: none;
  justify-content: flex-end;
  align-items: center;
  width: 190px;
  display: flex;
}

.column-5 {
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.column-6 {
  border-left: 1px solid #ffffff36;
  justify-content: flex-end;
  align-items: center;
  height: 85px;
  display: flex;
}

.menu-home-icon {
  z-index: 99999;
  color: #fff;
  cursor: pointer;
  justify-content: flex-end;
  align-self: auto;
  width: 32px;
  margin-left: 0;
  display: block;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.link-block-5 {
  text-decoration: none;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  max-height: none;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 450px;
  display: flex;
}

.emoji {
  font-size: 60px;
}

.rich-text-block-2 {
  margin-bottom: 0;
}

.lottie-animation {
  width: 35px;
  margin-left: 7px;
}

.image-11 {
  width: 100%;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 200px;
}

.collection-item-2 {
  position: static;
}

.image-13 {
  width: 100%;
}

.facebook {
  margin-top: 20px;
}

.collection-item-3, .collection-item-4, .collection-item-5 {
  position: static;
}

.collection-item-6 {
  float: left;
  clear: none;
  flex-flow: column;
  place-content: center;
  align-items: flex-start;
  width: 100%;
}

.heading-3 {
  color: #5c5a4d;
  text-align: center;
  margin-left: 10px;
  font-size: 30px;
  text-decoration: none;
}

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

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

.facebook-contact-icon {
  width: 55px;
  margin-top: 8px;
}

.filter-block {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 48px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 42px;
  box-shadow: 8px 80px 55px -50px #00000021;
}

.contact-icon {
  width: 65px;
}

.hero-container-2 {
  object-fit: fill;
  background-color: #fff;
  padding: 5px;
  position: relative;
  top: -70px;
  overflow: visible;
}

.link-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.link-block-6:hover {
  transform: translate(0, -5px);
}

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

.heading-blog {
  color: #2e3642;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}

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

._50px {
  width: 50px;
  height: 50px;
}

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

.author-description---brix {
  margin-bottom: 12px;
}

.input-field {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 32px;
  transition: border-color .3s;
}

.input-field:focus {
  border-width: 2px;
  border-color: #77bdef;
}

.input-field.icon {
  padding-left: 3rem;
}

.input-field.text-area {
  min-height: 194px;
}

.uui-heading-xlarge {
  color: #040925;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.2;
}

.uui-heading-xlarge.white {
  color: #fff;
}

.cta2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 2rem 3rem;
  position: relative;
}

.nav-link-square {
  color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .625rem;
  transition: color .3s;
  display: flex;
}

.nav-link-square:hover {
  color: #36a6f5;
  background-color: #f5f5f7;
}

.nav-link-square.rel {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #475467;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.nav-link-square.rel.round-2 {
  border-radius: 100px;
}

.footnote {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.form-label {
  color: #fff;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 24px;
}

.map-card {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
  box-shadow: 0 5px 13px 3px #0000001a;
}

.flex {
  display: flex;
}

.flex.center {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
}

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

.map-card-wrap {
  z-index: 1;
  padding: 16px;
  position: relative;
}

.form-details-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.wrap-v-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.field-icon-3 {
  z-index: 1;
  color: #ee2f2e;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: absolute;
  inset: 10px auto 0 6px;
}

.author-text-wrapper---brix {
  text-align: center;
  max-width: 450px;
  margin: 16px auto 26px;
  padding-left: 20px;
  padding-right: 20px;
}

.arrow-button-wrapper---brix {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.arrow-button-wrapper---brix.white {
  background-color: #eff2f6;
}

.button-icon {
  margin-right: 4px;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.form-block-8 {
  text-align: left;
  margin-bottom: 0;
}

.social-icon---brix {
  border-radius: 32px;
  margin: 4px 6px;
  transition: transform .3s;
}

.social-icon---brix:hover {
  transform: translate(0, -4px);
}

.social-icon---brix.linkedin {
  background-color: #0a66c2;
}

.social-icon---brix.facebook {
  background-image: linear-gradient(#109ded, #1072ed);
}

.success-message-2 {
  background-color: #c4eecb;
  border-radius: 12px;
  padding: 14px 18px;
}

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

.form-map {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.author-name---brix {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 36px;
}

.map-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.form-field-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.form-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  display: flex;
}

.grid-1-col {
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.wrap-h-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.author-links-wrapper---brix {
  max-width: 406px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.form-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.error-message-2 {
  background-color: #fde7e7;
  border-radius: 12px;
  padding: 12px 16px;
}

.button-primary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.2px;
  background-color: #030711;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.card-4 {
  background-color: #fff;
  border: 6px solid #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}

.card-4.author {
  border-color: #eff2f6;
  padding-bottom: 58px;
  display: none;
  box-shadow: 0 5px 12px #080f340d;
}

.button-circle-arrow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #030b1a;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 9px 9px 9px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.button-circle-arrow:hover {
  color: #fff;
  background-color: #25282e;
  transform: translate(0, -2px);
}

.button-circle-arrow.whatsapp {
  background-color: #25d366;
}

.button-circle-arrow.white {
  color: #030b1a;
  background-color: #fff;
  border: 1px solid #eff2f6;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-circle-arrow.white:hover {
  border-color: #030b1a;
}

.social-media-wrapper---brix {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-v-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.author-avatar---brix {
  border: 5px solid #fff;
  border-radius: 50%;
  margin-top: -84px;
}

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

.formicon {
  position: relative;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 8rem;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.icon {
  width: 65%;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 50%;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.paragraph-large {
  font-size: 20px;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.container-11 {
  z-index: 10;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 15vw;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.button-3 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

._2rem-spacer {
  height: 2rem;
}

@media screen and (max-width: 991px) {
  .h1-huge {
    font-size: 80px;
    line-height: 86px;
  }

  .bigger {
    font-size: 120px;
  }

  .hero.is--hero {
    flex-direction: column;
    padding-top: 171px;
    padding-bottom: 96px;
    padding-left: 0;
    display: block;
  }

  .c-hero_text {
    text-align: center;
    padding-left: 59px;
    padding-right: 59px;
  }

  .c-hero_map {
    width: 100%;
    margin-top: 75px;
  }

  .content-1-3-2-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-2 {
    flex-direction: row;
    display: block;
  }

  .h2 {
    color: #43a094;
    text-transform: uppercase;
    font-family: Korb, sans-serif;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

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

  .column-3 {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .blog-breadcrumb {
    height: 500px;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .c-section {
    padding: 2em 5vw;
  }

  .blog-card-large {
    padding: 20px 20px 35px;
  }

  .c-button:hover {
    background-image: linear-gradient(#0000, #0000);
  }

  .c-sermon {
    min-height: 60vw;
    padding: 1.6em;
  }

  .grid {
    flex-direction: column;
  }

  .global-menu__item {
    font-size: 42px;
    line-height: 42px;
  }

  .menu-left {
    position: static;
    left: 0;
  }

  .menu-bg {
    display: block;
  }

  .socials {
    margin-right: 140px;
    left: 20%;
  }

  .menu-links {
    margin-left: 140px;
  }

  .columns-7 {
    width: 100%;
  }

  .column-6 {
    position: static;
  }

  .column-7 {
    position: relative;
  }

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

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

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

  .form-details {
    max-width: none;
  }

  .form-details.hide-mob {
    display: none;
  }

  .card-4.author {
    display: block;
  }

  .author-avatar---brix {
    background-color: snow;
    max-width: 100px;
    max-height: 100px;
    margin-top: -55px;
    padding: 10px;
  }

  .spacer-60._60-width {
    display: none;
  }

  .col.small {
    width: 100%;
  }

  .container-11 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-container {
    height: 20vw;
  }

  .flex-horizontal {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 30px;
  }

  .navigation-text {
    display: none;
  }

  .hero-wrapper {
    padding-top: 120px;
  }

  .h1-huge {
    font-size: 64px;
    line-height: 80px;
  }

  .help-text {
    font-size: 24px;
    line-height: 24px;
  }

  .nav-items {
    width: 90%;
  }

  .nav-item-text-full {
    font-size: 48px;
    line-height: 90px;
    display: none;
  }

  .special-text-wrapper {
    height: auto;
  }

  .nav-item-text {
    font-size: 48px;
    line-height: 90px;
  }

  .hero, .c-hero_text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-grid-03 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-column {
    padding-right: 0;
  }

  .header-blog-2 {
    justify-content: center;
    padding-bottom: 162px;
  }

  .blog-heading {
    font-size: 55px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .blog-card-large {
    width: 100%;
    margin-bottom: 35px;
  }

  .c-sermon {
    min-height: 80vw;
  }

  .social-wrap {
    margin-bottom: 32px;
    display: flex;
  }

  .social-link-3 {
    margin-left: 14px;
    margin-right: 14px;
  }

  .hamburger-2.js-hover {
    top: 35px;
    right: 35px;
  }

  .global-menu__item {
    font-size: 36px;
    line-height: 36px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .text-field-cf10.other {
    width: 60%;
  }

  .field-label-cf10 {
    font-size: 16px;
  }

  .checkbox-field-cf10 {
    width: 60%;
  }

  .menu-left {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 20px;
  }

  .menu-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-right: 0;
    inset: 0% 0% auto auto;
  }

  .overlay {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    display: none;
  }

  .menu-bg {
    display: block;
  }

  .socials {
    display: none;
  }

  .showreel-title.project {
    font-size: 18px;
  }

  .link, .link.w--current {
    font-size: 48px;
  }

  .columns-7 {
    width: 50%;
    display: flex;
  }

  .column-6 {
    display: none;
  }

  .menu-home-icon {
    margin-top: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-right: 0;
    inset: 0% 0% auto auto;
  }

  .column-7 {
    flex-direction: row;
    display: flex;
    position: static;
  }

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

  .section-3.top-section.home-page {
    padding-left: 5px;
    padding-right: 5px;
  }

  .filter-block {
    padding-bottom: 20px;
  }

  .hero-container-2 {
    padding: 5px 0;
    top: auto;
  }

  .column-8 {
    margin-bottom: 20px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

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

  .arrow-button-wrapper---brix {
    width: 44px;
    height: 44px;
  }

  .form-field-grid {
    grid-template-columns: 1fr;
  }

  .button-circle-arrow {
    font-size: 16px;
    line-height: 18px;
  }

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .marquee-cover {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .col.small.left {
    justify-content: center;
    align-items: flex-start;
  }

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

  .track-vertical {
    align-items: center;
  }

  .container-11 {
    width: 100%;
  }

  .icon-container {
    height: 25vw;
  }

  .marquee {
    height: 70vw;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .h1-huge {
    font-size: 36px;
    line-height: 70px;
  }

  .bigger {
    font-size: 100px;
  }

  .header {
    max-width: 100%;
    height: 70px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    overflow: hidden;
  }

  .hero {
    padding-left: 29px;
    padding-right: 29px;
  }

  .hero.is--hero {
    width: auto;
  }

  .c-hero_text {
    padding-left: 29px;
    padding-right: 29px;
  }

  .big-hero-white-text {
    font-size: 60px;
  }

  .image {
    width: auto;
  }

  .logo-wrap {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .column {
    text-align: left;
    justify-content: center;
    display: flex;
  }

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

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-arrow.button-space {
    margin-bottom: 10px;
  }

  .container-4 {
    max-width: 100%;
  }

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

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-grid-03 {
    grid-template-columns: 1fr;
  }

  .blog-breadcrumb {
    height: 320px;
    padding-bottom: 100px;
  }

  .header-blog-2 {
    min-height: 680px;
  }

  .blog-heading {
    font-size: 44px;
  }

  .social-header-class {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .blog-card-large {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-sermon_title {
    margin-top: .4em;
    margin-bottom: .4em;
  }

  .c-sermon_buttons {
    width: 100%;
  }

  .c-button.is--white.is--button-2 {
    width: 100%;
    margin-top: 1em;
  }

  .c-button.is--button1 {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .c-sermon {
    background-image: linear-gradient(#0f0e17bd, #0f0e17bd);
    min-height: 100vw;
    padding: 1.5em;
  }

  .video-block {
    margin-bottom: 20px;
  }

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

  .grid {
    flex-direction: column;
  }

  .hamburger-2.js-hover {
    top: 25px;
    right: 25px;
  }

  .global-menu__item {
    font-size: 32px;
    line-height: 32px;
  }

  .button-large-arrow-copy.button-space {
    margin-bottom: 10px;
  }

  .contact-form {
    width: 100%;
  }

  .text-field-cf10.other {
    width: 80%;
  }

  .text-field-cf10.extra-left {
    margin-left: 0;
  }

  .form-subwrapper-cf10 {
    flex-direction: column;
  }

  .checkbox-field-cf10 {
    width: 80%;
    margin-right: 0;
  }

  .menu-left {
    padding: 10px 20px 0;
  }

  .overlay {
    flex-flow: column;
    place-content: flex-start center;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    inset: 0% auto;
  }

  .menu-links {
    margin-left: 20px;
    margin-right: 0;
    left: auto;
  }

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

  .filter-block {
    padding: 20px;
  }

  .link-block-6 {
    margin-top: 20px;
  }

  .column-8 {
    align-items: flex-start;
  }

  .cta2 {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-details-grid {
    grid-template-columns: 1fr;
  }

  .arrow-button-wrapper---brix {
    width: 40px;
    height: 40px;
  }

  .card-4.author {
    padding-bottom: 37px;
  }

  .button-circle-arrow {
    font-size: 15px;
    line-height: 17px;
  }

  .author-avatar---brix {
    width: 36%;
    margin-top: -40px;
  }

  .form-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .container-11 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_296f68af-506b-f633-53ee-1a35bfc4f682-cd6835c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_296f68af-506b-f633-53ee-1a35bfc4f687-cd6835c7, #w-node-_296f68af-506b-f633-53ee-1a35bfc4f68f-cd6835c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_296f68af-506b-f633-53ee-1a35bfc4f658-cd6835c7 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Korb';
  src: url('../fonts/Korb-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korb';
  src: url('../fonts/Korb.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}