/*
Theme Name: Unify
Theme URI: http://unify.pt
Author: Infinit Colours
Author URI: http://infinitcolours.com
Description: Tema desenvolvido para a empresa UNIFY
Version: 1.0

*/


.fa, .caret {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.buttons-list .btn {
  margin: 2px 0;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1;
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 32px;
  text-transform: uppercase;
}

h1, .h1 {
  font-weight: 300;
  letter-spacing: .1em;
}
h2, .h2 {
  font-weight: 400;
  letter-spacing: .1em;
}
h3, .h3 {
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: .1em;
}
h4, .h4 {
  font-weight: 700;
  margin-bottom: 25px;
}
h5, .h5 {
  font-weight: 500;
  margin-bottom: 20px;
}
h6, .h6 {
  font-weight: 500;
  margin-bottom: 15px;
}
p {
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  border-bottom: 0px solid #b7b7b7;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.5s, border-color 0.5s;
          transition: color 0.5s, border-color 0.5s;
  vertical-align: top;
  color: #fff;
}
/* line 90, ../sass/_typography.scss */
a:hover, a:focus {
  border-bottom-color: #fff;
  text-decoration: none;
  color: #fff;
}

/* line 97, ../sass/_typography.scss */
img,
svg {
  height: auto;
  max-width: 100%;
}

/* line 101, ../sass/_typography.scss */
.lead {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.67;
}

/* line 105, ../sass/_typography.scss */
.caption {
  color: #efefef;
  line-height: 1.3;
  margin-bottom: 30px;
}
/* line 110, ../sass/_typography.scss */
.caption figcaption {
  margin-top: 23px;
}

/* line 116, ../sass/_typography.scss */
ul,
ol {
  margin-bottom: 30px;
  padding-left: 17px;
}

/* line 120, ../sass/_typography.scss */
ul {
  list-style-type: none;
  padding-left: 0;
}
/* line 124, ../sass/_typography.scss */
ul li {
  padding-left: 17px;
  position: relative;
}
/* line 128, ../sass/_typography.scss */
ul li:before {
  border-left: 5px solid #000;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  display: inline-block;
  content: "";
  height: 0;
  margin: -3px 0 0 -14px;
  position: absolute;
  top: 1em;
  width: 0;
}

/* line 143, ../sass/_typography.scss */
blockquote {
  border-left-width: 2px;
  line-height: 1.75em;
  margin: 0 0 30px 40px;
  padding: 0 0 0 30px;
}
/* line 149, ../sass/_typography.scss */
blockquote p {
  margin-bottom: 10px;
}
/* line 154, ../sass/_typography.scss */
blockquote footer,
blockquote small,
blockquote .small {
  color: #999;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.6;
}
/* line 159, ../sass/_typography.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  display: none;
}

/* line 165, ../sass/_typography.scss */
.table {
  margin-bottom: 30px;
}
/* line 172, ../sass/_typography.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.2;
  padding: 11px 10px;
  text-align: center;
  text-transform: uppercase;
}
/* line 179, ../sass/_typography.scss */
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 2.2;
  text-align: center;
}
/* line 187, ../sass/_typography.scss */
.table > thead > tr > th {
  border-width: 1px;
  font-weight: 500;
}
/* line 196, ../sass/_typography.scss */
.table.table-striped > thead tr {
  background-color: #111111;
}
/* line 200, ../sass/_typography.scss */
.table.table-striped > thead tr > th,
.table.table-striped > thead tr > td {
  color: #fff;
}
/* line 206, ../sass/_typography.scss */
.table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
/* line 216, ../sass/_typography.scss */
.table.table-bordered > thead > tr > th,
.table.table-bordered > thead > tr > td {
  border-color: #252525;
  border-top: 1px solid #252525 !important;
}

