/*! CSS Used from: https://static1.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/11324/assets/styles/globals.css?11372 */
/* *,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit;} */
/* div,span,img,a,ol,li{vertical-align:baseline;border:0;outline:0;padding:0;margin:0;} */
/* li{list-style:none;}
aside{display:block;} */
li {
  list-style: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: inherit;
}
a:active,
a:hover {
  outline-width: 0;
}
/* img{border-style:none;}
::-webkit-input-placeholder{color:inherit;opacity:.54;}
body a{color:#000;}
body a::after{background-color:#000;} */
a {
  border-bottom: none;
}
.theme-dark-background a {
  color: #fff;
}
.theme-dark-background a::after {
  background-color: #fff;
}
/*! CSS Used from: https://static1.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/11371/assets/styles/components/link.css?6a6adf87141bdfddcd70d5632de47b33 */
.link {
  position: relative;
  border-bottom: none;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
@media all and (min-width: 1280px) {
  .link {
    font-size: 18px;
  }
}
@media all and (min-width: 1920px) {
  .link {
    font-size: 20px;
  }
}
.link--has-anchor-animation .link__text {
  position: relative;
  padding-bottom: 1px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(currentColor),
      to(currentColor)
    ),
    -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -o-linear-gradient(currentColor, currentColor),
    -o-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
  background-size: 51% 2px, 50% 2px;
  background-position: 0 100%, 100% 100%;
  -webkit-animation: underlineSlideIn 0.5s cubic-bezier(0.694, 0, 0.335, 1)
    forwards;
  animation: underlineSlideIn 0.5s cubic-bezier(0.694, 0, 0.335, 1) forwards;
}
.link--has-anchor-animation .link__text aside {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: -0.2em;
}
.link--has-anchor-animation .link__text aside span {
  padding-left: 0.2em;
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.link--has-anchor-animation .link__text aside span:nth-child(1) {
  position: relative;
}
.link--has-anchor-animation .link__text aside span:nth-child(2) {
  position: absolute;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  padding-right: 100%;
}
@media (hover: hover) {
  .link--has-anchor-animation .link__text:hover {
    -webkit-animation: underlineSlideOut 0.5s cubic-bezier(0.694, 0, 0.335, 1)
      forwards;
    animation: underlineSlideOut 0.5s cubic-bezier(0.694, 0, 0.335, 1) forwards;
  }
  .link--has-anchor-animation .link__text:hover aside span {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
    -o-transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1),
      -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .link--has-anchor-animation .link__text:hover aside span:nth-child(1) {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  .link--has-anchor-animation .link__text:hover aside span:nth-child(2) {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (hover: hover) and all and (prefers-reduced-motion: reduce) {
  .link--has-anchor-animation .link__text:hover {
    -webkit-animation: none;
    animation: none;
    background: 0 0;
  }
  .link--has-anchor-animation .link__text:hover aside span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media all and (prefers-reduced-motion: reduce) {
  .link--has-anchor-animation .link__text {
    -webkit-animation: none;
    animation: none;
  }
}
/*! CSS Used from: https://static1.squarespace.com/static/ta/5134cbefe4b0c6fb04df8065/11371/assets/styles/components/homepage/jun-2022/templates.css?6a6adf87141bdfddcd70d5632de47b33 */
.templates__templates-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media all and (min-width: 768px) {
  .templates__templates-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media all and (min-width: 1280px) {
  .templates__goals-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.templates__goals-container[data-has-intersected="true"] ol li,
.templates__goals-container[data-has-intersected="true"]
  .templates__all-templates-link {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.templates__goals-container li {
  opacity: 0;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: var(--reveal-delay);
  -o-transition-delay: var(--reveal-delay);
  transition-delay: var(--reveal-delay);
  margin-bottom: 12px;
}
@media all and (prefers-reduced-motion: reduce) {
  .templates__goals-container li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media all and (min-width: 1024px) {
  .templates__goals-container li {
    margin-bottom: 16px;
  }
}
.templates__goals-container li:last-child {
  margin-bottom: 30px;
}
.templates__goal-link {
  position: relative;
  text-transform: initial;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 24px;
  line-height: 1.2em;
}
@media all and (min-width: 768px) {
  .templates__goal-link {
    font-size: 32px;
    line-height: 1em;
  }
}
@media all and (min-width: 1024px) {
  .templates__goal-link {
    font-size: 40px;
  }
}
@media all and (min-width: 1440px) {
  .templates__goal-link {
    font-size: 48px;
  }
}
.templates__goal-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media all and (min-width: 1024px) {
  .templates__goal-link::after {
    height: 3px;
  }
}
.templates__goal-link aside {
  display: inline-block;
  top: 6px;
  opacity: 0;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.694, 0, 0.335, 1),
    -webkit-transform 0.4s cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 0.4s cubic-bezier(0.694, 0, 0.335, 1),
    -webkit-transform 0.4s cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: transform 0.4s cubic-bezier(0.694, 0, 0.335, 1),
    opacity 0.4s cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 0.4s cubic-bezier(0.694, 0, 0.335, 1),
    opacity 0.4s cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 0.4s cubic-bezier(0.694, 0, 0.335, 1),
    opacity 0.4s cubic-bezier(0.694, 0, 0.335, 1),
    -webkit-transform 0.4s cubic-bezier(0.694, 0, 0.335, 1);
}
.templates__goal-link:hover,
.templates__goal-link.is-active {
  opacity: 1;
}
.templates__goal-link:hover::after,
.templates__goal-link.is-active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.templates__goal-link:hover aside,
.templates__goal-link.is-active aside {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.templates__images {
  position: relative;
  display: block;
  margin-bottom: 32px;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.templates__images:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.548%;
}
.templates__images > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .templates__images {
    width: calc((((100% - 200px) / 6) * 3) + 80px + 0px);
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .templates__images {
    width: calc((((100% - 440px) / 12) * 7) + 240px + 0px);
  }
}
.templates__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s, 0.8s;
  -o-transition-duration: 0.3s, 0.8s;
  transition-duration: 0.3s, 0.8s;
  -webkit-transition-timing-function: step-end, step-end;
  -o-transition-timing-function: step-end, step-end;
  transition-timing-function: step-end, step-end;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  z-index: 1;
}
.templates__image.is-loaded {
  opacity: 1;
}
.templates__image img {
  height: 100%;
  width: 100%;
}
.templates__image.is-loaded {
  opacity: 1;
}
.templates__image.is-active {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955),
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955),
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955),
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* .templates__image img{opacity:0;} */
.templates__all-templates-link {
  opacity: 0;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: var(--reveal-delay);
  -o-transition-delay: var(--reveal-delay);
  transition-delay: var(--reveal-delay);
}
@media all and (prefers-reduced-motion: reduce) {
  .templates__all-templates-link {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
