/* fonts */
/* colors */
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
.transition {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-flex;
  display: flex;
}
.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.fl-button-wrap a.fl-button {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 35px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.fl-button-wrap a.fl-button:hover {
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.fl-button-wrap.btn-orange a.fl-button {
  background-color: #E2602C;
}
.fl-button-wrap.btn-orange a.fl-button:hover {
  background-color: #E4AC3C;
  color: #FFFFFF;
}
.fl-button-wrap.btn-yellow a.fl-button {
  background-color: #E4AC3C !important;
}
.fl-button-wrap.btn-yellow a.fl-button:hover {
  background-color: #E2602C !important;
  color: #FFFFFF;
}
.fl-button-wrap.btn-light-blue a.fl-button {
  background-color: #538388 !important;
}
.fl-button-wrap.btn-light-blue a.fl-button:hover {
  background-color: #6F8E24 !important;
  color: #FFFFFF;
}
.fl-button-wrap.btn-green a.fl-button {
  background-color: #6F8E24 !important;
}
.fl-button-wrap.btn-green a.fl-button:hover {
  background-color: #538388 !important;
  color: #FFFFFF;
}
.fl-button-wrap.btn-brown a.fl-button {
  background-color: #43292C !important;
}
.fl-button-wrap.btn-brown a.fl-button:hover {
  background-color: #E2602C !important;
  color: #FFFFFF;
}
.fl-button-wrap.btn-xl a.fl-button {
  font-size: 22px;
  padding: 12px 40px;
}
body.admin-bar .brex-mobile-menu-container-node {
  padding: 0 !important;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 1.1px;
  hyphens: auto;
  overflow-wrap: normal;
  text-wrap: pretty;
}
body {
  color: #43292C;
  overflow-x: hidden;
}
.ascent-heading span {
  color: #FFFFFF !important;
}
.top-bar .fl-row-content-wrap {
  z-index: 20;
}
.top-bar #menu-top-bar .sub-menu {
  z-index: 999;
}
.network-notification {
  display: none;
  align-items: center;
  justify-content: center;
  background: #E2602C;
  color: #fff;
  padding: 10px 60px 10px 20px;
  position: relative;
}
.network-notification.is-visible {
  display: flex;
}
.network-notification .notification_content {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.network-notification .notification_text {
  font-size: 15px;
  line-height: 1.4;
}
.network-notification .notification_text p {
  margin: 0;
}
.network-notification .notification_button {
  background: #43292C;
  color: #FFFFFF !important;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: background 0.2s;
}
.network-notification .notification_button:hover {
  background: #E4AC3C;
  color: #fff;
}
.network-notification .notification_close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  padding: 4px;
  opacity: 0.8;
  transition: opacity 0.2s, border-color 0.2s;
  line-height: 0;
}
.network-notification .notification_close:hover {
  opacity: 1;
  border-color: #fff;
}
.network-notification .notification_close svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .network-notification {
    padding: 15px 50px 15px 15px;
  }
  .network-notification .notification_content {
    flex-direction: column;
    gap: 12px;
  }
  .network-notification .notification_text {
    font-size: 14px;
    text-align: center;
  }
  .network-notification .notification_button {
    padding: 8px 25px;
  }
}
.header-main {
  position: relative;
  background: #345053;
  color: #fff;
  overflow: visible;
  margin: 0;
  padding: 20px 0 0 0;
  z-index: 9;
  will-change: transform;
  display: block;
}
.header-main::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 40px solid #345053;
  pointer-events: none;
}
.header-main .mega-menu-saved-row-container .fl-row,
.header-main .drop-down-ul {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.fl-theme-builder-header-shrink .header-main {
  padding: 10px 0 0 0;
}
.fl-theme-builder-header-shrink .header-main .brex-mega-menu-desktop .brex-mega-menu > li > a {
  font-size: 16px;
}
.fl-theme-builder-header-shrink .header-main .logo {
  margin-top: 0;
  margin-bottom: 10px;
}
.fl-theme-builder-header-shrink .header-main::after {
  content: none;
}
.mega-menu-dropdown {
  transition: all 0.2s ease-in-out;
  transition-behavior: allow-discrete;
}
.mobile-vertical-nav .pp-advanced-menu .pp-menu-toggle {
  display: none !important;
}
.mobile-vertical-nav .pp-has-submenu > .pp-has-submenu-container > a > .menu-item-text::before {
  content: "\f054";
  font-family: var(--fa-family-classic);
  font-weight: 900;
  margin-right: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
}
.mobile-vertical-nav .pp-has-submenu.pp-menu-active > .pp-has-submenu-container > a > .menu-item-text::before {
  transform: rotate(90deg);
}
.mobile-vertical-nav .pp-advanced-menu-accordion > .menu-item:not(.pp-has-submenu) > a .menu-item-text {
  padding-left: 26px;
}
.mobile-vertical-nav .pp-has-submenu > .pp-has-submenu-container > a:not([href]):not([href=""]),
.mobile-vertical-nav .pp-has-submenu > .pp-has-submenu-container > a[href="#"] {
  cursor: pointer;
}
.mobile-vertical-nav .sub-menu {
  margin-left: 26px;
}
.top-bar-menu .pp-menu-toggle {
  display: none;
}
.top-bar-menu .has-icon-map > a::before,
.top-bar-menu .has-accordion > .pp-has-submenu-container > a::before,
.top-bar-menu .has-icon-custom > a::before {
  margin-right: 8px;
  display: inline-block;
}
.top-bar-menu .has-icon-map > a::before {
  font-family: 'Font Awesome 7 Pro', 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f279';
}
.top-bar-menu .has-accordion > .pp-has-submenu-container > a::before {
  font-family: 'Font Awesome 7 Pro', 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f078';
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}
.top-bar-menu .has-accordion > .pp-has-submenu-container + .sub-menu {
  position: static !important;
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  padding-left: 26px;
}
.top-bar-menu .has-accordion.accordion-open > .pp-has-submenu-container > a::before {
  transform: rotate(0);
}
.top-bar-menu .has-accordion.accordion-open > .pp-has-submenu-container + .sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 500px;
}
.top-bar-menu .has-icon-tc > a::before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url('../images/touchstone-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.nearest-gym {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 8px;
}
.nearest-gym a {
  color: #43292c !important;
  text-decoration: underline;
}
.nearest-gym a:hover {
  color: #E2602C !important;
}
.brex-mobile-menu-icon {
  display: none !important;
}
.page-title-row .fl-row-content-wrap {
  z-index: 2;
}
.yellow-hold .fl-module-button,
.pink-hold .fl-module-button,
.green-hold .fl-module-button {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.yellow-hold .fl-heading,
.pink-hold .fl-heading,
.green-hold .fl-heading {
  text-shadow: 1px 1px 6px rgba(24, 24, 24, 0.51);
}
.yellow-hold:hover .fl-module-button,
.pink-hold:hover .fl-module-button,
.green-hold:hover .fl-module-button {
  opacity: 1;
}
.yellow-hold::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../images/Cutout-Climbing-Hover.webp");
}
.yellow-hold:hover .fl-col-content {
  background-image: url("../images/Cutout-Climbing-Hover.webp");
}
.pink-hold::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../images/Cutout-Fitness-Hover.webp");
}
.pink-hold:hover .fl-col-content {
  background-image: url("../images/Cutout-Fitness-Hover.webp");
}
.green-hold::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../images/Cutout-Community-Hover.webp");
}
.green-hold:hover .fl-col-content {
  background-image: url("../images/Cutout-Community-Hover.webp");
}
.rev-yellow-hold::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../images/Cutout-Climbing.webp");
}
.rev-yellow-hold:hover .fl-col-content {
  background-image: url("../images/Cutout-Climbing.webp");
}
.rev-pink-hold::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../images/Cutout-Fitness.webp");
}
.rev-pink-hold:hover .fl-col-content {
  background-image: url("../images/Cutout-Fitness.webp");
}
.rev-green-hold::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url("../images/Cutout-Community.webp");
}
.rev-green-hold:hover .fl-col-content {
  background-image: url("../images/Cutout-Community.webp");
}
.climb-bg-left {
  background-image: url("../images/climbing-bg.png");
  background-repeat: no-repeat;
  background-position: 2% 0%;
  background-size: contain;
}
.climb-bg-right {
  background-image: url("../images/climbing-bg-2.png");
  background-repeat: no-repeat;
  background-position: 101% 80%;
  background-size: auto;
}
.touchstone-bg {
  background-image: url("../images/touchstone-bg-transp.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 115% 100%;
}
.accent {
  padding: 0 0.2em;
  color: inherit;
}
.accent.sage {
  background: linear-gradient(#A8C6C1, #A8C6C1) 0 90% / 98% 50% no-repeat;
}
.accent.pink {
  background: linear-gradient(#FF5D7C, #FF5D7C) 0 90% / 98% 50% no-repeat;
}
.accent.mustard {
  background: linear-gradient(#E4AC3C, #E4AC3C) 0 90% / 98% 50% no-repeat;
}
.accent.orange {
  background: linear-gradient(#FF6C31, #FF6C31) 0 90% / 98% 50% no-repeat;
}
.dotted-box .fl-col-content {
  border-radius: 25px;
  margin-top: 80px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);
}
.dotted-box img {
  margin-top: -50px;
}
.rainbow-row .fl-row-content-wrap {
  position: relative;
  overflow: visible !important;
}
.rainbow-row .fl-row-content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-image: url('../images/ribbon.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
  pointer-events: none;
}
.rainbow-row .fl-row-content-wrap::after {
  content: '';
  position: absolute;
  top: -33%;
  right: 16%;
  width: 100vw;
  height: 100%;
  background-image: url('../images/home-section-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  pointer-events: none;
}
.rainbow-row.bouldering-only .fl-row-content-wrap::after {
  background-image: url('../images/home-section-bg-alt.png');
}
.ribbon-mobile .fl-row-content-wrap {
  position: relative;
}
.ribbon-mobile .fl-row-content-wrap::before {
  background-image: url('../images/ribbon-mobile-opt.webp');
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background-repeat: no-repeat;
  background-position: 50% 95%;
  background-size: 100%;
  z-index: 1;
}
.ribbon-mobile.bouldering-only .fl-row-content-wrap::before {
  background-image: url('../images/ribbon-mobile-alt-opt.webp');
}
.climbing-text-row .fl-col-group {
  display: flex;
  align-items: stretch;
}
.climbing-text-row .fl-col-group.fl-col:first-of-type {
  width: calc((100vw - 1200px) / 2);
}
.climbing-text-row .fl-col-group.fl-col:last-of-type {
  width: auto;
}
.fitness-text-row .fl-col-group {
  display: flex;
  align-items: stretch;
}
.fitness-text-row .fl-col-group.fl-col:last-of-type {
  width: calc((100vw - 1200px) / 2);
}
.fitness-text-row .fl-col-group.fl-col:first-of-type {
  width: auto;
}
.principle-container {
  position: relative;
}
.principle-container .fl-col-content {
  max-height: 45vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
.principle-container .fl-col-content::-webkit-scrollbar {
  display: none;
}
.principle-container .fl-col-content::after {
  content: '';
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent 0%, rgba(245, 245, 245, 0.7) 40%, rgba(245, 245, 245, 0.95) 100%);
  pointer-events: none;
  z-index: 10;
}
.principle-container::before {
  content: '⌄';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  color: rgb(208 170 0.74747475%);
  z-index: 15;
  animation: pulse 2s infinite;
  pointer-events: none;
}
.principle-container.scrolled-bottom::before {
  opacity: 0;
}
.principle-item {
  scroll-snap-align: start;
  margin-bottom: 2rem;
  flex-shrink: 0;
  width: 100%;
}
.about-stats h4 {
  text-transform: none !important;
}
.about-stats .bb-vcs-content {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-right: 30px;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.4;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 0.8;
    transform: translateX(-50%) translateY(5px);
  }
}
.purpose-row .fl-row-content-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 65% 100%, 0 70%);
}
.testimonials .bb-vcs-slide {
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 15px;
}
.testimonials .bb-vcs-slide::before {
  font-family: "Font Awesome 7 Pro", "Font Awesome 7 free", "Font Awesome";
  font-weight: 900;
  content: "\f10d";
  position: absolute;
  top: -30px;
  left: 10px;
  font-size: 45px;
  z-index: 10;
  color: #E4AC3C;
}
.fl-theme-builder-header-shrink .tc-mega-menu .fl-col-group > .fl-col:first-child > .fl-col-content {
  padding-bottom: 15px;
}
.fl-theme-builder-header-shrink .tc-mega-menu .fl-col-group > .fl-col:nth-child(2) > .fl-col-content,
.fl-theme-builder-header-shrink .tc-mega-menu .fl-col-group > .fl-col:nth-child(3) > .fl-col-content {
  margin-top: 15px;
}
.fl-theme-builder-header-shrink .tc-mega-menu .fl-col-group > .fl-col:nth-child(2) > .fl-col-content > .fl-heading:first-child,
.fl-theme-builder-header-shrink .tc-mega-menu .fl-col-group > .fl-col:nth-child(3) > .fl-col-content > .fl-heading:first-child {
  margin-bottom: 15px;
}
.fl-theme-builder-header-shrink .tc-mega-menu .fl-col-group > .fl-col:nth-child(4) .fl-col-group-nested > .fl-col > .fl-col-content {
  margin-top: 15px;
}
.fl-theme-builder-header-shrink .tc-mega-menu .fl-col-group > .fl-col:nth-child(4) .fl-col-group-nested > .fl-col:first-child > .fl-col-content > .fl-heading:first-child {
  margin-bottom: 15px;
}
.fl-theme-builder-header-shrink .about-mega-menu .fl-col-group > .fl-col:nth-child(1) > .fl-col-content,
.fl-theme-builder-header-shrink .about-mega-menu .fl-col-group > .fl-col:nth-child(2) > .fl-col-content,
.fl-theme-builder-header-shrink .about-mega-menu .fl-col-group > .fl-col:nth-child(3) > .fl-col-content {
  margin-top: 15px;
}
.fl-theme-builder-header-shrink .about-mega-menu .fl-col-group > .fl-col:nth-child(1) > .fl-col-content > .fl-heading:first-child,
.fl-theme-builder-header-shrink .about-mega-menu .fl-col-group > .fl-col:nth-child(2) > .fl-col-content > .fl-heading:first-child,
.fl-theme-builder-header-shrink .about-mega-menu .fl-col-group > .fl-col:nth-child(3) > .fl-col-content > .fl-heading:first-child {
  margin-bottom: 15px;
}
.fl-theme-builder-header-shrink .about-mega-menu .fl-col-group > .fl-col:nth-child(4) > .fl-col-content {
  padding-bottom: 15px;
}
.swp-result-tag {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 8px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 3px;
  text-transform: uppercase;
  border: 1px solid #333;
}
.swp-tag-faq {
  border-color: #345053;
  color: #345053 !important;
}
.swp-tag-athlete {
  border-color: #43292C;
  color: #43292C !important;
}
.swp-tag-staff {
  border-color: #E2602C;
  color: #E2602C !important;
}
.top-bar-right .fl-col-content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end !important;
}
.top-bar-right .fl-col-content .top-bar-menu-container {
  flex: 0 1 auto;
}
.top-bar-right .fl-col-content .search-container {
  flex: 0 0 auto;
  position: relative;
}
.search-flyout-wrapper {
  position: relative;
}
.search-flyout {
  position: absolute;
  top: 100%;
  right: 0;
  background: #E4AC3C;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  min-width: 400px;
  z-index: 999;
  transition: visibility 0s, opacity 0.5s linear;
}
.search-flyout.active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.search-flyout .search-submit,
.search-flyout .swp-load-more-button {
  border: 1px solid #e2602c;
  border-radius: 0;
}
.search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 10px;
}
.search-toggle:hover,
.search-toggle:active,
.search-toggle:focus {
  background: none;
  border: none;
  cursor: pointer;
}
.search-toggle i {
  color: #43292c !important;
}
.pathway-line ul {
  list-style: none;
  margin: 0;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-top: 3px solid #E2602C;
  border-bottom: 3px solid #E2602C;
}
.pathway-line ul li {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 15px;
}
.pathway-line ul li::after {
  content: '→';
  color: #E2602C;
  font-size: 20px;
}
.pathway-line ul li:last-child::after {
  content: none;
}
.network-promo {
  display: flex;
  max-width: 1450px;
  margin: 30px 0;
  background: #fff;
  border-radius: 0 18px 18px 0;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  height: 400px;
}
.network-promo .promo_image {
  flex: 0 0 70%;
  position: relative;
}
.network-promo .promo_image::after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 80px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.network-promo .promo_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.network-promo .promo_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 50px;
}
.network-promo .promo_title {
  margin: 0 0 15px 0;
  font-size: 32px;
  line-height: 1.2;
}
.network-promo .promo_text {
  margin: 0 0 25px 0;
  font-size: 20px;
  line-height: 1.5;
}
.network-promo .promo_text p:last-child {
  margin-bottom: 0;
}
.network-promo .promo_button {
  align-self: flex-start;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 35px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  background-color: #E2602C;
  color: #FFF !important;
}
.network-promo .promo_button:hover {
  background-color: #E4AC3C !important;
  color: #FFF !important;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.gym-selector-wrapper {
  margin: 20px 0;
  text-align: center;
}
.gym-selector {
  width: 100%;
  max-width: 400px;
  padding: 12px 15px;
  font-size: 16px;
  border: 2px solid #E2602C;
  border-radius: 4px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.gym-selector:focus {
  outline: none;
  border-color: #E4AC3C;
}
.subscribe-button a {
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (max-width: 1480px) {
  .network-promo {
    width: 95%;
  }
}
@media only screen and (max-width: 1360px) {
  .rainbow-row .fl-row-content-wrap::before {
    background-position: bottom 0px right -15vw;
  }
  .rainbow-row .fl-row-content-wrap::after {
    top: -30%;
    right: 10%;
  }
}
@media only screen and (max-width: 1200px) {
  .network-promo {
    height: 360px;
  }
  .network-promo .promo_image {
    flex: 0 0 60%;
  }
  .network-promo .promo_image::after {
    width: 60px;
  }
  .network-promo .promo_content {
    padding: 30px 35px;
  }
  .network-promo .promo_title {
    font-size: 26px;
  }
  .network-promo .promo_text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1180px) {
  .rainbow-row .fl-row-content-wrap::before {
    background-position: bottom 0px right -28vw;
  }
  .rainbow-row .fl-row-content-wrap::after {
    top: -23%;
    right: 1%;
  }
}
@media only screen and (max-width: 886px) {
  .home h1:first-of-type {
    font-size: 65px !important;
  }
}
@media only screen and (max-width: 769px) {
  .purpose-row .fl-row-content-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 55% 100%, 0 92%);
  }
  body.admin-bar .brex-mobile-menu-container-node {
    padding-top: 0;
  }
  .ribbon-mobile .fl-row-content-wrap::before {
    background-position: 50% 0%;
    top: -50px;
  }
  .network-promo {
    flex-direction: column;
    border-radius: 18px;
    margin: 0 15px;
    width: auto;
    height: auto;
  }
  .network-promo .promo_image {
    flex: none;
    aspect-ratio: 1.77777778;
  }
  .network-promo .promo_image::after {
    display: none;
  }
  .network-promo .promo_content {
    padding: 25px 20px 30px;
    text-align: center;
  }
  .network-promo .promo_title {
    font-size: 24px;
  }
  .network-promo .promo_text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .network-promo .promo_button {
    align-self: center;
  }
}
@media only screen and (max-width: 680px) {
  .ribbon-mobile .fl-row-content-wrap::before {
    top: -20px;
  }
  .ribbon-mobile .ribbon-text {
    margin-top: 175px !important;
  }
}
@media only screen and (max-width: 615px) {
  .ribbon-mobile .fl-row-content-wrap::before {
    top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .home h1:first-of-type {
    font-size: 50px !important;
  }
  .ribbon-mobile .fl-row-content-wrap::before {
    top: 0px;
  }
  .ribbon-mobile .ribbon-text {
    margin-top: 155px !important;
  }
}
@media only screen and (max-width: 535px) {
  .ribbon-mobile .fl-row-content-wrap::before {
    top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .ribbon-mobile .fl-row-content-wrap::before {
    top: 25px;
  }
  .ribbon-mobile .ribbon-text {
    margin-top: 125px !important;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    margin-left: auto !important;
    margin-right: auto !important;
    hyphens: auto;
    overflow-wrap: normal;
    text-wrap: balance;
  }
  .header-main::after {
    bottom: -20px;
    border-top: 20px solid #345053;
  }
  .purpose-row.brewery .fl-row-content-wrap {
    clip-path: none;
  }
  .home h1:first-of-type {
    font-size: 40px !important;
  }
  .home h1:first-of-type + h2 {
    font-size: 16px !important;
  }
  .home h1:first-of-type + h2 + h3 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 460px) {
  .ribbon-mobile .fl-row-content-wrap::before {
    top: 40px;
  }
  .ribbon-mobile .ribbon-text {
    margin-top: 105px !important;
  }
}
@media only screen and (max-width: 400px) {
  .ribbon-mobile .fl-row-content-wrap::before {
    top: 60px;
  }
}
@media only screen and (max-width: 380px) {
  .ribbon-mobile .fl-row-content-wrap::before {
    top: 70px;
  }
}
@media only screen and (max-width: 350px) {
  .ribbon-mobile .fl-row-content-wrap::before {
    top: 90px;
  }
}