/* line 225, ../sass/_typography.scss */
.form-control {
  font-size: 12px;
  font-size: 0.85714rem;
  box-shadow: none !important;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* line 236, ../sass/_typography.scss */
textarea {
  min-height: 120px;
}

/* line 240, ../sass/_typography.scss */
.btn {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.6;
  letter-spacing: .3em;
  padding: 15px 45px 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s linear background, 0.2s linear border;
  transition: 0.2s linear background, 0.2s linear border;
}
/* line 256, ../sass/_typography.scss */
.btn:hover, .btn:focus {
  outline: none;
}
/* line 260, ../sass/_typography.scss */
.btn:active, .btn.active {
  box-shadow: none;
}
/* line 270, ../sass/_typography.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
}
/* line 273, ../sass/_typography.scss */
.btn.btn-white {
  background: #e1e1e1;
  border-color: #e1e1e1;
  color: #000;
}
/* line 279, ../sass/_typography.scss */
.btn.btn-sm, .btn-group-sm > .btn {
  padding: 10px 25px 9px;
}
/* line 282, ../sass/_typography.scss */
.btn.btn-inverse {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #000;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
/* line 290, ../sass/_typography.scss */
.btn.btn-inverse:hover, .btn.btn-inverse:focus {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 297, ../sass/_typography.scss */
.bootstrap-select.btn-group .btn {
  background: none;
  font-weight: 400;
  line-height: 1.9;
  padding-left: 20px;
  padding-right: 45px;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
/* line 306, ../sass/_typography.scss */
.bootstrap-select.btn-group .btn.btn-default {
  color: #666;
}
/* line 309, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group .btn.btn-default {
  border-color: #a1a1a1;
  color: #666;
}
/* line 313, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group .btn.btn-default .caret {
  color: #a1a1a1;
}
/* line 319, ../sass/_typography.scss */
.bootstrap-select.btn-group .btn:hover, .bootstrap-select.btn-group .btn:focus {
  outline: none !important;
}
/* line 323, ../sass/_typography.scss */
.bootstrap-select.btn-group .btn:active, .bootstrap-select.btn-group .btn.active {
  box-shadow: none;
}
/* line 328, ../sass/_typography.scss */
.bootstrap-select.btn-group .btn .caret {
  color: #000;
  margin-top: -4px;
  right: 15px;
}
/* line 334, ../sass/_typography.scss */
.bootstrap-select.btn-group .dropdown-menu {
  background-color: #111;
  border-color: #111;
  box-shadow: none;
  color: #999;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 345, ../sass/_typography.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  padding: 0;
  text-transform: none;
}
/* line 349, ../sass/_typography.scss */
.bootstrap-select.btn-group .dropdown-menu li:before {
  display: none;
}
/* line 352, ../sass/_typography.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  border: 0 none;
  border-bottom: 1px solid #0d0d0d;
  color: inherit;
  font-weight: 400;
  line-height: 1.2;
  padding: 17px 22px;
  -webkit-transition: .2s linear color;
  transition: .2s linear color;
}
/* line 363, ../sass/_typography.scss */
.bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:focus {
  background: none;
  color: #ccc;
  outline: none;
}
/* line 370, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group .dropdown-menu {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
/* line 375, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group .dropdown-menu li a {
  border-bottom-color: #d7d7d7;
  color: #999;
}
/* line 380, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group .dropdown-menu li a:hover, .dark .bootstrap-select.btn-group .dropdown-menu li a:focus {
  color: #666;
}
/* line 388, ../sass/_typography.scss */
.bootstrap-select.btn-group.open .btn {
  background: none;
  box-shadow: none;
  color: #000;
}
/* line 395, ../sass/_typography.scss */
.dark .bootstrap-select.btn-group.open .btn {
  color: #fff;
}

/* line 401, ../sass/_typography.scss */
.caret {
  border: 0 none;
  font-size: 25px;
  height: 10px;
  line-height: 10px;
  width: 17px;
}
/* line 409, ../sass/_typography.scss */
.caret:before {
  content: "\f107";
}

/* radio/checkbox styling */
/* line 416, ../sass/_typography.scss */
.radio label,
.checkbox label {
  padding-left: 40px;
}

/* line 420, ../sass/_typography.scss */
.new-radio,
.new-checkbox {
  border: 1px solid #464646;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 5px 0 0 -40px;
  position: absolute;
  width: 20px;
}
/* line 429, ../sass/_typography.scss */
.new-radio input,
.new-checkbox input {
  cursor: pointer;
  margin: 0 !important;
  opacity: 0;
}
/* line 435, ../sass/_typography.scss */
.new-radio svg,
.new-checkbox svg {
  display: none;
  height: 11px;
  margin: 4px 0 0 3px;
  vertical-align: top;
  width: 13px;
}
/* line 442, ../sass/_typography.scss */
.new-radio svg polyline,
.new-checkbox svg polyline {
  fill: #464646;
}
/* line 448, ../sass/_typography.scss */
.new-radio.checked svg,
.new-checkbox.checked svg {
  display: block;
}
/* line 453, ../sass/_typography.scss */
.dark .new-radio, .dark
.new-checkbox {
  border-color: #636363;
}
/* line 457, ../sass/_typography.scss */
.dark .new-radio svg polyline, .dark
.new-checkbox svg polyline {
  fill: #636363;
}

/* line 463, ../sass/_typography.scss */
.new-radio {
  border-radius: 10px;
}
/* line 468, ../sass/_typography.scss */
.new-radio span {
  background: #464646;
  border-radius: 4px;
  display: none;
  height: 8px;
  margin: 5px 0 0 5px;
  width: 8px;
}
/* line 478, ../sass/_typography.scss */
.dark .new-radio span {
  background: #636363;
}
/* line 483, ../sass/_typography.scss */
.new-radio.checked span {
  display: block;
}

/* line 491, ../sass/_typography.scss */
.form-inline .radio label,
.form-inline .checkbox label,
.navbar-form .radio label,
.navbar-form .checkbox label {
  padding-left: 32px;
}
/* line 496, ../sass/_typography.scss */
.form-inline .radio input[type="radio"],
.form-inline .radio input[type="checkbox"],
.form-inline .checkbox input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.navbar-form .radio input[type="radio"],
.navbar-form .radio input[type="checkbox"],
.navbar-form .checkbox input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
  position: absolute;
}

/* line 502, ../sass/_typography.scss */
.radio-inline,
.checkbox-inline {
  padding-left: 32px;
}

/* line 506, ../sass/_typography.scss */
.dark {
  color: #fff;
}
/* line 509, ../sass/_typography.scss */
.dark a:not(.btn) {
  color: #ccc;
}
/* line 512, ../sass/_typography.scss */
.dark a:not(.btn):hover {
  color: #666;
}
/* line 516, ../sass/_typography.scss */
.dark table {
  color: #000;
}

/* line 522, ../sass/_typography.scss */
.modal .modal-backdrop {
  background: none;
}
/* line 525, ../sass/_typography.scss */
.modal .modal-content {
  border: 0 none;
  box-shadow: none;
}

/* line 531, ../sass/_typography.scss */
.close {
  color: #333;
  font-family: Aria;
  font-size: 25px;
  font-weight: 100;
}
/* line 621, ../sass/_typography.scss */
.btn[data-hover] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/* line 626, ../sass/_typography.scss */
.btn[data-hover] .button-label {
  display: block;
  position: static;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}
/* line 637, ../sass/_typography.scss */
.btn[data-hover]:before {
  content: attr(data-hover);
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  width: 100%;
}
/* line 653, ../sass/_typography.scss */
.btn[data-hover]:hover .button-label {
  opacity: 0;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
      transform: translate(200%, 0);
}
/* line 658, ../sass/_typography.scss */
.btn[data-hover]:hover:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}


/* Retina */
@media (-webkit-min-device-pixel-ratio: 2) {
  /* line 694, ../sass/_typography.scss */
  .replace-2x {
    opacity: 0;
  }

  /* line 697, ../sass/_typography.scss */
  .replace-2x.loaded {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
}
/******************************************************************************
  Helper Classes
*******************************************************************************/
@media (max-width: 767px) {
  /* line 5, ../sass/_helper-classes.scss */
  .xs-text-center {
    text-align: center;
  }

  /* line 8, ../sass/_helper-classes.scss */
  .xs-text-left {
    text-align: left;
  }

  /* line 11, ../sass/_helper-classes.scss */
  .xs-text-right {
    text-align: right;
  }
}
@media (max-width: 991px) {
  /* line 16, ../sass/_helper-classes.scss */
  .sm-text-center {
    text-align: center;
  }

  /* line 19, ../sass/_helper-classes.scss */
  .sm-text-left {
    text-align: left;
  }

  /* line 22, ../sass/_helper-classes.scss */
  .sm-text-right {
    text-align: right;
  }
}
/* line 26, ../sass/_helper-classes.scss */
.relative {
  position: relative;
}

/******************************************************************************
  Main
*******************************************************************************/

html {
  height: 100%;
  font-size: 14px;
}

body {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 2.2;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 767px) {
  /* line 8, ../sass/_main.scss */
  body {
    overflow: auto;
  }
}

/* line 22, ../sass/_main.scss */
*:focus {
  outline: none;
}

/******************************************************************************
  Preloader
*******************************************************************************/
@-webkit-keyframes expand {/* line 5, ../sass/_preloader.scss */
  0% {
    width: 2px;
    height: 2px;
    top: 24px;
    left: 24px;
    opacity: 0;
  }/* line 12, ../sass/_preloader.scss */
  20% {
    opacity: 1;
  }/* line 15, ../sass/_preloader.scss */
  100% {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}
@keyframes expand {
  /* line 5, ../sass/_preloader.scss */
  0% {
    width: 2px;
    height: 2px;
    top: 24px;
    left: 24px;
    opacity: 0;
  }

  /* line 12, ../sass/_preloader.scss */
  20% {
    opacity: 1;
  }

  /* line 15, ../sass/_preloader.scss */
  100% {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}

/* line 24, ../sass/_preloader.scss */
.preloader {
  background: #fff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}
/* line 33, ../sass/_preloader.scss */
.preloader span {
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 60px;
}
/* line 42, ../sass/_preloader.scss */
.preloader span:before, .preloader span:after {
  -webkit-animation: expand 3s;
  animation: expand 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: solid 3px #000;
  border-radius: 50%;
  content: " ";
  height: 2px;
  left: 24px;
  opacity: 0;
  position: absolute;
  top: 24px;
  width: 2px;
}
/* line 61, ../sass/_preloader.scss */
.preloader span:after {
  -webkit-animation-delay: 1.5s;
}

/******************************************************************************
  Main
*******************************************************************************/

.background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.background .layer {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.background .background-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.background .background-image.page-bg-1 {
  background-image: url(../content/img/bg-intro.jpg);
}

/******************************************************************************
  Header
*******************************************************************************/
.site-header {
  height: 113px;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-header {
    height: 93px;
  }
}
@media (max-width: 767px) {
  .site-header {
    height: 117px;
    padding-top: 55px;
    position: relative;
  }
}
.site-header .header-wrap {
  display: table;
  height: 100%;
  margin: 0;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}
@media (max-width: 991px) {
  .site-header .header-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .site-header .header-wrap {
    display: block;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/******************************************************************************
  Footer
*******************************************************************************/
.site-footer {
  bottom: 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.85714rem;
  height: 84px;
  left: 0;
  line-height: 1.2;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-footer {
    height: 126px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    height: 91px;
    position: relative;
  }
}
.site-footer .copyright {
  margin-bottom: 10px;
}
.site-footer .social a {
  border: 2px solid transparent;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 34px;
  line-height: 32px;
  margin: 0;
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out;
  vertical-align: top;
  width: 34px;
}
.site-footer .social a:hover {
  border-color: #efefef;
  color: #efefef;
}


/******************************************************************************
  Structure
*******************************************************************************/
.main {
  height: 100%;
  overflow: hidden;
  padding-top: 113px;
  padding-bottom: 134px;
  width: 100%;
}
@media (max-width: 991px) {
  .main {
    padding-top: 93px;
    padding-bottom: 126px;
  }
}
@media (max-width: 767px) {
  .main {
    height: auto;
    min-height: calc(100% - 117px - 91px);
    padding-top: 0;
    padding-bottom: 0;
  }
}
.main .section {
  height: 0;
  overflow: hidden;
  position: absolute;
  table-layout: fixed;
  visibility: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .main .section {
    display: block;
    position: relative;
  }
}
.main .section.active {
  height: 100%;
  height: calc(100% - 113px - 134px);
  visibility: visible;
}
@media (max-width: 991px) {
  .main .section.active {
    height: calc(100% - 93px - 126px);
  }
}
@media (max-width: 767px) {
  .main .section.active {
    height: auto;
  }
}
.main .section .section-wrap {
  display: table;
  height: 100%;
  overflow-y: auto;
  table-layout: fixed;
  width: 100%;
}
.main .section .section-wrap .section-content {
  display: table-cell;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  .main .section .section-wrap .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section .mCustomScrollBox {
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.section.scroll-content .section-wrap,
.section.scroll-content .section-wrap .section-content {
  display: block;
  height: 100%;
}
.section.scroll-content .section-wrap > .mCustomScrollBox,
.section.scroll-content .section-wrap .section-content > .mCustomScrollBox {
  height: 100%;
}
/******************************************************************************
  Content
*******************************************************************************/
/* Coming Soon */
#home .section-content .container {
  margin-bottom: 94px;
}
@media (max-width: 991px) {
  #home .section-content .container {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #home .section-content .container {
    margin-bottom: 0;
  }
}

.section-title {
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 24px;
  padding-bottom: 22px;
  position: relative;
}
.section-title:before {
  background: url(../img/svg/title-icon.svg), no-repeat 50% 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 9px;
  left: 50%;
  margin: 0 0 1px -13px;
  position: absolute;
  width: 26px;
}
.dark .section-title:before {
  background: url(../img/svg/title-icon-white.svg), no-repeat 50% 50%;
}

.title-with-link {
  padding-left: 125px;
  padding-right: 125px;
}
@media (max-width: 767px) {
  .title-with-link {
    padding-left: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .title-with-link:before {
    display: none;
  }
}
.title-with-link .go-section {
  border: 0 none;
  color: #666;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
}
/* line 68, ../sass/_content.scss */
.title-with-link .go-section .arrow {
  height: 15px;
  margin: -1px 0 0 10px;
  width: 28px;
}
/* line 73, ../sass/_content.scss */
.title-with-link .go-section .arrow svg {
  height: 15px;
  margin-top: -1px;
  width: 28px;
}
/* line 79, ../sass/_content.scss */
.title-with-link .go-section:hover {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

@media (max-width: 991px) {
  /* line 85, ../sass/_content.scss */
  .h1-section-title {
    font-size: 48px;
    font-size: 3.42857rem;
  }
}
@media (max-width: 767px) {
  /* line 85, ../sass/_content.scss */
  .h1-section-title {
    font-size: 30px;
    font-size: 2.14286rem;
  }
}

/* line 93, ../sass/_content.scss */
.h2-section-title {
  font-size: 48px;
  font-size: 3.42857rem;
}
@media (max-width: 767px) {
  /* line 93, ../sass/_content.scss */
  .h2-section-title {
    font-size: 30px;
    font-size: 2.14286rem;
  }
}

/* line 99, ../sass/_content.scss */
.section-description {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  /* line 99, ../sass/_content.scss */
  .section-description {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

/* Contact Box */
.contacts-box {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.9;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .contacts-box {
    margin-top: 20px;
    text-align: center;
  }
}
.contacts-box a {
  border-bottom-color: transparent;
}
.contacts-box a:hover, .contacts-box a:focus {
  border-bottom-color: #fff;
}
.contacts-box .icon {
  font-size: 24px;
  line-height: 23px;
  width: 30px;
  float: none;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 242, ../sass/_content.scss */
  .contacts-box .icon {
    float: none;
    margin: 0 auto;
  }
}
/* line 253, ../sass/_content.scss */
.contacts-box .text {
  overflow: hidden;
}
