:root {
  --black: black;
  --blue-violet: #1c23a4;
  --white: white;
  --medium-blue: #1c23a4;
  --slate-grey: #6e7191;
  --ghost-white: #eff0f6;
  --light-gray-shadow: #14142b14;
  --lavender: #f2f1ff;
  --ghost-white-2: #f7f7fc;
  --lavender-2: #dcddeb;
  --dark-slate-blue: #4a4566;
  --light-steel-blue: #a0a3bd;
}

body {
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

p {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

a {
  text-decoration: none;
}

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

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

.w-embed-youtubevideo {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

.btn-primary-small {
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #d4af38;
  border-radius: 48px;
  justify-content: center;
  margin-top: 4px;
  margin-bottom: 7px;
  margin-left: 10px;
  padding: 15px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-small:hover {
  background-color: var(--medium-blue);
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

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

.header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.header-nav-link {
  color: var(--black);
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
}

.header-nav-link:hover, .header-nav-link.w--current {
  color: var(--blue-violet);
}

.header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.dropdown-link {
  width: 100%;
  color: var(--slate-grey);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--blue-violet);
}

.dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-card {
  border: 1px solid var(--ghost-white);
  background-color: var(--white);
  min-width: 280px;
  box-shadow: 0 2px 12px 0 var(--light-gray-shadow);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.dropdown-toggle {
  color: var(--black);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--blue-violet);
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-wrapper {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.button-row-left {
  margin-right: 24px;
}

.paragraph-default {
  color: var(--black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

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

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-extra-small {
  padding-top: 0;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.image-wrapper-br-24px-shadow {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b24;
}

.btn-primary {
  width: 100%;
  color: var(--black);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ff05c3;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--medium-blue);
  color: var(--white);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary:lang(et) {
  padding-top: 15px;
  padding-bottom: 15px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

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

.text-color-4 {
  color: var(--blue-violet);
}

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

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

.heading-h2-size {
  color: var(--blue-violet);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
  font-weight: 400;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.tabs-content-card {
  border: 1px solid #dcddeb;
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
  box-shadow: 0 2px 12px #14142b14;
}

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

.tab-left-icon {
  border: 2px solid var(--ghost-white-2);
  background-color: var(--white);
  width: 100%;
  box-shadow: 0 2px 6px 0 var(--light-gray-shadow);
  color: var(--black);
  border-radius: 14px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.tab-left-icon:hover {
  border-color: var(--blue-violet);
}

.tab-left-icon.w--current {
  border-width: 2px;
  border-color: var(--blue-violet);
  box-shadow: 0 2px 12px 0 var(--light-gray-shadow);
  background-color: #fff;
}

.tabs-menu-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.tabs-wrapper-tabs-left {
  display: flex;
}

.subtitle {
  color: var(--blue-violet);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.link-wrapper {
  color: var(--black);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-wrapper:hover {
  color: var(--blue-violet);
}

.hidden-desktop {
  display: none;
}

.btn-slider-arrow-right---testimonial-v12 {
  border: 1px solid var(--ghost-white);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--light-gray-shadow);
  color: var(--black);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.btn-slider-arrow-left---testimonial-v12 {
  border: 1px solid var(--ghost-white);
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  box-shadow: 0 2px 12px 0 var(--light-gray-shadow);
  color: var(--black);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.mg-bottom-0 {
  color: var(--black);
  margin-bottom: 0;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.slide-item-mg {
  width: 30vw;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.inner-container-490px {
  max-width: 490px;
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

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

.slider-mask-width-390px {
  width: 33.33%;
  height: 100%;
  overflow: visible;
}

.social-icon-square-30px {
  background-color: var(--lavender);
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--blue-violet);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square-30px:hover {
  transform: scale(.92);
}

.social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.grid-footer-bottom-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.footer-bottom-v5 {
  color: var(--slate-grey);
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.instagram-link-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .3s;
  position: absolute;
  inset: 0%;
}

.instagram-link-image:hover {
  transform: scale3d(1.2, 1.2, 1.01);
}

.instagram-link-wrapper {
  border-radius: 14px;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.footer-col-title {
  color: var(--black);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.footer-link {
  color: var(--black);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--blue-violet);
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.icon-success-message {
  margin-bottom: 10px;
}

.success-message {
  background-color: var(--blue-violet);
  color: var(--white);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.input {
  border: 1px solid var(--ghost-white);
  background-color: var(--white);
  min-height: 70px;
  box-shadow: 0 2px 7px 0 var(--light-gray-shadow);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--blue-violet);
  box-shadow: 0 2px 12px 0 var(--light-gray-shadow);
}

.input:focus {
  border-color: var(--blue-violet);
}

.input::placeholder {
  color: var(--slate-grey);
  font-size: 18px;
}

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

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.footer-logo-wrapper {
  max-width: 60%;
}

.grid-footer-v5 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto .7fr;
}

.footer-top-border-bottom {
  border-bottom: 1px solid #eff0f6;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 730px;
}

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

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
  grid-row-gap: 0px;
}

.image {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.small-square-bg-image-wrapper {
  align-items: flex-end;
  width: 100%;
  padding-top: 80%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-square-bg-image-wrapper {
  align-items: flex-end;
  width: 100%;
  padding-top: 110%;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.hamburger-menu-bar-top, .hamburger-menu-bar-bottom {
  background-color: var(--black);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.page-wrapper {
  overflow: clip;
}

.header {
  z-index: 999;
  padding-left: 2rem;
  padding-right: .825rem;
  transition: padding .8s;
  position: fixed;
  inset: 0% 0% auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.slider-pararagraph {
  color: #000;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.slider-wrapper-2 {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.slider-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

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

.slide-nav-hidden {
  display: none;
}

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

.left-arrow-hidden {
  display: none;
}

.testimonial-author {
  color: #5a5a60;
  letter-spacing: .08px;
}

.fb-booster {
  background-color: #f8f9fb;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: flex;
}

.slider-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-image {
  height: 100%;
}

.testimonial-name {
  color: #000;
  font-weight: 500;
  line-height: 24px;
}

.right-arrow-hidden {
  display: none;
}

.slide-2 {
  height: auto;
}

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

.accordion-title-2 {
  margin-bottom: 0;
}

.inner-container._574px {
  max-width: 574px;
}

.display-3 {
  color: #211f54;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.display-3.accordion-big-number {
  width: 92px;
}

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

.accordion-btn-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.v2 {
  width: 28px;
}

.heading-4 {
  color: #1c23a4;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-big-number-wrapper {
  display: flex;
}

.accordion-item-wrapper {
  cursor: pointer;
  width: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v2 {
  box-shadow: none;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 56px 0;
}

.accordion-item-wrapper.v2:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v2.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper.v2.first {
  border-top-width: 0;
  padding-top: 0;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

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

.button-3 {
  background-color: #1c23a4;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 500;
}

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.shadow {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff80, 0 -2px 10px #e9dfff47, 0 -2px 40px #bb9bff35;
}

.section-7 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-7.cc-hero {
  background-image: url("https://cdn.prod.website-files.com/694c31ee88b7d3cef07b317f/6a0ddd87854e97bbb9b56099_hero-bg-img.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10.625rem 10px 5rem;
}

.hero_btn-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.row.row-justify-center {
  justify-content: center;
}

.hero_pill {
  border: 1px solid #ffffff4d;
  border-radius: 60px;
  margin-bottom: 24px;
  padding: 10px 20px;
  display: inline-block;
}

.hero_heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(145.55deg, #ececec 39%, #ececec00);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Bitter, serif;
  font-weight: 400;
}

.container-3 {
  width: 95%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.btn-2 {
  color: #0b081c;
  background-color: #ececec;
  border: 1px solid #0000;
  border-radius: 60px;
  padding: .75em 1.5em;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1), box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn-2:hover {
  color: #ececec;
  background-color: #ff05c3;
  border-color: #d4af38;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn-2.cc-secondary {
  color: #ececec;
  background-color: #0000;
  border-color: #ececec;
  transition: color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
}

.btn-2.cc-secondary:hover {
  color: #ececec;
  background-color: #ff05c3;
  border-color: #d4af38;
}

.hero_text-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4, .paragraph {
  color: #fff;
}

.youtube {
  margin-top: 40px;
  margin-bottom: 100px;
}

.heading-17 {
  color: #3a09c2;
  margin-top: 4rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.bold-text {
  font-family: Bitter, serif;
  font-weight: 700;
}

.section-9 {
  margin-left: 20px;
  margin-right: 20px;
}

.columns {
  margin-top: 40px;
  margin-bottom: 100px;
}

.heading-19 {
  text-align: center;
  margin-top: 2rem;
}

.section-10 {
  margin-left: 20px;
  margin-right: 20px;
}

.text-span, .text-span-2 {
  color: #ff05c3;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: #1c23a4;
}

@media screen and (min-width: 1440px) {
  .btn-primary-small {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 20px 40px;
  }

  .grid-2-columns-instagram {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-footer-v5 {
    grid-column-gap: 80px;
  }

  .grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .rich-text {
    font-size: 18px;
    line-height: 30px;
  }

  .form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .pastor-card-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .form-grid-3-columns, .sermon-form-grid-3-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 46px;
  }

  h3, h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .btn-primary-small {
    margin-bottom: 0;
    padding: 15px 40px;
  }

  .white-hamburger-menu-bar-bottom {
    background-color: var(--white);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .white-hamburger-menu-bar-top {
    background-color: var(--white);
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

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

  .header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-card.w--open {
    position: static;
  }

  .dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .dropdown-column-wrapper.w--open {
    transform: none;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-logo {
    max-width: 232px;
  }

  .header-wrapper, .btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .buttons-row {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .tabs-content-card {
    padding: 40px 32px 48px;
  }

  .tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tabs-menu-vertical {
    max-width: 271px;
  }

  .tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-item-mg {
    width: 100%;
  }

  .buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .section-overflow-hidden {
    padding-bottom: 118px;
  }

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .slider-mask-width-390px {
    width: 50%;
    position: static;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

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

  .social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .footer-bottom-v5 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-col-title {
    margin-bottom: 24px;
  }

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

  .footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-v5 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .play-button-large {
    width: 7rem;
  }

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

  .section-hero-half-bg-color {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .header-nav-link-white {
    color: #211f54;
  }

  .header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .social-media-grid-center, .social-media-grid-left {
    grid-column-gap: 10px;
  }

  .floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

  .img-floating-right {
    width: 60%;
    height: 350px;
  }

  .img-floating-left {
    width: 70%;
    height: 350px;
  }

  ._2-imgs-floating-wrapper {
    margin-top: 177px;
    padding-bottom: 45px;
  }

  .mg-top-64px {
    margin-top: 48px;
  }

  .bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .bg-split-v4-left {
    max-width: 100%;
  }

  .blog-main-image {
    width: 100%;
    height: 550px;
  }

  .mg-top-56px {
    margin-top: 40px;
  }

  .grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper-v4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .leadership-image-wrapper {
    padding-top: 80%;
  }

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

  .team-wrapper {
    padding-top: 100px;
  }

  .grid-3-columns-gap-row-72px {
    grid-template-columns: 1fr 1fr;
  }

  .grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .blog-card-image-featured {
    width: 100%;
  }

  .blog-card-featured {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .section-pd-bottom-56px {
    padding-top: 118px;
  }

  .floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .img-below-card {
    max-width: none;
    max-height: none;
  }

  .card-over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .flex-card---image-wrapper {
    display: block;
  }

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

  .half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .card-form {
    padding: 54px 32px;
  }

  .grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .grid-2-columns-text-right, .grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .mg-top-8px {
    margin-top: 40px;
  }

  .pastor-card-content {
    padding: 40px 48px;
  }

  .events {
    width: 46vw;
  }

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

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .mg-top-32px {
    margin-bottom: 24px;
  }

  .big-square-bg-image-wrapper {
    padding-top: 90%;
  }

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

  .hamburger-menu-bar-top {
    background-color: var(--black);
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-bottom {
    background-color: var(--black);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sermon-hero-top-small {
    padding-bottom: 40px;
  }

  .style-guide-wrapper {
    flex-direction: column;
  }

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

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

  .section-heading {
    font-size: 34px;
  }

  .style-guide-sidebar-wrapper {
    width: 100%;
    min-height: 0;
    position: static;
  }

  .style-guide-content-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---top-bar-close-icon {
    padding: 18px 24px;
  }

  .top-bar-right-col {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .top-bar-flex-h-center {
    flex-direction: column;
    align-items: stretch;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .links-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .playbook-item.is-article {
    min-width: 100%;
    max-width: none;
  }

  .flex.is-nav {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    transform: translate(0);
  }

  .nav {
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .logo-174, .logo-69, .logo-162 {
    height: auto;
  }

  .video_embed {
    width: 30vw;
  }

  .menu-btn {
    color: #0e1017;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.5rem;
    display: flex;
  }

  .menu-btn.w--open {
    color: #0e1017;
    background-color: #0000;
  }

  .nav-drop-list.w--open {
    position: static;
    transform: none;
  }

  .nav-drop-list.is-resource.w--open {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
  }

  .logo-150 {
    height: auto;
  }

  .container.is-hero {
    margin-top: 215px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .article-card-thumb {
    aspect-ratio: 2;
    max-height: none;
  }

  .header {
    padding-left: .8rem;
  }

  .logo-156 {
    height: auto;
  }

  .logos_left {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-right: 5rem;
  }

  .logo-55, .logo-118 {
    height: auto;
  }

  .btn {
    font-size: 20px;
  }

  .btn.is-nav {
    max-width: calc(100% - 3.25rem);
    margin-top: 1.5rem;
    transform: translate(0);
  }

  .nav-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: #000;
    border-radius: .75rem;
    flex-flow: column;
    max-height: 80vh;
    padding: 2rem 1rem;
    overflow: auto;
  }

  .nav-drop-toggle.w--open {
    justify-content: center;
    align-items: center;
  }

  .logo-188, .logo-158 {
    height: auto;
  }

  .hero-circ.scaleup {
    width: 45rem;
    height: 45rem;
    padding-right: 0;
  }

  .section-2 {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-2.is-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .display-3.accordion-big-number {
    width: 220px;
  }

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

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2:hover {
    transform: translate(6px);
  }

  .mg-bottom-80px {
    margin-bottom: 64px;
  }

  .pricing-box {
    width: 48%;
    max-width: 310px;
    margin-bottom: 2%;
  }

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

  .section-7.cc-hero {
    padding-top: 8rem;
  }

  .logo_wrapper {
    flex-wrap: wrap;
  }

  .pricing-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: .75rem;
    width: 100%;
  }

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

  .pricing-left {
    background-image: radial-gradient(circle at 0 0, #ff51cd14, #fff0 49%);
    border-bottom: 1px solid #192036;
    border-right-style: none;
    width: 100%;
  }

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

  .content-wrap {
    padding-top: 60px;
  }

  .cards-wrap-2 {
    flex-direction: column;
  }

  .check-wrap {
    justify-content: space-between;
  }

  .section-11 {
    padding-top: 118px;
    padding-bottom: 118px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }

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

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .btn-primary-small {
    margin-bottom: 6px;
    padding: 15px 20px;
  }

  .btn-header-hidden-on-mbl {
    display: none;
  }

  .header-nav-list-item-show-in-mbl {
    display: block;
  }

  .header-nav-link {
    font-weight: 500;
  }

  .header-nav-menu-list {
    text-align: left;
  }

  .btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary-white {
    padding: 20px 32px;
  }

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

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

  .heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px #14142b24;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .grid-2-columns-text {
    grid-template-columns: 1fr;
  }

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

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .tab-left-icon {
    justify-content: center;
    min-height: 84px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .tab-small-center {
    justify-content: center;
    margin: 10px 0;
  }

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

  .btn-slider-arrow-right---testimonial-v12, .btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-top---text-2-buttons {
    grid-template-columns: .9fr;
    margin-bottom: 16px;
  }

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

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .slider-mask-width-390px {
    width: 80%;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .card-testimonial-v3 {
    flex-direction: column;
  }

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

  .social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-logo-wrapper {
    width: 239px;
  }

  .footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .play-button-large {
    width: 5rem;
  }

  .sermon-hero-link {
    margin-top: 64px;
  }

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

  .section-hero-half-bg-color {
    background-image: linear-gradient(#4a3aff 72% 72%, #fff 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .social-media-grid-center {
    justify-content: center;
    justify-items: center;
  }

  .text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .floating-image-hero-v6---1 {
    max-width: 480px;
  }

  .img-floating-right, .img-floating-left {
    border-radius: 16px;
    height: 250px;
  }

  ._2-imgs-floating-wrapper {
    margin-top: 114px;
  }

  .mg-top-64px {
    margin-top: 40px;
  }

  .blog-main-image {
    height: 400px;
  }

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

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

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-item-wrapper-v4 {
    padding: 40px 24px;
  }

  .grid-2-columns-stats-v4 {
    grid-template-columns: 1fr;
  }

  .content-inside-card {
    padding: 32px 32px 40px;
  }

  .badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .leadership-image-wrapper {
    padding-top: 75%;
  }

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

  .text-301 {
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .grid-3-columns-gap-row-72px {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .blog-card-image-featured-wrapper-v1 {
    height: 400px;
  }

  .blog-card-featured {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .card-over-image {
    padding: 45px 32px;
  }

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

  .text-200-bold-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-area {
    border-radius: 18px;
  }

  .form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .inner-container-400px {
    max-width: 100%;
  }

  .mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

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

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

  .gallery-v2-col-right {
    margin-top: 0;
  }

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

  .display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .grid-2-columns-text-right, .grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .pastor-card-content {
    padding: 32px;
  }

  .hero-container {
    bottom: 40px;
    left: 30px;
  }

  .events {
    width: 60vw;
  }

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

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .form-grid-3-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .input-copy {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .big-square-bg-image-wrapper {
    padding-top: 85%;
  }

  .sermon-form-grid-3-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .grid, ._4-col-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-color-block {
    height: 150px;
  }

  .section-heading {
    font-size: 32px;
  }

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

  .style-guide-content-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h6-size {
    font-size: 14px;
    line-height: 20px;
  }

  .btn-secondary-small {
    padding: 20px 32px;
  }

  .brix---top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-right-col {
    margin-bottom: 12px;
  }

  .top-bar-flex-h-center {
    flex-direction: column;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .links-block {
    padding: 40px 24px;
  }

  .links-title {
    font-size: 20px;
    line-height: 30px;
  }

  .flex.d-vert.a-center.gap-v-52 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .nav {
    align-items: center;
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 8px;
    display: flex;
  }

  .menu-btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.is-nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logos_left {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-right: 4rem;
  }

  .btn {
    font-size: 14px;
  }

  .hero-circ.scaleup {
    width: 35rem;
    height: 35rem;
  }

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

  .nav-underlay {
    width: 10rem;
  }

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

  .accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 40px;
  }

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

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 48px;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .container-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .pricing-section {
    padding-top: 100px;
  }

  .section-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-7.cc-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-3 {
    width: 90%;
  }

  .btn-2 {
    padding: 7px 15px;
  }

  .pricing-right, .pricing-left {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card-top, .card-bot {
    padding: 20px;
  }

  .switch-wrap {
    margin-bottom: 40px;
  }

  .cards-wrap {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .card-top-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .check-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 17px;
    line-height: 28px;
  }

  .btn-primary-small {
    width: 100%;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 7px;
    padding: 15px 5px;
  }

  .header-nav-list-item-show-in-mbl, .header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .header-logo {
    max-width: 84%;
  }

  .btn-secondary-white, .btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row-center {
    flex-direction: column;
  }

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

  .heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .hero-card-bg-image {
    border-radius: 16px;
    padding-bottom: 10%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-extra-small {
    padding-bottom: 32px;
  }

  .image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .btn-secondary, .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .heading-h2-size {
    padding-left: 20px;
    font-size: 24px;
    line-height: 34px;
  }

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

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .tabs-content-card {
    padding: 24px 16px;
  }

  .mg-left-16px {
    margin-left: 13px;
  }

  .tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .mg-bottom-16px {
    margin-bottom: 15px;
  }

  .text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .tab-small-center {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .mg-bottom-8px {
    margin-bottom: 6px;
  }

  .buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .slider-mask-width-390px {
    width: 95%;
  }

  .heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .card-testimonial-v3 {
    flex-direction: column;
  }

  .social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .footer-list-item {
    margin-bottom: 8px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

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

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .play-button-large {
    width: 4rem;
  }

  .sermon-hero-link {
    margin-top: 56px;
  }

  .section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .social-icons {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .floating-image-hero-v6---1 {
    display: none;
  }

  .img-floating-right, .img-floating-left {
    height: 200px;
  }

  .bg-split-v4-right {
    min-height: 33%;
  }

  .bg-split-v4-left {
    min-height: 710px;
  }

  .blog-main-image {
    height: 300px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion-item-wrapper-v4 {
    padding: 32px 16px;
  }

  .content-inside-card {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

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

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

  .team-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-301 {
    font-size: 15px;
    line-height: 16px;
  }

  .badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .grid-3-columns-gap-row-72px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-title-and-categories {
    margin-bottom: 40px;
  }

  .avatar-image {
    width: 100%;
  }

  .avatar-circle-03 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .blog-card-image-featured-wrapper-v1 {
    height: 300px;
  }

  .section-pd-bottom-56px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .floating-image-hero-v1---2 {
    display: none;
  }

  .card-over-image {
    padding: 24px 16px;
  }

  .text-200-bold-3 {
    font-size: 15px;
    line-height: 16px;
  }

  .circle-icon {
    width: 100px;
    height: 100px;
  }

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

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .card-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .card-link-icon-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 24px;
  }

  .inner-container-400px {
    max-width: 100%;
  }

  .grid-contact-v1 {
    grid-row-gap: 50px;
  }

  .section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .paragraph-default-copy, .paragraph-spacer {
    font-size: 17px;
    line-height: 28px;
  }

  .pastor-card-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-container {
    width: 100%;
    display: flex;
    bottom: auto;
    left: auto;
  }

  .events {
    width: 80vw;
  }

  .sermon-series-bg-image-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .filter-card {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-bottom-4px {
    margin-bottom: 6px;
  }

  .groups-card {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .group-heading-wrapper {
    margin-top: 10px;
    margin-left: 0;
  }

  .empty-state {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .events-content-copy {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sermon-filter-card {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .input-copy {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .input-copy::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .small-square-bg-image-wrapper {
    border-radius: 16px;
  }

  .big-square-bg-image-wrapper {
    border-radius: 16px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-content {
    width: 100%;
  }

  .group-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading {
    font-size: 30px;
  }

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

  .btn-secondary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---top-bar-close-icon {
    padding-left: 12px;
    padding-right: 8px;
  }

  .btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .icon-circle-wrapper {
    font-size: 14px;
  }

  .icon-margin {
    margin-top: 10px;
    margin-left: 0;
  }

  .links-block {
    padding: 32px 16px;
  }

  .links-title {
    font-size: 18px;
    line-height: 26px;
  }

  .playbook-item.is-article.is-nav {
    background-color: #21253600;
    padding: 0;
  }

  .fadeup.mw-16ch {
    font-size: 25px;
  }

  .card-abs-link.is-nav {
    box-shadow: none;
    box-shadow: none;
  }

  .nav {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .nav-drop {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .video_embed {
    width: 80vw;
  }

  .nav-link {
    order: 1;
  }

  .nav-link.w--current {
    order: -1;
  }

  .nav-drop-list.w--open {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .container {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-hero {
    margin-top: 111px;
  }

  .hero-circ.scaleup {
    height: 35rem;
  }

  .section-2 {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-2.is-hero {
    justify-content: flex-start;
    align-items: center;
    height: 40%;
    min-height: calc(100svh - 3.375rem);
    padding-bottom: 0;
  }

  .nav-underlay {
    width: 10rem;
    margin-left: 3px;
    margin-right: 0;
    padding-left: 15px;
  }

  .accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .display-3 {
    font-size: 24px;
    line-height: 35px;
  }

  .display-3.accordion-big-number {
    display: none;
  }

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

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

  .mg-bottom-80px {
    margin-bottom: 40px;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .col {
    flex-basis: 100%;
    order: 1;
    max-width: 100%;
  }

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

  .hero_btn-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero_pill {
    font-size: .75rem;
  }

  .container-3 {
    width: 86%;
  }

  .heading-17 {
    padding-left: 20px;
  }

  .coming-soon_tag {
    margin-top: 3px;
    margin-left: .1rem;
    top: 0;
  }

  .cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-right, .pricing-left {
    padding-bottom: 0;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .card-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .card-bot {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

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

  .section-11 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

#w-node-_5f410e0f-8529-91e1-d3e0-21cf991e30ad-991e309d {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_5f410e0f-8529-91e1-d3e0-21cf991e30a1-991e309d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5f410e0f-8529-91e1-d3e0-21cf991e30a1-991e309d {
    grid-column: span 2 / span 2;
  }

  #w-node-_5f410e0f-8529-91e1-d3e0-21cf991e30db-991e309d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}
