@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
  background: #fff;
  display: none;
}

.load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.js .load, .js #loader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.load__logo {
  height: 5rem;
  -webkit-animation: opacity 2s ease infinite;
          animation: opacity 2s ease infinite;
}

.load__text {
  padding: 2rem 0 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}

@keyframes opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}

html {
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 1.5px;
}

body {
  color: #222;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 4.375rem;
}

p + p {
  margin: 1rem 0 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover,
a:focus {
  text-decoration: underline;
}

em {
  font-style: italic;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h1, h2, h3 {
  font-weight: 900;
  margin: 0 0 0.3em;
  text-align: center;
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

.btn--primary {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #000;
  padding: 0.5rem 2rem;
  text-align: center;
  border-radius: 3rem;
  cursor: pointer;
  font-size: 1rem;
  display: inline-block;
  color: #fff;
}

.btn--primary:hover {
  background: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn--primary:active {
  background: black;
  text-decoration: none;
}

.btn--primary:focus {
  text-decoration: none;
}

.btn--white {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  padding: 0.5rem 2rem;
  text-align: center;
  border-radius: 3rem;
  cursor: pointer;
  font-size: 1rem;
  display: inline-block;
  color: #000;
}

.btn--white:hover {
  background: #ebebeb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn--white:active {
  background: #d9d9d9;
  text-decoration: none;
}

.btn--white:focus {
  text-decoration: none;
}

.btn--ghost {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0);
  padding: 0.5rem 2rem;
  text-align: center;
  border-radius: 3rem;
  cursor: pointer;
  font-size: 1rem;
  display: inline-block;
  color: #000;
  -webkit-box-shadow: inset 0 0 0 1px #222;
          box-shadow: inset 0 0 0 1px #222;
}

.btn--ghost:hover {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn--ghost:active {
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.btn--ghost:focus {
  text-decoration: none;
}

.btn--ghost:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #000;
  padding: 0.5rem 2rem;
  text-align: center;
  border-radius: 3rem;
  cursor: pointer;
  font-size: 1rem;
  display: inline-block;
  color: #fff;
}

.btn--ghost:hover:hover {
  background: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn--ghost:hover:active {
  background: black;
  text-decoration: none;
}

.btn--ghost:hover:focus {
  text-decoration: none;
}

.btn--medium {
  font-size: 1.25rem;
}

.btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
}

.container--small {
  max-width: 650px;
}

.container--medium {
  max-width: 950px;
}

.container--full {
  max-width: none;
}

.container--horizontal-spaces {
  margin: 3rem auto;
}

.container--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container--col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .container--col-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.container--col-2--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.container--col-2--photos {
  margin: 0 -0.5rem;
  width: calc( 100% + 1rem);
}

.col-2 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .col-2 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .col-2--40 {
    width: 40%;
  }
}

@media screen and (min-width: 992px) {
  .col-2--45 {
    width: 45%;
  }
}

@media screen and (min-width: 992px) {
  .col-2--55 {
    width: 55%;
  }
}

@media screen and (min-width: 992px) {
  .col-2--60 {
    width: 60%;
  }
}

.col-2__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1rem;
}

.col-2__text--start {
  padding: 0rem 1rem 2rem;
}

.col-2__content--condensed {
  max-width: 51rem;
}

.col-img--2-photos-only {
  padding: 1rem 0.5rem 0;
}

.col-img--4-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .col-img--4-photos {
    margin: 0 -0.5rem;
  }
}

.col-img__picture {
  display: block;
  width: 100%;
  padding: 2rem;
}

.white-spaces {
  padding: 5rem 0;
}

.link-box {
  padding: 7rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.navbar {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.navbar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
}

.navbar__trigger {
  margin-left: auto;
  background: none;
  border: 0;
  color: #000;
  font-size: 1.5rem;
  height: 4rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .navbar__trigger {
    display: none;
  }
}

.navbar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navbar-logo__img {
  height: 3.5rem;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 4rem;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 0 1rem 1rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.menu--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 0;
    width: auto;
    padding: 0;
    border: 0;
    margin-left: auto;
  }
}

.menu__item {
  margin: 0.5rem 0 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .menu__item {
    margin: 0 0.25rem;
  }
}

.menu__item .menu__link {
  padding: 1rem 0.75rem;
  display: inline-block;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .menu__item .menu__link {
    padding: 2rem 0.75rem;
  }
}

.menu__item--social .menu__link {
  color: #000;
}

@media screen and (min-width: 768px) {
  .menu__item::after {
    content: '·';
    position: absolute;
    top: 1.875rem;
    right: -0.5rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .menu__item:last-child::after {
    content: '';
  }
}

.menu__link {
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .menu__link {
    width: auto;
  }
}

.menu__item .menu__link {
  position: relative;
  text-decoration: none;
}

.menu__item--text .menu__link:after {
  content: '';
  position: absolute;
  background: #000;
  bottom: 1rem;
  left: 0.75rem;
  height: 1px;
  width: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .menu__item--text .menu__link:after {
    bottom: 2rem;
  }
}

.current-menu-item .menu__link:after,
.menu__item--text .menu__link:hover:after {
  width: calc( 100% - 1.5rem);
}

.menu__item--social .menu__link:hover {
  color: #777;
}

.navbar--condensed {
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}

.navbar--condensed .menu {
  top: 4rem;
}

.navbar--condensed .navbar-logo__img {
  height: 3rem;
}

.navbar--condensed .menu__item .menu__link {
  padding: 1rem 0.75rem;
}

.navbar--condensed .menu__item--btn .menu__link {
  margin: 0.5rem;
}

.navbar--condensed .menu__item--text .menu__link:after {
  bottom: 1rem;
}

.navbar--condensed .menu__item::after {
  top: 1rem;
}

.footer {
  padding: 1rem 0 0;
  line-height: 2;
  overflow-x: hidden;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer__col {
  padding: 3rem 2rem 1rem;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__col {
    width: 33.333333%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__col:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__col:nth-child(3) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer__link {
  display: inline-block;
}

.footer__title {
  font-weight: 600;
}

.footer__icon {
  width: 1em;
  text-align: center;
  margin-right: 0.5rem;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  margin: 0 -2rem;
}

.footer__copyright {
  margin: 4rem 0 0;
}

.footer__logo {
  max-width: 9rem;
  margin: 3rem auto 4rem;
  display: block;
}

.intro {
  padding: 2rem 1rem 0;
  height: calc( 100vh - 10.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro__bg {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro__text {
  text-align: center;
  max-width: 60rem;
}

.intro__title {
  text-align: center;
  text-transform: none;
}

.intro__dot {
  display: block;
  line-height: 0.5;
}

@media screen and (min-width: 768px) {
  .intro__dot {
    display: inline;
    line-height: 2;
  }
}

.intro__subtitle {
  font-size: 1.25rem;
}

.intro__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0 0;
}

.intro__btn {
  margin: 1rem;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.brands {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.brands--screen-move {
  padding: 3rem 0 0;
}

.brands__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brands__single {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0rem 2rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brands__single:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  text-decoration: none;
}

.brands__logo {
  height: auto;
  max-width: 6rem;
  display: inline-block;
}

.home-start__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.5rem;
  margin: -1rem;
}

.home-start__single {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .home-start__single {
    width: 33.333333%;
  }
}

.img-box {
  text-align: center;
  padding: 3rem 1.5rem;
}

.img-box__content {
  color: #000;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.img-box__photo {
  width: 100%;
  height: auto;
}

.img-box__bg {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  margin: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 4rem;
}

@media screen and (min-width: 768px) {
  .img-box__bg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1rem;
  }
}

.img-box__title {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .img-box__title {
    opacity: 0;
  }
}

.img-box__content:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  text-decoration: none;
}

.img-box__content:hover .img-box__bg {
  background: rgba(255, 255, 255, 0.5);
}

.img-box__content:hover .img-box__title {
  opacity: 1;
}

.photo-full {
  padding: 0 1rem 1rem;
}

.photo-full--space-top {
  padding: 1rem;
}

.photo-full__img {
  width: 100%;
  display: block;
}

.standard-title {
  text-align: center;
  padding: 4rem 0;
}

.standard-title--untransform {
  text-transform: unset;
}

.standard-subtitle {
  text-align: center;
  padding: 4rem 0 1rem;
}

.normal-text ol {
  list-style: decimal;
  padding-left: 1.35rem;
}

.normal-text ul {
  list-style: disc;
  padding-left: 1.35rem;
}

.portfolio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -3rem;
}

.portfolio-list__single {
  width: 100%;
  padding: 2rem 4rem;
}

@media screen and (min-width: 768px) {
  .portfolio-list__single {
    width: 50%;
  }
}

@media screen and (min-width: 1250px) {
  .portfolio-list__single {
    width: 33.333333%;
  }
}

.portfolio-list__link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}

.portfolio-list__link:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.portfolio-list__title {
  font-size: 1rem;
  margin: 1rem 0 0;
  text-align: center;
}

.portfolio-list__photo {
  width: 100%;
  display: block;
}

.icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icons-list__single {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .icons-list__single {
    width: 50%;
  }
}

@media screen and (min-width: 1250px) {
  .icons-list__single {
    width: 33.333333%;
  }
}

.icons-list__icon {
  width: 12rem;
}

.icons-list__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: lowercase;
}

.contact-box {
  padding: 6rem 1rem 3rem;
  text-align: center;
  font-size: 1.25rem;
}

.contact-box__title {
  font-size: 1.5rem;
  font-weight: 900;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.portfolio-page {
  overflow-x: hidden;
}

.portfolio-post {
  overflow-x: hidden;
}

.wpcf7 {
  padding: 3rem 0 !important;
  font-size: 0.875rem;
  line-height: 2;
}

.wpcf7-text, .wpcf7-email, .wpcf7-textarea {
  width: 100%;
  padding: 0.25rem;
  font-size: 1rem;
  border: 1px solid #777;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.wpcf7-text:focus, .wpcf7-email:focus, .wpcf7-textarea:focus {
  border: 1px solid #222;
}

.wpcf7-textarea {
  height: 5rem;
  resize: vertical;
}

.wpcf7-submit {
  background: none;
  font-size: 1.25rem;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  border: 1px solid;
  padding: 0.25rem;
  border: 1px solid #777;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.wpcf7-submit:hover {
  border: 1px solid #222;
}

.about-page {
  margin-top: -1rem;
}

.signs {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
}

.signs__single {
  width: 100%;
  max-width: 28rem;
}

.signs__single--short {
  max-width: 20rem;
}

.signs__img {
  width: 100%;
}

.gfe-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gfe-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .gfe-row--2-col .gfe-col {
    width: 50%;
  }
}

.gfe-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.gfe-photo {
  display: block;
  width: 100%;
  height: 100%;
}

.gfe-text {
  width: 100%;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */