/* DEVICES
-phone 
-tab-port 
-tab-land 
-big-desktop 
1em = 16px;
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 40%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  box-sizing: border-box;
  padding: 2.5rem; }
  @media only screen and (max-width: 56.25em) {
    body {
      padding: 0; } }

::selection {
  background-color: #55c57a;
  color: white; }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15rem); }
  80% {
    opacity: 0.8;
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(15rem); }
  80% {
    opacity: 0.8;
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(5rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes vibrate {
  0% {
    transform: translateX(0rem); }
  25% {
    transform: translateX(-10rem); }
  80% {
    transform: translateX(10rem); }
  100% {
    transform: translateX(0); } }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #777; }

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  /* backface-visibility: hidden; */ }
  .heading-primary--main {
    display: block;
    font-size: 5.0rem;
    font-weight: 400;
    letter-spacing: 1.75rem;
    animation: moveInLeft 1s;
    animation-timing-function: ease-out;
    padding-left: 3.0rem;
    /* animation-delay: 0.1s; */ }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--main {
        letter-spacing: 1rem; } }
  .heading-primary--submain {
    display: block;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: .6rem;
    animation: moveInRight 1s;
    animation-timing-function: ease-out;
    padding-left: 1.3rem;
    /* animation-delay: 0.1s;
    animation-iteration-count: 3; */ }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--submain {
        letter-spacing: .3rem; } }

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #7ed56f, #28b485);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 2px;
  transition: all, .2s; }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .heading-secondary {
      font-size: 2.5rem;
      letter-spacing: 1px; } }
  .heading-secondary:hover {
    transform: skewY(2deg) skewX(15deg) scale(1.1);
    cursor: pointer;
    text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); }

.heading-tertiary {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase; }

.paragraph {
  font-size: 1.6rem; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }

.u-center-text {
  text-align: center !important; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium .u-margin-bottom-medium {
      margin-bottom: 3rem !important; } }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big .u-margin-bottom-big {
      margin-bottom: 5rem !important; } }

.u-margin-top-small {
  margin-top: 1.5rem !important; }

.u-margin-top-medium {
  margin-top: 4rem !important; }

.u-margin-top-big {
  margin-top: 8rem !important; }

.u-margin-top-huge {
  margin-top: 10rem !important; }

.section-about {
  background-color: #f7f7f7;
  padding: 25rem 0;
  margin-top: -20vh; }
  @media only screen and (max-width: 56.25em) {
    .section-about {
      padding: 20rem 0; } }

.section-features {
  padding: 15rem 0;
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.8), rgba(40, 180, 133, 0.8)), url(../img/nat-4.jpg);
  background-size: cover;
  margin-top: -8rem;
  transform: skewY(-6deg); }
  .section-features > * {
    transform: skewY(6deg); }
  @media only screen and (max-width: 56.25em) {
    .section-features {
      padding: 10rem 0; } }

.section-tours {
  margin-top: -15vh;
  background-color: #f7f7f7;
  padding: 20rem 0 10rem 0; }
  @media only screen and (max-width: 56.25em) {
    .section-tours {
      padding: 15rem 0 5rem 0; } }

.section-stories {
  padding: 10rem 0 15rem 0;
  position: relative; }
  @media only screen and (max-width: 56.25em) {
    .section-stories {
      padding: 7rem 0 8rem 0; } }

.section-book {
  padding: 15rem 0;
  background-image: linear-gradient(to bottom right, #7ed56f, #28b485); }
  @media only screen and (max-width: 56.25em) {
    .section-book {
      padding: 10rem 0; } }

.book {
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, transparent 50%), url(../img/nat-10.jpg);
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 75em) {
    .book {
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 65%, transparent 65%), url(../img/nat-10.jpg); } }
  @media only screen and (max-width: 56.25em) {
    .book {
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../img/nat-10.jpg); } }
  .book__form {
    width: 50%;
    padding: 6rem; }
    @media only screen and (max-width: 75em) {
      .book__form {
        width: 65%; } }
    @media only screen and (max-width: 56.25em) {
      .book__form {
        width: 100%; } }

