@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url(fonts/95cdaf9649767d0c8a7c96a852856671.eot);
  src: url(fonts/95cdaf9649767d0c8a7c96a852856671.eot#iefix) format("embedded-opentype"), url(fonts/a92b23cd505e79e6022eb11b427ee3d7.ttf) format("truetype"), url(fonts/21d4198d173877abf5d6051f037a006d.woff) format("woff"), url(fonts/153df3ffc85fc29ea0ca9c8e92193d2e.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-big-arrow-right:before {
  content: "\E902"; }

.icon-facebook:before {
  content: "\E905"; }

.icon-instagram:before {
  content: "\E907"; }

.icon-pinterest:before {
  content: "\E908"; }

.b-flex, .b-flex-vertical-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.b-flex-vertical-align {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.tw-header {
  min-height: 120px;
  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;
  padding: 15px 0; }
  .tw-header img {
    max-width: 100%;
    display: block;
    height: auto; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: AvertaStd-Regular;
  font-size: 14px;
  color: #423f36;
  margin: 0; }
  body.is-home {
    overflow-y: hidden; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: inherit; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  margin: 0;
  padding: 0; }

.tw-site-container {
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100vh; }

.tw-slider-container {
  -webkit-box-flex: 1 2;
  -moz-box-flex: 1 2;
  -webkit-flex: 1 2;
  -ms-flex: 1 2;
  flex: 1 2;
  background: linear-gradient(to bottom, #ffffff 50%, #e4e2dc 50%);
  padding: 0 50px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase; }

.tw-slider-container--inner {
  background-image: url(img/twine-style.jpg);
  background-position: center 0px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%; }

.tw-slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .tw-slider-caption p {
    margin: 0;
    color: #ffffff;
    font-size: 18px; }
  .tw-slider-caption h2 {
    font-family: AvertaStd-Black;
    font-size: 48px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 50px; }
  .tw-slider-caption .btn-cta {
    display: inline-block;
    padding: 20px 30px;
    background: #a69e88;
    color: #ffffff;
    font-family: AvertaStd-Black;
    cursor: pointer; }

.tw-page-container {
  background: #e4e2dc;
  padding: 30px 300px;
  text-align: center; }

.tw-page--content {
  color: #918f88;
  padding-top: 10px;
  padding-bottom: 100px; }

.typo-h1 {
  text-transform: uppercase;
  font-family: AvertaStd-Black;
  font-size: 36px;
  color: #a69e88;
  margin: 0; }

footer {
  background: #e4e2dc; }

.tw-bottom {
  padding: 35px 300px; }

.tw-copyrights {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .tw-copyrights a {
    color: #423f36; }

.tw-links {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  color: #918f88; }

.tw-menu {
  padding: 0 40px; }
  .tw-menu li {
    float: left; }
    .tw-menu li:not(:last-child) {
      padding-right: 15px; }
    .tw-menu li a {
      text-transform: uppercase;
      font-family: AvertaStd-Black; }

.tw-social {
  font-size: 20px; }
  .tw-social > div:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px; }

@media screen and (min-width: 1281px) {
  .m-enable {
    display: none; } }

@media screen and (min-width: 1024px) {
  body:not(.is-home) footer {
    position: absolute;
    bottom: 0;
    width: 100%; } }

@media screen and (max-width: 1280px) {
  .tw-slider-container {
    padding: 0 15px; }
  .tw-slider-caption p {
    font-size: 16px; }
  .tw-slider-caption h2 {
    font-size: 30px; }
  .tw-slider-container--inner {
    background-image: url(img/twine-style-mobile.jpg); }
  .tw-page-container {
    padding-left: 100px;
    padding-right: 100px; }
  .tw-bottom {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 15px; }
    .tw-bottom > div {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      text-align: center; }
      .tw-bottom > div:first-child {
        order: 1; }
      .tw-bottom > div:last-child {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .tw-bottom > div:last-child > ul {
          margin: 0 auto; }
        .tw-bottom > div:last-child > div {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%;
          padding-top: 30px;
          padding-bottom: 30px; } }

@media screen and (max-width: 550px) {
  body {
    height: auto; }
    body.is-home {
      overflow-y: auto; }
  .tw-site-container {
    height: 100%; }
  .tw-slider-caption {
    top: 75%;
    transform: translateY(-50%, -75%); }
    .tw-slider-caption .btn-cta {
      padding: 15px 20px; }
  .tw-page-container {
    padding: 30px; }
  .tw-page--content {
    padding-bottom: 50px; } }


/*# sourceMappingURL=app.9522f0cd6f309bafca60.css.map*/