@import url("https://use.typekit.net/hdq7bvn.css");
html,
body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #ebd2aa;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.05rem;
  line-height: 32px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: adonis-web, serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px; }

.text-wrapper {
  max-width: 500px;
  padding: 30px; }

.hidden-on-load {
  opacity: 0;
  transition: opacity 0.5s linear; }

.orb-container {
  left: 0;
  position: absolute;
  width: 100%;
  height: 120vh;
  transform: translateY(0);
  z-index: -1; }
  .orb-container .st0 {
    fill: #ff893e; }
  .orb-container #orb {
    width: 100%;
    height: 120vh; }
  @media screen and (min-width: 641px) {
    .orb-container {
      position: fixed;
      transform: translateY(500px);
      width: calc(100vw * 7 / 12); } }

.main-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100vw; }
  @media screen and (min-width: 641px) {
    .main-container {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      overflow: unset; } }
  .main-container .background-graphic {
    z-index: -1; }
  .main-container .rotate-180 {
    margin-top: 6rem;
    transform: rotate(180deg); }
  .main-container div.col-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden; }
    .main-container div.col-1 section {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      padding: 100px 0; }
      .main-container div.col-1 section.section-one {
        margin-top: -30vh; }
        @media screen and (min-width: 641px) {
          .main-container div.col-1 section.section-one {
            margin-top: 0; } }
      .main-container div.col-1 section .image {
        border-top-right-radius: 44px;
        border-bottom-right-radius: 44px;
        margin-top: 6rem;
        margin-left: 0;
        width: 90%; }
      .main-container div.col-1 section.section-two .image {
        border-radius: 44px;
        margin: 0 auto; }
    .main-container div.col-1 .mobile-description {
      background: #923b38;
      border-top: 3.5px solid #ff893e;
      border-bottom: 3.5px solid #ff893e;
      color: #ebd2aa;
      padding: 30px;
      line-height: 1.5rem; }
      @media screen and (min-width: 641px) {
        .main-container div.col-1 .mobile-description {
          display: none; } }
    @media screen and (max-width: 420px) {
      .main-container div.col-1 .top,
      .main-container div.col-1 .orb-container {
        margin-top: 100px; } }
    @media screen and (min-width: 641px) {
      .main-container div.col-1 {
        border-right: 3.5px solid #ff893e;
        width: calc(100vw * 7 / 12); } }
    .main-container div.col-1 .svg-container svg {
      height: 120vh;
      width: 100%; }
  .main-container .col-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 30px 0;
    width: calc(100vw * 10 / 12);
    position: absolute;
    top: 0;
    left: calc(100vw / 12); }
    @media screen and (min-width: 641px) {
      .main-container .col-2 {
        left: auto;
        margin: 0;
        padding: 60px;
        position: fixed;
        right: 0;
        top: 0;
        width: calc(100vw * 5 / 12); } }
    @media screen and (min-width: 641px) and (max-width: 1007px) {
      .main-container .col-2 {
        padding: 20px; } }
  .main-container .subheader {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    padding-top: 30px;
    width: 100%; }
    .main-container .subheader p {
      color: #674a2d;
      font-size: 14px;
      line-height: 15px; }
    .main-container .subheader div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .main-container .subheader div img {
        margin: 0 8px;
        width: 26px; }

footer {
  background-color: #923b38;
  border-top: 3.5px solid #ff893e;
  bottom: 0;
  color: #ebd2aa;
  left: 0;
  position: fixed;
  right: 0;
  transform: translateY(500px);
  width: 100vw;
  z-index: 100; }
  @media screen and (min-width: 641px) {
    footer {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  footer .col-1 {
    border-right: 3.5px solid #ff893e;
    display: none;
    width: calc(100vw * 6 / 12);
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    footer .col-1 .text-wrapper {
      margin: 0 auto; }
    @media screen and (min-width: 641px) {
      footer .col-1 {
        display: block; } }
  footer .col-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }
    @media screen and (min-width: 641px) {
      footer .col-2 {
        width: calc(100vw * 6 / 12); } }
    footer .col-2 #mc-embedded-subscribe-form {
      padding: 0; }
    footer .col-2 #mc_embed_signup {
      font-family: adonis-web, serif;
      font-weight: 400;
      font-style: normal;
      clear: left;
      max-width: 400px;
      width: calc(100% - 60px); }
      @media screen and (min-width: 641px) {
        footer .col-2 #mc_embed_signup {
          width: 70%; } }
      footer .col-2 #mc_embed_signup input:not(.button) {
        font-family: adonis-web, serif;
        font-weight: 400;
        font-style: normal;
        background: #ebd2aa;
        border: 2px solid #674a2d;
        color: #674a2d;
        text-transform: capitalize;
        padding: 7px 10px;
        width: calc(100% - 24px); }
        footer .col-2 #mc_embed_signup input:not(.button) ::-webkit-input-placeholder {
          /* Edge */
          color: #674a2d; }
        footer .col-2 #mc_embed_signup input:not(.button) :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #674a2d; }
        footer .col-2 #mc_embed_signup input:not(.button) ::placeholder {
          color: #674a2d; }
      footer .col-2 #mc_embed_signup input:focus {
        outline: none; }
      footer .col-2 #mc_embed_signup .submit-wrapper {
        align-items: center;
        background: #674a2d;
        border: 2px solid #ebd2aa;
        color: #674a2d;
        display: flex;
        display: flex;
        justify-content: flex-start;
        float: right;
        line-height: 2rem;
        margin-top: 10px;
        position: relative;
        width: 150px; }
        footer .col-2 #mc_embed_signup .submit-wrapper:before {
          transition: all 0.35s ease-in-out;
          content: "";
          width: 0%;
          height: 36px;
          background: #ebd2aa;
          position: absolute;
          left: 0;
          z-index: 0; }
        footer .col-2 #mc_embed_signup .submit-wrapper .diamond-container {
          z-index: 1;
          background-color: #ebd2aa;
          display: flex;
          align-items: center;
          height: 30px;
          padding: 3px;
          width: 30px; }
          footer .col-2 #mc_embed_signup .submit-wrapper .diamond-container rect {
            fill: #674a2d; }
        footer .col-2 #mc_embed_signup .submit-wrapper .button {
          font-family: adonis-web, serif;
          font-weight: 400;
          font-style: normal;
          width: 100%;
          z-index: 1;
          background: none;
          border: none;
          color: #ebd2aa;
          display: inline-block;
          outline: none;
          margin-bottom: 0; }
        footer .col-2 #mc_embed_signup .submit-wrapper:hover {
          color: #674a2d;
          cursor: pointer; }
          footer .col-2 #mc_embed_signup .submit-wrapper:hover:before {
            background: #ebd2aa;
            width: 100%; }
          footer .col-2 #mc_embed_signup .submit-wrapper:hover .button {
            color: #674a2d; }
  footer .social-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 400px;
    padding: 10px 30px;
    width: calc(100% - 60px); }
    @media screen and (min-width: 641px) {
      footer .social-wrapper {
        width: 70%;
        padding: 20px 0 30px 0; } }
    footer .social-wrapper a {
      color: #ebd2aa;
      text-decoration: none;
      text-transform: capitalize;
      padding: 0 30px 0 0; }

svg#orb path.st0 {
  fill: #ff893e; }

svg.social {
  width: 20px;
  height: auto; }
  @media screen and (min-width: 641px) {
    svg.social {
      width: 25px; } }
  svg.social path {
    fill: #ebd2aa; }
  svg.social:hover path {
    fill: #ff893e; }

svg#graphic .st0,
svg#inverse .st0 {
  fill: #223037; }
svg#graphic .st1,
svg#inverse .st1 {
  fill: #396142; }
svg#graphic .st4,
svg#inverse .st4 {
  fill: #ff893e; }

svg#logo {
  max-width: 400px;
  margin: 0 auto; }
  svg#logo .st0 {
    fill: #674a2d; }
  svg#logo .st1 {
    fill: none;
    stroke: #ff893e;
    stroke-width: 5;
    stroke-linecap: square;
    stroke-miterlimit: 10; }
  svg#logo .st2 {
    fill: none;
    stroke: #ff893e;
    stroke-width: 5;
    stroke-linecap: square;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }
  svg#logo .st1,
  svg#logo .st2 {
    stroke-dasharray: 1505;
    stroke-dashoffset: 1505; }

/*# sourceMappingURL=main.css.map */