.btn, .btn:link, .btn:visited {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1.5rem 4.0rem;
  border-radius: 10.0rem;
  transition: all .2s;
  position: relative;
  border: none;
  cursor: pointer; }

.btn--animated {
  /* animation + animation-duration + animation-timing-function + animation-delay*/
  animation: moveInBottom 1s ease-out .5s;
  animation-fill-mode: backwards; }

.btn--white {
  color: #777;
  background-color: #fff; }
  .btn--white::after {
    background-color: #fff; }

.btn--green {
  color: #fff;
  background-color: #55c57a; }
  .btn--green::after {
    background-color: #55c57a; }

.btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
  .btn:hover::after {
    transform: scaleX(1.3) scaleY(1.6);
    opacity: 0; }

.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }

.btn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10.0rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  z-index: -1; }

.btn-text:link, .btn-text:visited {
  display: inline-block;
  color: #55c57a;
  text-decoration: none;
  padding: 1rem;
  border-bottom: 1px solid #55c57a;
  transition: all, .2s; }

.btn-text:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  background-color: #55c57a;
  color: #fff; }
  .btn-text:hover::after {
    transform: scaleX(1.3) scaleY(1.6);
    opacity: 0; }

.btn-text:active {
  transform: translateY(-0.1rem);
  box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.2); }

.composition {
  position: relative; }
  .composition__photo {
    width: 55%;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    transition: all, .3s;
    z-index: 0;
    outline-offset: 1rem; }
    @media only screen and (max-width: 56.25em) {
      .composition__photo {
        float: left;
        position: relative;
        width: 33.3333333%;
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.4); } }
    .composition__photo--p1 {
      top: 0;
      left: 1rem; }
      .composition__photo--p1:hover {
        transform: scale(1.05) translateY(-0.5rem);
        box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.4);
        z-index: 1;
        outline: 1rem solid #55c57a; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p1 {
          top: 0rem;
          left: 0;
          transform: scale(1.2); } }
    .composition__photo--p2 {
      top: 3rem;
      right: 0rem; }
      .composition__photo--p2:hover {
        transform: scale(1.05) translateY(-0.5rem);
        box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.4);
        z-index: 1;
        outline: 1rem solid #55c57a; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p2 {
          top: -1rem;
          transform: scale(1.3);
          z-index: 100; } }
    .composition__photo--p3 {
      top: 10rem;
      left: 20%; }
      .composition__photo--p3:hover {
        transform: scale(1.05) translateY(-0.5rem);
        box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.4);
        z-index: 1;
        outline: 1rem solid #55c57a; }
      @media only screen and (max-width: 56.25em) {
        .composition__photo--p3 {
          top: 1rem;
          left: 0;
          transform: scale(1.1); } }
  .composition:hover .composition__photo:not(:hover) {
    transform: scale(0.9); }

