@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
footer html {
  font-size: 10px;
}
@media only screen and (max-width: 400px) {
  footer html {
    font-size: 9.4444444444px;
  }
}
footer html, footer body {
  height: 100%;
}
footer body {
  background: #121619 !important;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.778;
  color: #545454;
  margin: 0;
  padding: 0;
  /* ------------------------------------------------------------------- 
   * ## links
   * ------------------------------------------------------------------- */
}
footer a {
  color: #cc5201;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer a:hover, footer a:focus, footer a:active {
  color: #000000;
}
footer a:hover, footer a:active {
  outline: 0;
}
footer .white {
  color: #fff !important;
  /* ===================================================================
   * # typography & general theme styles
   * 
   * ------------------------------------------------------------------- */
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #000000;
  text-rendering: optimizeLegibility;
}
footer h1, footer .h1, footer h2, footer .h2, footer h3, footer .h3, footer h4, footer .h4 {
  margin-top: 6rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 600px) {
  footer h1, footer .h1, footer h2, footer .h2, footer h3, footer .h3, footer h4, footer .h4 {
    margin-top: 5.6rem;
  }
}
footer h5, footer .h5, footer h6, footer .h6 {
  margin-top: 4.8rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 600px) {
  footer h5, footer .h5, footer h6, footer .h6 {
    margin-top: 4rem;
    margin-bottom: 0.8rem;
  }
}
footer h1, footer .h1 {
  font-size: 3.6rem;
  line-height: 1.222;
  letter-spacing: -0.05rem;
}
@media only screen and (max-width: 600px) {
  footer h1, footer .h1 {
    font-size: 3.3rem;
    letter-spacing: -0.07rem;
  }
}
footer h2, footer .h2 {
  font-size: 3rem;
  line-height: 1.2;
}
footer h3, footer .h3 {
  font-size: 2.4rem;
  line-height: 1.333;
}
footer h4, footer .h4 {
  font-size: 2.1rem;
  line-height: 1.333;
}
footer h5, footer .h5 {
  font-size: 1.8rem;
  line-height: 1.333;
}
footer h6, footer .h6 {
  font-size: 1.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
}
footer p img {
  margin: 0;
}
footer p.lead {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.571;
  margin-bottom: 3.6rem;
  color: #898989;
}
@media only screen and (max-width: 1200px) {
  footer p.lead {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  footer p.lead {
    font-size: 1.7rem;
  }
}
footer em, footer i, footer strong, footer b {
  font-size: inherit;
  line-height: inherit;
}
footer em, footer i {
  font-family: "Lato", sans-serif;
  font-style: italic;
}
footer strong, footer b {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
footer small {
  font-size: 1.2rem;
  line-height: inherit;
}
footer blockquote {
  margin: 3.2rem 0;
  padding-left: 4.8rem;
  position: relative;
}
footer blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: #c2c2c2;
  color: #cc5201;
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 4.4rem;
  left: -6px;
}
footer blockquote p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.6rem;
  line-height: 1.692;
  color: #000000;
}
footer blockquote cite {
  display: block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.25;
}
footer blockquote cite:before {
  content: "\2014 \0020";
}
footer blockquote cite, footer blockquote cite a, footer blockquote cite a:visited {
  color: #898989;
  border: none;
}
footer abbr {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.05rem;
  color: #898989;
}
footer var, footer kbd, footer samp, footer code, footer pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
footer pre {
  padding: 2.4rem 3.2rem 3.2rem;
  background: #eaeaea;
  overflow-x: auto;
}
footer code {
  font-size: 1.4rem;
  margin: 0 0.2rem;
  padding: 0.3rem 0.7rem;
  white-space: nowrap;
  background: #eaeaea;
  border: 1px solid #d6d6d6;
  color: #000000;
  border-radius: 4px;
}
footer pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}
footer pre.prettyprint > code {
  border: none;
}
footer del {
  text-decoration: line-through;
}
footer abbr[title], footer dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}
footer mark {
  background: #00f0bc;
  color: #000000;
}
footer hr {
  border: solid #eaeaea;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.6rem;
  height: 0;
  /* ------------------------------------------------------------------- 
   * ## Lists
   * ------------------------------------------------------------------- */
}
footer ol {
  list-style: decimal;
}
footer ul {
  list-style: disc;
}
footer li {
  display: list-item;
}
footer ol, footer ul {
  margin-left: 1.6rem;
}
footer ul li {
  padding-left: 0.4rem;
}
footer ul ul, footer ul ol, footer ol ol, footer ol ul {
  margin: 0.8rem 0 0.8rem 1.6rem;
}
footer ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 0.8rem;
  position: relative;
}
footer ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cc5201;
  position: absolute;
  left: -16px;
  top: 11px;
  vertical-align: middle;
}
footer dt {
  margin: 0;
  color: #cc5201;
}
footer dd {
  margin: 0 0 0 2rem;
  /* ------------------------------------------------------------------- 
   * ## responsive video container
   * ------------------------------------------------------------------- */
}
footer .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
footer .video-container iframe, footer .video-container object, footer .video-container embed, footer .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* ------------------------------------------------------------------- 
   * ## floated image
   * ------------------------------------------------------------------- */
}
footer img.pull-right {
  margin: 1.2rem 0 0 2.8rem;
}
footer img.pull-left {
  margin: 1.2rem 2.8rem 0 0;
  /* ------------------------------------------------------------------- 
   * ## tables
   * ------------------------------------------------------------------- */
}
footer table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Lato", sans-serif;
  border-collapse: collapse;
}
footer th, footer td {
  padding: 1.6rem 3.2rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}
footer th {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
footer th:first-child, footer td:first-child {
  padding-left: 0;
}
footer th:last-child, footer td:last-child {
  padding-right: 0;
}
footer .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* ------------------------------------------------------------------- 
   * ## Spacing 
   * ------------------------------------------------------------------- */
}
footer fieldset, footer button, footer .btn {
  margin-bottom: 1.6rem;
}
footer input, footer textarea, footer select, footer pre, footer blockquote, footer figure, footer table, footer p, footer ul, footer ol, footer dl, footer form, footer .video-container, footer .ss-custom-select {
  margin-bottom: 3.2rem;
  /* ------------------------------------------------------------------- 
   * ## pace.js styles - minimal 
   * ------------------------------------------------------------------- */
}
footer .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
footer .pace-inactive {
  display: none;
}
footer .pace .pace-progress {
  z-index: 900;
  background: #cc5201;
  width: 100%;
  height: 4px;
  position: fixed;
  top: 0;
  right: 100%;
}
footer .oldie .pace {
  display: none;
  /* ===================================================================
   * # preloader 
   *
   * ------------------------------------------------------------------- */
}
footer #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121619;
  z-index: 800;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
footer .no-js #preloader, footer .oldie #preloader {
  display: none;
}
footer #loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
footer #loader > div {
  content: "";
  background: #cc5201;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
