/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/************MEDIA QUERIES******************/
/******>=576******/
/******>=768******/
/******>=992******/
/******>=1200******/
/******992<>=1200******/
/******1300<>=1200******/
/******>=1400******/
/************OLD MEDIA QUERIES******************/
@font-face {
  font-family: "Sabado";
  src: url('../../fonts/sabado_regular-webfont.woff?1741695606') format('woff');
}
@font-face {
  font-family: "Cabin";
  src: url('../../fonts/Cabin-Regular.woff?1746709768') format('woff'), url('../../fonts/Cabin-Regular.woff2?1746709769') format('woff2');
}
@font-face {
  font-family: "Cabin Bold";
  src: url('../../fonts/Cabin-Bold.woff?1746709770') format('woff'), url('../../fonts/Cabin-Bold.woff2?1746709770') format('woff2');
}
@font-face {
  font-family: "EBGaramond Medium";
  src: url('../../fonts/EBGaramond-Medium.woff?1579794937') format('woff'), url('../../fonts/EBGaramond-Medium.woff2?1746709910') format('woff2');
}
/* line 21, ../sass/_global.scss */
html, body {
  font-size: 1em;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #918E8E;
  background-color: #fff;
  line-height: 1.75em;
  --genpad: 10vh;
  --heighthome: calc(100vh - 90px);
  --hero-pad: 2vw;
  --genpadh: 5.2vw;
  --fourteenp: 0.875em;
  --eighteenp: 1.125em;
  --twentyp: 1.25em;
  --twentyFive: 1.5625em;
  --thirtyp: 1.875em;
  --thirtyfivep: 2.188em;
  --fourtyp: 2.5em;
  --fiftyp: 3.125em;
  --sixtyp: 3.750em;
  --seventy: 4.375em;
  --seventyFive: 4.6875em;
  --eightyp: 5em;
  --eightyfivep: 5.3125em;
  --onehundredp: 6.250em;
}
@media only screen and (max-width: 48em) {
  /* line 21, ../sass/_global.scss */
  html, body {
    --hero-pad: 2vw;
    --genpad: 7vh;
  }
}
@media only screen and (max-width: 87.5em) {
  /* line 21, ../sass/_global.scss */
  html, body {
    --hero-pad: 1vw;
  }
}
/* line 54, ../sass/_global.scss */
html b, html strong, body b, body strong {
  font-family: "Cabin Bold", sans-serif;
  font-style: normal;
}
/* line 59, ../sass/_global.scss */
html p b, html p strong, body p b, body p strong {
  font-family: "Cabin Bold", sans-serif;
  font-style: normal;
}

/* line 66, ../sass/_global.scss */
h1, h2 {
  font-size: 3em;
}
@media only screen and (max-width: 61.938em) {
  /* line 66, ../sass/_global.scss */
  h1, h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 36em) {
  /* line 66, ../sass/_global.scss */
  h1, h2 {
    font-size: 1.5em;
  }
}

/* line 76, ../sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'EBGaramond Medium', serif;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 0.75em;
}

/* line 83, ../sass/_global.scss */
.menu-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: var(--twentyp) 0;
}