.feature-box {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  width: 100%;
  padding: 2.5rem;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.2);
  transition: all, .2s; }
  @media only screen and (max-width: 56.25em) {
    .feature-box {
      padding: 2rem; } }
  .feature-box__icon {
    font-size: 6rem;
    margin-bottom: .5rem;
    display: inline-block;
    background-image: linear-gradient(to right, #7ed56f, #28b485);
    -webkit-background-clip: text;
    color: transparent; }
    @media only screen and (max-width: 56.25em) {
      .feature-box__icon {
        margin-bottom: 0; } }
  .feature-box__text {
    padding: 1rem 2rem; }
  .feature-box:hover {
    transform: translateY(-1rem) scale(1.03);
    cursor: pointer; }

.card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 50rem; }
  .card__side {
    height: 50rem;
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2); }
    .card__side--front {
      background-color: #fff; }
    .card__side--back {
      transform: rotateY(180deg); }
      .card__side--back-1 {
        background-image: linear-gradient(to right bottom, #ffb900, #ff7730); }
      .card__side--back-2 {
        background-image: linear-gradient(to right bottom, #7ed56f, #28b485); }
      .card__side--back-3 {
        background-image: linear-gradient(to right bottom, #3a3f44, #5643fa); }
  .card:hover .card__side--front {
    transform: rotateY(-180deg); }
  .card:hover .card__side--back {
    transform: rotateY(0); }
  .card__picture {
    background-size: cover;
    width: 100%;
    height: 23rem;
    background-blend-mode: screen;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); }
    .card__picture--1 {
      background-image: linear-gradient(to right bottom, #ffb900, #ff7730), url(../img/nat-5.jpg); }
    .card__picture--2 {
      background-image: linear-gradient(to right bottom, #7ed56f, #28b485), url(../img/nat-6.jpg); }
    .card__picture--3 {
      background-image: linear-gradient(to right bottom, #3a3f44, #5643fa), url(../img/nat-7.jpg); }
  .card__heading {
    font-size: 2.5rem;
    font-weight: 400;
    text-align: right;
    top: 11rem;
    right: 2rem;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    width: 70%; }
  .card__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .card__heading-span--1 {
      background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.85), rgba(255, 119, 48, 0.85)); }
    .card__heading-span--2 {
      background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.85), rgba(40, 180, 133, 0.85)); }
    .card__heading-span--3 {
      background-image: linear-gradient(to right bottom, rgba(58, 63, 68, 0.85), rgba(86, 67, 250, 0.85)); }
  .card__details {
    padding: 3rem;
    position: relative; }
    .card__details ul {
      list-style: none;
      width: 80%;
      margin: 0 auto; }
      .card__details ul li {
        text-align: center;
        font-size: 1.5rem;
        padding: 1rem; }
        .card__details ul li:not(:last-child) {
          border-bottom: 1px solid #f3eded; }
  .card__cta {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .card__price--box {
    color: #fff;
    margin-bottom: 4rem; }
  .card__price--only {
    font-size: 2rem;
    text-transform: uppercase; }
  .card__price--value {
    font-size: 8rem;
    font-weight: 100; }
  @media only screen and (max-width: 56.25em), only screen and (hover: none) {
    .card {
      position: relative;
      height: auto;
      border-radius: 3px;
      box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
      background-color: #fff; }
      .card__side {
        height: auto;
        position: relative;
        box-shadow: none; }
        .card__side--back {
          margin-top: 1rem;
          transform: rotateY(0deg);
          -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 100%); }
      .card:hover .card__side--front {
        transform: rotateY(0deg); }
      .card__details {
        padding: 1rem 3rem; }
        .card__details ul li {
          text-align: center;
          font-size: 2rem;
          padding: 1rem; }
      .card__cta {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        padding: 7rem 4rem 4rem 4rem; }
      .card__price--box {
        color: #fff;
        margin: 2rem; }
      .card__price--only {
        font-size: 1rem;
        text-transform: uppercase; }
      .card__price--value {
        font-size: 4rem;
        font-weight: 100; } }

.story {
  width: 80%;
  padding: 6rem;
  padding-left: 8rem;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
  transform: skewX(-12deg); }
  @media only screen and (max-width: 56.25em) {
    .story {
      width: 100%;
      padding: 4rem;
      padding-left: 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .story {
      transform: skew(0);
      font-size: 2rem; } }
  .story > * {
    transform: skewX(12deg); }
  .story__figure {
    width: 15rem;
    height: 15rem;
    float: left;
    background-color: transparent;
    -webkit-shape-outside: circle(50%, 50% 50%);
    shape-outside: circle(50% at 50% 50%);
    -webkit-clip-path: circle(48% at 50% 50%);
    clip-path: circle(48% at 50% 50%);
    transform: translateX(-3rem) skewX(12deg); }
    @media only screen and (max-width: 37.5em) {
      .story__figure {
        transform: translateX(-3rem) skew(0); } }
  .story__image {
    height: 100%;
    transform: translateX(-3rem) scale(1.4);
    backface-visibility: hidden; }
  .story__text {
    transform: skewX(12deg); }
    @media only screen and (max-width: 37.5em) {
      .story__text {
        transform: skewX(0); } }
  .story__name {
    text-transform: uppercase;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    position: absolute;
    text-align: center;
    opacity: 0; }
  .story:hover .story__name {
    text-transform: uppercase;
    color: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    opacity: 1;
    transition: all, .5s;
    backface-visibility: hidden; }
  .story:hover .story__image {
    transform: translateX(-3rem) scale(1);
    transition: all, .5s;
    filter: blur(3px) brightness(80%); }

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  overflow: hidden; }
  .bg-video__content {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.form__group:not(:last-child) {
  margin-bottom: 2rem; }

.form__input {
  width: 90%;
  font-size: 2rem;
  padding: 1.2rem 1.8rem;
  color: inherit;
  font-family: inherit;
  border-radius: 3px;
  background-color: #fff;
  border: none; }
  @media only screen and (max-width: 56.25em) {
    .form__input {
      width: 100%; } }
  .form__input:focus {
    outline: none;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #55c57a; }
    .form__input:focus:invalid {
      border-bottom: 3px solid #ff7730; }
  .form__input::-webkit-input-placeholder {
    color: #999; }

.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 1.3rem;
  display: block;
  transition: all, .3s; }

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem); }

.form__radio-group {
  width: 49%;
  display: inline-block; }
  @media only screen and (max-width: 56.25em) {
    .form__radio-group {
      width: 100%;
      margin-bottom: 2rem; } }

.form__radio-input {
  display: none; }

.form__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 4rem; }

.form__radio-button {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #55c57a;
  top: -.5rem;
  left: 0;
  position: absolute; }
  .form__radio-button::after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    display: block;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #55c57a;
    opacity: 0;
    transition: opacity, .2s; }

.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1; }

.popup {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3000;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all, .3s; }
  .popup__content {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 70%;
    background-color: white;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.9);
    display: table;
    border-radius: 3px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25);
    transition: all, .3s .2s; }
    @media only screen and (max-width: 56.25em) {
      .popup__content {
        width: 80%; } }
    @media only screen and (max-width: 37.5em) {
      .popup__content {
        width: 90%; } }
  .popup__left {
    width: 33%;
    height: 25rem;
    display: table-cell; }
    @media only screen and (max-width: 56.25em) {
      .popup__left {
        width: 100%;
        display: table; } }
  .popup__right {
    width: 67%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 4rem; }
    @media only screen and (max-width: 56.25em) {
      .popup__right {
        width: 100%;
        display: block; } }
  .popup__image {
    display: block;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 56.25em) {
      .popup__image {
        float: left;
        width: 50%; } }
  .popup__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
    column-count: 2;
    column-gap: 3rem;
    column-rule: 1px solid #f3eded;
    -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid #f3eded;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .popup:target {
    opacity: 1;
    visibility: visible; }
  .popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }

.close {
  position: absolute;
  right: 3.2rem;
  top: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 0.3; }

.close:hover {
  opacity: 1; }

.close:before, .close:after {
  position: absolute;
  left: 1.5rem;
  content: ' ';
  height: 3.3rem;
  width: .2rem;
  background-color: #333; }

.close:before {
  transform: rotate(45deg); }

.close:after {
  transform: rotate(-45deg); }

.header {
  height: 95vh;
  background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.719), rgba(40, 180, 133, 0.829)), url(../img/hero.jpg);
  background-size: cover;
  background-position: top;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%);
  position: relative; }
  @media only screen and (max-width: 56.25em) {
    .header {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 80vh, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 80vh, 0 100%); } }
  @media only screen and (max-width: 37.5em) {
    .header {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 86vh, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 86vh, 0 100%); } }
  .header__logo-box {
    position: absolute;
    top: 4.0rem;
    left: 4.0rem; }
  .header__logo {
    height: 3.5rem; }
  .header__text-box {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    text-align: center; }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 50rem;
      padding: 0 3rem; } }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .row:not(:last-child):not(:last-child) {
        margin-bottom: 6rem; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
    @media only screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        margin-right: 0; }
        .row [class^="col-"]:not(:last-child) {
          margin-bottom: 6rem; } }
    @media only screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 6rem)/2); }
  .row .col-1-of-3 {
    width: calc((100% - 2*6rem)/3); }
  .row .col-2-of-3 {
    width: calc(2*((100% - 2*6rem)/3) + 6rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3*6rem)/4); }
  .row .col-2-of-4 {
    width: calc(2*((100% - 3*6rem)/4) + 6rem); }
  .row .col-3-of-4 {
    width: calc(3*((100% - 3*6rem)/4) + 2*6rem); }

