
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "UniSans";
  src: url('../fonts/UniSansThinItalic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/UniSansThinItalic.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */ url('../fonts/UniSansThinItalic.otf') format("opentype"), /* Open Type Font */ url('../fonts/UniSansThinItalic.svg') format("svg"), /* Legacy iOS */ url('../fonts/UniSansThinItalic.ttf') format("truetype"), /* Safari, Android, iOS */ url('../fonts/UniSansThinItalic.woff') format("woff"), /* Modern Browsers */ url('../fonts/UniSansThinItalic.woff2') format("woff2");
  /* Modern Browsers */
  font-weight: 100;
  font-style: italic;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "UniSans";
  src: url('../fonts/UniSansThin.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/UniSansThin.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */ url('../fonts/UniSansThin.otf') format("opentype"), /* Open Type Font */ url('../fonts/UniSansThin.svg') format("svg"), /* Legacy iOS */ url('../fonts/UniSansThin.ttf') format("truetype"), /* Safari, Android, iOS */ url('../fonts/UniSansThin.woff') format("woff"), /* Modern Browsers */ url('../fonts/UniSansThin.woff2') format("woff2");
  /* Modern Browsers */
  font-weight: 100;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "UniSans";
  src: url('../fonts/UniSansSemiBoldItalic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/UniSansSemiBoldItalic.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */ url('../fonts/UniSansSemiBoldItalic.otf') format("opentype"), /* Open Type Font */ url('../fonts/UniSansSemiBoldItalic.svg') format("svg"), /* Legacy iOS */ url('../fonts/UniSansSemiBoldItalic.ttf') format("truetype"), /* Safari, Android, iOS */ url('../fonts/UniSansSemiBoldItalic.woff') format("woff"), /* Modern Browsers */ url('../fonts/UniSansSemiBoldItalic.woff2') format("woff2");
  /* Modern Browsers */
  font-weight: 700;
  font-style: italic;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "UniSans";
  src: url('../fonts/UniSansSemiBold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/UniSansSemiBold.eot?#iefix') format("embedded-opentype"), /* IE6-IE8 */ url('../fonts/UniSansSemiBold.otf') format("opentype"), /* Open Type Font */ url('../fonts/UniSansSemiBold.svg') format("svg"), /* Legacy iOS */ url('../fonts/UniSansSemiBold.ttf') format("truetype"), /* Safari, Android, iOS */ url('../fonts/UniSansSemiBold.woff') format("woff"), /* Modern Browsers */ url('../fonts/UniSansSemiBold.woff2') format("woff2");
  /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}
.bg-white {
  background-color: white;
}
.bg-gray {
  background-color: #F5F5F5;
}
.bg-red {
  background-color: #BA1B02;
}
.text-white {
  color: white;
}
h1,
h2,
h3,
h4 {
  font-family: "UniSans";
}
h1 {
  letter-spacing: 2px;
}
@media all and (max-width: 1689px) {
  h1 {
    letter-spacing: 1px;
  }
}
h2 {
  letter-spacing: 0.5px;
}
@media all and (max-width: 1259px) {
  h2 {
    letter-spacing: 0.2px;
  }
}
.btn {
  font-family: "UniSans";
  font-size: 20px;
  border-radius: 0px;
  padding: 3px 15px 2px 15px;
  border: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-primary {
  background-color: #BA1B02;
}
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):active {
  background-color: #881401;
}
.btn.btn-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}
body {
  font-family: Arial, sans-serif;
  color: #848484;
}
header {
  color: white;
}
header #video-bg {
  position: relative;
  width: auto;
  min-width: 100%;
  height: auto;
}
@media all and (max-width: 991px) {
  header #video-bg {
    height: 100vh;
  }
}
header video {
  display: block;
}
header .video-container {
  width: 100%;
  max-height: 595px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100;
}
@media all and (max-width: 1689px) {
  header .video-container {
    max-height: 479px;
  }
}
@media all and (max-width: 991px) {
  header .video-container {
    height: 100vh;
    max-height: 100vh;
    width: auto;
    left: -652px;
  }
}
@media all and (max-width: 1259px) {
  header .video-container {
    display: none;
  }
}
header .image-container {
  width: 100%;
  max-height: 595px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100;
  background-color: #BA1B02;
  text-align: right;
}
@media all and (max-width: 1259px) {
  header .image-container {
    display: block;
  }
  header .image-container img {
    width: 100%;
  }
}
@media all and (max-width: 1100px) {
  header .image-container img {
    width: 115%;
  }
}
@media all and (max-width: 991px) {
  header .image-container {
    height: 100vh;
    min-height: 520px;
    width: auto;
    left: -652px;
    max-height: initial;
  }
  header .image-container img {
    height: 100%;
    width: auto;
  }
}
@media all and (max-width: 550px) {
  header .image-container img {
    width: auto;
    height: 100%;
  }
}
@media all and (max-height: 580px) {
  header .image-container {
    height: 120vh;
  }
}
@media all and (max-height: 460px) {
  header .image-container {
    height: 140vh;
  }
}
@media all and (max-height: 385px) {
  header .image-container {
    height: 160vh;
  }
}
@media all and (max-height: 345px) {
  header .image-container {
    height: 180vh;
  }
}
@media all and (max-height: 300px) {
  header .image-container {
    height: 300vh;
  }
}
@media all and (max-height: 175px) {
  header .image-container {
    height: 1000vh;
  }
}
header .container {
  height: 80px;
}
@media all and (max-width: 1689px) {
  header .container {
    height: 94px;
  }
}
@media all and (max-width: 1259px) {
  header .container .mr-auto {
    padding-top: 28px;
    display: inline-block !important;
  }
}
header .logo {
  width: 163px;
}
@media all and (max-width: 1689px) {
  header .logo {
    width: 160px;
  }
}
@media all and (max-width: 1259px) {
  header .logo {
    width: 131px;
    margin-left: 26px;
  }
}
header .subtitle {
  font-style: italic;
  margin-left: 35px;
  margin-top: 13px;
}
@media all and (max-width: 1689px) {
  header .subtitle {
    margin-left: 38px;
  }
}
@media all and (max-width: 1259px) {
  header .subtitle {
    margin-left: 26px;
    margin-top: 9px;
  }
}
@media all and (max-width: 991px) {
  header .subtitle {
    display: none;
  }
}
header .navbar-toggler {
  padding: 0;
  margin-right: 11px;
}
header .navbar-toggler span {
  background-color: white;
  display: block;
  width: 24px;
  height: 3px;
}
header .navbar-toggler span.m {
  margin-bottom: 3px;
}
header .navbar {
  padding: 17px 0px 0px;
}
header .navbar .navbar-collapse {
  margin-top: 13px;
  z-index: 1;
}
@media all and (max-width: 1259px) {
  header .navbar {
    padding: 28px 0px 0px;
  }
  header .navbar .navbar-collapse {
    margin-top: 15px;
    background-color: #b91705;
    padding: 24px 8px;
  }
}
header .navbar ul {
  margin-bottom: 0px;
  list-style: none;
}
@media all and (max-width: 991px) {
  header .navbar ul {
    padding: 0;
  }
}
header .navbar ul li {
  margin-left: 22px;
}
@media all and (max-width: 1259px) {
  header .navbar ul li {
    line-height: 26px;
  }
}
@media all and (max-width: 991px) {
  header .navbar ul li {
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    margin-left: 0;
  }
}
header .navbar ul li.active a {
  font-weight: bold;
}
header .navbar ul li a {
  color: white;
}
header .navbar .lang img {
  height: 13px;
  margin-left: 45px;
  margin-right: 4px;
  margin-top: -4px;
}
@media all and (max-width: 1689px) {
  header .navbar .lang img {
    margin-right: 0px;
  }
}
@media all and (max-width: 1259px) {
  header .navbar .lang img {
    margin-left: 62px;
  }
}
@media all and (max-width: 991px) {
  header .navbar .lang img {
    display: block;
    width: 28px;
    margin: 10px auto 8px;
    height: auto;
  }
}
.container-px77 {
  padding: 0 77px;
}
@media all and (max-width: 1689px) {
  .container-px77 {
    padding: 0 65px;
  }
}
@media all and (max-width: 1259px) {
  .container-px77 {
    padding: 0 44px;
  }
}
.container-px35 {
  padding: 0 35px;
}
@media all and (max-width: 1689px) {
  .container-px35 {
    padding: 0 15px;
  }
}
@media all and (max-width: 1259px) {
  .container-px35 {
    padding: 0 15px;
  }
}
@media all and (max-width: 991px) {
  #banner {
    height: 80vh;
    min-height: 420px;
    position: relative;
  }
}
#banner h1 {
  font-size: 75px;
  margin-top: 54px;
  line-height: 84px;
  margin-bottom: 24px;
}
@media all and (max-width: 1689px) {
  #banner h1 {
    font-size: 45px;
    margin-top: 50px;
    line-height: 51px;
    margin-bottom: 14px;
  }
}
@media all and (max-width: 1259px) {
  #banner h1 {
    margin-top: 8px;
    max-width: 500px;
  }
}
@media all and (max-width: 991px) {
  #banner h1 {
    margin-top: 20px;
  }
}
@media all and (max-width: 380px) {
  #banner h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
#banner p {
  font-family: "UniSans";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media all and (max-width: 1689px) {
  #banner p {
    font-size: 18px;
  }
}
#banner .arrow-down {
  display: block;
  margin: 72px auto 0 auto;
  width: 54px;
  padding-bottom: 38px;
}
@media all and (max-width: 1259px) {
  #banner .arrow-down {
    margin: 60px auto 0 auto;
    padding-bottom: 43px;
  }
}
@media all and (max-width: 991px) {
  #banner .arrow-down {
    bottom: 0;
    position: absolute;
    left: 50%;
    margin: 0px 0px 0px -27px;
    padding-bottom: 40px;
  }
}
#flags {
  background-color: #ba1b02;
}
#flags .flag {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (max-width: 1689px) {
  #flags .flag img {
    height: 26px;
  }
}
@media all and (max-width: 440px) {
  #flags .flag img {
    height: 23px;
  }
}
@media all and (max-width: 380px) {
  #flags .flag img {
    height: 26px;
  }
}
@media (min-width: 379px) and (max-width: 767px) {
  #flags .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#services {
  overflow: hidden;
}
@media all and (max-width: 1259px) {
  #services {
    background: white;
  }
}
#services h2 {
  margin-top: 103px;
  font-size: 59px;
  line-height: 65px;
  margin-bottom: 18px;
}
@media all and (max-width: 1689px) {
  #services h2 {
    margin-top: 105px;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1259px) {
  #services h2 {
    margin-top: 77px;
  }
}
@media all and (max-width: 380px) {
  #services h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
#services p {
  font-size: 20px;
  line-height: 22px;
}
@media all and (max-width: 1689px) {
  #services p {
    font-size: 16px;
    line-height: 18px;
  }
}
#services .boxes {
  margin-top: 72px;
  margin-right: -76px;
  margin-left: -76px;
}
@media all and (max-width: 1689px) {
  #services .boxes {
    margin-top: 78px;
  }
}
@media all and (max-width: 1259px) {
  #services .boxes {
    margin-top: 38px;
  }
}
@media all and (max-width: 991px) {
  #services .boxes {
    margin-top: 56px;
  }
}
#services .boxes .wrapper {
  padding-right: 76px;
  padding-left: 76px;
  margin-bottom: 26px;
}
@media all and (max-width: 1259px) {
  #services .boxes .wrapper {
    margin-bottom: 43px;
  }
}
@media all and (max-width: 1259px) {
  #services .boxes .wrapper br {
    display: none;
  }
}
#services .boxes .wrapper strong {
  color: #686461;
}
#services .boxes h3 {
  font-family: "UniSans";
  font-size: 40px;
  border-bottom: 2px solid #848484;
  line-height: 70px;
  margin-bottom: 20px;
}
@media all and (max-width: 1689px) {
  #services .boxes h3 {
    font-size: 31px;
    line-height: 56px;
    margin-bottom: 7px;
  }
}
@media all and (max-width: 380px) {
  #services .boxes h3 {
    line-height: 30px;
    padding-bottom: 7px;
  }
}
#services .icons {
  margin-top: 62px;
}
@media all and (max-width: 1689px) {
  #services .icons {
    margin-top: 75px;
  }
}
@media all and (max-width: 1259px) {
  #services .icons {
    margin-top: 59px;
  }
}
#services .icons .icon-box {
  width: 16.4%;
  display: inline-block;
  margin-bottom: 65px;
  vertical-align: middle;
}
@media all and (max-width: 1689px) {
  #services .icons .icon-box {
    width: 16.3%;
  }
}
@media all and (max-width: 1259px) {
  #services .icons .icon-box {
    width: 32.9%;
  }
}
@media all and (max-width: 991px) {
  #services .icons .icon-box {
    width: 31.9%;
  }
}
@media all and (max-width: 380px) {
  #services .icons .icon-box {
    margin-bottom: 24px;
  }
}
#services .icons .icon-box p {
  font-family: "UniSans";
  font-size: 20px;
  min-height: 44px;
}
@media all and (max-width: 1689px) {
  #services .icons .icon-box p {
    line-height: 22px;
  }
}
@media all and (max-width: 1259px) {
  #services .icons .icon-box p {
    font-size: 16px;
  }
}
@media all and (max-width: 380px) {
  #services .icons .icon-box p {
    min-height: 66px;
  }
}
#services .icons .icon-box img {
  max-width: 80px;
  margin-bottom: 15px;
  border: 1px solid #ececec;
}
#services .btn {
  margin-top: -6px;
  margin-bottom: 171px;
}
@media all and (max-width: 1689px) {
  #services .btn {
    margin-bottom: 116px;
  }
}
@media all and (max-width: 1259px) {
  #services .btn {
    margin-bottom: 107px;
    margin-top: -57px;
  }
}
@media all and (max-width: 380px) {
  #services .btn {
    margin-top: -22px;
  }
}
.hp-text-box {
  padding-top: 124px;
  padding-bottom: 192px;
  overflow: hidden;
}
@media all and (max-width: 1689px) {
  .hp-text-box {
    padding-bottom: 144px;
  }
}
@media all and (max-width: 1259px) {
  .hp-text-box {
    padding-bottom: 78px;
    padding-top: 66px;
    text-align: center;
  }
}
.hp-text-box.more-padd {
  padding-top: 230px;
  padding-bottom: 242px;
}
@media all and (max-width: 1689px) {
  .hp-text-box.more-padd {
    padding-top: 148px;
    padding-bottom: 169px;
  }
}
@media all and (max-width: 1259px) {
  .hp-text-box.more-padd {
    padding-top: 135px;
    padding-bottom: 87px;
  }
}
.hp-text-box.more-padd h2 {
  margin-top: -15px;
  margin-bottom: 47px;
}
@media all and (max-width: 1689px) {
  .hp-text-box.more-padd h2 {
    margin-top: 0px;
    margin-bottom: 34px;
  }
}
.hp-text-box.more-padd .btn {
  margin-top: 34px;
}
@media all and (max-width: 1689px) {
  .hp-text-box.more-padd .row .col-12 P {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .hp-text-box.more-padd .row .col-12 img {
    max-width: 425px;
  }
  .hp-text-box.more-padd .row .col-12 .btn {
    margin-top: 36px;
  }
}
@media all and (max-width: 1259px) {
  .hp-text-box.more-padd .row .col-12 p {
    margin-bottom: 17px;
  }
  .hp-text-box.more-padd .row .col-12 img {
    max-width: 425px;
  }
  .hp-text-box.more-padd .row .col-12 .btn {
    margin-top: 45px;
    margin-bottom: 83px;
  }
}
@media all and (max-width: 991px) {
  .hp-text-box.more-padd .row .col-12 img {
    max-width: 100%;
    margin-left: 0;
  }
}
.hp-text-box .row {
  margin-right: -60px;
  margin-left: -60px;
}
.hp-text-box .row .col-12 {
  padding-right: 60px;
  padding-left: 60px;
}
.hp-text-box .row .col-12 img {
  margin-left: 17px;
}
@media all and (max-width: 1689px) {
  .hp-text-box .row .col-12 img {
    max-width: 550px;
  }
}
@media all and (max-width: 991px) {
  .hp-text-box .row .col-12 img {
    max-width: 100%;
    margin-left: 0;
  }
}
.hp-text-box h2 {
  margin-top: 38px;
  font-size: 59px;
  line-height: 73px;
  margin-bottom: 50px;
}
@media all and (max-width: 1689px) {
  .hp-text-box h2 {
    margin-top: 16px;
    font-size: 39px;
    line-height: 52px;
    margin-bottom: 38px;
  }
}
@media all and (max-width: 1259px) {
  .hp-text-box h2 {
    margin-top: 82px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 380px) {
  .hp-text-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.hp-text-box p {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 24px;
}
@media all and (max-width: 1689px) {
  .hp-text-box p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 24px;
  }
}
.hp-text-box .btn {
  margin-top: 51px;
  padding: 3px 44px 2px 44px;
  font-style: italic;
}
@media all and (max-width: 1689px) {
  .hp-text-box .btn {
    margin-top: 30px;
  }
}
#map {
  height: 560px;
  background: #f6f6f6 url('../images/map.jpg') no-repeat center;
}
@media all and (max-width: 1689px) {
  #map {
    height: 450px;
    background-size: contain;
  }
}
@media all and (max-width: 1259px) {
  #map {
    overflow: hidden;
    background-image: none;
    height: auto;
  }
}
#map .container {
  position: relative;
}
#map .review-box {
  position: absolute;
  font-family: "UniSans";
  color: black;
  width: 54%;
  top: 168px;
  left: 0;
  padding: 73px 84px;
  margin: 15px;
  background-color: white;
  -webkit-box-shadow: 3px 3px 9px 2px #cecece;
  -moz-box-shadow: 3px 3px 9px 2px #cecece;
  box-shadow: 3px 3px 9px 2px #cecece;
}
@media all and (max-width: 1689px) {
  #map .review-box {
    left: -40px;
    width: 57.5%;
    top: 108px;
    padding: 55px 56px 49px 74px;
  }
}
@media all and (max-width: 1259px) {
  #map .review-box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    box-shadow: none;
    background-color: #f5f5f5;
    margin: 0;
    padding: 89px 23px 68px 29px;
  }
}
#map .review-box.review-box-right {
  top: -74px;
  left: auto;
  right: 0;
}
@media all and (max-width: 1689px) {
  #map .review-box.review-box-right {
    left: auto;
    right: -40px;
    top: -83px;
  }
}
@media all and (max-width: 1259px) {
  #map .review-box.review-box-right {
    top: auto;
    left: auto;
    right: auto;
  }
  #map .review-box.review-box-right:after {
    content: '';
    width: 1000%;
    left: -50%;
    height: 2px;
    background: white;
    position: absolute;
    bottom: 0;
  }
  #map .review-box.review-box-right small,
  #map .review-box.review-box-right strong {
    clear: both;
    float: right;
  }
}
#map .review-box p {
  font-size: 25px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 27px;
}
@media all and (max-width: 1689px) {
  #map .review-box p {
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0.1px;
    line-height: 24px;
  }
}
#map .review-box strong {
  float: right;
  font-size: 22px;
  margin-top: 22px;
  margin-bottom: -7px;
}
@media all and (max-width: 1689px) {
  #map .review-box strong {
    float: right;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: -5px;
  }
}
@media all and (max-width: 1259px) {
  #map .review-box strong {
    float: none;
  }
}
#map .review-box small {
  clear: both;
  float: right;
  font-size: 16px;
  font-style: italic;
}
@media all and (max-width: 1689px) {
  #map .review-box small {
    clear: both;
    float: right;
    font-size: 13px;
    font-style: italic;
  }
}
@media all and (max-width: 1259px) {
  #map .review-box small {
    float: none;
    display: block;
  }
}
footer {
  overflow: hidden;
}
footer .footer-brand a {
  color: #848484;
}
footer .footer-brand a:hover {
  color: #403c3a;
}
footer .footer-brand a:hover div strong {
  color: #403c3a;
}
footer .footer-top {
  font-family: "UniSans";
  background-color: #e6e6e6;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
@media all and (max-width: 1259px) {
  footer .footer-top {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
}
@media all and (max-width: 576px) {
  footer .footer-top .container {
    padding: 0px;
    margin-left: -2px;
    width: 102%;
  }
}
footer .footer-top .border-box {
  border-right: 1px solid white;
  border-left: 1px solid white;
}
footer .footer-top .border-box .col-6 {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
@media all and (max-width: 1259px) {
  footer .footer-top .border-box .col-6 {
    border: 1px solid white;
  }
}
footer .footer-top .border-box .col-6 strong {
  font-size: 60px;
  margin-top: 23px;
  margin-bottom: -22px;
  color: #686461;
}
@media all and (max-width: 1689px) {
  footer .footer-top .border-box .col-6 strong {
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: -16px;
    color: #686461;
  }
}
@media all and (max-width: 991px) {
  footer .footer-top .border-box .col-6 strong {
    font-size: 38px;
    margin-bottom: -7px;
  }
}
@media all and (max-width: 380px) {
  footer .footer-top .border-box .col-6 strong {
    font-size: 26px;
    margin-bottom: -2px;
  }
}
footer .footer-top .border-box .col-6 span {
  font-size: 30px;
  margin-bottom: 17px;
}
@media all and (max-width: 1689px) {
  footer .footer-top .border-box .col-6 span {
    font-size: 24px;
    margin-bottom: 27px;
  }
}
@media all and (max-width: 991px) {
  footer .footer-top .border-box .col-6 span {
    font-size: 19px;
  }
}
footer .footer-brand {
  background-color: #d7d7d7;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media all and (max-width: 1689px) {
  footer .footer-brand {
    padding-bottom: 47px;
  }
}
@media all and (max-width: 1259px) and (min-width: 992px) {
  footer .footer-brand .container {
    max-width: 790px;
  }
}
footer .footer-brand img {
  width: 42px;
  margin-right: 15px;
  min-width: 42px;
}
@media all and (max-width: 1259px) {
  footer .footer-brand img {
    margin-left: 38px;
  }
}
@media all and (max-width: 380px) {
  footer .footer-brand img {
    margin-left: 8px;
  }
}
footer .footer-brand div {
  line-height: 18px;
}
@media all and (max-width: 1689px) {
  footer .footer-brand div {
    line-height: 14px;
    font-size: 12px;
  }
}
@media all and (max-width: 1259px) {
  footer .footer-brand div {
    margin-bottom: 30px;
  }
}
footer .footer-brand div strong {
  color: #686461;
}
footer .footer-brand .contact {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 9px;
}
@media all and (max-width: 767px) {
  footer .footer-brand .contact {
    flex-flow: column;
  }
}
footer .footer-brand .contact .contact-box {
  text-align: center;
  font-size: 27px;
  padding: 0px 56px;
  line-height: 36px;
  font-family: "UniSans";
  margin-bottom: 33px;
}
@media all and (max-width: 991px) {
  footer .footer-brand .contact .contact-box {
    padding: 0;
  }
}
@media all and (max-width: 580px) {
  footer .footer-brand .contact .contact-box {
    padding: 0px 56px;
  }
}
@media all and (max-width: 430px) {
  footer .footer-brand .contact .contact-box {
    padding: 0;
  }
}
footer .footer-brand .contact .contact-box a {
  color: #686461;
}
footer .footer-brand .contact .contact-box a:hover {
  color: #403c3a;
}
footer .footer-brand .pr {
  padding-right: 46px;
}
@media all and (max-width: 1259px) {
  footer .footer-brand .pr {
    padding-right: 15px;
  }
}
.navbar-expand-lg .navbar-collapse ul,
.navbar-expand-lg .navbar-toggler,
.btn {
  display: none !important;
}
