:root {
  --black: #111;
  --black-2: #111;
  --dim-grey: #555;
  --burntsienna: #f37c57;
  --sea-green: #107f61;
  --medium-slate-blue: #6d6dcd;
  --sienna: #9a5321;
  --deep-sky-blue: #27a5df;
  --floral-white: #fff8ef;
  --linen-2: #fff1e5;
  --antique-white: #faecd8;
  --linen: #fff1e5;
  --navajo-white: #fdd490;
  --gainsboro: #e5e5e5;
  --linen-3: #fff1e5;
}

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

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

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

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

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

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

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

h1 {
  color: #111;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
}

h2 {
  color: #111;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #111;
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: #111;
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: #111;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #555;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}

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

li {
  color: var(--black);
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.5;
}

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

blockquote {
  color: var(--black);
  letter-spacing: -.03em;
  background-color: #fff1e5;
  border: 1px #000;
  border-radius: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 30px 32px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
}

figure {
  margin-bottom: 10px;
}

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

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.colour-grid, .colour-grid-full {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.style-guide-section {
  padding: 100px 3%;
}

.colour-title {
  float: left;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

.colour-block {
  background-color: #fdd490;
  height: 120px;
}

.colour-block.t1 {
  background-color: var(--black-2);
}

.colour-block.c4 {
  background-color: #fff8ef;
}

.colour-block.c3 {
  background-color: #fff1e5;
}

.colour-block.c2 {
  background-color: #faecd8;
}

.colour-block.t2 {
  background-color: var(--dim-grey);
}

.colour-block.b1 {
  background-color: var(--burntsienna);
}

.colour-block.b2 {
  background-color: var(--sea-green);
}

.colour-block.b3 {
  background-color: var(--medium-slate-blue);
}

.colour-block.b4 {
  background-color: var(--sienna);
}

.colour-block.b5 {
  background-color: var(--deep-sky-blue);
}

.colour {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 25px 25px 45px rgba(17, 17, 17, .1);
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 720px;
  margin-bottom: 60px;
}

.colour-hex {
  color: rgba(17, 17, 17, .56);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
}

.style-guide-header {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 480px;
  padding: 140px 5%;
  display: flex;
}

.size-detail {
  color: var(--black);
  margin-left: 8px;
  font-weight: 700;
}

.paragraph-large {
  color: var(--black);
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
}

.block {
  margin-bottom: 45px;
}

.block-detail {
  color: var(--black);
  background-color: rgba(255, 241, 229, .5);
  border: 1px solid #fce9cf;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  padding: 24px 30px;
  font-size: 15px;
  display: flex;
}

.block-detail.centre-text {
  text-align: center;
  justify-content: center;
}

.display {
  letter-spacing: -.03em;
  font-size: 64px;
  line-height: 1.05;
}

.p3 {
  max-width: 600px;
  font-size: 14px;
  line-height: 23px;
}

.button-wrap-style-guide {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
}

.nav-menu {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-left {
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.logo {
  width: 110px;
  padding-bottom: 4px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.brand {
  margin-right: 32px;
}

.nav-link {
  color: #000;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition: all .35s;
}

.nav-link:hover {
  background-color: var(--floral-white);
}

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

.navigation {
  z-index: 999;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  align-items: center;
  min-height: 100px;
  padding: 22px 3%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button {
  text-align: center;
  background-color: #111;
  border-radius: 10px;
  padding: 20px 35px;
  font-size: 15px;
  transition: all .2s;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.button:hover {
  transform: translate(0, -2px);
}

.button.button-space {
  margin-left: 10px;
  margin-right: 10px;
}

.button.button-space-top {
  margin-top: 32px;
}

.button.button-space-below {
  margin-bottom: 32px;
}

.header {
  padding: 246px 5% 100px;
  position: relative;
  overflow: hidden;
}

.header.bg-2 {
  background-color: var(--linen-2);
}

.header.bg-3 {
  background-color: var(--antique-white);
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap.remove-padding {
  margin-bottom: 0;
}

.title {
  color: rgba(17, 17, 17, .57);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 700;
}

.heading {
  text-align: center;
}

.price-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.pricing-base {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-block {
  background-color: var(--floral-white);
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.pricing-block.dark-block {
  background-color: #111;
  background-image: url('../images/Pattern-Banner.svg');
  background-position: 140% 350%;
  background-repeat: no-repeat;
  background-size: 230px;
}

.button-outline {
  color: #111;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111;
  border-radius: 10px;
  width: 100%;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 500;
}

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

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

.price-text {
  color: #111;
  letter-spacing: -.04em;
  margin-top: 22px;
  margin-bottom: 32px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
}

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

.month-span {
  opacity: .5;
  font-size: 16px;
}

.pricing-block-content {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 32px;
  box-shadow: 28px 28px 64px rgba(0, 0, 0, .05);
}

.check-wrap {
  color: #555;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.image {
  margin-right: 14px;
}

.button-full {
  color: #111;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 100%;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.button-full:hover {
  transform: translate(0, -4px);
}

.paragraph-white {
  color: rgba(255, 255, 255, .8);
}

.bg-block {
  z-index: 0;
  background-color: #fff8ef;
  min-height: 365px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-section {
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 187, 255, .97);
  background-image: url('../images/3.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  padding: 100px 3%;
  position: relative;
  overflow: hidden;
}

.content-section.bg-color-1 {
  background-color: var(--linen);
}

.content-section.bg-color-2 {
  background-color: var(--floral-white);
}

.content-section.bg-color-3 {
  background-color: #faecd8;
}

.content-section.bg-color-4 {
  background-color: var(--black);
}

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

.asset-feature {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.pricing-top-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-white {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 20px;
  display: flex;
}

.icon-white.space-right {
  margin-bottom: 0;
  margin-right: 20px;
}

.pricing-type-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-block-dark {
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.price-text-white {
  color: #fff;
  letter-spacing: -.04em;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}

.price-type {
  color: #fff;
  font-size: 18px;
}

.check-wrapper {
  min-height: 220px;
}

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

.accent---cta {
  width: 15%;
  max-width: 220px;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-dark {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 100%;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 500;
}

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

.icon-dark {
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 22px;
  display: flex;
}

.button-yellow {
  color: #111;
  text-align: center;
  background-color: #fdd490;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 700;
}

.button-yellow.button-space {
  background-color: #baf9d4;
  margin-top: 32px;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.faq-icon {
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
}

.faq-column-large {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-wrap {
  margin-bottom: 10px;
}

.faq-question-bar {
  border-bottom: 1px solid rgba(85, 85, 85, .2);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: #1f2430;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.accordian-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-circle {
  background-color: var(--floral-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.accent---faq {
  width: 100%;
  max-width: 15%;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  max-width: 570px;
  height: 100%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-right {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -30px;
  box-shadow: 0 24px 35px rgba(27, 45, 69, .1);
}

.author-name {
  color: var(--black);
  letter-spacing: -.03em;
  margin-bottom: 6px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.paragraph-basic {
  color: rgba(17, 17, 17, .76);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.arrow-left {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: -30px;
  right: auto;
  box-shadow: 0 24px 35px rgba(27, 45, 69, .1);
}

.avatar {
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.author-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.slide-wrap {
  background-color: var(--floral-white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  padding-left: 63px;
  padding-right: 63px;
  display: flex;
}

.slide-nav {
  display: none;
}

.mask {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.slide {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  margin-right: 50px;
  padding: 0;
}

.quote-text {
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.testimonial-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -60px;
}

.bg-block-dark {
  background-color: #111;
  min-height: 270px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: var(--black);
  padding: 100px 5% 60px;
}

.banner {
  z-index: 99;
  color: #fff;
  background-color: #111;
  background-image: url('../images/Banner-Right.svg'), url('../images/Pattern-Banner.svg');
  background-position: 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.notice-tag {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  padding: 8px 10px;
  display: flex;
}

.dropdown {
  position: static;
}

.dropdown-toggle {
  color: #000;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  transition: all .2s;
}

.dropdown-toggle:hover {
  background-color: var(--floral-white);
}

.navigation-drop-container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 42px;
  display: flex;
}

.menu-title {
  color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 14px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
}

.menu-title.space {
  margin-top: 32px;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 0;
  overflow: visible;
  box-shadow: 35px 35px 45px rgba(0, 0, 0, .1);
}

.navigation-bottom-link {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 14px;
  display: flex;
}

.navigation-link {
  color: var(--black);
  border-radius: 8px;
  align-items: center;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  background-color: var(--floral-white);
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  position: absolute;
  top: 70px;
  bottom: auto;
  left: 0;
  right: 0;
}

.image-5 {
  width: 22px;
  margin-left: 10px;
}

.navigation-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
}

.page-grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.slider-long {
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 830px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask-long {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  overflow: visible;
}

.quote-text-large {
  color: #000;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 780px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.testimonial-content-long {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-field-plain {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  min-height: 62px;
  margin-bottom: 0;
  font-size: 16px;
}

.social-link {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  filter: invert();
  background-color: #000;
}

.footer-link {
  color: rgba(255, 255, 255, .6);
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-top: 92px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

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

.form-block {
  width: 100%;
  margin-top: 40px;
}

.footer-title-button {
  color: #fff;
  letter-spacing: -.03em;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.form {
  align-items: center;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-bottom: 22px;
  font-size: 17px;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.submit-button {
  background-color: var(--linen);
  color: var(--black);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-width: 62px;
  min-height: 62px;
  font-size: 17px;
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

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

.footer-logo {
  width: 120px;
}

.button-linen {
  background-color: var(--linen);
  color: #000;
  border-radius: 10px;
  padding: 20px 35px;
  font-weight: 700;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.pricing-block-single {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.pricing-block-single.dark-block {
  background-color: #111;
  background-image: url('../images/Pattern-Banner.svg');
  background-position: 140% 350%;
  background-repeat: no-repeat;
  background-size: 230px;
}

.bg-block-white {
  z-index: 0;
  background-color: #fff;
  min-height: 220px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blank-price-block {
  color: #232936;
  letter-spacing: -.035em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 23px 32px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.pricing-compare-grid {
  grid-column-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 14px;
}

.pricing-compare-grid.title-row {
  box-shadow: none;
}

.pricing-title-wrap {
  color: #232936;
  letter-spacing: -.035em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 23px 32px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.pricing-grid-block {
  color: #111;
  text-align: center;
  letter-spacing: -.03em;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 30px 32px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.pricing-grid-block.price-block-2 {
  background-color: rgba(250, 236, 216, .7);
  justify-content: center;
}

.pricing-grid-block.price-block-1 {
  background-color: rgba(250, 236, 216, .4);
  justify-content: center;
}

.pricing-grid-block.price-block-3 {
  background-color: #faecd8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
}

.pricing-grid-block.title-block {
  font-weight: 700;
}

.feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 270px;
  padding: 32px 40px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 31px 31px 64px rgba(0, 0, 0, .05);
}

.icon-grey {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
}

.grid---contact {
  grid-column-gap: 92px;
  grid-template-rows: auto;
}

.contact-form-block {
  margin-top: 32px;
}

.text-field {
  color: var(--black);
  background-color: #f3f3f3;
  border: 1px #000;
  border-radius: 10px;
  min-height: 62px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.text-field::placeholder {
  color: #555;
}

.text-field-large {
  color: var(--black);
  background-color: #f3f3f3;
  border: 1px #000;
  border-radius: 10px;
  min-height: 144px;
  margin-bottom: 20px;
  font-size: 16px;
}

.text-field-large::placeholder {
  color: #555;
}

.column {
  justify-content: center;
  align-items: center;
}

.bg-square {
  background-color: #fff1e5;
  width: 100%;
  min-width: 300px;
  max-width: 35%;
  height: 100%;
  max-height: 70%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contact-image-wrap {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.quote-box {
  background-color: #fff;
  border-radius: 20px;
  margin: 20px 32px 32px;
  padding: 37px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.feature-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
}

.button-white {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 35px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.button-white:hover {
  transform: translate(0, -2px);
}

.button-white.button-space {
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.button-white.button-space-top {
  margin-top: 32px;
}

.home-header {
  padding-top: 246px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.hero-image-wrap {
  background-color: #fff;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  width: 100%;
  max-width: 1140px;
  height: 580px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.notice-bar {
  z-index: 999;
  color: var(--black);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 14px 14px 14px 20px;
  font-size: 16px;
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 24px;
  box-shadow: 23px 23px 52px rgba(17, 17, 17, .15);
}

.notice-text {
  margin-right: 12px;
}

.notice-button {
  background-color: var(--antique-white);
  color: var(--black);
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.notice-button:hover {
  background-color: var(--navajo-white);
}

.core-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.page-link-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.page-link-wrap:hover {
  transform: translate(0, -2px);
}

.line-base {
  background-color: rgba(195, 201, 207, .38);
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.cta-section {
  background-color: rgba(255, 127, 64, .89);
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 140px 3%;
  position: relative;
}

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

.office-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 25px 25px 64px rgba(0, 0, 0, .1);
}

.office-image-wrap {
  height: 230px;
}

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

.office-content {
  padding: 32px;
}

.h1-white {
  color: #fff;
}

.grid---contact-features {
  width: 100%;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 31px 31px 64px rgba(0, 0, 0, .05);
}

.blog-image-wrap {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.blog-content {
  background-color: #fff;
  padding: 32px 30px;
}

.detail-text {
  color: #555;
  font-size: 15px;
}

.category {
  color: #fff;
  border-radius: 10px;
  padding: 10px 16px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 30px;
  right: auto;
}

.bg-block-blog {
  background-color: var(--linen);
  min-height: 275px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blog-image-large {
  height: 275px;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.blog-item {
  margin-bottom: 32px;
}

.blog-detail {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.blog-hero-image {
  height: 490px;
  position: relative;
  overflow: hidden;
}

.hero-column-image {
  padding: 20px;
}

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

.accent---hero-right {
  position: absolute;
  top: 22%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(40deg);
}

.office-content-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px 32px;
  display: flex;
}

.blog-hero-full-wrap {
  border-radius: 20px;
  height: 370px;
  overflow: hidden;
}

.blog-hero-full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-image-block {
  width: 100%;
  max-width: 35%;
  height: 350px;
  overflow: hidden;
}

.blog-card-long {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 31px 31px 64px rgba(0, 0, 0, .05);
}

.blog-content-long {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px 30px;
  display: flex;
}

.blog-image-hero {
  border-radius: 20px;
  height: 420px;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-hero-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article p {
  margin-bottom: 40px;
}

.article img {
  border-radius: 20px;
  width: 100%;
  margin-top: 32px;
}

.feature-link-wrap {
  text-decoration: none;
}

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

.licence-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-graphic {
  background-color: var(--floral-white);
  border-radius: 10px;
  width: 100%;
  height: 160px;
  margin-bottom: 32px;
  overflow: hidden;
}

.licence-asset {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.licence-card {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 44px;
  display: flex;
  box-shadow: 31px 31px 64px rgba(0, 0, 0, .05);
}

.licence-asset-small {
  object-fit: scale-down;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.change-log-wrap {
  background-color: var(--antique-white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 32px;
  display: flex;
}

.new-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #f37c57;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.base-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
}

.utility-page-wrap {
  background-color: var(--antique-white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.utility-image {
  margin-bottom: 64px;
}

.base-navigation {
  justify-content: center;
  align-items: center;
  padding: 32px 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-accent-left {
  width: 15%;
  max-width: 250px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-square-left {
  background-color: #fff1e5;
  width: 100%;
  min-width: 300px;
  max-width: 35%;
  height: 100%;
  max-height: 70%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.team-social {
  margin-top: 32px;
}

.social-circle {
  background-color: #1da1f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  transition: all .3s;
  display: flex;
}

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

.social-circle.linkedin {
  background-color: #0077b5;
}

.social-circle.instagram {
  background-color: #e1306c;
}

.social-circle.facebook {
  background-color: #3b5998;
}

.social-row {
  display: flex;
}

.empty-state {
  background-color: var(--floral-white);
  color: var(--black);
  border-radius: 10px;
  padding: 32px;
  font-size: 15px;
}

.grid---feature-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.title-column {
  padding-right: 60px;
}

.slider-full {
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask-full {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  overflow: hidden;
}

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

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

.grid---content {
  grid-column-gap: 72px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid---content.grid-space-below {
  margin-bottom: 100px;
}

.content-image-wrap {
  position: relative;
}

.bg-block-content {
  background-color: #fff1e5;
  width: 100%;
  min-width: 300px;
  max-width: 35%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-block-content.bg-right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.avatar-circle {
  border-radius: 100px;
  width: 70px;
  height: 70px;
  margin-right: 14px;
  overflow: hidden;
}

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

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

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

.button-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.hero-grid-full {
  grid-column-gap: 32px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr .5fr 1fr;
  margin-top: 140px;
}

.hero-image-01 {
  height: 350px;
}

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

.hero-column {
  padding-top: 140px;
}

.hero-column.image-02 {
  padding-top: 0;
}

.hero-column.image-03 {
  padding-top: 60px;
}

.hero-column.image-04 {
  padding-top: 140px;
}

.hero-image-02 {
  height: 400px;
  position: relative;
}

.hero-image-03 {
  height: 260px;
}

.hero-image-04 {
  height: 400px;
}

.page-title-wrap {
  text-align: center;
  width: 100%;
  padding: 26px;
  font-size: 16px;
  font-weight: 700;
}

.page-thumbnail {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 30px 30px 62px rgba(17, 17, 17, .1);
}

.accent---cta-left {
  max-width: 200px;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.accent---cta-right {
  max-width: 260px;
  position: absolute;
  top: 21%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-grid-01 {
  height: 320px;
}

.hero-grid-02 {
  height: 380px;
}

.hero-grid-03, .hero-grid-04 {
  height: 438px;
}

.hero-grid-top {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 140px;
  position: relative;
}

.h2-white {
  color: #fff;
}

.header-landing-3 {
  background-color: var(--linen);
  padding-top: 246px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

.list-numbered {
  list-style-type: decimal;
}

.collection-item {
  margin-bottom: 20px;
}

.collection-list {
  flex-flow: wrap;
  display: flex;
}

.next-button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 10px;
  padding: 20px 35px;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

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

.blog-hero-image-section {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 70px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

.form-large {
  align-items: center;
  display: flex;
}

.newsletter-field {
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  min-height: 72px;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 16px;
}

.newsletter-field::placeholder {
  color: #555;
}

.submit-button-large {
  background-color: var(--navajo-white);
  color: #000;
  letter-spacing: -.03em;
  border-radius: 10px;
  min-height: 72px;
  margin-left: 14px;
  padding: 20px 42px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.submit-button-large.dark-button {
  background-color: var(--black);
  color: #fff;
}

.form-block-cta {
  width: 100%;
  max-width: 620px;
  margin-top: 32px;
}

.featured-base {
  background-color: #fff8ef;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  padding-top: 32px;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
}

.card-title-wrap {
  margin-bottom: 50px;
}

.card-asset {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-page-wrapper {
  margin-bottom: 60px;
}

.blog-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.blog-hero-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.accent---feature-cards {
  width: 15%;
  max-width: 180px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.accent---home-feature {
  width: 15%;
  max-width: 240px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.accent---heart-left {
  z-index: 0;
  width: 100%;
  max-width: 280px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.accent---feature {
  width: 15%;
  max-width: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.author-wrap-stacked {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.author-wrap-stacked.author-left {
  align-items: flex-start;
}

.slide-base {
  text-align: center;
  background-color: #fff8ef;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  padding-left: 63px;
  padding-right: 63px;
  display: flex;
}

.accent---heart-right {
  width: 100%;
  max-width: 280px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.h6-white {
  color: #fff;
}

.accent---feature-right {
  position: absolute;
  top: 17%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.accent---hero {
  width: 15%;
  max-width: 250px;
  position: absolute;
  top: 14%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-block-recent-article {
  background-color: #faecd8;
  min-height: 433px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-newsletter {
  background-color: var(--antique-white);
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 100px 3%;
  position: relative;
  overflow: hidden;
}

.success-message {
  background-color: var(--navajo-white);
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 16px;
}

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

.hero-grid-landing-1 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
}

.location-asset {
  width: 100px;
  margin-bottom: 32px;
}

.slide-card {
  padding-top: 32px;
  padding-bottom: 32px;
}

.slider-small {
  background-color: rgba(0, 0, 0, 0);
}

.arrow-left-fixed {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 24px 35px rgba(27, 45, 69, .1);
}

.arrow-right-fixed {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 86px;
  right: auto;
  box-shadow: 0 24px 35px rgba(27, 45, 69, .1);
}

.slide-small-quote {
  height: 100%;
}

.content-image-full {
  width: 100%;
}

.bg-square-testimonial {
  background-color: var(--navajo-white);
  width: 100%;
  min-width: 300px;
  max-width: 35%;
  height: 70%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.feature-section {
  background-color: var(--black);
  padding: 100px 3% 140px;
  position: relative;
  overflow: hidden;
}

.header-landing-2 {
  padding: 246px 3% 40px;
  position: relative;
  overflow: hidden;
}

.header-landing-1 {
  padding: 222px 5% 122px;
  position: relative;
  overflow: hidden;
}

.header-landing-4 {
  background-color: #fff9ef;
  padding: 246px 5% 140px;
  position: relative;
  overflow: visible;
}

.accent---heart-right-bottom {
  width: 100%;
  max-width: 280px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 0%;
}

.grid---content-relative {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
  top: -40px;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

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

.content-large-wrap {
  z-index: 5;
  background-color: #fff8ef;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  min-height: 520px;
  margin: 140px auto;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.content-large-wrap.padding-remove {
  margin-bottom: 0;
}

.content-background {
  z-index: -1;
  background-color: #fff8ef;
  width: 100%;
  min-width: 300px;
  max-width: 70%;
  height: 85%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-background.align-left {
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.content-wrap-section {
  align-items: center;
  display: flex;
}

.content-wrap-section.align-right {
  justify-content: flex-end;
}

.content-image-wrap-large {
  width: 80%;
  height: 530px;
}

.content-image-large {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-square-1 {
  background-color: #fff;
  min-width: 40%;
  max-width: 600px;
  padding: 60px 48px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-section-large {
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  padding: 144px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-square-2 {
  background-color: #fff;
  min-width: 40%;
  max-width: 600px;
  padding: 60px 48px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  font-size: 17px;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.tab-pane {
  padding-top: 45px;
}

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

.tab-content-image {
  height: 360px;
}

.tab-content {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  padding: 60px;
  position: relative;
}

.tabs-content {
  overflow: visible;
}

.h1-cta {
  color: #fff;
  font-size: 48px;
}

.bg-square-bottom-right {
  background-color: #fff1e5;
  width: 100%;
  min-width: 300px;
  max-width: 35%;
  height: 100%;
  max-height: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-hero-image-wrap {
  height: 500px;
  position: relative;
}

.team-image-wrap {
  height: 260px;
  overflow: hidden;
}

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

.team-item {
  width: 25%;
  margin-bottom: 20px;
}

.team-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bg-square-team {
  background-color: #fff1e5;
  width: 100%;
  min-width: 300px;
  max-width: 60%;
  height: 100%;
  max-height: 40%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cta-section-light {
  background-color: #faecd8;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 140px 3%;
  position: relative;
}

.link-yellow {
  color: var(--navajo-white);
}

.about-hero-wrap {
  border-radius: 10px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.about-hero-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-wrap-image {
  padding: 32px;
}

.content-wrap-centre {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid---feature-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-hero-wrap-full {
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.team-item-full {
  margin-bottom: 20px;
}

.collection-list-2 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.team-content-centre {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-centre-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accent---feature-top-right {
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.category-type-wrap {
  align-items: center;
  display: flex;
}

.blog-article-category {
  margin-bottom: 0;
}

.blog-article-type {
  margin-bottom: 0;
  margin-right: 8px;
}

.opacity-span {
  color: rgba(17, 17, 17, .4);
}

.team-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 3% 70px;
  position: relative;
  overflow: hidden;
}

.bg-block-team {
  background-color: var(--linen);
  min-height: 330px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.nav-menu-mobile {
  color: #3f0a3d;
  align-items: center;
  width: auto;
  height: 100%;
  display: none;
  position: static;
}

.button-navigation {
  text-align: center;
  background-color: #111;
  border-radius: 10px;
  padding: 20px 35px;
  font-size: 15px;
  transition: all .2s;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.button-navigation:hover {
  transform: translate(0, -2px);
}

.home-hero-wrap {
  height: 500px;
  position: relative;
}

.home-hero-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.background-color-example {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.h1-cta-dark {
  color: var(--black);
  font-size: 48px;
}

.title-wrap-short {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-section {
  background-color: var(--floral-white);
  mix-blend-mode: normal;
  padding: 100px 3%;
  position: relative;
  overflow: hidden;
}

.directory-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.directory-asset {
  background-color: var(--floral-white);
  border-radius: 10px;
  width: 100%;
  height: 160px;
  margin-bottom: 32px;
  overflow: hidden;
}

.content-detail-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.title-content {
  color: rgba(17, 17, 17, .57);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph {
  column-count: 2;
  column-gap: 52px;
}

.button-wrap-centre {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.feature-icon {
  width: 38px;
}

.content-wrap-short {
  max-width: 650px;
}

.tabs {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.tab-content-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.features-section {
  background-color: #fff1e5;
  padding: 100px 3%;
  position: relative;
  overflow: hidden;
}

.pricing-icon {
  width: 35px;
}

.icon-tan {
  background-color: var(--antique-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: flex;
}

.image-wrapper {
  z-index: 5;
  border-radius: 10px;
  width: 100%;
  max-width: 1240px;
  height: 420px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.contact-card {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 270px;
  padding: 32px 40px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 31px 31px 64px rgba(0, 0, 0, .05);
}

.pricing-feature-section {
  background-color: #fff;
  padding: 20px 3% 100px;
  position: relative;
  overflow: hidden;
}

.pagination {
  margin-top: 60px;
}

.button-hero {
  text-align: center;
  background-color: #111;
  border-radius: 10px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 20px 35px;
  font-size: 15px;
  transition: all .2s;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.button-hero:hover {
  transform: translate(0, -2px);
}

.bg-square-landing-2 {
  z-index: -1;
  background-color: #fff1e5;
  width: 100%;
  min-width: 300px;
  max-width: 65%;
  height: 100%;
  max-height: 70%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-white-hero {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 35px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.button-white-hero:hover {
  transform: translate(0, -2px);
}

.banner-wrap {
  color: #fff;
  align-items: center;
  display: flex;
}

.hero-button-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.content-author-wrap {
  border-top: 1px solid rgba(85, 85, 85, .12);
  align-items: center;
  margin-top: 40px;
  margin-bottom: 32px;
  padding-top: 20px;
  display: flex;
}

.author-circle {
  border-radius: 100px;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-right: 20px;
  overflow: hidden;
}

.content-author-name {
  margin-bottom: 2px;
}

.content-split {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.bg-block-testimonial {
  background-color: #111;
  min-height: 300px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonial-h2 {
  color: #fff;
}

.paragraph-testimonial {
  color: rgba(255, 255, 255, .8);
}

.hero-image-corner {
  z-index: 5;
  width: auto;
  min-width: 25%;
  max-width: 35%;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.title-wrap-landing-4 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 55%;
  margin-bottom: 60px;
}

.bg-block-short {
  background-color: rgba(118, 243, 241, .81);
  background-image: url('../images/2.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 35%;
  height: 90%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-block-short.bg-right {
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.grid---content-short {
  grid-column-gap: 72px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}

.grid---content-right-short {
  grid-column-gap: 72px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}

.category-default {
  color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  padding: 10px 16px;
}

.category-default.category-space {
  margin-bottom: 32px;
}

.content-image-plain {
  width: 100%;
}

.feature-line {
  border: 1px solid var(--gainsboro);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.grid---feature-white {
  grid-column-gap: 32px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-feature-section {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 70px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

.accent---recent-article {
  max-width: 15%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-form {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  margin-top: 32px;
  padding: 8px;
}

.newsletter-wrapper {
  max-width: 500px;
}

.feature-point-wrap {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.feature-check-wrap {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.check-icon {
  width: 20px;
  margin-right: 10px;
}

.newsletter-field-hero {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 10px;
  min-height: 64px;
  margin-bottom: 0;
  padding-left: 24px;
  font-size: 16px;
}

.newsletter-field-hero::placeholder {
  color: #555;
}

.submit-button-hero {
  background-color: var(--black);
  color: #fff;
  letter-spacing: -.03em;
  border-radius: 10px;
  min-height: 64px;
  margin-left: 14px;
  padding: 20px 42px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 14px 14px 35px rgba(33, 38, 106, .1);
}

.blog-feature-item {
  margin-bottom: 20px;
}

.accent---team {
  width: auto;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.jobs-wrap {
  margin-top: 72px;
}

.job-paragraph {
  max-width: 680px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.job-circle {
  background-color: var(--navajo-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.navigation-wrapper {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-hero {
  max-width: 540px;
}

.form-hero {
  align-items: center;
  display: flex;
}

.accent---about {
  width: 250px;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.accent---about-feature {
  width: 280px;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.value-section {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 100px 3%;
  position: relative;
  overflow: hidden;
}

.date-text {
  color: #555;
  font-size: 15px;
}

.recent-article-item {
  margin-bottom: 20px;
}

.content-author {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

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

.bg-short-block-dark {
  background-color: #111;
  height: 10%;
  max-height: 110px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-circle-dark {
  background-color: var(--navajo-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.accent---price-card {
  width: 15%;
  max-width: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-block-price-card {
  z-index: 0;
  background-color: var(--antique-white);
  min-height: 447px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-block-price {
  background-color: #fff8ef;
  min-height: 265px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accent---price {
  width: 15%;
  max-width: 280px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-pricing {
  background-color: #fff;
  padding: 100px 3% 50px;
  position: relative;
  overflow: hidden;
}

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

.team-quote-section {
  background-color: #fff;
  padding: 100px 3% 40px;
  position: relative;
  overflow: hidden;
}

.grid---content-top {
  grid-column-gap: 62px;
  grid-row-gap: 0px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  align-content: start;
  align-items: start;
}

.cta-dark-default {
  background-color: var(--black);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 100px 3%;
  position: relative;
}

.heading-2 {
  font-size: 66px;
}

.heading-3 {
  font-size: 50px;
}

.heading-4 {
  font-family: Poppins, sans-serif;
}

.submit-button-2 {
  background-color: #000;
}

.nav-link-2 {
  text-transform: capitalize;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

@media screen and (max-width: 991px) {
  .colour-grid, .colour-grid-full {
    grid-template-columns: 1fr 1fr;
  }

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

  .style-guide-header {
    min-height: 420px;
  }

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

  .nav-menu {
    z-index: 9999;
    background-color: #fff;
    height: auto;
    display: none;
    position: absolute;
  }

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

  .navigation-container {
    min-height: auto;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .nav-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    color: #000;
    border: 1px solid rgba(17, 17, 17, .1);
    border-radius: 10px;
    margin-right: 10px;
  }

  .menu-button.w--open {
    border-color: var(--black);
    background-color: var(--black);
  }

  .pricing-block-content {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-block-dark {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .check-wrapper {
    min-height: 250px;
  }

  .accent---cta {
    display: none;
  }

  .grid---feature {
    grid-column-gap: 20px;
  }

  .faq-column-large {
    width: 100%;
    padding-right: 0;
  }

  .accent---faq {
    display: none;
  }

  .arrow-right {
    right: -10px;
  }

  .arrow-left {
    left: -10px;
  }

  .bg-block-dark {
    min-height: 150px;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle.w--open {
    width: 100%;
  }

  .navigation-drop-container {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .navigation-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .blank-price-block {
    display: none;
  }

  .pricing-compare-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-compare-grid.title-row {
    grid-template-rows: auto;
  }

  .pricing-grid-block {
    justify-content: center;
  }

  .feature-card {
    padding: 32px 16px;
  }

  .grid---contact {
    grid-column-gap: 32px;
  }

  .quote-box {
    padding: 20px;
  }

  .office-image-wrap {
    height: 160px;
  }

  .office-content {
    padding: 24px;
  }

  .blog-content {
    height: 100%;
  }

  .blog-image-large {
    height: 240px;
  }

  .hero-column-image {
    padding: 0;
  }

  .office-content-centre {
    padding: 24px;
  }

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

  .licence-card {
    padding: 24px;
  }

  .hero-accent-left {
    display: none;
  }

  .grid---feature-thirds {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid---content {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .bg-block-content {
    height: 40%;
  }

  .hero-grid-full {
    grid-column-gap: 22px;
    margin-top: 120px;
  }

  .hero-image-01 {
    height: 190px;
  }

  .hero-image-02 {
    height: 250px;
  }

  .hero-image-03 {
    height: 100px;
  }

  .hero-image-04 {
    height: 230px;
  }

  .accent---cta-left {
    max-width: 100px;
    display: none;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .accent---cta-right {
    display: none;
  }

  .hero-grid-01 {
    height: 300px;
  }

  .hero-grid-02, .hero-grid-03 {
    height: 190px;
  }

  .hero-grid-04 {
    height: 300px;
  }

  .hero-grid-top {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .featured-base {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-column {
    padding-bottom: 20px;
  }

  .blog-image-column {
    padding: 0;
  }

  .blog-hero-grid {
    grid-template-columns: 1fr;
  }

  .accent---feature-cards {
    max-width: 90px;
    display: none;
  }

  .accent---home-feature {
    max-width: 150px;
    display: none;
  }

  .accent---heart-left, .accent---feature {
    display: none;
  }

  .accent---heart-right {
    top: 0%;
    right: -5%;
  }

  .accent---feature-right, .accent---hero {
    display: none;
  }

  .hero-grid-landing-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .slide-card {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .slider-small {
    height: auto;
  }

  .arrow-left-fixed {
    bottom: -15%;
    left: -10px;
  }

  .arrow-right-fixed {
    bottom: -15%;
  }

  .bg-square-testimonial {
    max-width: 80%;
    height: 50%;
  }

  .accent---heart-right-bottom {
    display: none;
  }

  .grid---content-relative {
    grid-column-gap: 24px;
    top: 0;
  }

  .content-large-wrap {
    padding-top: 32px;
  }

  .content-image-wrap-large {
    width: 88%;
  }

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

  .tab-link {
    border-radius: 10px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 12px 25px;
  }

  .tab-link.w--current {
    color: #fff;
    background-color: #000;
  }

  .tab-content {
    padding: 40px;
  }

  .team-item, .team-item-full {
    width: 50%;
  }

  .accent---feature-top-right {
    display: none;
  }

  .nav-menu-mobile {
    z-index: 9999;
    background-color: #fff;
    height: auto;
    display: block;
    position: absolute;
  }

  .content-detail-wrap {
    text-align: left;
  }

  .contact-card {
    padding: 32px 16px;
  }

  .testimonial-h2 {
    color: var(--black-2);
  }

  .paragraph-testimonial {
    color: rgba(17, 17, 17, .8);
  }

  .hero-image-corner {
    display: none;
  }

  .title-wrap-landing-4 {
    text-align: left;
    max-width: none;
  }

  .bg-block-short {
    height: 40%;
  }

  .grid---content-short, .grid---content-right-short {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .feature-line {
    padding: 32px;
  }

  .accent---recent-article, .accent---team {
    display: none;
  }

  .jobs-wrap {
    width: 100%;
    padding-right: 0;
  }

  .accent---about, .accent---about-feature {
    display: none;
  }

  .bg-short-block-dark {
    min-height: 150px;
  }

  .accent---price-card {
    max-width: 90px;
  }

  .accent---price {
    display: none;
  }

  .grid---content-top {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .textarea {
    overflow: visible;
  }

  .container-2 {
    max-width: 728px;
  }
}

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

  .colour {
    margin-bottom: 25px;
  }

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

  .navigation-left {
    justify-content: space-between;
    width: 100%;
  }

  .title-wrap {
    margin-bottom: 64px;
  }

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

  .pricing-block-content {
    padding: 32px;
  }

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

  .pricing-block-dark {
    padding: 32px;
  }

  .check-wrapper {
    min-height: auto;
    margin-bottom: 40px;
  }

  .pricing-features {
    grid-template-columns: 1fr 1fr;
  }

  .grid---feature {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-wrap {
    padding: 50px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .quote-text-large {
    font-size: 32px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

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

  .footer-title-button {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .secondary-link {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-logo {
    margin-bottom: 20px;
  }

  .bg-block-white {
    min-height: 250px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .bg-square {
    max-width: 70%;
    max-height: 30%;
    top: auto;
    bottom: 6%;
    left: auto;
    right: 0%;
  }

  .hero-image-wrap {
    height: 360px;
  }

  .notice-bar {
    max-width: 350px;
  }

  .core-feature-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid---offce {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .office-image-wrap {
    height: 240px;
  }

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

  .accent---hero-right {
    display: none;
  }

  .blog-image-block {
    max-width: none;
  }

  .blog-card-long {
    flex-direction: column;
  }

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

  .licence-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-square-left {
    max-height: 30%;
    top: auto;
    bottom: 3%;
    left: auto;
    right: 0%;
  }

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

  .grid---content.grid-space-below {
    margin-bottom: 60px;
  }

  .bg-block-content {
    max-width: 80%;
    height: 40%;
  }

  .hero-grid-full {
    grid-row-gap: 22px;
    grid-template-columns: .8fr 1fr;
    margin-top: 120px;
  }

  .hero-column {
    padding-top: 40px;
  }

  .hero-column.image-03, .hero-column.image-04 {
    padding-top: 0;
  }

  .hero-image-03 {
    height: 190px;
  }

  .hero-grid-01 {
    height: 240px;
  }

  .hero-grid-02, .hero-grid-03 {
    height: 170px;
  }

  .hero-grid-04 {
    height: 240px;
  }

  .blog-hero-image-section {
    padding-bottom: 0;
  }

  .blog-hero-grid {
    grid-template-columns: 1fr;
  }

  .accent---feature-cards, .accent---home-feature, .accent---heart-left {
    display: none;
  }

  .slide-base {
    min-height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .accent---heart-right {
    top: 26%;
  }

  .cta-newsletter {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .footer-sub-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .bg-square-testimonial {
    max-height: 30%;
    top: 4%;
  }

  .feature-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .grid---content-relative {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-background {
    max-height: 30%;
    top: auto;
    bottom: 3%;
    left: auto;
    right: 0%;
  }

  .content-wrap-section {
    flex-direction: column;
  }

  .content-image-wrap-large {
    width: 100%;
    height: 370px;
  }

  .content-square-1 {
    position: relative;
  }

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

  .content-square-2 {
    padding: 40px;
    position: relative;
  }

  .tab-pane {
    padding-top: 20px;
  }

  .tab-content-image {
    height: 270px;
  }

  .tab-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bg-square-bottom-right {
    max-height: 30%;
    top: auto;
    bottom: 3%;
    left: auto;
    right: 0%;
  }

  .about-hero-image-wrap {
    height: 460px;
  }

  .bg-square-team {
    max-height: 30%;
    top: auto;
    bottom: 3%;
    left: auto;
    right: 0%;
  }

  .grid---feature-large {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-centre-wrap {
    margin-bottom: 64px;
  }

  .team-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .button-navigation {
    display: none;
  }

  .home-hero-wrap {
    height: 430px;
  }

  .title-wrap-short {
    margin-bottom: 64px;
  }

  .testimonial-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .directory-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph {
    column-count: 1;
  }

  .features-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .image-wrapper {
    height: 300px;
  }

  .pricing-feature-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .bg-square-landing-2 {
    max-width: 70%;
  }

  .hero-image-corner {
    display: none;
  }

  .title-wrap-landing-4 {
    max-width: none;
  }

  .bg-block-short {
    max-width: 80%;
    height: 40%;
  }

  .grid---content-short, .grid---content-right-short {
    grid-template-columns: 1fr;
  }

  .grid---feature-white {
    grid-template-columns: 1fr;
    max-width: 450px;
  }

  .blog-feature-section {
    padding-bottom: 62px;
  }

  .value-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

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

  .accent---price-card {
    display: none;
  }

  .content-pricing, .team-quote-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .grid---content-top {
    grid-template-columns: 1fr;
  }

  .hero-without-image {
    padding: 60px 15px;
  }
}

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

  h3 {
    font-size: 34px;
  }

  figure {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .button-wrap-style-guide {
    flex-direction: column;
  }

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

  .navigation-left {
    justify-content: space-between;
  }

  .button.button-space {
    margin-top: 10px;
  }

  .header {
    padding-top: 220px;
  }

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

  .pricing-features {
    grid-template-columns: 1fr;
  }

  .question-title {
    flex: 1;
  }

  .arrow-right, .arrow-left {
    width: 55px;
    height: 55px;
  }

  .author-wrap {
    flex-wrap: wrap;
  }

  .slide-wrap {
    min-height: auto;
  }

  .navigation-bottom-link {
    display: none;
  }

  .navigation-column {
    padding-left: 10px;
    padding-right: 0;
  }

  .page-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .quote-text-large {
    font-size: 28px;
  }

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

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

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

  .footer-title-button {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .pricing-title-wrap {
    padding: 9px;
    font-size: 14px;
  }

  .pricing-grid-block {
    padding: 28px 9px;
    font-size: 15px;
  }

  .pricing-grid-block.price-block-1, .pricing-grid-block.price-block-3 {
    border-radius: 0;
  }

  .bg-square {
    min-width: auto;
    max-width: 50%;
    max-height: 20%;
  }

  .quote-box {
    margin: 0 20px;
  }

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

  .home-header {
    padding-top: 220px;
  }

  .hero-image-wrap {
    height: 280px;
  }

  .notice-bar {
    flex-wrap: wrap;
    display: none;
  }

  .line-base {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail-text {
    margin-bottom: 8px;
  }

  .blog-image-large {
    height: 200px;
  }

  .blog-hero-image {
    height: 310px;
  }

  .blog-image-block {
    height: 280px;
  }

  .change-log-wrap {
    padding: 24px;
  }

  .grid---feature-thirds {
    grid-template-columns: 1fr;
  }

  .avatar-circle {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .author-content {
    align-items: center;
  }

  .button-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .hero-grid-full {
    margin-top: 60px;
  }

  .hero-grid-03, .hero-grid-04 {
    display: none;
  }

  .hero-grid-top {
    grid-template-columns: 1fr;
  }

  .header-landing-3 {
    padding-top: 220px;
  }

  .form-large {
    flex-direction: column;
  }

  .newsletter-field {
    margin-bottom: 20px;
  }

  .submit-button-large {
    width: 100%;
    margin-left: 0;
  }

  .blog-column {
    padding-bottom: 40px;
  }

  .author-wrap-stacked {
    flex-wrap: wrap;
  }

  .accent---heart-right {
    top: 43%;
  }

  .footer-sub-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-landing-2, .header-landing-4 {
    padding-top: 220px;
  }

  .content-image-large {
    object-position: 0% 50%;
  }

  .content-square-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-content {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .h1-cta {
    font-size: 42px;
  }

  .about-hero-image-wrap {
    height: 400px;
  }

  .team-item, .team-item-full {
    width: 100%;
  }

  .category-type-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .blog-article-type {
    margin-bottom: 0;
  }

  .home-hero-wrap {
    height: 340px;
  }

  .testimonial-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button-wrap-centre {
    flex-flow: column wrap;
    align-items: center;
  }

  .features-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-wrapper {
    height: 250px;
  }

  .pricing-feature-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button-hero {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-square-landing-2 {
    max-width: none;
    max-height: 30%;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .button-white-hero {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .hero-button-wrap {
    flex-wrap: wrap;
  }

  .content-author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-circle {
    margin-bottom: 14px;
  }

  .feature-point-wrap {
    flex-direction: column;
    align-items: center;
  }

  .feature-check-wrap {
    margin-bottom: 28px;
  }

  .newsletter-field-hero {
    background-color: #fff;
    margin-bottom: 10px;
  }

  .submit-button-hero {
    width: 100%;
    margin-left: 0;
  }

  .form-hero {
    flex-direction: column;
  }

  .value-section, .content-pricing, .team-quote-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-dark-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-2 {
    max-width: none;
  }
}

#w-node-be87ee05-0e75-4b88-8e51-5fd275627070-6f52a8cc {
  align-self: center;
}

#w-node-_5c0851cd-05b6-f5c4-3c58-6c3b5bfa1308-f152a8cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee4d53a6-d8bd-40bc-e18e-5fde23c45da8-f152a8cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c0851cd-05b6-f5c4-3c58-6c3b5bfa1309-f152a8cd {
  grid-area: Area;
}

#w-node-_865c5001-0f8e-117b-63cf-0c5d25b8d594-4552a8df {
  align-self: center;
  justify-self: center;
}

#w-node-_1e2a218d-48ca-715a-6be6-baf2a4bcb3a8-3952a8e6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_078939f6-25e9-f8e1-8b6c-9cb8caa03760-f152a8cd {
    order: -9999;
  }

  #w-node-d6af7687-1598-d072-a030-0bc26a5f7491-3e52a8e1 {
    align-self: end;
  }

  #w-node-_061fdcf4-e08a-c39b-210f-36c5be77640f-3952a8e6, #w-node-_061fdcf4-e08a-c39b-210f-36c5be77641e-3952a8e6, #w-node-_061fdcf4-e08a-c39b-210f-36c5be77642d-3952a8e6, #w-node-_061fdcf4-e08a-c39b-210f-36c5be77643c-3952a8e6, #w-node-_061fdcf4-e08a-c39b-210f-36c5be77644b-3952a8e6, #w-node-_061fdcf4-e08a-c39b-210f-36c5be77645a-3952a8e6, #w-node-_061fdcf4-e08a-c39b-210f-36c5be776469-3952a8e6, #w-node-_061fdcf4-e08a-c39b-210f-36c5be776478-3952a8e6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1e2a218d-48ca-715a-6be6-baf2a4bcb3a8-3952a8e6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_865c5001-0f8e-117b-63cf-0c5d25b8d594-4552a8df {
    order: -9999;
  }

  #w-node-_04ea9fd8-372e-f3be-e89f-694feebda2c9-6052a8e0 {
    align-self: end;
  }

  #w-node-_29f17f66-8a9e-a874-f252-f3b02480f524-6052a8e0, #w-node-f5fe97b1-5811-3e45-7e39-df14ab424bca-6052a8e0 {
    align-self: start;
  }

  #w-node-bc630205-3a64-ce17-cd09-1d2cd58ee154-3e52a8e1 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_649bf410-56e0-98e4-14df-168cad76625d-6e79a271, #w-node-_649bf410-56e0-98e4-14df-168cad766277-6e79a271, #w-node-_1e2a218d-48ca-715a-6be6-baf2a4bcb3a8-3952a8e6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Wonderunitsans';
  src: url('../fonts/WonderUnitSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wonderunitsans';
  src: url('../fonts/WonderUnitSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wonderunitsans';
  src: url('../fonts/WonderUnitSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wonderunitsans';
  src: url('../fonts/WonderUnitSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wonderunitsans';
  src: url('../fonts/WonderUnitSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}