.footer {
  width: 100%;
  padding: 10rem 0;
  background-color: #333;
  font-size: 1.4rem; }
  @media only screen and (max-width: 56.25em) {
    .footer {
      padding: 7rem 0; } }
  .footer__logo-box {
    text-align: center;
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__logo-box {
        margin-bottom: 6rem; } }
  .footer__logo {
    width: 15rem;
    height: auto; }
  .footer__navigation {
    border-top: 1px solid #777;
    display: inline-block;
    padding-top: 1.8rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__navigation {
        width: 100%;
        text-align: center; } }
  .footer__list {
    width: 100%;
    font-size: 1.4rem;
    list-style: none;
    font-weight: 400; }
  .footer__item {
    display: inline-block; }
    .footer__item:not(:last-child) {
      margin-right: 2.1rem; }
  .footer__link:link, .footer__link:visited {
    color: white;
    text-decoration: #f7f7f7;
    text-transform: uppercase;
    display: inline-block;
    transition: all, .2s;
    background-color: #333; }
  .footer__link:hover, .footer__link:active {
    transform: scale(1.2) rotate(8deg);
    color: #55c57a;
    padding: 0 .2rem;
    box-shadow: 0 1rem 2rem rgba(85, 197, 122, 0.5); }
  .footer__copyright {
    width: 76%;
    float: right;
    color: #f7f7f7;
    padding-top: 1.8rem;
    border-top: 1px solid #777;
    font-size: 1.4rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__copyright {
        width: 100%;
        float: none; } }

.navigation {
  /* Icon 1 */ }
  .navigation__checkbox {
    display: none; }
  .navigation__button {
    display: block;
    width: 7rem;
    height: 7rem;
    top: 6rem;
    right: 6rem;
    position: fixed;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2000;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 56.25em) {
      .navigation__button {
        top: 4rem;
        right: 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .navigation__button {
        top: 3rem;
        right: 3rem; } }
  .navigation__background {
    display: block;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #000;
    top: 6.5rem;
    right: 6.5rem;
    position: fixed;
    background-image: radial-gradient(#7ed56f, #28b485);
    z-index: 1000;
    transition: all, 0.8s cubic-bezier(0.86, 0, 0.07, 1); }
    @media only screen and (max-width: 56.25em) {
      .navigation__background {
        top: 4.5rem;
        right: 4.5rem; } }
    @media only screen and (max-width: 37.5em) {
      .navigation__background {
        top: 3.5rem;
        right: 3.5rem; } }
  .navigation__nav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    opacity: 0;
    width: 0;
    transition: all, 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .navigation__list {
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .navigation__list span {
      margin-right: 1.5rem; }
  .navigation__item {
    margin: 3rem;
    transition: all, .3s; }
    .navigation__item:hover {
      transform: translateX(1rem); }
  .navigation__link:link, .navigation__link:visited {
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
    background-size: 220%;
    padding: 1rem 2rem;
    transition: all, .4s; }
  .navigation__link:hover, .navigation__link:active {
    background-position: 100%;
    color: #55c57a; }
  .navigation__checkbox:checked ~ .navigation__nav {
    opacity: 1;
    width: 100%; }
  .navigation__checkbox:checked ~ .navigation__background {
    transform: scale(50); }
  .navigation__checkbox:checked + .navigation__button #nav-icon1 span:nth-child(1) {
    top: 1rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .navigation__checkbox:checked + .navigation__button #nav-icon1 span:nth-child(2) {
    opacity: 0;
    left: -6.0rem; }
  .navigation__checkbox:checked + .navigation__button #nav-icon1 span:nth-child(3) {
    top: 1rem;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .navigation #nav-icon1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 3.5rem;
    height: 3rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
  .navigation #nav-icon1 span {
    display: block;
    margin: 0.4rem auto;
    position: absolute;
    height: .2rem;
    width: 100%;
    background: #000;
    border-radius: .9rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .navigation #nav-icon1 span:nth-child(1) {
    top: .0rem; }
  .navigation #nav-icon1 span:nth-child(2) {
    top: 1.0rem; }
  .navigation #nav-icon1 span:nth-child(3) {
    top: 2.0rem; }
