@import url("https://use.typekit.net/lty8oph.css");
body {
  background-color: #00695C;
  margin: 0px;
  padding: 0px;
  font-family: priori-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: priori-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 35pt;
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 20pt;
  }
}

p.italic {
  font-family: priori-sans, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  font-size: 25pt;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  p.italic {
    font-size: 16pt;
  }
}

img.horizon {
  width: 100%;
}

p.normal {
  font-family: priori-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 25pt;
}
@media only screen and (max-width: 480px) {
  p.normal {
    font-size: 16pt;
  }
}

.content {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .content {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .content {
    display: block;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .content {
    display: block;
  }
}

.left {
  width: 60%;
  float: left;
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 480px) {
  .left {
    width: 100%;
    float: unset;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .left {
    width: 100%;
    float: unset;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .left {
    width: 100%;
    float: unset;
  }
}
.left .slider-wrapper {
  position: relative;
  width: 100%;
  top: 0px;
  border-radius: 0 60px 0 0;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .left .slider-wrapper {
    position: unset;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .left .slider-wrapper {
    position: unset;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .left .slider-wrapper {
    position: unset;
  }
}
.left .slider-wrapper .slider {
  width: 100%;
}
.left .slider-wrapper .slider img {
  width: 100%;
}
.left .logo {
  position: absolute;
  width: 500px;
  height: 500px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 480px) {
  .left .logo {
    width: 200px;
    height: 200px;
  }
}
.left .logo img {
  width: 100%;
}

.right {
  width: 40%;
  float: right;
  padding-right: 0%;
  padding-left: 0%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.right .right-inner {
  position: absolute;
  width: 75%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 480px) {
  .right .right-inner {
    position: unset;
    transform: unset;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .right .right-inner {
    position: unset;
    transform: unset;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .right .right-inner {
    position: unset;
    transform: unset;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .right .right-inner {
    padding: 0 15px;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 480px) {
  .right {
    width: 100%;
    float: unset;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .right {
    width: 100%;
    float: unset;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .right {
    width: 100%;
    float: unset;
  }
}

.footer {
  background-color: #F0E4D7;
  height: 60px;
  width: 100%;
}
.footer .right-footer {
  float: right;
  height: 60px;
  border-radius: 0 0 0 60px;
  width: 40%;
  background-color: #FFF;
}
@media only screen and (max-width: 480px) {
  .footer .right-footer {
    width: 80%;
  }
}
.footer .right-footer p.footer-content {
  padding: 20px 50px 20px 50px;
  text-align: right;
  height: 20px;
  margin: 0px;
  color: #00695C;
  font-weight: 700;
  font-size: 15pt;
}

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