@charset "UTF-8";
/*** TYPOGRAPHY ***/
#main-content h1 {
  font-size: clamp(36px, 4vw, 48px);
}
#main-content h2 {
  font-size: clamp(24px, 3vw, 36px);
}
#main-content h3 {
  font-size: clamp(18px, 2vw, 24px);
}
.pre-heading {
  color: #007A3D;
  text-transform: uppercase;
}
table th, table td {
  padding: 10px;
}
a:hover {
  color: #00ad57;
}
.excerpt-more {
  display: block;
}
.image, .image img {
  display: block;
}
/*** BUTTONS ***/
.button {
  background-color: #007A3D;
  padding: 0.75em 1.5em;
}
.button-hover {
  background-color: #00ad57;
}
body #main-content .et_pb_button {
  padding: 0.75rem 2.25rem !important;
}
/*** FORMS ***/
input[type="submit"] {
  background-color: #007A3D;
  border: none;
  padding: 0.75em 1.5em;
}
input[type="submit"]:hover {
  background-color: #00ad57;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
  background-color: #fff !important;
  border: solid 1px #d1d2d4 !important;
  padding: 5px 8px;
}
.forminator-label {
  display: block;
}
.forminator-input, .forminator-textarea {
  border: solid 1px #d1d2d4;
  padding: 1em !important;
  width: 100%;
}
.forminator-row-last {
  text-align: center;
}
.forminator-button-submit {
  background: #007A3D;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0.75em 1.5em !important;
  border: none;
  cursor: pointer;
}
.forminator-button-submit:hover {
  background: #666;
}
.list__item:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.list__item:not(:last-child):after {
  content: "";
  display: block;
  clear: both;
  height: 8px;
  background: #eee;
  margin: 4em auto 0 auto;
  width: 80px;
}
.list, .list li {
  list-style: none;
  padding-left: 0 !important;
}
.list__title {
  font-size: 24px;
}
@media (max-width: 979px) {
  .list {
    padding-left: 20px !important;
    padding-right: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.link {
  color: var(--link);
  cursor: pointer;
}
.link:hover {
  color: #00ad57;
}
.header__row {
  display: flex;
  align-items: center;
}
.et-db #et-boc header.et-l .et_pb_column {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .header__col_buttons .et_pb_button_module_wrapper:first-child {
    margin-right: 1rem;
  }
}
@media (max-width: 980px) {
  .header__col_menu {
    padding-right: 2rem;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  .header__col_menu {
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .header__col_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header__col_menu .et_pb_button {
    margin-right: 1rem;
  }
}
body {
  background-color: #fef7ec;
}
.header__row {
  transition: padding 1s;
}
body.logged-in header {
  padding-top: 3rem;
}
header {
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  transition: padding 1s;
  border-bottom: solid 1px #fce7c5;
}
header.fixed-header .header__row {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.header__row {
  background-color: #fef7ec !important;
}
.header__logo img {
  transition: max-height 1s;
}
/*** SLIDER ***/
.et-pb-arrow-next, .et-pb-arrow-prev {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
  border-radius: 50%;
}
.et-pb-controllers {
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
}
@media (max-width: 767px) {
  .et-pb-controllers {
    display: none;
  }
}
@media (min-width: 768px) {
  .et-pb-controllers {
    width: fit-content !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.et-pb-controllers a {
  vertical-align: middle;
}
.et_pb_slider:hover .et-pb-controllers {
  background-color: rgba(255, 255, 255, 0.9);
}
footer {
  border-top: solid 1px #fce7c5;
}
footer .et_pb_menu .et_pb_menu__wrap {
  justify-content: center !important;
}
.footer__copyright {
  font-size: 12px;
  color: #888;
}
/*** HEADER SEARCH ***/
.header__search input[type="text"] {
  background-color: #fff !important;
  padding: 0.75em 1.5em;
}
/* GOOGLE SEARCH */
form.gsc-search-box {
  max-width: 580px;
}
table.gsc-search-box {
  margin-bottom: 0 !important;
}
.entry-content table:not(.variations) {
  border: none !important;
  margin-bottom: 0 !important;
}
.wgs_wrapper td.gsib_a {
  padding: 4px 8px;
}
.gsc-search-button-v2 {
  border: none !important;
  height: 24px !important;
}
.gsc-search-button-v2:hover {
  background: #00ad57 !important;
  cursor: pointer;
}
.gsc-input {
  max-width: 550px;
}
.wgs_wrapper .gsc-input-box .gsib_a input {
  height: 24px !important;
  max-width: 500px;
}
@media (min-width: 1200px) {
  .wgs_wrapper .gsc-input-box .gsib_a input {
    width: 100%;
    border: none !important;
  }
  .header__search .gsc-input-box {
    height: 34px !important;
    border: solid 1px #ccc;
  }
}
/*   GOOGLE SEARCH RESULTS */
.search-results .gsc-input-box {
  border: solid 1px #ccc;
}
.search-results .wgs_wrapper .gsc-input-box .gsib_a input {
  border: none !important;
}
.gsc-webResult.gsc-result {
  margin-bottom: 2em !important;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 20px !important;
}
.gcsc-more-maybe-branding-root {
  display: none;
}
.gsc-adBlock {
  display: none !important;
  height: 0 !important;
  overflow: hidden;
}
/* IVORY SEARCH */
@media (max-width: 1199px) {
  #searchform {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #searchform {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .header__search input[type="text"] {
    border: none !important;
  }
}
body {
  transition: 0.5s all;
}
@media (max-width: 1199px) {
  .header__search {
    background-color: #ddd;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    transform: translateY(-200%);
    transition: 0.5s all;
  }
  .header__search form {
    max-width: 600px;
    margin: 0 auto !important;
  }
}
.search-open {
  padding-top: 59px;
}
.search-open .header__search {
  transform: translateY(0);
}
.header__search input[type="submit"], .et-db #et-boc .et-l .header__search.et_pb_search input.et_pb_searchsubmit {
  background-color: #000;
  color: #fff;
}
.search__toggle {
  width: 32px;
  height: 24px;
  margin: -6px 0 0 !important;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .search__toggle .et-pb-icon {
    transition: all 0.5s;
  }
  .search__toggle:hover .et-pb-icon {
    opacity: 0.5;
  }
  .header__search input[type="submit"] {
    transition: all 0.3s;
    line-height: 1 !important;
  }
  .header__search input[type="submit"]:hover {
    background-color: #666 !important;
  }
}
@media (min-width: 1200px) {
  .search__toggle {
    display: none;
  }
  .icon_search:before {
    color: #fff;
  }
  .icon_search:hover:before {
    opacity: 0.7;
  }
  .header__search {
    margin-left: auto;
  }
}
.icon_search {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
  height: 30px;
  width: 30px;
  margin-top: -3px;
  cursor: pointer;
}
.icon_search:before {
  display: inline-block;
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  content: "U";
}
@media (max-width: 1199px) {
  .icon_search:before {
    color: #000;
  }
  .icon_search:hover:before {
    color: #666;
  }
}
@media (min-width: 1200px) {
  .search__toggle {
    display: none;
  }
  .icon_search:before {
    color: #fff;
  }
  .icon_search:hover:before {
    opacity: 0.7;
  }
  .header__search input[type="text"] {
    height: 34px !important;
  }
  header .header__search {
    max-width: 400px;
    margin-bottom: 20px !important;
  }
}
/*** MENU ***/
.et-db #et-boc .et-l .header__menu.et_pb_menu_0_tb_header.et_pb_module, .header__menu.et_pb_menu_0_tb_header.et_pb_module {
  margin-left: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0 !important;
}
.header__menu .et-menu a {
  color: #fff;
}
.et_pb_menu--style-centered .et_pb_menu__wrap, .et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap {
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .mobile_menu_bar {
    display: none !important;
  }
  .header__col_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header__menu .et_pb_menu__menu > nav > ul > li > a {
  font-family: "Lato", sans-serif;
}
/* Align hamburger right */
.et_pb_menu--style-centered .et_pb_menu__wrap {
  justify-content: flex-end !important;
}
.header__section .et_mobile_menu {
  border: none !important;
  background: transparent !important;
  box-shadow: none;
  position: static !important;
  padding: 0 !important;
  display: block !important;
}
.et_mobile_menu li li {
  padding-left: 0 !important;
}
/*
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
	color:#333!important;
	font-size:68px!important;
	top:0px!important;
	transition:all .5s;
}


.header__section .et_mobile_menu {
	border:none!important;
	position:fixed!important;
	left:-100%!important;
	top:0!important;
	width:80%!important;
	max-width:400px;
	height:100%!important;
	padding:0!important;
	overflow-y:auto;
	display:block!important;
	transition:all .3s;
}
*/
/*
header .opened .et_mobile_menu {
	left:0!important;
}


.et_mobile_menu li li a,.et-db #et-boc .et-l .et_mobile_menu li li a {
	padding-left:40px;
}

.et_mobile_menu li a,.et_mobile_nav_menu li a {
    border-bottom:solid 1px rgba(255,255,255,.15)!important;
}
*/
@media (max-width: 980px) {
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    color: #00ad57 !important;
  }
  .et_mobile_nav_menu {
    margin-right: -10px;
  }
}
@media (min-width: 981px) {
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    opacity: 0.7;
  }
  .et_pb_menu__wrap .mobile_menu_bar {
    transform: translateY(3%);
  }
}
@media (max-width: 1199px) {
  .et_pb_menu__menu {
    display: none !important;
  }
  .et_mobile_nav_menu {
    display: block !important;
  }
  .opened .mobile_menu_bar:before {
    content: "M" !important;
  }
  .et_mobile_menu .sub-menu {
    padding: 0 !important;
  }
  .et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
    background: none;
  }
  .et-db #et-boc .et-l .et_mobile_menu li a {
    border: none;
  }
  body .et_mobile_menu li.current-menu-item a {
    background-color: #cd8b3a;
  }
  body .et_mobile_menu li a:hover {
    opacity: 1;
    background-color: #00ad57;
  }
  header .et_mobile_menu > li {
    margin-bottom: 0.5em;
  }
  header .et_mobile_menu > li > a {
    font-size: 30px !important;
    padding: 16px 30px;
  }
  header .opened #mobile_menu1 {
    background-color: #007A3D !important;
  }
  body {
    height: 100vh;
  }
  * {
    box-sizing: border-box;
  }
  header .social-icons {
    position: fixed;
    z-index: 998;
    left: 50%;
    top: 72%;
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
    transition-delay: 0s;
  }
  .menu-opened header .social-icons {
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .header__mobile-contact {
    text-align: center;
    position: fixed !important;
    z-index: 998;
    left: 50%;
    top: calc(72% + 80px);
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    transition: 0.5s;
    color: #85B9E0;
    font-size: 24px;
    line-height: 1.6;
    transition: all 0.1s;
    transition-delay: 0s;
    opacity: 0;
  }
  .header__mobile-contact a {
    color: #85B9E0;
  }
  .menu-opened .header__mobile-contact {
    display: block;
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .menu-icon-toggle-wrapper {
    z-index: 1000;
  }
  .menu-icon-toggle {
    display: block;
    width: 30px;
    height: 30px;
    z-index: 9;
    position: fixed;
    top: 24px;
    right: 15px;
  }
  .menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #007A3D;
    transform: translate(0, -50%);
    transition: opacity 0.3s 0.3s;
  }
  .home:not(.menu-opened) .menu-icon-toggle span {
    background-color: #007A3D;
  }
  .menu-icon-toggle::before, .menu-icon-toggle::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #007A3D;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  }
  .menu-icon-toggle::before {
    top: 6px;
  }
  .menu-icon-toggle::after {
    bottom: 6px;
  }
  .menu-opened .menu-icon-toggle span {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    background-color: white;
  }
  .menu-opened .menu-icon-toggle::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .menu-opened .menu-icon-toggle::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  #et-main-area {
    position: relative;
  }
  .menu-opened #et-main-area {
    z-index: 1;
  }
  .menu-opened {
    overflow: hidden;
  }
  .menu-opened .header__menu {
    left: 0 !important;
    visibility: visible;
  }
  .header__menu {
    left: -100% !important;
    position: fixed !important;
    z-index: 998;
    top: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: #007A3D;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  }
  .header__menu .et_mobile_nav_menu {
    position: fixed !important;
    top: 40%;
    left: -50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    transition: all 0.3s;
  }
  .menu-opened .header__menu .et_mobile_nav_menu {
    visibility: visible;
    z-index: 999;
    transition: all 0.1s;
    left: 50%;
    display: block;
  }
  .header__menu .et_mobile_nav_menu li {
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.1s ease-in-out;
  }
  .menu-opened .header__menu .et_mobile_nav_menu li {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0);
    backface-visibility: hidden;
    transition: all 1s;
  }
  #et-main-area, .header__logo, .header-cta-mobile, header .et_pb_button_module_wrapper {
    transition: all 0.3s;
  }
  .menu-opened #et-main-area, .menu-opened .header__logo, .menu-opened .header-cta-mobile, .menu-opened header .et_pb_button_module_wrapper {
    opacity: 0;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .menu-icon-toggle {
    top: 16px;
  }
}
@media (min-width: 981px) {
  .menu-icon-toggle {
    top: 28px;
  }
}
@media (min-width: 1200px) {
  body .et_pb_menu_1_tb_header.et_pb_module {
    margin-left: 0 !important;
  }
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #353535 !important;
  }
  .et-db #et-boc .et-l .et-menu li li a {
    color: #fff !important;
  }
  #menu-main-menu > .current-menu-item > a {
    color: #007A3D !important;
  }
}
@media (min-width: 1400px) {
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #353535 !important;
  }
}
.centered-text {
  max-width: 650px;
  text-align: center;
  margin: auto;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
}
.bg-green h2, .bg-green h3, .bg-green p, .bg-green li {
  color: #fff;
}
.bg-green a {
  color: #7affbd;
}
.bg-tan h2, .bg-tan h3, .bg-tan p, .bg-tan li {
  color: #222;
}
.bg-tan .frames .et_pb_column {
  border-color: #c4a56f;
  background-color: #fdeacd;
}
.frames .et_pb_column {
  padding: 2rem;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .two-col-text {
    column-count: 2;
    column-gap: 2rem;
  }
}
.review-cta {
  border-radius: 8px;
  padding: 1.5rem;
  background-color: #1a9646;
}
@media (min-width: 768px) {
  .center-auto-width {
    width: fit-content !important;
    margin: 0 auto !important;
  }
}
/* Base social link styling */
.social-link {
  position: relative;
  padding-left: 1.6em;
  white-space: nowrap;
}
/* Use Divi icon font */
.social-link::before {
  font-family: "ETmodules";
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0.05em;
  line-height: 1;
}
/* X (Twitter) icon */
.social-link.x::before {
  content: "";
  /* Twitter/X icon */
}
/* Instagram icon */
.social-link.instagram::before {
  content: "";
  /* Instagram icon */
}
.frame {
  border: solid 1px #fcebcf;
  background-color: #fff;
  padding: 2rem;
}
.book-list {
  border: solid 1px #fce7c5;
  background-color: #fff;
  padding: 1.5rem;
}
.home-top-buttons .et_pb_column {
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .home-top-buttons .et_pb_column {
    flex-direction: column;
  }
}
.banner-hero {
  position: relative;
  overflow: hidden;
}
.banner-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Linear Gradient: 50% opacity to 100% opacity */
  background: linear-gradient(to bottom, rgba(254, 247, 236, 0.6) 0%, #fef7ec 100%);
  /* Ensures the gradient stays on top of the image */
  z-index: 1;
}
@media (max-width: 980px) {
  .banner-hero::after {
    background: linear-gradient(to bottom, rgba(254, 247, 236, 0.8) 0%, #fef7ec 100%);
  }
}
body .home-intro {
  background-color: #fef7ec;
}
@media (min-width: 981px) {
  .home-features {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* Container styling for the rounded background */
.custom-icon-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  /* Smooth rounded corners */
}
/* 1. Unfiltered Lens (Orange/Peach) */
.book-feature {
  margin-bottom: 2rem !important;
}
.book-feature h3 {
  position: relative;
  padding-left: 3.5rem;
}
.book-feature p {
  padding-left: 3.5rem;
}
.book-feature h3:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-65%);
  border-radius: 8px;
  padding: 0.5rem 0.7rem;
  font-size: 21px;
}
.lens h3:before {
  background-color: #fae3cf;
  content: "";
  /* Divi Lens Icon \0f  */
  color: #c07d54;
  font-family: "ETmodules";
}
/* 2. First-hand Accounts (Light Green) */
.first-hand h3:before {
  background-color: #d5eed8;
  content: "";
  /* Divi Mic icon */
  color: #4e7d56;
  font-family: "ETmodules";
}
/* 3. Decades of History (Light Mauve/Tan) */
.history h3:before {
  background-color: #fadbd1;
  content: "";
  /*  Divi Hourglass Icon */
  color: #a86c4d;
  font-family: "ETmodules";
}
/***
 
* How to Apply in Divi
For Blurb Modules: You don't need the CSS above. Simply go to Design > Icon and set the "Icon Color" and "Circle Color" (under Image/Icon) to the hex codes provided in the CSS.

Hex Color Summary:

Orange Theme: Icon #c07d54 | BG #fdf2e9

Green Theme: Icon #4e7d56 | BG #eff7f0

Tan Theme: Icon #a86c4d | BG #f9f0ed


***/
/* Standard styling for the rounded icon container */
.buy-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-icon div div {
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  padding: 1rem;
  border-radius: 50%;
  /* Perfect circle as seen in screenshot */
}
/* 1. Amazon (Orange/Peach) */
.amazon-icon div div {
  background-color: #ffd7b3;
}
.amazon-icon div div:before {
  content: "";
  /* Divi Shopping Cart */
  color: #ab673d;
  font-family: "ETmodules";
}
/* 2. Buy Direct (Light Brown/Tan) */
.direct-icon div div {
  background-color: #fadbd1;
}
.direct-icon div div:before {
  content: "";
  /* Divi Banknotes */
  color: #a86c4d;
  font-family: "ETmodules";
}
/* 3. Free Download (Light Green) */
.download-icon div div {
  background-color: #c8e8cc;
}
.download-icon div div:before {
  content: "";
  /* Divi Download Arrow */
  color: #4e7d56;
  font-family: "ETmodules";
}
.contact-button {
  max-width: 550px;
  padding: 1rem 2.5rem;
  margin: 0.5rem auto auto auto;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #fff;
  transition: all 0.3s;
  font-size: clamp(16px, 1.4vw, 21px);
}
.contact-button:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.flex-two-col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex-two-col {
    align-items: center;
    flex-direction: row;
  }
}
.collab:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  background: url(/wp-content/uploads/children-camp.webp) no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .collab:before {
    background-size: auto 100%;
  }
}