footer #loader > div:nth-of-type(1) {
  left: 15px;
}
footer #loader > div:nth-of-type(3) {
  left: -15px;
  /* dots jump */
}
footer .dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}
footer .dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}
footer .dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}
@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }
  40% {
    top: -6px;
  }
  80% {
    top: 0;
  }
}
@keyframes dots-jump {
  /* dots fade */
  0% {
    top: 0;
  }
  40% {
    top: -6px;
  }
  80% {
    top: 0;
  }
}
footer .dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}
footer .dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}
footer .dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}
@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
}
@keyframes dots-fade {
  /* dots pulse */
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.2;
  }
  80% {
    opacity: 1;
  }
}
footer .dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}
footer .dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}
footer .dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}
@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dots-pulse {
  /* ===================================================================
   * # forms 
   *
   * ------------------------------------------------------------------- */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
footer fieldset {
  border: none;
}
footer input[type="email"], footer input[type="number"], footer input[type="search"], footer input[type="text"], footer input[type="tel"], footer input[type="url"], footer input[type="password"], footer textarea, footer select {
  display: block;
  height: 6.4rem;
  padding: 1.5rem 24px 1.5rem;
  border: 0;
  outline: none;
  color: #545454;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .ss-custom-select {
  position: relative;
  padding: 0;
}
footer .ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}
footer .ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}
footer .ss-custom-select select::-ms-expand {
  display: none;
}
footer .ss-custom-select::after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /* IE9 and below */
}
footer .oldie .ss-custom-select::after {
  display: none;
}
footer textarea {
  min-height: 25.6rem;
}
footer input[type="email"]:focus, footer input[type="number"]:focus, footer input[type="search"]:focus, footer input[type="text"]:focus, footer input[type="tel"]:focus, footer input[type="url"]:focus, footer input[type="password"]:focus, footer textarea:focus, footer select:focus {
  color: #000000;
  box-shadow: 0 0 5px rgba(91, 79, 150, 0.8);
  border: 1px solid #cc5201;
}
footer label, footer legend {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 0.8rem;
  color: #000000;
  display: block;
}
footer input[type="checkbox"], footer input[type="radio"] {
  display: inline;
}
footer label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Lato", sans-serif;
  line-height: inherit;
}
footer label > input[type="checkbox"], footer label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: 0.2rem;
  /* ------------------------------------------------------------------- 
   * ## Style Placeholder Text
   * ------------------------------------------------------------------- */
}
footer ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9c9c9c;
}
footer :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9c9c9c;
  opacity: 1;
}
footer ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9c9c9c;
  opacity: 1;
}
footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9c9c9c;
}
footer ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9c9c9c;
}
footer ::placeholder {
  /* Most modern browsers support this now. */
  color: #9c9c9c;
}
footer .placeholder {
  color: #9c9c9c !important;
  /* ------------------------------------------------------------------- 
   * ## Change Autocomplete styles in Chrome
   * ------------------------------------------------------------------- */
}
footer input:-webkit-autofill, footer input:-webkit-autofill:hover, footer input:-webkit-autofill:focus input:-webkit-autofill, footer textarea:-webkit-autofill, footer textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, footer select:-webkit-autofill, footer select:-webkit-autofill:hover, footer select:-webkit-autofill:focus {
  -webkit-text-fill-color: #cc5201;
  transition: background-color 5000s ease-in-out 0s;
  /* ===================================================================
   * # buttons
   *
   * ------------------------------------------------------------------- */
}
footer .btn, footer button, footer input[type="submit"], footer input[type="reset"], footer input[type="button"] {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  height: 6rem;
  line-height: 5.6rem;
  padding: 0 3.2rem;
  margin: 0 0.4rem 1.6rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  background-color: #d6d6d6;
  border: 0.2rem solid #d6d6d6;
}
footer .btn:hover, footer button:hover, footer input[type="submit"]:hover, footer input[type="reset"]:hover, footer input[type="button"]:hover, footer .btn:focus, footer button:focus, footer input[type="submit"]:focus, footer input[type="reset"]:focus, footer input[type="button"]:focus {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
  color: #000000;
  outline: 0;
  /* button primary
   * ------------------------------------------------- */
}
footer .btn.btn--primary, footer button.btn--primary, footer input[type="submit"].btn--primary, footer input[type="reset"].btn--primary, footer input[type="button"].btn--primary {
  background: #cc5201;
  border-color: #cc5201;
  color: #ffffff;
}
footer .btn.btn--primary:hover, footer button.btn--primary:hover, footer input[type="submit"].btn--primary:hover, footer input[type="reset"].btn--primary:hover, footer input[type="button"].btn--primary:hover, footer .btn.btn--primary:focus, footer button.btn--primary:focus, footer input[type="submit"].btn--primary:focus, footer input[type="reset"].btn--primary:focus, footer input[type="button"].btn--primary:focus {
  background: #7f3700;
  border-color: #7f3700;
  /* button modifiers
   * ------------------------------------------------- */
}
footer .btn.full-width, footer button.full-width {
  width: 100%;
  margin-right: 0;
}
footer .btn--medium, footer button.btn--medium {
  height: 6.4rem !important;
  line-height: 6rem !important;
}
footer .btn--large, footer button.btn--large {
  height: 6.8rem !important;
  line-height: 6.4rem !important;
}
footer .btn--stroke, footer button.btn--stroke {
  background: transparent !important;
  border: 0.2rem solid #000000;
  color: #000000;
}
footer .btn--stroke:hover, footer button.btn--stroke:hover {
  background: #000000 !important;
  border: 0.2rem solid #000000;
  color: #ffffff;
}
footer .btn--pill, footer button.btn--pill {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
  border-radius: 1000px !important;
}
footer button::-moz-focus-inner, footer input::-moz-focus-inner {
  border: 0;
  padding: 0;
  /* =================================================================== 
   * # additional components
   *
   * ------------------------------------------------------------------- */
  /* ------------------------------------------------------------------- 
   * ## alert box 
   * ------------------------------------------------------------------- */
}
footer .alert-box {
  padding: 2.4rem 4rem 2.4rem 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}
