@font-face {
  font-family: 'urw_dinxlight';
  src: url("../fonts/urw_-_urwdin-xlight-webfont.woff2") format("woff2"), url("../fonts/urw_-_urwdin-xlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'urw_dinxlight_italic';
  src: url("../fonts/urw_-_urwdin-xlightitalic-webfont.woff2") format("woff2"), url("../fonts/urw_-_urwdin-xlightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'urw_dinlight';
  src: url("../fonts/urw_-_urwdin-light-webfont.woff2") format("woff2"), url("../fonts/urw_-_urwdin-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'urw_dinmedium';
  src: url("../fonts/urw_-_urwdin-medium-webfont.woff2") format("woff2"), url("../fonts/urw_-_urwdin-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'urw_dinlight';
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.primary-heading {
  color: #fff;
  margin: 0;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: 'urw_dinxlight';
}

.secondary-heading {
  position: relative;
  font-size: 2.5rem;
  display: inline-block;
  margin: 0;
  line-height: 2;
  font-weight: 300;
  color: #000;
  font-family: 'urw_dinxlight';
}

.secondary-heading::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #000;
}

@media (max-width: 575px) {
  .secondary-heading {
    font-size: 2rem;
  }
}

.third-heading {
  font-size: 1.8rem;
  margin: 0;
  font-weight: 300;
  color: #000;
  font-family: 'urw_dinxlight';
}

@media (max-width: 575px) {
  .third-heading {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .desktop-heading {
    display: none;
  }
}

.mobile-heading {
  display: none;
}

@media (max-width: 767px) {
  .mobile-heading {
    display: inline-block;
  }
}

.main-header {
  min-height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 999;
}

.main-header-container {
  max-width: 1300px;
}

@media (max-width: 991px) {
  .main-header #mainNavigation {
    height: 100vh;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 90px;
    background: url(../img/about-img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .main-header #mainNavigation::before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#d2d5d8), to(rgba(210, 213, 216, 0.8)));
    background: linear-gradient(to bottom, #d2d5d8, rgba(210, 213, 216, 0.8));
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}

.main-header .navbar-nav .nav-item .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.3rem;
  color: #626363;
}

@media (max-width: 991px) {
  .main-header .navbar-nav .nav-item .nav-link {
    font-size: 3rem;
    position: relative;
    color: #000;
  }
}

.main-header #nav-icon {
  width: 40px;
  height: 26px;
  border: none;
  background: none;
  outline: none;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.main-header #nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.main-header #nav-icon span:nth-child(1) {
  top: 0px;
}

.main-header #nav-icon span:nth-child(2) {
  top: 10px;
}

.main-header #nav-icon span:nth-child(3) {
  top: 20px;
}

.main-header #nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.main-header #nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.main-header #nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.hero {
  background: url(../img/hero-img.jpg);
  height: 1080px;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .hero {
    height: 750px;
  }
}

.hero-content {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hero-content {
    padding: 0 15px;
  }
}

.hero-content img {
  margin-bottom: 40px;
}

.hero-content p {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .hero .primary-heading span {
    text-align: center;
    display: block;
  }
}

main {
  margin-top: 90px;
}

.services {
  padding: 120px 0 180px;
}

@media (max-width: 767px) {
  .services {
    padding: 70px 0;
  }
}

.services-wrap {
  margin-top: 130px;
}

@media (max-width: 767px) {
  .services-wrap {
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .services-wrap-inner {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services-wrap-inner {
    margin-bottom: 50px;
  }
}

.services-wrap-inner p {
  margin: 0;
  color: #5b5b5b;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .services-wrap-inner p {
    text-align: center;
  }
}

.services-wrap-heading {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.services-wrap-heading .third-heading {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .services-wrap-heading {
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.services-wrap .capital span {
  color: #e3b461;
}

.services-wrap .investment span {
  color: #80a4d6;
}

.services-wrap .management span {
  color: #b75818;
}

.about {
  background: #d2d5d8;
}

.about-top {
  padding: 140px 0 110px;
}

@media (max-width: 767px) {
  .about-top {
    padding: 100px 0 0;
  }
}

@media (max-width: 767px) {
  .about .img-desktop img {
    margin: 60px 0 0;
  }
}

.about .img-mobile {
  display: none;
}

@media (max-width: 767px) {
  .about .img-mobile {
    display: block;
  }
}

.about-bottom {
  background: url(../img/about-bg.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-bottom: 190px;
}

@media (max-width: 767px) {
  .about-bottom {
    padding: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .about-bottom .secondary-heading {
    text-align: center;
  }
}

.about-bottom-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .about-bottom-img {
    min-height: 700px;
  }
}

.about-bottom::before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#d2d5d8), to(rgba(210, 213, 216, 0.8)));
  background: linear-gradient(to bottom, #d2d5d8, rgba(210, 213, 216, 0.8));
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.about-bottom-inner {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .about-bottom-content {
    margin-bottom: 50px;
  }
}

.about-bottom-content p {
  font-size: 1.625rem;
  font-weight: 200;
  line-height: 1.2;
  color: #262626;
}

@media (max-width: 767px) {
  .about-bottom-content p {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .about-bottom-content p {
    font-size: 1.25rem;
  }
}

.privacy {
  padding: 130px 0;
  background: #000;
  border-bottom: 10px solid #fff;
}

@media (max-width: 767px) {
  .privacy {
    padding: 70px 0;
  }
}

.privacy-heading {
  font-weight: normal;
  font-size: 1.65rem;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 100px;
  position: relative;
  color: #898989;
}

.privacy-heading-intro {
  font-weight: normal;
  font-size: 1.65rem;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 100px;
  color: #fff;
}

@media (max-width: 767px) {
  .privacy-heading-intro {
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .privacy-heading {
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 1.25rem;
  }
}

.privacy-wrap hr {
  border-color: #d2d5d8;
  margin-top: 84px;
}

.privacy-wrap-heading {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.privacy-wrap-heading .third-heading {
  color: #fff;
}

.privacy-wrap-heading.capital span {
  color: #e3b461;
}

.privacy-wrap-heading.investment span {
  color: #80a4d6;
}

.privacy-wrap-heading.management span {
  color: #b75818;
}

.privacy-wrap h5 {
  font-size: 80px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 575px) {
  .privacy-wrap h5 {
    font-size: 50px;
  }
}

.privacy p {
  font-weight: 200;
  color: #898989;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .privacy p {
    font-size: 1.25rem;
  }
}

.privacy p.privacy-quote {
  color: #b75818;
  margin-top: 30px;
}

.privacy p a {
  color: #b75818;
  text-decoration: none;
}

.privacy ul li {
  font-weight: 200 !important;
  color: #898989;
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .privacy ul li {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

.privacy-list {
  counter-reset: numbers;
  margin-top: 50px;
}

.privacy-list-item {
  padding-left: 40px;
  font-weight: normal;
  font-size: 1.65rem;
  text-transform: uppercase;
  font-weight: normal !important;
}

.privacy-list-item::before {
  counter-increment: numbers;
  content: counter(numbers) ".";
  position: absolute;
  left: 0;
}

.privacy-inner-list-item {
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  padding-left: 15px;
}

.privacy-inner-list-item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #898989;
  border-radius: 50%;
}

.terms {
  padding: 130px 0;
  background: #000;
  border-bottom: 10px solid #fff;
}

@media (max-width: 767px) {
  .terms {
    padding: 70px 0;
  }
}

.terms-heading {
  font-weight: normal;
  font-size: 1.65rem;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 100px;
  position: relative;
  color: #898989;
}

.terms-heading-intro {
  font-weight: normal;
  font-size: 1.65rem;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 100px;
  color: #fff;
}

@media (max-width: 767px) {
  .terms-heading-intro {
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .terms-heading {
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: 1.25rem;
  }
}

.terms-wrap hr {
  border-color: #d2d5d8;
  margin-top: 84px;
}

.terms-wrap-heading {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.terms-wrap-heading .third-heading {
  color: #fff;
}

.terms-wrap-heading.capital span {
  color: #e3b461;
}

.terms-wrap-heading.investment span {
  color: #80a4d6;
}

.terms-wrap-heading.management span {
  color: #b75818;
}

.terms-wrap h5 {
  font-size: 80px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 575px) {
  .terms-wrap h5 {
    font-size: 50px;
  }
}

.terms p {
  font-weight: 200;
  color: #898989;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .terms p {
    font-size: 1.25rem;
  }
}

.terms p.terms-quote {
  color: #b75818;
  margin-top: 30px;
}

.terms p a {
  color: #b75818;
  text-decoration: none;
}

.terms ul li {
  font-weight: 200;
  color: #898989;
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .terms ul li {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

.terms-list {
  counter-reset: numbers;
  margin-top: 50px;
}

.terms-list-item {
  padding-left: 40px;
  font-weight: normal;
  color: #fff !important;
  font-size: 1.65rem;
  text-transform: uppercase;
  font-weight: normal !important;
}

.terms-list-item::before {
  counter-increment: numbers;
  content: counter(numbers) ".";
  position: absolute;
  left: 0;
}

.terms-inner-list-item {
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  padding-left: 15px;
}

.terms-inner-list-item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #898989;
  border-radius: 50%;
}

.terms-inner-list-item a {
  color: #b75818;
  text-decoration: none;
}

#cookie-policy {
  padding-top: 100px;
}

.Cookie-policy-wrap {
  border-bottom: 1px solid #d2d5d8;
  padding-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.Cookie-policy-wrap:last-child {
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .Cookie-policy-wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.cookie-notify {
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cookie-notify-inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  margin: 0 auto;
  position: relative;
}

.cookie-notify-inner .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #5b5b5b;
  line-height: 1.3;
}

.cookie-notify-inner p {
  margin: 0;
  color: #5b5b5b;
  font-size: 1.25rem;
  line-height: 1.3;
}

.cookie-notify-inner p a {
  color: #b75818;
  text-decoration: none;
}

.cookie-notify-inner h6 {
  font-weight: normal;
  font-size: 1.65rem;
  text-transform: uppercase;
  margin: 20px 0;
}

.cookie-notify-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.cookie-notify-wrap-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cookie-notify-wrap-buttons button {
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  padding: 8px 40px;
  min-width: 140px;
  margin: 0 5px;
  font-weight: 200;
}

.cookie-notify-wrap-buttons button:hover {
  background: #000;
  color: #fff;
}

.cookie-notify-wrap hr {
  border-color: #626363;
}

.more_info {
  padding: 130px 0;
  background: #000 url(../img/about-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 575px) {
  .more_info {
    padding: 60px 0;
  }
}

.more_info::before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(157, 158, 160, 0.8)));
  background: linear-gradient(to bottom, black, rgba(157, 158, 160, 0.8));
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.more_info-head {
  color: #fff;
  font-size: 76px;
  font-family: 'urw_dinxlight';
  line-height: 1;
  display: inline-block;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .more_info-head {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .more_info-head {
    font-size: 30px;
  }
}

.more_info-subhead {
  font-size: 2rem !important;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .more_info-subhead {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 575px) {
  .more_info-subhead {
    line-height: 1.3 !important;
  }
}

.more_info p {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  font-family: 'urw_dinxlight';
}

@media (max-width: 575px) {
  .more_info p {
    font-size: 1.3rem;
  }
}

.more_info hr {
  border-color: #d2d5d8;
  margin-top: 84px;
}

@media (max-width: 575px) {
  .more_info hr {
    margin-top: 30px;
  }
}

.more_info-mid .services-wrap {
  margin-top: 80px;
}

.more_info-mid .services-wrap-heading {
  margin-bottom: 25px;
}

.more_info-mid .third-heading {
  color: #fff;
}

.more_info-mid p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

.more_info-bottom {
  margin: 140px 0 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  align-items: center;
}

@media (max-width: 767px) {
  .more_info-bottom {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

@media (max-width: 575px) {
  .more_info-bottom {
    margin: 40px 0 0;
  }
}

.footer {
  background: #000 url(../img/footer-bg.png);
  padding: 190px 0 80px;
  position: relative;
  background-size: contain;
  background-position: 23% center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .footer {
    padding: 100px 0;
  }
}

.footer::before {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.footer-wrap {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
}

.footer-top {
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .footer-top {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-top .mobile-order:first-child {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 50px;
  }
  .footer-top .mobile-order:last-child {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer-top h4 {
  font-size: 30px;
  margin-bottom: 50px;
  margin-top: 55px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'urw_dinxlight';
}

@media (max-width: 767px) {
  .footer-top h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.footer-top a {
  font-size: 30px;
  display: block;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
  font-family: 'urw_dinxlight';
}

@media (max-width: 575px) {
  .footer-top a {
    font-size: 20px;
  }
}

.footer-top .mail {
  color: #f57620;
}

.footer-top-list {
  margin-top: 10px;
  font-family: sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575px) {
  .footer-top-list {
    display: -ms-grid !important;
    display: grid !important;
    grid-area: auto;
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 20px;
  }
}

.footer-top-list-item {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .footer-top-list-item {
    border: solid #ddd;
    border-width: 0 1px 0 0;
  }
}

.footer-top-list-item:first-child {
  border-left-width: 1px;
}

.footer-top-list-item a {
  font-size: 1rem;
  padding: 0 10px;
  text-align: center;
  border: solid #ddd;
  border-width: 0 1px 0 0;
}

@media (max-width: 767px) {
  .footer-top-list-item a {
    padding: 0 5px;
    border: none;
  }
}

@media (max-width: 575px) {
  .footer-top-list-item a {
    font-size: 0.8rem !important;
  }
}

.footer-top-list-item:nth-child(1) a {
  border-left-width: 1px;
}

@media (max-width: 767px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer-bottom-inner:first-child {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bottom-inner:first-child p {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-bottom-inner:first-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .footer-bottom-inner:last-child {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer-bottom p {
  font-size: 1rem;
  color: #fff;
  font-weight: 100;
  margin: 0;
}

.footer-bottom a {
  font-size: 0.9rem;
  color: #fff;
}

.footer-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .footer-bottom-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-bottom-list-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 100;
  padding: 0 10px;
  border: solid #ddd;
  border-width: 0 0 0 1px;
  opacity: 0.6;
}

.footer-bottom-list-item .list-span {
  display: block;
}

@media (max-width: 767px) {
  .footer-bottom-list-item {
    margin: 10px 0;
    border-width: 0 1px 0 1px;
  }
}

.footer-bottom-list-item:last-child {
  border-width: 0 1px 0 1px;
}

.footer-bottom-list-item .address {
  padding-top: 5px;
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
/*# sourceMappingURL=style.css.map */