@media only screen and (max-width: 61.938em) {
  /* line 98, ../sass/_global.scss */
  .menu-nav {
    overflow: hidden;
    max-height: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
/* line 105, ../sass/_global.scss */
.menu-nav-al ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: normal;
}
@media only screen and (max-width: 61.938em) {
  /* line 105, ../sass/_global.scss */
  .menu-nav-al ul {
    flex-direction: column;
    align-items: center;
    padding: 5vh 0;
  }
}
/* line 120, ../sass/_global.scss */
.menu-nav-al ul li {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 61.938em) {
  /* line 120, ../sass/_global.scss */
  .menu-nav-al ul li {
    text-align: center;
  }
}
/* line 131, ../sass/_global.scss */
.menu-nav-al ul li a {
  color: #222222;
  text-decoration: none;
  font-size: var(--fourteenp);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-left: 2.5vw;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-shadow: none;
  transition: text-shadow 0.2s ease;
}
@media only screen and (max-width: 61.938em) {
  /* line 131, ../sass/_global.scss */
  .menu-nav-al ul li a {
    margin-left: 0;
  }
}
/* line 146, ../sass/_global.scss */
.menu-nav-al ul li:hover a, .menu-nav-al ul li.current-menu-item a {
  text-shadow: 0 0 0.8px #222222;
}
/* line 153, ../sass/_global.scss */
.menu-nav.open {
  max-height: 100vh;
}

/* line 158, ../sass/_global.scss */
.pos-rel {
  position: relative;
}

/* line 162, ../sass/_global.scss */
#click-menu {
  position: absolute;
  right: calc(var(--bs-gutter-x) * .5);
  top: 0;
  width: 40px;
  height: 30px;
  display: none;
}
@media only screen and (max-width: 61.938em) {
  /* line 162, ../sass/_global.scss */
  #click-menu {
    display: block;
  }
}
/* line 172, ../sass/_global.scss */
#click-menu .click {
  width: 40px;
  height: 30px;
  position: relative;
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 178, ../sass/_global.scss */
#click-menu .click span {
  background-color: #222222;
  display: block;
  width: 100%;
  height: 4px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: 0;
  border-radius: 100px;
}
/* line 187, ../sass/_global.scss */
#click-menu .click span:nth-child(1) {
  top: 0px;
  width: 100%;
}
/* line 191, ../sass/_global.scss */
#click-menu .click span:nth-child(2) {
  top: 13px;
  width: 100%;
}
/* line 195, ../sass/_global.scss */
#click-menu .click span:nth-child(3) {
  top: 13px;
  width: 100%;
}
/* line 199, ../sass/_global.scss */
#click-menu .click span:nth-child(4) {
  top: 26px;
  width: 100%;
}
/* line 205, ../sass/_global.scss */
#click-menu .click.open span {
  border-left: 0px solid transparent;
}
/* line 207, ../sass/_global.scss */
#click-menu .click.open span:nth-child(1) {
  opacity: 0;
}
/* line 210, ../sass/_global.scss */
#click-menu .click.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 213, ../sass/_global.scss */
#click-menu .click.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 216, ../sass/_global.scss */
#click-menu .click.open span:nth-child(4) {
  opacity: 0;
}

/* line 225, ../sass/_global.scss */
.nav-logo-h1 {
  text-indent: -99999px;
  position: absolute;
}
/* line 229, ../sass/_global.scss */
.nav-logo-img {
  height: 30px;
  width: auto;
  display: block;
}

/* line 236, ../sass/_global.scss */
.hero-overlay, .bg .overlay, .mainbanner .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0.5;
}

/* line 246, ../sass/_global.scss */
.hero-cnt, .mainbanner .cnt {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  position: absolute !important;
}