footer .alert-box__close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
}
footer .alert-box__close.fa {
  font-size: 12px;
}
footer .alert-box--error {
  background-color: #ffd1d2;
  color: #dd4043;
}
footer .alert-box--success {
  background-color: #c8e675;
  color: #637533;
}
footer .alert-box--info {
  background-color: #d5ebfb;
  color: #5499c9;
}
footer .alert-box--notice {
  background-color: #fff099;
  color: #c3ab22;
  /* ------------------------------------------------------------------- 
   * ## additional typo styles 
   * ------------------------------------------------------------------- */
  /* drop cap 
   * ----------------------------------------------- */
}
footer .drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.6rem 0.8rem 0 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 8.6rem;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #121619;
  /* line definition style 
   * ----------------------------------------------- */
}
footer .lining dt, footer .lining dd {
  display: inline;
  margin: 0;
}
footer .lining dt + dt:before, footer .lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
footer .lining dd + dd:before {
  content: ", ";
}
footer .lining dd + dd:before {
  content: ", ";
}
footer .lining dd:before {
  content: ": ";
  margin-left: -0.2em;
  /* dictionary definition style 
   * ----------------------------------------------- */
}
footer .dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
footer .dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}
footer .dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
footer .dictionary-style dd:before {
  content: counter(definitions,decimal) ". ";
  /** 
   * Pull Quotes
   * -----------
   * markup:
   *
   * <aside class="pull-quote">
   *    <blockquote>
   *      <p></p>
   *    </blockquote>
   *  </aside>
   *
   * --------------------------------------------------------------------- */
}
footer .pull-quote {
  position: relative;
  padding: 2.4rem 3.2rem 2.4rem 0px;
}
footer .pull-quote:before, footer .pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: "Lato", sans-serif;
  color: #cc5201;
}
footer .pull-quote:before {
  content: "\201C";
  top: -2.8rem;
  left: -6px;
}
footer .pull-quote:after {
  content: '\201D';
  bottom: 3.4rem;
  right: 6px;
}
footer .pull-quote blockquote {
  margin: 0;
  padding-left: 4.8rem;
  padding-right: 0;
  position: relative;
}
footer .pull-quote blockquote p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.6rem;
  line-height: 1.692;
  color: #000000;
}
footer .pull-quote blockquote:before {
  content: none;
  /** 
   * Stats Tab
   * ---------
   * markup:
   *
   * <ul class="stats-tabs">
   *    <li><a href="#">[value]<em>[name]</em></a></li>
   *  </ul>
   *
   * Extend this object into your markup.
   *
   * --------------------------------------------------------------------- */
}
footer .stats-tabs {
  padding: 0;
  margin: 3.2rem 0;
}
footer .stats-tabs li {
  display: inline-block;
  margin: 0 1.6rem 3.2rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #eaeaea;
}
footer .stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
footer .stats-tabs li a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.6;
  border: none;
  color: #000000;
}
footer .stats-tabs li a:hover {
  color: #cc5201;
}
footer .stats-tabs li a em {
  display: block;
  margin: 0.8rem 0 0 0;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: normal;
  font-style: normal;
  color: #898989;
  /* ------------------------------------------------------------------- 
   * ## skillbars 
   * ------------------------------------------------------------------- */
}
footer .skill-bars {
  list-style: none;
  margin: 6.8rem 0 3.2rem;
}
footer .skill-bars li {
  height: 0.4rem;
  background: #d6d6d6;
  width: 100%;
  margin-bottom: 6.8rem;
  padding: 0;
  position: relative;
}
footer .skill-bars li strong {
  position: absolute;
  left: 0;
  top: -4rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
footer .skill-bars li .progress {
  background: #cc5201;
  position: relative;
  height: 100%;
}
footer .skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background: #000000;
  padding: 0.8rem 0.8rem;
  border-radius: 3px;
}
footer .skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #000000;
  content: "";
}
footer .skill-bars li .percent5 {
  width: 5%;
}
footer .skill-bars li .percent10 {
  width: 10%;
}
footer .skill-bars li .percent15 {
  width: 15%;
}
footer .skill-bars li .percent20 {
  width: 20%;
}
footer .skill-bars li .percent25 {
  width: 25%;
}
footer .skill-bars li .percent30 {
  width: 30%;
}
footer .skill-bars li .percent35 {
  width: 35%;
}
footer .skill-bars li .percent40 {
  width: 40%;
}
footer .skill-bars li .percent45 {
  width: 45%;
}
footer .skill-bars li .percent50 {
  width: 50%;
}
footer .skill-bars li .percent55 {
  width: 55%;
}
footer .skill-bars li .percent60 {
  width: 60%;
}
footer .skill-bars li .percent65 {
  width: 65%;
}
footer .skill-bars li .percent70 {
  width: 70%;
}
footer .skill-bars li .percent75 {
  width: 75%;
}
footer .skill-bars li .percent80 {
  width: 80%;
}
footer .skill-bars li .percent85 {
  width: 85%;
}
footer .skill-bars li .percent90 {
  width: 90%;
}
footer .skill-bars li .percent95 {
  width: 95%;
}
footer .skill-bars li .percent100 {
  width: 100%;
  /* ===================================================================
   * # reusable and common theme styles
   *
   * ------------------------------------------------------------------- */
}
footer .wide {
  max-width: 1400px;
}
footer .narrow {
  max-width: 1000px;
  /* ------------------------------------------------------------------- 
   * ## display headings
   * ------------------------------------------------------------------- */
}
footer .display-1 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 5.5rem;
  line-height: 1.236;
  letter-spacing: -0.03rem;
  margin-top: 0;
  margin-bottom: 2.8rem;
}
footer .display-2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 4.6rem;
  line-height: 1.217;
  margin-top: 0;
  margin-bottom: 3.2rem;
}
footer .item-title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.286;
  margin-top: 0;
  margin-bottom: 2rem;
  /* ------------------------------------------------------------------- 
   * ## section header
   * ------------------------------------------------------------------- */
}
footer .section-header {
  max-width: 800px;
}
@media (max-width: 700px) {
  footer .section-header {
    text-align: left;
  }
}
footer .section-header.has-bottom-sep {
  padding-bottom: 2.8rem;
  position: relative;
  text-align: center;
}
@media (max-width: 700px) {
  footer .section-header.has-bottom-sep {
    text-align: left;
  }
}
footer .section-header.has-bottom-sep:after {
  content: "";
  display: table;
  clear: both;
}
footer .section-header.has-bottom-sep::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 320px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  /* ------------------------------------------------------------------- 
   * ## slick slider
   * ------------------------------------------------------------------- */
}
footer .slick-slider {
  position: relative;
}
footer .slick-slider .slick-slide {
  outline: none;
}
footer .slick-slider .slick-dots {
  display: block;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 4.2rem 0 0 0;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
}
footer .slick-slider .slick-dots li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 9px;
  cursor: pointer;
}
footer .slick-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
footer .slick-slider .slick-dots li button:hover, footer .slick-slider .slick-dots li button:focus {
  outline: none;
}
footer .slick-slider .slick-dots li.slick-active button, footer .slick-slider .slick-dots li:hover button {
  background: #cc5201;
  /* ------------------------------------------------------------------- 
   * responsive:
   * reusable and common theme styles
   * ------------------------------------------------------------------- */
}
@media only screen and (max-width: 1000px) {
  footer .display-1 {
    font-size: 5.2rem;
  }
  footer .display-2 {
    font-size: 4.4rem;
  }
  footer .section-header {
    max-width: 680px;
  }
}
@media only screen and (max-width: 800px) {
  footer .display-1 {
    font-size: 4.4rem;
  }
  footer .display-2 {
    font-size: 4rem;
  }
  footer .display-2 br {
    display: none;
  }
  footer .item-title {
    font-size: 2.4rem;
  }
  footer .section-header {
    max-width: 580px;
  }
}
@media only screen and (max-width: 600px) {
  footer .section-header.has-bottom-sep::before {
    width: 240px;
  }
}
@media only screen and (max-width: 500px) {
  footer .display-1 {
    font-size: 4.2rem;
  }
  footer .display-2 {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 400px) {
  footer .display-1 {
    font-size: 3.8rem;
  }
  footer .display-2 {
    font-size: 3.6rem;
  }
  footer .section-header.has-bottom-sep::before {
    width: 200px;
  }
}
@media only screen and (max-width: 350px) {
  /* ===================================================================
   * # header styles
   *
   * ------------------------------------------------------------------- */
  footer .display-1 {
    font-size: 3.6rem;
  }
  footer .display-2 {
    font-size: 3.4rem;
  }
}
footer .s-header {
  z-index: 600;
  width: 100%;
  height: 78px;
  background-color: transparent;
  position: absolute;
  top: 24px;
}
footer .s-header > .row {
  max-width: 1300px;
  height: 78px;
  position: relative;
}
footer .s-header.sticky {
  /* background-color: #000000; */
  background: #121619;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  /* -------------------------------------------------------------------
   * ## header logo
   * ------------------------------------------------------------------- */
}
footer .header-logo {
  z-index: 601;
  display: inline-block;
  margin: 6px 0 0 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  left: 0;
  top: 50%;
}
footer .header-logo a {
  display: inline-block;
  padding: 0;
  outline: 0;
  border: none;
}
footer .header-logo img {
  width: 130px;
  height: 36px;
}
@media (max-width: 800px) {
  /* ------------------------------------------------------------------- 
   * ## navigation 
   * ------------------------------------------------------------------- */
  footer .header-logo img {
    width: inherit;
    height: 36px;
  }
}
footer .header-nav-wrap {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding-left: 180px;
}
footer .header-nav-wrap .header-main-nav {
  display: inline-block;
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
footer .header-nav-wrap .header-main-nav li {
  display: inline-block;
  padding-left: 0;
  margin-right: 1.6rem;
}
footer .header-nav-wrap .header-main-nav li a {
  display: block;
  line-height: 78px;
  color: rgba(255, 255, 255, 0.5);
  outline: none;
  position: relative;
}
footer .header-nav-wrap .header-main-nav li a:hover, footer .header-nav-wrap .header-main-nav li a:focus {
  color: #ffffff;
}
footer .header-nav-wrap .header-main-nav li.current a {
  color: #ffffff;
}
footer .header-nav-wrap .header-cta {
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  right: 40px;
  top: 50%;
}
footer .header-nav-wrap .header-cta__btn {
  font-size: 1.2rem;
  height: 5.2rem;
  line-height: 4.8rem;
  margin: 0;
}
footer .sticky .header-nav-wrap .header-cta__btn {
  height: 4.8rem;
  line-height: 4.4rem;
  /* ------------------------------------------------------------------- 
   * ## menu trigger
   * ------------------------------------------------------------------- */
}
footer .header-menu-toggle {
  display: none;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 18px;
}
footer .header-menu-toggle:hover, footer .header-menu-toggle:focus {
  color: #ffffff;
}
footer .header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  right: auto;
  bottom: auto;
  background-color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  left: 9px;
  top: 50%;
}
footer .header-menu-toggle span::before, footer .header-menu-toggle span::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
}
footer .header-menu-toggle span::before {
  top: -9px;
}
footer .header-menu-toggle span::after {
  bottom: -9px;
}
footer .header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
footer .header-menu-toggle.is-clicked span::before, footer .header-menu-toggle.is-clicked span::after {
  background-color: white;
}
footer .header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
footer .header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  /* ------------------------------------------------------------------- 
   * responsive:
   * header
   * ------------------------------------------------------------------- */
}
@media only screen and (max-width: 1400px) {
  footer .header-nav-wrap .header-cta {
    right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .header-nav-wrap .header-cta {
    right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  footer .header-nav-wrap {
    padding-left: 170px;
  }
  footer .header-nav-wrap .header-main-nav {
    font-size: 11px;
  }
  footer .header-nav-wrap .header-cta__btn {
    height: 4.8rem;
    line-height: 4.4rem;
    padding: 0 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  footer .header-nav-wrap {
    text-align: right;
  }
  footer .header-nav-wrap .header-cta {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  footer .s-header {
    background-color: #0e1113;
    position: fixed;
    top: 0;
  }
  footer .s-header > .row {
    width: 100%;
    padding: 0 !important;
  }
  footer .header-logo {
    margin: 8px 0 0 0;
    left: 44px;
  }
  footer .header-nav-wrap {
    display: none;
    height: auto;
    width: 100%;
    background-color: #0e1113;
    padding: 64px 44px 72px;
    text-align: left;
    position: absolute;
    top: 78px;
  }
  footer .header-nav-wrap .header-main-nav {
    display: block;
    font-size: 12px;
    padding-left: 0;
    margin: 0;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  footer .header-nav-wrap .header-main-nav li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }
  footer .header-nav-wrap .header-main-nav li a {
    padding: 18px 0;
    line-height: 18px;
  }
  footer .header-nav-wrap .header-cta {
    display: block;
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 4.8rem;
  }
  footer .header-nav-wrap .header-cta__btn {
    display: block;
    font-size: 1.2rem;
    height: 5.2rem !important;
    line-height: 4.8rem !important;
    width: 100%;
    text-align: center;
  }
  footer .header-menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  /* -------------------------------------------------------------------
   * make sure the menu is visible on larger screens
   * ------------------------------------------------------------------- */
  footer .header-logo {
    left: 40px;
  }
  footer .header-nav-wrap {
    padding: 40px 40px 64px;
  }
  footer .header-menu-toggle {
    right: 36px;
  }
}
@media only screen and (min-width: 801px) {
  /* ===================================================================
   * # home
   *
   * ------------------------------------------------------------------- */
  footer .header-nav-wrap {
    display: block !important;
  }
}
footer .s-home {
  display: table;
  width: 100%;
  min-height: 788px;
  background-color: transparent;
  position: relative;
}
footer .s-home::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000000;
}
footer .s-home .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
footer .no-js .s-home {
  background: #000000;
  /* ------------------------------------------------------------------- 
   * ## home content
   * ------------------------------------------------------------------- */
}
footer .home-content {
  z-index: 4;
  display: table-cell;
  vertical-align: bottom;
  padding-top: 24.8rem;
  width: 100%;
  position: relative;
}
footer .home-content h1 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 7.2rem;
  line-height: 1.222;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.2rem;
  position: relative;
}
footer .home-content h1::before {
  display: block;
  content: "";
  height: 2px;
  width: 8rem;
  background-color: #cc5201;
  position: absolute;
  left: 8px;
  top: 0;
}
footer .home-content h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.667;
  font-style: normal;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 2rem;
  width: 85%;
}
footer .home-content__main {
  position: relative;
  padding-bottom: 9.6rem;
  max-width: 1300px;
}
footer .home-content__left {
  width: calc(100% - (580px + 80px));
}
footer .home-content__right {
  z-index: 500;
  width: 580px;
  position: absolute;
  right: 0;
  top: 0;
}
footer .home-content__right img {
  vertical-align: bottom;
  margin-top: -5.2rem;
  /* ------------------------------------------------------------------- 
   * ## home button section
   * ------------------------------------------------------------------- */
}
footer .home-content__btn-wrap {
  margin-top: 7.2rem;
}
footer .home-content__btn-wrap .home-content__btn {
  width: 20rem;
  height: 6rem !important;
  line-height: 6rem !important;
  margin-right: 0;
  /* ------------------------------------------------------------------- 
   * ## home social
   * ------------------------------------------------------------------- */
}
footer .home-content__social {
  list-style: none;
  margin: 0;
  font-size: 10px;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: absolute;
  right: calc(40px + (5.6rem/2));
  top: 50%;
  -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
  -ms-transform: rotate(-90deg) translate3d(50%, 0, 0);
  transform: rotate(-90deg) translate3d(50%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
footer .home-content__social li {
  display: inline;
  margin-right: 6px;
}
footer .home-content__social li:last-child {
  margin-right: 0;
}
footer .home-content__social a {
  color: rgba(255, 255, 255, 0.3);
}
footer .home-content__social a:hover, footer .home-content__social a:active {
  color: #ffffff;
  /* ------------------------------------------------------------------- 
   * ## home scroll
   * ------------------------------------------------------------------- */
}
footer .home-scroll {
  z-index: 4;
  height: 5.6rem;
  position: absolute;
  right: 40px;
  bottom: 4.8rem;
}
footer .home-scroll__text {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 5.6rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #cc5201;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 7.6rem;
}
footer .home-scroll__icon {
  display: block;
  height: 5.6rem;
  width: 5.6rem;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url(../images/icons/icon-arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
footer .home-scroll:hover .home-scroll__text {
  border-bottom: 1px solid #ffffff;
  /* animate .home-content__main
   * ------------------------------------------------------------------- */
}
footer html.ss-preload .home-content__main {
  opacity: 0;
}
footer html.ss-loaded .home-content__main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
footer html.no-csstransitions .home-content__main {
  opacity: 1;
  /* ------------------------------------------------------------------- 
   * ## home animations
   * ------------------------------------------------------------------- */
  /* fade in */
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  /* fade out */
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}
@keyframes fadeOut {
  /* ------------------------------------------------------------------- 
   * responsive:
   * home
   * ------------------------------------------------------------------- */
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
}
@media only screen and (max-width: 1700px) {
  footer .home-content h1 {
    font-size: 6.8rem;
  }
  footer .home-content h3 {
    width: 100%;
  }
  footer .home-content__main {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1600px) {
  footer .home-scroll__text {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  footer .home-content {
    padding-top: 23.2rem;
  }
  footer .home-content h1 {
    font-size: 6.2rem;
  }
  footer .home-content h3 {
    font-size: 2.2rem;
  }
  footer .home-content__main {
    max-width: 1140px;
  }
  footer .home-content__left {
    width: calc(100% - (570px + 60px));
  }
  footer .home-content__right {
    width: 570px;
  }
}
@media only screen and (max-width: 1400px) {
  footer .home-content h1 {
    font-size: 6rem;
  }
  footer .home-content h3 {
    font-size: 2.1rem;
    width: 90%;
  }
  footer .home-content__left {
    width: calc(100% - (550px + 80px));
  }
  footer .home-content__right {
    width: 550px;
    right: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  footer .home-content {
    padding-top: 20rem;
  }
  footer .home-content h1 {
    font-size: 5.6rem;
  }
  footer .home-content h3 {
    font-size: 1.9rem;
  }
  footer .home-content__left {
    width: calc(100% - (530px + 90px));
  }
  footer .home-content__right {
    width: 530px;
    right: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .s-home {
    display: block;
    overflow: hidden;
    min-height: 740px;
  }
  footer .home-content {
    display: block;
  }
  footer .home-content br {
    display: none;
  }
  footer .home-content h1 {
    font-size: 7.2rem;
    padding-top: 0;
  }
  footer .home-content h1::before {
    display: none;
  }
  footer .home-content h3 {
    font-size: 2.4rem;
    width: 100%;
  }
  footer .home-content__main {
    max-width: 600px;
    padding-bottom: 44rem;
    text-align: center;
  }
  footer .home-content__left {
    width: 100%;
  }
  footer .home-content__right {
    top: 100%;
    right: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    margin-top: -40rem;
  }
  footer .home-content__right img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  footer .home-content {
    padding-top: 16.8rem;
  }
  footer .home-content h1 {
    font-size: 6.2rem;
  }
  footer .home-content h3 {
    font-size: 2.2rem;
  }
  footer .home-content__main {
    max-width: 500px;
  }
  footer .home-content__social {
    right: calc(30px + (5.6rem/2));
  }
  footer .home-scroll {
    right: 3rem;
  }
}
@media only screen and (max-width: 800px) {
  footer .home-content h1 {
    font-size: 6rem;
  }
  footer .home-content h3 {
    font-size: 2.1rem;
  }
  footer .home-content__right {
    width: 480px;
  }
}
@media only screen and (max-width: 700px) {
  footer .home-content h1 {
    font-size: 5.6rem;
  }
  footer .home-content h3 {
    font-size: 2rem;
  }
  footer .home-content__social, footer .home-scroll {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  footer .home-content h1 {
    font-size: 5.2rem;
  }
  footer .home-content h3 {
    font-size: 1.8rem;
  }
  footer .home-content__main {
    padding-bottom: 40rem;
    padding-left: 35px;
    padding-right: 35px;
  }
  footer .home-content__right {
    width: 400px;
    margin-top: -36rem;
  }
  footer .home-content__btn-wrap {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  footer .home-content {
    padding-top: 16rem;
  }
  footer .home-content h1 {
    font-size: 4.4rem;
  }
  footer .home-content__main {
    padding-bottom: 32rem;
  }
  footer .home-content__right {
    width: 360px;
    margin-top: -28rem;
  }
}
@media only screen and (max-width: 400px) {
  footer .home-content {
    padding-top: 15.2rem;
  }
  footer .home-content h1 {
    font-size: 4.2rem;
  }
  footer .home-content__main {
    padding-bottom: 28rem;
    padding-left: 25px;
    padding-right: 25px;
  }
  footer .home-content__right {
    width: 300px;
    margin-top: -24rem;
  }
  footer .home-content__btn-wrap .home-content__btn {
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  /* ===================================================================
   * # about
   *
   * ------------------------------------------------------------------- */
  footer .home-content__right {
    width: 280px;
  }
}
footer .s-about {
  padding-top: 23.2rem;
  padding-bottom: calc((62.4rem/2) + 6.4rem);
  background-color: #000;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
}
footer .s-about .section-header.has-bottom-sep::before {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .s-about .display-1, footer .s-about h3 {
  color: #ffffff;
}
footer .s-about p.lead {
  color: rgba(255, 255, 255, 0.6);
  /* ------------------------------------------------------------------- 
   * ## about-desc slider
   * ------------------------------------------------------------------- */
}
footer .about-desc {
  margin-top: 6rem;
}
footer .about-desc__slider .slick-dots {
  margin: 0.8rem 0 0 0;
}
footer .about-desc__slider .slick-dots li button {
  background: #cc5201;
}
footer .about-desc__slider .slick-dots li.slick-active button, footer .about-desc__slider .slick-dots li:hover button {
  background: #ffffff;
}
footer .about-desc__slide {
  padding: 0 24px;
  /* ------------------------------------------------------------------- 
   * responsive:
   * about
   * ------------------------------------------------------------------- */
}
@media only screen and (max-width: 1400px) {
  footer .s-about {
    padding-bottom: calc((62.4rem/2) + 9.6rem);
  }
}
@media only screen and (max-width: 1200px) {
  footer .s-about {
    padding-top: 18.4rem;
  }
}
@media only screen and (max-width: 1000px) {
  footer .s-about {
    padding-top: 17.2rem;
  }
  footer .about-desc__slide {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 800px) {
  footer .s-about {
    padding-top: 16rem;
  }
}
@media only screen and (max-width: 700px) {
  footer .about-desc {
    max-width: 550px;
  }
  footer .about-desc__slide {
    padding: 0 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  footer .s-about {
    padding-top: 14.8rem;
    padding-bottom: calc((60rem/2) + 9.6rem);
  }
  footer .about-desc {
    max-width: 500px;
  }
  footer .about-desc__slide {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  footer .s-about {
    padding-bottom: calc((52rem/2) + 9.6rem);
  }
}
@media only screen and (max-width: 400px) {
  /* ===================================================================
   * # s-about-how
   *
   * ------------------------------------------------------------------- */
  footer .s-about {
    padding-top: 14rem;
    padding-bottom: calc((48rem/2) + 9.6rem);
  }
}
footer .s-about-how {
  background-color: #ffffff;
  padding-bottom: 16rem;
}
footer .video-bg {
  z-index: 1;
  overflow: hidden;
  height: 62.4rem;
  margin-top: calc((62.4rem/2) * -1);
  background-image: url(../images/worker-recruit.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
footer .video-bg .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  /* ------------------------------------------------------------------- 
   * ## video button
   * ------------------------------------------------------------------- */
}
footer .btn-video {
  display: inline-block;
  text-align: center;
  outline: none;
  position: absolute;
  top: 14%;
  left: 10%;
}
footer .video-icon {
  display: inline-block;
  height: 112px;
  width: 112px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/icons/icon-play-black.svg);
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 24px 27px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .btn-video:hover .video-icon {
  background-color: #cc5201;
  background-image: url(../images/icons/icon-play.svg);
  /* ------------------------------------------------------------------- 
   * ## stats
   * ------------------------------------------------------------------- */
}
footer .stats {
  width: 100%;
  padding: 0 11%;
  color: #ffffff;
  position: absolute;
  bottom: 8rem;
  left: 0;
}
footer .item-stats {
  float: left;
  width: 50%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
}
footer .item-stats span {
  display: inline-block;
  line-height: 8rem;
  vertical-align: middle;
}
footer .item-stats__num {
  font-weight: 700;
  font-size: 6.8rem;
  margin-right: 2rem;
  /* ------------------------------------------------------------------- 
   * ## process
   * ------------------------------------------------------------------- */
}
footer .process-wrap {
  margin-top: 12rem;
}
footer .process-wrap h2 {
  margin-bottom: 4rem;
  padding: 0 10px;
}
footer .process {
  position: relative;
  left: 27px;
  width: 100%;
  max-width: 1080px;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  counter-reset: ctr;
}
footer .process:after {
  content: "";
  display: table;
  clear: both;
}
footer .process::before, footer .process::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  /* background-color: #eaeaea; */
  position: absolute;
  top: 0;
}
footer .process::before {
  left: 0;
}
footer .process::after {
  left: 50%;
}
footer .process .process__steps {
  width: 100%;
}
footer .process .step {
  padding: 0 40px 1.5rem 60px;
  position: relative;
  min-height: 240px;
}
footer .process .step h3 {
  margin-bottom: 2.4rem;
}
footer .process .step::before {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  content: counter(ctr);
  counter-increment: ctr;
  color: #ffffff;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background-color: #cc5201;
  box-shadow: 0 0 0 15px #ffffff;
  z-index: 500;
  position: absolute;
  top: -12px;
  left: -27px;
  /* ------------------------------------------------------------------- 
   * responsive:
   * about-how
   * ------------------------------------------------------------------- */
}
@media only screen and (max-width: 1400px) {
  footer .process {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .btn-video {
    left: 9%;
  }
  footer .stats {
    padding: 0 10%;
  }
  footer .item-stats {
    font-size: 2.6rem;
  }
  footer .item-stats span {
    line-height: 7.2rem;
  }
  footer .item-stats__num {
    font-size: 6.6rem;
  }
  footer .process {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .process {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .item-stats {
    font-size: 2.2rem;
  }
  footer .item-stats span {
    line-height: 6rem;
  }
  footer .item-stats__num {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 900px) {
  footer .stats {
    bottom: 5.6rem;
  }
  footer .item-stats {
    float: none;
    width: auto;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  footer .item-stats span {
    display: block;
    line-height: 1;
  }
  footer .item-stats__num {
    font-size: 5.4rem;
  }
  footer .item-stats__title {
    color: rgba(255, 255, 255, 0.5);
  }
  footer .process {
    max-width: 600px;
  }
  footer .process::after {
    display: none;
  }
  footer .process .step {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding-right: 16px;
    min-height: auto;
    padding: 0 30px 0.9rem 50px;
  }
}
@media only screen and (max-width: 800px) {
  footer .process {
    left: 0;
  }
  footer .process::before {
    left: 30px;
  }
  footer .process .step {
    padding: 0 10px 0 80px;
  }
  footer .process .step::before {
    font-size: 1.6rem;
    height: 44px;
    width: 44px;
    line-height: 44px;
    top: -8px;
    left: 8px;
  }
}
@media only screen and (max-width: 600px) {
  footer .s-about-how {
    padding-bottom: 14.4rem;
  }
  footer .video-bg {
    height: 60rem;
    margin-top: calc((60rem/2) * -1);
  }
  footer .video-icon {
    height: 96px;
    width: 96px;
    background-size: 20px 22px;
  }
}
@media only screen and (max-width: 500px) {
  footer .video-bg {
    height: 52rem;
    margin-top: calc((52rem/2) * -1);
  }
  footer .btn-video {
    top: 4.8rem;
  }
  footer .item-stats__num {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  /* ===================================================================
   * # features
   *
   * ------------------------------------------------------------------- */
  footer .s-about-how {
    padding-bottom: 12rem;
  }
  footer .video-bg {
    height: 48rem;
    margin-top: calc((48rem/2) * -1);
  }
  footer .video-icon {
    height: 80px;
    width: 80px;
  }
  footer .process {
    text-align: center;
  }
  footer .process::before {
    display: none;
  }
  footer .process .step {
    padding: 60px 0 0 0;
  }
  footer .process .step::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
footer .s-features {
  padding-top: 19.2rem;
  padding-bottom: 20rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
  /* ------------------------------------------------------------------- 
   * ## features list
   * ------------------------------------------------------------------- */
}
footer .features {
  margin-top: 7.2rem;
}
footer .item-feature {
  margin-bottom: 0.8rem;
}
footer .item-feature__icon {
  color: #cc5201;
  font-size: 4.8rem;
  /* ------------------------------------------------------------------- 
   * responsive:
   * features
   * ------------------------------------------------------------------- */
}
@media only screen and (max-width: 1200px) {
  footer .s-features {
    padding-top: 18.4rem;
  }
  footer .features {
    max-width: 900px;
  }
  footer .features .item-feature:nth-child(2n+1) {
    padding-right: 30px;
  }
  footer .features .item-feature:nth-child(2n+2) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .s-features {
    padding-top: 17.2rem;
    padding-bottom: 17.2rem;
  }
  footer .features .item-feature:nth-child(2n+1) {
    padding-right: 20px;
  }
  footer .features .item-feature:nth-child(2n+2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 800px) {
  footer .s-features {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  footer .features {
    margin-top: 4.4rem;
  }
  footer .features .item-feature:nth-child(n) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 700px) {
  footer .features {
    max-width: 500px;
    text-align: left;
  }
  footer .features .item-feature {
    width: 100%;
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  footer .s-features {
    padding-top: 14.8rem;
    padding-bottom: 14.8rem;
  }
  footer .features .item-feature:nth-child(n) {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 400px) {
  /* ===================================================================
   * # testimonials
   *
   * ------------------------------------------------------------------- */
  footer .s-features {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  footer .features .item-feature:nth-child(n) {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}
footer .testimonials-wrap {
  margin-top: 9.6rem;
}
footer .testimonials-header {
  text-align: center;
  padding-top: 6.4rem;
  position: relative;
}
footer .testimonials-header::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 60%;
  background-color: #d6d6d6;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
footer .testimonials {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.882;
  margin-top: 4rem;
  padding-bottom: 7.2rem;
  position: relative;
}
footer .testimonials__slide {
  position: relative;
  padding-left: 9.6rem;
  padding-right: 3rem;
}
footer .testimonials__avatar {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 100%;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
}
footer .testimonials__author {
  display: inline-block;
  position: relative;
  margin-bottom: 1.6rem;
  line-height: 2.4rem;
}
footer .testimonials__name, footer .testimonials__link {
  display: inline-block;
}
footer .testimonials__name {
  font-weight: 700;
  color: #000000;
  margin-right: 4px;
}
footer .testimonials__link {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.4);
  /* ------------------------------------------------------------------- 
   * responsive:
   * testimonials
   * ------------------------------------------------------------------- */
}
@media only screen and (max-width: 1000px) {
  footer .testimonials {
    max-width: 700px;
    text-align: center;
  }
  footer .testimonials__slide {
    padding-left: 3rem;
  }
  footer .testimonials__avatar {
    position: static;
    margin: 0 auto 1.2rem;
  }
}
@media only screen and (max-width: 700px) {
  footer .testimonials {
    max-width: 500px;
  }
}
@media only screen and (max-width: 400px) {
  /* ===================================================================
   * # pricing
   *
   * ------------------------------------------------------------------- */
  footer .testimonials {
    margin-top: 3.2rem;
  }
  footer .testimonials-header {
    padding-top: 6.4rem !important;
  }
  footer .testimonials__slide {
    padding-right: 0;
    padding-left: 0;
  }
}
footer .s-pricing {
  padding-top: 19.2rem;
  padding-bottom: 16rem;
  background-color: #ffffff;
  position: relative;
  /* ------------------------------------------------------------------- 
   * ## pricing plan blocks
   * ------------------------------------------------------------------- */
}
footer .plans {
  margin-top: 6.4rem;
  max-width: 1260px;
}
footer .item-plan {
  padding: 0 30px;
}
footer .item-plan__block {
  background: #ffffff;
  border-radius: 4px;
  padding: 5.6rem 4.2rem 5.4rem;
  margin-bottom: 4rem;
}
footer .item-plan__title {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.333;
  color: #000000;
  margin: 0 0 1.6rem 0;
}
footer .item-plan__price, footer .item-plan__per {
  display: inline-block;
  margin-bottom: 0;
}
footer .item-plan__price {
  font-family: "Lato", sans-serif;
  font-size: 7.4rem;
  line-height: 1.081;
  font-weight: 600;
  color: #000000;
}
footer .item-plan__per {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 4px;
}
footer .item-plan__bottom-part {
  margin-top: 4.4rem;
}
footer .item-plan__features {
  font-size: 1.7rem;
  line-height: 1.882;
  margin-left: 0;
}
footer .item-plan__features li {
  display: list-item;
  list-style: none;
  padding: 0.2rem 0 0.2rem 0.8rem;
  position: relative;
}
footer .item-plan__features li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.2rem;
  font-weight: 900;
  display: inline-block;
  color: #cc5201;
  margin-right: 18px;
}
footer .item-plan--popular {
  color: white;
}
footer .item-plan--popular .item-plan__features li::before {
  color: #ffffff;
}
footer .item-plan--popular .item-plan__block {
  background-color: #cc5201;
  border: none;
}
footer .item-plan--popular .item-plan__title, footer .item-plan--popular .item-plan__price {
  color: #ffffff;
}
footer .item-plan--popular .item-plan__per {
  color: rgba(255, 255, 255, 0.7);
}
footer .item-plan--popular .btn {
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  color: #000000;
}
footer .item-plan--popular .btn:hover, footer .item-plan--popular .btn:focus {
  background-color: #994000;
  border: 0.2rem solid #994000;
  color: #ffffff;
}
footer .item_cta_btn .btn {
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  color: #000000;
}
footer .item_cta_btn .btn:hover, footer .item_cta_btn .btn:focus {
  background-color: #994000;
  border: 0.2rem solid #994000;
  color: #ffffff;
}
@media (max-width: 700px) {
  /* ------------------------------------------------------------------- 
   * responsive:
   * pricing
   * ------------------------------------------------------------------- */
  footer .item_cta_btn {
    text-align: left;
  }
}
@media only screen and (max-width: 1200px) {
  footer .s-pricing {
    padding-top: 18.4rem;
  }
  footer .plans {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .s-pricing {
    padding-top: 17.2rem;
    padding-bottom: 17.2rem;
  }
}
@media only screen and (max-width: 800px) {
  footer .s-pricing {
    padding-top: 16rem;
    padding-bottom: 14.8rem;
  }
  footer .plans {
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  footer .s-pricing {
    padding-top: 14.8rem;
    padding-bottom: 12rem;
  }
}
@media only screen and (max-width: 450px) {
  footer .item-plan {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 350px) {
  /* ===================================================================
   * # download
   *
   * ------------------------------------------------------------------- */
  footer .item-plan__price {
    font-size: 5.6rem;
  }
  footer .item-plan__block {
    padding: 5.4rem 3.2rem 4.8rem;
  }
}
footer .s-download {
  padding-top: 9.2rem;
  background-color: #000000;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
}
footer .s-download .display-1, footer .s-download h3 {
  color: #ffffff;
}
footer .s-download p.lead {
  color: rgba(255, 255, 255, 0.6);
}
footer .s-download .download-badges {
  list-style: none;
  margin: 1.2rem 0 0 -6px;
}
footer .s-download .download-badges li {
  display: inline-block;
  margin: 0 6px;
  padding-left: 0;
}
footer .s-download .download-badges li a {
  display: block;
  width: 232px;
  height: 72px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 232px 72px;
}
footer .s-download .download-badges li a.badge-appstore {
  background-image: url("../images/appstore.png");
}
footer .s-download .download-badges li a.badge-googleplay {
  background-image: url("../images/google-play.png");
}
footer .s-download .download-bottom-image {
  margin-top: 11.2rem;
}
footer .s-download .download-bottom-image img {
  vertical-align: bottom;
  /* ------------------------------------------------------------------- 
   * responsive:
   * download
   * ------------------------------------------------------------------- */
}
@media only screen and (max-width: 1200px) {
  footer .s-download .download-content__badges {
    margin: 0;
  }
  footer .s-download .download-content__image {
    position: static;
    margin: 0 auto;
    max-width: 480px;
    width: auto;
    height: 24rem;
  }
}
@media only screen and (max-width: 1000px) {
  footer .s-download {
    padding-top: 17.2rem;
  }
}
@media only screen and (max-width: 800px) {
  footer .s-download {
    padding-top: 16rem;
  }
  footer .s-download .download-content__badges li a {
    width: 206px;
    height: 64px;
    background-size: 206px 64px;
  }
}
@media only screen and (max-width: 600px) {
  /* ===================================================================
   * # footer
   *
   * ------------------------------------------------------------------- */
  footer .s-download {
    padding-top: 14.8rem;
  }
  footer .s-download .download-bottom-image {
    margin-top: 9.6rem;
  }
}
.s-footer {
  padding-top: 16rem;
  padding-bottom: 12rem;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  background-color: #121619;
}
footer .s-footer a {
  color: #FFFFFF;
}
footer .s-footer a:hover, footer .s-footer a:focus {
  color: #cc5201;
}
footer .s-footer .display-2 {
  color: #cc5201;
  margin-bottom: 1.6rem;
}
footer .s-footer p.lead {
  color: rgba(255, 255, 255, 0.3);
}
footer .footer__top [class*="col-"]:first-child {
  padding-right: 60px;
}
footer .footer__bottom {
  margin-top: 4.8rem;
  padding-top: 3.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  /* -------------------------------------------------------------------
   * ## subscribe form
   * ------------------------------------------------------------------- */
}
footer .footer__subscribe .subscribe-form {
  margin: 6rem 0 0 0;
  padding: 0;
  position: relative;
}
footer .footer__subscribe #mc-form {
  width: 100%;
}
footer .footer__subscribe #mc-form input[type="email"] {
  width: 100%;
  height: 6.4rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  padding: 1.6rem 140px 1.6rem 32px;
  background-color: rgba(255, 255, 255, 0.03);
  color: white;
  margin-bottom: 2rem;
  border: none;
  border-radius: 5px;
}
footer .footer__subscribe #mc-form input[type="email"]:hover, footer .footer__subscribe #mc-form input[type="email"]:focus {
  box-shadow: none;
}
footer .footer__subscribe #mc-form input[type="email"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.3);
}
footer .footer__subscribe #mc-form input[type="email"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
footer .footer__subscribe #mc-form input[type="email"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
footer .footer__subscribe #mc-form input[type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.3);
}
footer .footer__subscribe #mc-form input[type="email"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.3);
}
footer .footer__subscribe #mc-form input[type="email"]::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.3);
}
footer .footer__subscribe #mc-form input[type="email"].placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
footer .footer__subscribe #mc-form input[type=submit] {
  color: #FFFFFF;
  background: #cc5201;
  border-color: #cc5201;
  margin-right: 0;
  padding: 0 20px 0 24px;
  height: 6.4rem;
  line-height: 6rem;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
}
footer .footer__subscribe #mc-form label {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  padding: 0 2rem;
}
footer .footer__subscribe #mc-form label i {
  padding-right: 6px;
  /* -------------------------------------------------------------------
   * ## footer__logo
   * ------------------------------------------------------------------- */
}
footer .footer__logo {
  display: inline-block;
  margin-bottom: 2.4rem;
  padding: 0;
}
footer .footer__logo a {
  display: inline-block;
  margin-top: 2px;
  padding: 0;
  outline: 0;
  border: none;
}
footer .footer__logo img {
  /* width: 135px; */
  height: 35px;
  /* ------------------------------------------------------------------- 
   * ## footer social
   * ------------------------------------------------------------------- */
}
footer .footer__social {
  list-style: none;
  margin: -0.8rem 0 0 0;
}
footer .footer__social li {
  display: inline-block;
  font-size: 16px;
  padding: 0;
  margin-right: 4px;
}
footer .footer__social li a {
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.03);
  color: #FFFFFF;
  border-radius: 50%;
}
footer .footer__social li a:hover, footer .footer__social li a:focus {
  background-color: #cc5201;
  color: #FFFFFF;
}
footer .footer__social li:last-child {
  margin-right: 0;
  /* ------------------------------------------------------------------- 
   * ## footer site links
   * ------------------------------------------------------------------- */
}
footer .footer__site-links {
  font-size: 1.8;
  font-weight: 600;
  line-height: 2;
  display: inline-block;
  list-style: none;
  margin: 0 0 0 -1.5rem;
}
footer .footer__site-links li {
  display: inline-block;
  padding-left: 0;
  margin: 0 1.6rem 0 1.6rem;
}
footer .footer__site-links li a {
  display: block;
}
footer .footer__site-links li a, footer .footer__site-links li a:visited {
  color: white;
  outline: none;
}
footer .footer__site-links li a:hover, footer .footer__site-links li a:focus {
  color: #cc5201;
  /* ------------------------------------------------------------------- 
   * ## footer contact
   * ------------------------------------------------------------------- */
}
footer .footer__contact {
  margin-top: 6.4rem;
}
footer .footer__contact .footer__mail-link {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.455;
  color: #cc5201;
}
footer .footer__contact .footer__mail-link:hover, footer .footer__contact .footer__mail-link:focus {
  color: #FFFFFF;
  /* ------------------------------------------------------------------- 
   * ## copyright
   * ------------------------------------------------------------------- */
}
footer .cl-copyright span {
  font-size: 16px;
  line-height: 3.2rem;
  display: inline-block;
}
footer .cl-copyright span::after {
  content: "·";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: white;
}
footer .cl-copyright span:last-child::after {
  display: none;
  /* ------------------------------------------------------------------- 
   * ## go to top
   * ------------------------------------------------------------------- */
}
footer .go-top {
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  position: fixed;
  bottom: 32px;
  right: 40px;
}
footer .go-top a, footer .go-top a:visited {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 5.6rem;
  width: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  background-image: url(../images/icons/icon-arrow-up.svg);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .go-top a:hover, footer .go-top a:focus, footer .go-top a:visited:hover, footer .go-top a:visited:focus {
  background-color: #cc5201;
}
footer .go-top.link-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* ------------------------------------------------------------------- 
   * responsive:
   * footer
   * ------------------------------------------------------------------- */
}
@media only screen and (max-width: 1200px) {
  footer .footer__top {
    text-align: center;
  }
  footer .footer__top [class*="col-"]:first-child {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  footer .go-top {
    right: 3rem;
  }
}
@media only screen and (max-width: 800px) {
  footer .s-footer {
    padding-top: 12rem;
  }
  footer .footer__logo img {
    width: inherit;
    height: 35px;
  }
  footer .footer__site-links {
    margin-top: 8rem;
  }
  footer .footer__contact {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer__top [class*="col-"]:first-child {
    padding-right: 10px;
  }
  footer .footer__subscribe #mc-form input[type="email"] {
    padding: 0 2.4rem;
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
  }
  footer .footer__subscribe #mc-form input[type=submit] {
    position: static;
    margin-right: 0;
    width: 100%;
    border-radius: 5px;
  }
  footer .cl-copyright span {
    display: block;
  }
  footer .cl-copyright span::after {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  /*# sourceMappingURL=main.css.map */
  footer .footer__top [class*="col-"] {
    padding: 0;
  }
  footer .cl-copyright span {
    font-size: 15px;
  }
  footer .go-top a {
    height: 5.2rem;
    width: 5.2rem;
    background-size: 8px 12px;
  }
}
