/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

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;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@font-face {
  font-family: "Futura PT";
  src: url("../../fonts/FuturaPT-Light.eot");
  src: url("../../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/FuturaPT-Light.woff2") format("woff2"), url("../../fonts/FuturaPT-Light.woff") format("woff"), url("../../fonts/FuturaPT-Light.ttf") format("truetype"), url("../../fonts/FuturaPT-Light.svg#FuturaPT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT Book";
  src: url("../../fonts/FuturaPT-Book.eot");
  src: url("../../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/FuturaPT-Book.woff2") format("woff2"), url("../../fonts/FuturaPT-Book.woff") format("woff"), url("../../fonts/FuturaPT-Book.ttf") format("truetype"), url("../../fonts/FuturaPT-Book.svg#FuturaPT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
::-moz-selection {
  color: #324142;
  background-color: #DEB1A4;
}
::selection {
  color: #324142;
  background-color: #DEB1A4;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: "Futura PT Book", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  background-color: #324142;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.hidden {
  display: none;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.main-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../../img/patterns/hero-pattern.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
}

.intro {
  display: block;
  order: 0;
  width: 100%;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .intro {
    background-image: none;
  }
}
@media (min-width: 1300px) {
  .intro {
    padding-top: 80px;
  }
}

.intro-content {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .intro-content {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .intro-content {
    width: 30%;
  }
}
@media (min-width: 1300px) {
  .intro-content {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .intro-content {
    width: 20%;
  }
}

.intro-logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.slider {
  position: relative;
  display: block;
  order: 1;
  width: 100%;
  padding-bottom: 43px;
  z-index: 2;
}
@media (min-width: 992px) {
  .slider {
    order: 3;
  }
}
.slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 43px;
  width: 25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/patterns/slider-overlay.png");
  z-index: 10;
}
.slider .slides {
  position: relative;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
}
.slider .slides:after {
  content: "";
  display: table;
  clear: both;
}
.slider .slide {
  display: block;
  width: 100%;
}
.slider .slide-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 35%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.slider .flex-control-nav {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 3px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 11;
}
.slider .flex-control-nav li {
  margin-right: 15px;
}
.slider .flex-control-nav li:last-of-type {
  margin-right: 0;
}
.slider .flex-control-nav a {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  transform: rotate(45deg);
  transition: background-color 0.2s;
}
.slider .flex-control-nav a.flex-active {
  background-color: #DEB1A4;
}

.tagline {
  display: block;
  width: 100%;
  order: 2;
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .tagline {
    order: 1;
    padding: 0 0 50px;
  }
}
@media (min-width: 1300px) {
  .tagline {
    padding-bottom: 80px;
  }
}

.tagline-content {
  display: block;
  width: 83.3334%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .tagline-content {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .tagline-content {
    width: 70%;
  }
}
@media (min-width: 1300px) {
  .tagline-content {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  .tagline-content {
    width: 45%;
  }
}
.tagline-content h2,
.tagline-content h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .tagline-content h2,
.tagline-content h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .tagline-content h2,
.tagline-content h3 {
    font-size: 22px;
  }
}
.tagline-content h3 {
  margin-top: 20px;
}

.download {
  display: block;
  width: 100%;
  order: 3;
  padding-bottom: 50px;
  border-bottom: 1px solid #FFFFFF;
}
@media (min-width: 992px) {
  .download {
    padding: 50px 0;
  }
}

.download-content {
  display: block;
  width: 83.3334%;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 0;
  text-align: center;
}
.download-content p {
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Futura PT", sans-serif;
}
@media (min-width: 768px) {
  .download-content p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .download-content p {
    font-size: 22px;
  }
}
.download-content .button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  border: 1px solid #DEB1A4;
  background-color: #DEB1A4;
  transition: background-color 0.2s;
}
.download-content .button:hover {
  background-color: #324142;
}
.download-content .button:hover span {
  color: #DEB1A4;
}
.download-content .button span {
  display: block;
  color: #324142;
  font-size: 16px;
  color: #324142;
  text-transform: uppercase;
  text-transform: uppercase;
  transition: color 0.2s;
}
@media (min-width: 768px) {
  .download-content .button span {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .download-content .button span {
    font-size: 20px;
  }
}

.footer {
  display: block;
  width: 100%;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 50px 0;
  }
}

.footer-content {
  display: block;
  width: 83.3334%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-content {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.footer-content h4 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer-content h4 {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .footer-content h4 {
    margin-bottom: 30px;
  }
}

.footer-agents {
  display: block;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .footer-agents {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  .footer-agents {
    width: auto;
  }
}

.footer-agents-wrap .footer-agents.footer-agents-two {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .footer-agents-wrap .footer-agents.footer-agents-two {
    margin-top: 20px;
  }
}
.footer-agents-wrap .footer-agents .footer-agent.footer-agent--logo {
  width: auto;
}
.footer-agents-wrap .footer-agents .footer-agent.footer-agent--logo .agent-logo {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-agents-wrap .footer-agents .footer-agent.footer-agent--logo .agent-logo {
    margin: unset;
  }
}
@media (min-width: 992px) {
  .footer-agents-wrap .footer-agents .footer-agent.footer-agent--logo .agent-logo {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .footer-agents-wrap .footer-agents .footer-agent.footer-agent--logo {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-agents-wrap .footer-agents .footer-agent.footer-agent--logo {
    width: auto;
  }
}
@media (min-width: 768px) {
  .footer-agents-wrap .footer-agents .footer-agent {
    width: 185px;
  }
}

.footer-agent {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer-agent {
    width: auto;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .footer-agent {
    margin-top: 0;
    margin-right: 60px;
  }
}
.footer-agent--logo a {
  display: inline-block;
}
.footer-agent:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer-agent:first-of-type {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-agent:first-of-type {
    width: auto;
  }
}
.footer-agent:last-of-type {
  margin-right: 0;
}
.footer-agent p,
.footer-agent a {
  color: #FFFFFF;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer-agent p,
.footer-agent a {
    font-size: 18px;
  }
}
.footer-agent a {
  display: block;
}
.footer-agent .agent-logo {
  display: block;
  width: 140px;
  height: 64px;
  margin: 0 auto;
}

.footer-developer {
  display: block;
  width: 100%;
  margin-top: 50px;
  padding: 0 15px;
  font-size: 0;
}
@media (min-width: 1300px) {
  .footer-developer {
    width: auto;
    margin-top: 0;
  }
}
.footer-developer h5 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer-developer h5 {
    font-size: 18px;
  }
}
.footer-developer a {
  display: inline-block;
}
.footer-developer img {
  display: block;
  width: 154px;
  height: 52px;
  margin: 0 auto;
}