/* line 253, ../sass/_global.scss */
.hero {
  padding: 0;
  height: 100vh;
  width: 100%;
  position: relative;
}
/* line 258, ../sass/_global.scss */
.hero-overlay {
  background-color: #fff;
}
/* line 261, ../sass/_global.scss */
.hero .slider-home {
  height: 100vh;
  width: 100%;
}
/* line 264, ../sass/_global.scss */
.hero .slider-home div > div > div {
  height: 100vh;
  width: 100%;
}
/* line 267, ../sass/_global.scss */
.hero .slider-home div > div > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
/* line 273, ../sass/_global.scss */
.hero .slider-home .slick-dots {
  bottom: 5vh;
  z-index: 99;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: right;
  max-width: 1320px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
/* line 280, ../sass/_global.scss */
.hero .slider-home .slick-dots li button {
  border: 1px solid #222222;
  border-radius: 20px;
}
/* line 283, ../sass/_global.scss */
.hero .slider-home .slick-dots li button:before {
  opacity: 0;
}
/* line 288, ../sass/_global.scss */
.hero .slider-home .slick-dots li.slick-active button {
  background-color: #222222;
}
@media only screen and (min-width: 62em) and (max-width: 75em) {
  /* line 273, ../sass/_global.scss */
  .hero .slider-home .slick-dots {
    max-width: 961px;
  }
}
@media only screen and (max-width: 61.938em) {
  /* line 273, ../sass/_global.scss */
  .hero .slider-home .slick-dots {
    max-width: 720px;
  }
}
@media only screen and (max-width: 48em) {
  /* line 273, ../sass/_global.scss */
  .hero .slider-home .slick-dots {
    max-width: 540px;
  }
}

/* line 315, ../sass/_global.scss */
.mainbanner {
  height: 70vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
}
/* line 321, ../sass/_global.scss */
.mainbanner .overlay {
  background-color: #fff;
}
/* line 324, ../sass/_global.scss */
.mainbanner .banner-image {
  width: 100%;
  height: 100%;
}
/* line 327, ../sass/_global.scss */
.mainbanner .banner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

/* line 336, ../sass/_global.scss */
.cnt span {
  font-size: var(--fourteenp);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222222;
}
@media only screen and (max-width: 36em) {
  /* line 336, ../sass/_global.scss */
  .cnt span {
    font-size: 12px;
  }
}
/* line 345, ../sass/_global.scss */
.cnt .line-down {
  width: 1px;
  height: var(--onehundredp);
  background-color: #222222;
}
/* line 350, ../sass/_global.scss */
.cnt.center {
  text-align: center;
}
/* line 353, ../sass/_global.scss */
.cnt.mb {
  margin-bottom: var(--genpadh);
}
/* line 356, ../sass/_global.scss */
.cnt h1, .cnt h2 {
  margin-top: 0;
}
/* line 359, ../sass/_global.scss */
.cnt img {
  width: 15vw;
  margin-bottom: 2vh;
}
@media only screen and (max-width: 48em) {
  /* line 359, ../sass/_global.scss */
  .cnt img {
    width: 30vw;
  }
}

/* line 370, ../sass/_global.scss */
body.page-template-page-frontpage-php .hero .cnt img {
  width: 20vw;
}
@media only screen and (max-width: 48em) {
  /* line 370, ../sass/_global.scss */
  body.page-template-page-frontpage-php .hero .cnt img {
    width: 50vw;
  }
}

/* line 379, ../sass/_global.scss */
section {
  padding: var(--genpad) 0;
}

/* line 383, ../sass/_global.scss */
.btn {
  border: 1px solid #222222;
  border-radius: 15px;
  padding: 10px 30px;
  font-size: var(--fourteenp);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 1em 0;
}
/* line 390, ../sass/_global.scss */
.btn:hover {
  background-color: #222222;
  color: #fff;
}

/* line 397, ../sass/_global.scss */
.about img {
  display: block;
  width: 100%;
}
/* line 401, ../sass/_global.scss */
.about-item {
  padding: 2em 0;
}
/* line 403, ../sass/_global.scss */
.about-item h3 {
  font-family: 'Cabin Bold', sans-serif;
  text-transform: none;
  font-size: 20px;
}
@media only screen and (max-width: 36em) {
  /* line 403, ../sass/_global.scss */
  .about-item h3 {
    font-size: 1em;
  }
}

/* line 414, ../sass/_global.scss */
.grey {
  background-color: #F5F5F5;
  padding: 0;
}
/* line 417, ../sass/_global.scss */
.grey .cnt {
  padding: calc(3 * var(--genpad)) 0;
  max-width: 660px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 62em) and (max-width: 75em) {
  /* line 417, ../sass/_global.scss */
  .grey .cnt {
    max-width: 480px;
  }
}
@media only screen and (max-width: 61.938em) {
  /* line 417, ../sass/_global.scss */
  .grey .cnt {
    max-width: 360px;
  }
}
@media only screen and (max-width: 48em) {
  /* line 417, ../sass/_global.scss */
  .grey .cnt {
    max-width: 540px;
  }
}
/* line 438, ../sass/_global.scss */
.grey .img-cont {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 48em) {
  /* line 438, ../sass/_global.scss */
  .grey .img-cont {
    height: 50vh;
  }
}
/* line 447, ../sass/_global.scss */
.grey .img-cont img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

/* line 455, ../sass/_global.scss */
.alignbtn {
  text-align: center;
}

/* line 459, ../sass/_global.scss */
.bg {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
/* line 463, ../sass/_global.scss */
.bg h2 {
  color: #fff;
}
/* line 466, ../sass/_global.scss */
.bg .btn {
  border: 1px solid #fff;
  color: #fff;
}
/* line 469, ../sass/_global.scss */
.bg .btn:hover {
  background-color: #fff;
  color: #222222;
}
/* line 474, ../sass/_global.scss */
.bg .imgcont {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
/* line 481, ../sass/_global.scss */
.bg .imgcont img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
/* line 487, ../sass/_global.scss */
.bg .overlay {
  background-color: #222222;
  z-index: 1;
  opacity: 0.7;
}
/* line 492, ../sass/_global.scss */
.bg .container {
  z-index: 2;
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 499, ../sass/_global.scss */
footer {
  background-color: #F5F5F5;
}
/* line 501, ../sass/_global.scss */
footer .nav-logo-img {
  height: 150px;
}
@media only screen and (max-width: 61.938em) {
  /* line 501, ../sass/_global.scss */
  footer .nav-logo-img {
    margin: 0 auto;
  }
}
/* line 507, ../sass/_global.scss */
footer .smallprint {
  font-family: 'Cabin', sans-serif;
  color: #222222;
  text-decoration: none;
  font-size: var(--fourteenp);
  line-height: 1.5em;
}
@media only screen and (max-width: 61.938em) {
  /* line 507, ../sass/_global.scss */
  footer .smallprint {
    text-align: center;
    margin: 2vh 0;
  }
}
/* line 517, ../sass/_global.scss */
footer .smallprint a {
  text-decoration: none;
  color: #222222;
}
/* line 522, ../sass/_global.scss */
footer .menu-nav {
  max-height: 100vh !important;
}
@media only screen and (max-width: 61.938em) {
  /* line 522, ../sass/_global.scss */
  footer .menu-nav {
    text-align: center;
  }
  /* line 526, ../sass/_global.scss */
  footer .menu-nav .menu-nav-al ul {
    padding: 3vh 0 !important;
  }
}
/* line 531, ../sass/_global.scss */
footer .linklist {
  list-style: none;
  font-size: var(--fourteenp);
  text-align: right;
  padding: 0;
  margin: 0;
  margin-bottom: calc(var(--genpadh) /2);
}
@media only screen and (max-width: 61.938em) {
  /* line 531, ../sass/_global.scss */
  footer .linklist {
    text-align: center;
  }
}
/* line 541, ../sass/_global.scss */
footer .linklist.mt-big {
  margin: var(--genpadh) 0 0 0;
}
@media only screen and (max-width: 61.938em) {
  /* line 541, ../sass/_global.scss */
  footer .linklist.mt-big {
    margin: 0;
  }
}
/* line 547, ../sass/_global.scss */
footer .linklist.n-mb {
  margin-bottom: 0;
}
/* line 551, ../sass/_global.scss */
footer .linklist li a {
  font-family: 'Cabin', sans-serif;
  color: #222222;
  text-decoration: none;
  letter-spacing: 1.5px;
  text-shadow: none;
  transition: text-shadow 0.2s ease;
}
/* line 558, ../sass/_global.scss */
footer .linklist li a:hover {
  text-shadow: 0 0 0.8px #222222;
}
/* line 564, ../sass/_global.scss */
footer .linklist.line li {
  display: inline-block;
}
/* line 566, ../sass/_global.scss */
footer .linklist.line li:before {
  content: '|';
  left: 10px;
  font-family: 'Cabin', sans-serif;
  color: #222222;
}
/* line 573, ../sass/_global.scss */
footer .linklist.line li:first-of-type:before {
  display: none;
}

/* line 583, ../sass/_global.scss */
.detailitems-item {
  position: relative;
}
/* line 585, ../sass/_global.scss */
.detailitems-item:after {
  content: '';
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background-color: #B5B5B5;
  height: 100%;
  width: 1px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 61.938em) {
  /* line 585, ../sass/_global.scss */
  .detailitems-item:after {
    left: 3%;
  }
}
/* line 599, ../sass/_global.scss */
.detailitems-item:before {
  content: '';
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background-color: #222222;
  height: 5px;
  width: 30px;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 61.938em) {
  /* line 599, ../sass/_global.scss */
  .detailitems-item:before {
    left: 3%;
  }
}
/* line 614, ../sass/_global.scss */
.detailitems-item:first-of-type::before {
  display: none;
}
/* line 618, ../sass/_global.scss */
.detailitems-item-block {
  padding: 7.5vh;
  position: relative;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 61.938em) {
  /* line 618, ../sass/_global.scss */
  .detailitems-item-block {
    padding: 2.5vh;
  }
}
/* line 626, ../sass/_global.scss */
.detailitems-item-block img {
  width: 100%;
  display: block;
}
/* line 630, ../sass/_global.scss */
.detailitems-item-block .alignmd {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 637, ../sass/_global.scss */
.project {
  padding: var(--genpadh) 0;
  position: relative;
}
/* line 640, ../sass/_global.scss */
.project:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #B5B5B5;
}
/* line 650, ../sass/_global.scss */
.project:first-of-type {
  padding-top: 0;
}
/* line 653, ../sass/_global.scss */
.project:last-of-type {
  padding-bottom: 0;
}
/* line 655, ../sass/_global.scss */
.project:last-of-type:after {
  display: none;
}
/* line 660, ../sass/_global.scss */
.project .imgcontainer img {
  width: 100%;
  display: block;
}
/* line 665, ../sass/_global.scss */
.project .btn {
  position: relative;
  text-transform: uppercase;
  border: 1px;
  padding-left: 0;
  padding-right: 60px;
}
/* line 671, ../sass/_global.scss */
.project .btn:after {
  content: '';
  background: url('../../img/arrow.svg?1747664413') no-repeat center/contain;
  height: 13px;
  width: 48px;
  position: absolute;
  right: 0;
  top: 15px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 681, ../sass/_global.scss */
.project .btn:hover {
  background-color: #fff;
  color: #222222;
}
/* line 684, ../sass/_global.scss */
.project .btn:hover:after {
  right: -10px;
}

/* line 692, ../sass/_global.scss */
body.single-projects .project {
  padding: calc(2*var(--onehundredp)) 0 var(--onehundredp) 0 !important;
}
/* line 695, ../sass/_global.scss */
body.single-projects .project-img-row {
  padding: calc(var(--bs-gutter-x) * .5) 0;
}
/* line 697, ../sass/_global.scss */
body.single-projects .project-img-row:first-of-type {
  padding-top: 0;
}
@media only screen and (max-width: 61.938em) {
  /* line 700, ../sass/_global.scss */
  body.single-projects .project-img-row-first {
    margin-bottom: calc(var(--bs-gutter-x) * .5);
  }
}
@media only screen and (max-width: 61.938em) {
  /* line 705, ../sass/_global.scss */
  body.single-projects .project-img-row-second {
    margin-top: calc(var(--bs-gutter-x) * .5);
  }
}

/* line 716, ../sass/_global.scss */
.contact {
  background-color: #FAFAFA;
  padding-top: calc(3 * var(--genpadh));
}
/* line 720, ../sass/_global.scss */
.contact-address h2 {
  font-family: 'Cabin', sans-serif;
  font-size: var(--fourteenp);
  letter-spacing: 1.5px;
  margin-bottom: 3em;
}
@media only screen and (max-width: 61.938em) {
  /* line 719, ../sass/_global.scss */
  .contact-address {
    margin-bottom: 5vh;
  }
}
/* line 729, ../sass/_global.scss */
.contact-address .linklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 734, ../sass/_global.scss */
.contact-address .linklist li a {
  text-decoration: none;
  color: #918E8E;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 738, ../sass/_global.scss */
.contact-address .linklist li a:hover {
  color: #222222;
}
/* line 745, ../sass/_global.scss */
.contact .jobs {
  padding-bottom: 0.75em;
  margin-bottom: 1.75em;
  border-bottom: 1px solid #b5b5b5;
}
/* line 748, ../sass/_global.scss */
.contact .jobs h2 {
  font-size: var(--thirtyp);
}
/* line 752, ../sass/_global.scss */
.contact .jobs:last-of-type {
  border-bottom: 0px;
}

/*# sourceMappingURL=styles.css.map */
