/* @version 1.1 */
/*==============================================================================
	COLOUR SCHEME
==============================================================================*/
/* @version 1.1 */
/*==============================================================================
	TYPOGRAPHY - font should match your selection web font
==============================================================================*/
/* @version 1.1 */
/*==============================================================================
	COLOUR SCHEME
==============================================================================*/
/* @version 1.1 */
/*==============================================================================
	TYPOGRAPHY - font should match your selection web font
==============================================================================*/
.btn, input[type=submit], .button {
  padding: 12px 22px !important;
  text-align: center !important;
  width: max-content;
  font-weight: 400 !important;
  outline: none !important;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  box-sizing: border-box;
  transition: 300ms all;
}
.btn span, input[type=submit] span, .button span {
  display: inline-block;
  margin-left: 10px;
}
.btn.btn-brand1, input[type=submit].btn-brand1, .button.btn-brand1 {
  background-color: rgb(175, 169, 156);
}
.btn.btn-brand1:hover, input[type=submit].btn-brand1:hover, .button.btn-brand1:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894);
}
.btn.btn-brand2, input[type=submit].btn-brand2, .button.btn-brand2 {
  background-color: rgb(51, 48, 44);
}
.btn.btn-brand2:hover, input[type=submit].btn-brand2:hover, .button.btn-brand2:hover {
  background-color: rgb(23.6210526316, 22.2315789474, 20.3789473684);
}
.btn.btn-brand3, input[type=submit].btn-brand3, .button.btn-brand3 {
  background-color: rgb(0, 0, 0);
}
.btn.btn-brand3:hover, input[type=submit].btn-brand3:hover, .button.btn-brand3:hover {
  background-color: black;
}
.btn.btn-custom, input[type=submit].btn-custom, .button.btn-custom {
  background-color: #efefef;
}
.btn.btn-custom:hover, input[type=submit].btn-custom:hover, .button.btn-custom:hover {
  background-color: rgb(213.5, 213.5, 213.5);
}
.btn.btn-body-outline, input[type=submit].btn-body-outline, .button.btn-body-outline {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-body-outline span, input[type=submit].btn-body-outline span, .button.btn-body-outline span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-body-outline:hover, input[type=submit].btn-body-outline:hover, .button.btn-body-outline:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 48, 44);
}
.btn.btn-body-outline:hover span, input[type=submit].btn-body-outline:hover span, .button.btn-body-outline:hover span {
  color: rgb(51, 48, 44);
}
.btn.btn-body-outline:hover span i, input[type=submit].btn-body-outline:hover span i, .button.btn-body-outline:hover span i {
  color: rgb(51, 48, 44);
}
.btn.btn-bg-color, input[type=submit].btn-bg-color, .button.btn-bg-color {
  background-color: rgb(250, 249, 247);
  color: rgb(107, 103, 96);
}
.btn.btn-bg-color span, input[type=submit].btn-bg-color span, .button.btn-bg-color span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-bg-color:hover, input[type=submit].btn-bg-color:hover, .button.btn-bg-color:hover {
  background-color: rgb(230.3846153846, 225.4615384615, 215.6153846154);
}
.btn.btn-bgcolor, input[type=submit].btn-bgcolor, .button.btn-bgcolor {
  background-color: rgb(239, 233, 226);
  color: rgb(107, 103, 96);
}
.btn.btn-bgcolor span, input[type=submit].btn-bgcolor span, .button.btn-bgcolor span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-bgcolor:hover, input[type=submit].btn-bgcolor:hover, .button.btn-bgcolor:hover {
  background-color: rgb(220.8666666667, 208.0666666667, 193.1333333333);
}
.btn.btn-bgcolor:hover span, input[type=submit].btn-bgcolor:hover span, .button.btn-bgcolor:hover span {
  color: rgb(107, 103, 96);
}
.btn.btn-footerbg, input[type=submit].btn-footerbg, .button.btn-footerbg {
  background-color: rgb(213, 206, 194);
  color: rgb(107, 103, 96);
}
.btn.btn-footerbg span, input[type=submit].btn-footerbg span, .button.btn-footerbg span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-footerbg:hover, input[type=submit].btn-footerbg:hover, .button.btn-footerbg:hover {
  background-color: rgb(192.2038834951, 181.7378640777, 163.7961165049);
}
.btn.btn-footerbg:hover span, input[type=submit].btn-footerbg:hover span, .button.btn-footerbg:hover span {
  color: rgb(107, 103, 96);
}

input[type=submit] {
  background-color: rgb(51, 48, 44);
  color: #fff;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none;
}
input[type=submit]:disabled {
  background-color: rgb(165.5, 165.5, 165.5);
  cursor: not-allowed !important;
}
input[type=submit]:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894);
}

.button {
  background-color: rgb(175, 169, 156) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 0px !important;
}
.button:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894) !important;
}

@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
#button {
  display: flex;
  background-color: rgb(175, 169, 156);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 70px;
  color: rgb(255, 255, 255);
  right: 30px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.btn, input[type=submit], .button {
  padding: 12px 22px !important;
  text-align: center !important;
  width: max-content;
  font-weight: 400 !important;
  outline: none !important;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  box-sizing: border-box;
  transition: 300ms all;
}
.btn span, input[type=submit] span, .button span {
  display: inline-block;
  margin-left: 10px;
}
.btn.btn-brand1, input[type=submit].btn-brand1, .button.btn-brand1 {
  background-color: rgb(175, 169, 156);
}
.btn.btn-brand1:hover, input[type=submit].btn-brand1:hover, .button.btn-brand1:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894);
}
.btn.btn-brand2, input[type=submit].btn-brand2, .button.btn-brand2 {
  background-color: rgb(51, 48, 44);
}
.btn.btn-brand2:hover, input[type=submit].btn-brand2:hover, .button.btn-brand2:hover {
  background-color: rgb(23.6210526316, 22.2315789474, 20.3789473684);
}
.btn.btn-brand3, input[type=submit].btn-brand3, .button.btn-brand3 {
  background-color: rgb(0, 0, 0);
}
.btn.btn-brand3:hover, input[type=submit].btn-brand3:hover, .button.btn-brand3:hover {
  background-color: black;
}
.btn.btn-custom, input[type=submit].btn-custom, .button.btn-custom {
  background-color: #efefef;
}
.btn.btn-custom:hover, input[type=submit].btn-custom:hover, .button.btn-custom:hover {
  background-color: rgb(213.5, 213.5, 213.5);
}
.btn.btn-body-outline, input[type=submit].btn-body-outline, .button.btn-body-outline {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-body-outline span, input[type=submit].btn-body-outline span, .button.btn-body-outline span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-body-outline:hover, input[type=submit].btn-body-outline:hover, .button.btn-body-outline:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 48, 44);
}
.btn.btn-body-outline:hover span, input[type=submit].btn-body-outline:hover span, .button.btn-body-outline:hover span {
  color: rgb(51, 48, 44);
}
.btn.btn-body-outline:hover span i, input[type=submit].btn-body-outline:hover span i, .button.btn-body-outline:hover span i {
  color: rgb(51, 48, 44);
}
.btn.btn-bg-color, input[type=submit].btn-bg-color, .button.btn-bg-color {
  background-color: rgb(250, 249, 247);
  color: rgb(107, 103, 96);
}
.btn.btn-bg-color span, input[type=submit].btn-bg-color span, .button.btn-bg-color span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-bg-color:hover, input[type=submit].btn-bg-color:hover, .button.btn-bg-color:hover {
  background-color: rgb(230.3846153846, 225.4615384615, 215.6153846154);
}
.btn.btn-bgcolor, input[type=submit].btn-bgcolor, .button.btn-bgcolor {
  background-color: rgb(239, 233, 226);
  color: rgb(107, 103, 96);
}
.btn.btn-bgcolor span, input[type=submit].btn-bgcolor span, .button.btn-bgcolor span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-bgcolor:hover, input[type=submit].btn-bgcolor:hover, .button.btn-bgcolor:hover {
  background-color: rgb(220.8666666667, 208.0666666667, 193.1333333333);
}
.btn.btn-bgcolor:hover span, input[type=submit].btn-bgcolor:hover span, .button.btn-bgcolor:hover span {
  color: rgb(107, 103, 96);
}
.btn.btn-footerbg, input[type=submit].btn-footerbg, .button.btn-footerbg {
  background-color: rgb(213, 206, 194);
  color: rgb(107, 103, 96);
}
.btn.btn-footerbg span, input[type=submit].btn-footerbg span, .button.btn-footerbg span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-footerbg:hover, input[type=submit].btn-footerbg:hover, .button.btn-footerbg:hover {
  background-color: rgb(192.2038834951, 181.7378640777, 163.7961165049);
}
.btn.btn-footerbg:hover span, input[type=submit].btn-footerbg:hover span, .button.btn-footerbg:hover span {
  color: rgb(107, 103, 96);
}

input[type=submit] {
  background-color: rgb(51, 48, 44);
  color: #fff;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none;
}
input[type=submit]:disabled {
  background-color: rgb(165.5, 165.5, 165.5);
  cursor: not-allowed !important;
}
input[type=submit]:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894);
}

.button {
  background-color: rgb(175, 169, 156) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 0px !important;
}
.button:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894) !important;
}

body {
  font-family: ABC Diatype, sans-serif;
}

main h1 {
  margin-top: 0px;
}

.content p,
.content li,
.content span {
  font-weight: 400;
  color: rgb(51, 48, 44);
  line-height: 24px;
  font-size: 20px;
}
.content p a,
.content li a,
.content span a {
  border-bottom: 1px solid rgb(175, 169, 156);
  transition: 300ms all;
}
.content p a:hover,
.content li a:hover,
.content span a:hover {
  color: rgb(175, 169, 156);
  border-bottom: 2px solid rgb(175, 169, 156);
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  display: block;
  width: 100%;
}
.content p:first-child {
  margin-top: 0px;
}
.content p:empty {
  display: none !important;
}
.content a.extend-content {
  display: block;
  text-align: left;
  border: none;
  margin: 20px 0px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(175, 169, 156);
}
.content a.extend-content span {
  color: inherit;
  display: inline-block;
  margin-left: 5px;
}
.content strong {
  font-weight: 700;
}

@media only screen and (max-width: 770px) {
  body.mobile-top-control header section#site-header {
    top: 60px;
  }
}
body header section#site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
  border-top: none;
  transition: 300ms all;
  background-color: #fff;
}
body header section#site-header.fixed {
  background-color: #fff;
}
@media only screen and (max-width: 770px) {
  body header section#site-header.scroll-up {
    top: -100px;
    transition: 300ms all;
  }
}
@media only screen and (max-width: 770px) {
  body header section#site-header.scroll-down {
    top: 0px;
    transition: 300ms all;
  }
}
body header section .text-resizer > .container {
  padding: 10px 20px;
  display: block;
}
body header section .text-resizer > .container > span {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}
body header section .container {
  padding: 0px 40px;
  max-width: 100%;
}
@media only screen and (max-width: 770px) {
  body header section .container > a.logo {
    width: 100%;
    display: block;
    text-align: center;
  }
}
body header section .container > a.logo img {
  display: inline-block;
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: 20px 0px;
}
@media only screen and (max-width: 770px) {
  body header section .container nav {
    display: none !important;
  }
}
body header section .container .menu-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 770px) {
  body header section .container .menu-contact {
    display: none !important;
  }
}
body header section .container .menu-contact .search-contact-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-left: 30px;
}
body header section .container .menu-contact .search .search-toggle {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body header section .container .menu-contact .search .search-toggle i {
  font-size: 18px;
}

body.site-search-open {
  overflow: hidden;
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.28s ease, visibility 0.28s;
  pointer-events: none;
}
.site-search-overlay.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.site-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(213, 206, 194, 0.5);
  cursor: none;
}
.site-search-overlay__cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background: rgb(255, 255, 255);
  color: rgb(51, 48, 44);
  padding: 8px 16px;
  font-family: "ABC Diatype Mono Semi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.site-search-overlay.is-cursor-visible .site-search-overlay__cursor {
  opacity: 1;
  visibility: visible;
}
.site-search-overlay__panel {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 8vh;
  padding: 32px 40px 40px;
  background: rgb(239, 233, 226);
  z-index: 1;
}
.site-search-overlay__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: rgb(107, 103, 96);
}
.site-search-overlay__close:hover, .site-search-overlay__close:focus {
  opacity: 0.65;
}
.site-search-overlay__title {
  margin: 0 44px 28px 0;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(107, 103, 96);
}
.site-search-overlay__form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  border: none;
  background: rgb(213, 206, 194);
  padding: 10px 30px;
  border-radius: 50px;
}
.site-search-overlay__input {
  flex: 1 1 200px;
  min-width: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 16px;
  background: rgb(213, 206, 194);
  color: rgb(107, 103, 96);
  outline: none;
}
.site-search-overlay__input::placeholder {
  color: #888;
}
.site-search-overlay__submit {
  flex: 0 0 auto;
  align-self: center;
  border: 0;
  padding: 10px 8px;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  color: rgb(107, 103, 96);
}
.site-search-overlay__submit:hover, .site-search-overlay__submit:focus {
  text-decoration: underline;
}
.site-search-overlay .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media only screen and (max-width: 770px) {
  body.mobile-bottom-control footer {
    padding-bottom: 60px;
  }
}
body footer {
  background-color: rgba(213, 206, 194, 0.6);
  padding-bottom: 60px;
}
body footer section.top-bar .container {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-gap: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  body footer section.top-bar .container {
    grid-template-columns: 1fr;
  }
}
body footer section.top-bar .container .col .footer-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-bottom: 20px;
  color: rgb(51, 48, 44);
}
body footer section.top-bar .container .col p {
  max-width: 440px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.5px;
  color: rgb(51, 48, 44);
}
body footer section.top-bar .container .col .site-social {
  margin-top: 30px;
}
body footer section.top-bar .container .col .site-social li {
  margin-right: 10px;
  display: inline-block;
}
body footer section.top-bar .container .col .site-social li a {
  background-color: #6B6760;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 300ms all;
}
body footer section.top-bar .container .col .site-social li a:hover {
  background-color: rgb(80.118226601, 77.1231527094, 71.881773399);
}
body footer section.top-bar .container .col .site-social li a i {
  color: rgb(255, 255, 255);
  font-size: 14px;
}
body footer section.top-bar .container .col:last-of-type {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 1200px) {
  body footer section.top-bar .container .col:last-of-type {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  body footer section.top-bar .container .col:last-of-type {
    grid-template-columns: 1fr;
  }
}
body footer section.top-bar .container .col:last-of-type .sub-col {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: rgb(51, 48, 44);
}
body footer section.top-bar .container .col:last-of-type .sub-col .office-title {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
body footer section.top-bar .container .col:last-of-type .sub-col .location-mailing-address {
  margin-top: 10px;
}
body footer section.top-bar .container .col:last-of-type .sub-col .Click-here {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.5px;
  color: #55504b;
  text-decoration: none;
  transition: 0.3s all;
  display: block;
  margin: 5px 0;
  cursor: pointer;
}
body footer section.top-bar .container .col:last-of-type .sub-col .Click-here:hover {
  color: rgb(175, 169, 156);
  transform: translateX(10px);
}
body footer section.top-bar .container .col:last-of-type .sub-col nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
body footer section.top-bar .container .col:last-of-type .sub-col nav ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.5px;
  color: rgb(51, 48, 44);
  text-decoration: none;
  transition: 300ms all;
  display: block;
  margin: 5px 0px;
}
body footer section.top-bar .container .col:last-of-type .sub-col nav ul li a:hover {
  color: rgb(175, 169, 156);
  transform: translateX(10px);
}
body footer section.bottom-bar {
  padding-bottom: 20px;
}
body footer section.bottom-bar .container {
  padding: 20px;
}
body footer section.bottom-bar .container .footer-text {
  max-width: 590px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  color: rgb(51, 48, 44);
  font-family: "ABC Diatype Mono Semi", sans-serif;
}
@media only screen and (max-width: 770px) {
  body footer section.bottom-bar .container {
    border: none;
    padding-bottom: 80px !important;
    text-align: center;
  }
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 120px;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: rgb(239, 233, 226);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 80vh;
  overflow-y: auto;
}
.custom-model-wrap .form-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 48, 44);
  margin-bottom: 20px;
  text-align: center;
  font-family: ABC Diatype, sans-serif;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

.request-panel-modal {
  top: 0;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.45s, opacity 0.3s ease, z-index 0s linear 0.45s;
}
.request-panel-modal.model-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.request-panel-modal.model-open .request-panel-modal__overlay {
  background: rgba(107, 103, 96, 0.5);
  opacity: 1;
}
.request-panel-modal.model-open .request-panel-modal__inner {
  transform: translateX(0);
}
.request-panel-modal__overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(107, 103, 96, 0);
  opacity: 0;
  z-index: 1;
  cursor: none;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.request-panel-modal__cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background: rgb(255, 255, 255);
  color: rgb(51, 48, 44);
  padding: 8px 16px;
  font-family: "ABC Diatype Mono Semi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.request-panel-modal.is-cursor-visible .request-panel-modal__cursor {
  opacity: 1;
  visibility: visible;
}
.request-panel-modal .request-panel-modal__inner {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50vw;
  max-width: 50vw;
  height: 100vh;
  margin: 0;
  padding: 30px;
  background: rgb(239, 233, 226);
  box-sizing: border-box;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.request-panel-modal .custom-model-wrap {
  max-height: none;
  min-height: 100%;
  padding: 0;
  background: transparent;
  overflow-y: visible;
}
.request-panel-modal .custom-model-wrap .form-title {
  text-align: left;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
}
.request-panel-modal__close {
  display: none;
  top: 30px;
  right: 30px;
  border: 0;
  background: none;
  color: rgb(51, 48, 44);
  font-family: "ABC Diatype Mono Semi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 770px) {
  .request-panel-modal__overlay {
    cursor: pointer;
  }
  .request-panel-modal__cursor {
    display: none;
  }
  .request-panel-modal__inner {
    width: 100%;
    max-width: 100%;
    padding: 70px 20px 80px;
  }
  .request-panel-modal__close {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

#videomodal .custom-model-inner {
  width: 100%;
  max-width: 60vw;
  margin: 0 auto;
}
#videomodal .custom-model-inner .custom-model-wrap {
  padding: 0;
}
#videomodal .custom-model-inner .custom-model-wrap .pop-up-content-wrap {
  line-height: 0px;
}
#videomodal .custom-model-inner .custom-model-wrap .pop-up-content-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#banner {
  display: block;
  width: 100%;
}
section#banner .banner-single {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  position: relative;
}
section#banner .banner-single.banner-home {
  min-height: 100vh;
}
section#banner .banner-single.banner-internal {
  min-height: 40vh;
}
section#banner .banner-single.hide-banner {
  min-height: 0px !important;
  margin-top: 68px !important;
}
section#banner .banner-single .container {
  align-items: center;
  justify-content: initial;
  text-align: center;
}
section#banner .banner-single.two-image-banner .container {
  max-width: 1440px;
  padding: 0px 20px;
}
section#banner .banner-single.two-image-banner .container .two-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
section#banner .banner-single.two-image-banner .container .two-images .image img {
  width: 100%;
  aspect-ratio: 5/7;
  height: auto;
  object-fit: cover;
  object-position: center;
}
section#banner .banner-single.banner-video {
  min-height: 95vh;
  overflow: hidden;
}
section#banner .banner-single.banner-video.banner-video-player {
  position: relative;
  line-height: 0;
}
section#banner .banner-single.banner-video.banner-video-player video {
  display: block;
  width: 100%;
  cursor: pointer;
}
section#banner .banner-single.banner-video.banner-video-player .video-play-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
section#banner .banner-single.banner-video.banner-video-player .video-play-btn:hover, section#banner .banner-single.banner-video.banner-video-player .video-play-btn:focus {
  outline: none;
}
section#banner .banner-single.banner-video.banner-video-player .video-play-btn .fa-play {
  font-size: 70px;
  margin-left: 4px;
}
section#banner .banner-single.banner-video.banner-video-player .video-play-btn .fa-pause {
  display: none;
  font-size: 70px;
}
section#banner .banner-single.banner-video.banner-video-player.is-playing .video-play-btn {
  opacity: 0;
  visibility: hidden;
}
section#banner .banner-single.banner-video.banner-video-player.is-playing:hover .video-play-btn,
section#banner .banner-single.banner-video.banner-video-player.is-playing .video-play-btn:focus {
  opacity: 1;
  visibility: visible;
}
section#banner .banner-single.banner-video.banner-video-player.is-playing .fa-play {
  display: none;
}
section#banner .banner-single.banner-video.banner-video-player.is-playing .fa-pause {
  display: block;
}
section#banner .banner-single.banner-video video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100vh;
}
section#banner .banner-single.banner-video .container {
  position: relative;
  max-width: 100%;
  padding: 20px 40px;
}
section#banner .banner-single.banner-video .container .banner-part {
  position: absolute;
  bottom: 60px;
  top: auto;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 80px);
  text-align: left;
}
section#banner .banner-single.banner-video .container .banner-part .content-split {
  width: 100%;
  align-items: flex-end;
}
section#banner .banner-single.banner-video .container .banner-part .content-split .content-lhs {
  width: calc(100% - 200px);
}
section#banner .banner-single.banner-video .container .banner-part .content-split .content-lhs .content {
  color: rgb(255, 255, 255);
}
section#banner .banner-single.banner-video .container .banner-part .content-split .content-lhs .content h2, section#banner .banner-single.banner-video .container .banner-part .content-split .content-lhs .content h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 0px;
  color: inherit;
}
section#banner .banner-single.banner-video .container .banner-part .content-split .content-lhs .content span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: inherit;
}
section#banner .banner-single.banner-video .container .banner-part .content-split .content-rhs {
  width: 200px;
}
section#banner .banner-single.banner-video .container .banner-part .content-split .content-rhs .btn {
  display: block;
  margin: 0 0 0 auto;
  cursor: pointer;
}
section#banner .swiper-wrapper {
  padding: 0px;
  margin: 0px;
  position: relative;
}
section#banner .swiper-wrapper.banner-home div.swiper-slide {
  min-height: 100vh;
}
@media only screen and (max-width: 770px) {
  section#banner .swiper-wrapper.banner-home div.swiper-slide {
    min-height: 60vh;
  }
}
section#banner .swiper-wrapper.banner-internal {
  min-height: 400px;
}
@media only screen and (max-width: 770px) {
  section#banner .swiper-wrapper.banner-internal {
    min-height: 100vh;
  }
}
section#banner .swiper-wrapper div.swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex !important;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 770px) {
  section#banner .swiper-wrapper div.swiper-slide {
    min-height: 60vh;
  }
}
section#banner .swiper-wrapper div.swiper-slide .container {
  align-items: center;
  justify-content: initial;
  text-align: center;
}
section#banner .swiper-wrapper div.swiper-slide .container .slide-part {
  margin: 0 auto;
  width: 70%;
  max-width: 540px;
  color: #fff;
}
section#banner .swiper-wrapper div.swiper-slide .container .slide-part .slide-title span {
  color: inherit;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}
section#banner .swiper-wrapper div.swiper-slide .container .slide-part .slide-content p {
  color: inherit;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
section#banner .swiper-wrapper div.swiper-slide > img {
  display: block;
  width: 100%;
  opacity: 1;
}
section#banner .swiper-button-prev,
section#banner .swiper-button-next {
  color: rgb(255, 255, 255);
}
section#banner .swiper-button-prev:after,
section#banner .swiper-button-next:after {
  font-size: 20px;
  color: rgb(255, 255, 255);
}
section#banner .swiper-button-prev.swiper-button-prev,
section#banner .swiper-button-next.swiper-button-prev {
  left: 15px;
}
section#banner .swiper-button-prev.swiper-button-next,
section#banner .swiper-button-next.swiper-button-next {
  right: 15px;
}

.location {
  margin: 20px 0px;
}
.location h3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
}
.location address {
  font-style: normal;
}
.location address a {
  border: none !important;
}
.location address .location-set {
  padding-left: 50px;
  position: relative;
}
.location address .location-set span.location-set-title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
}
.location address .location-set.location-address:before, .location address .location-set.location-telephone:before, .location address .location-set.location-email:before, .location address .location-set.location-hours:before {
  color: rgb(175, 169, 156);
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
}
.location address .location-set.location-address:before {
  content: "\f3c5";
}
.location address .location-set.location-telephone:before {
  content: "\f879";
}
.location address .location-set.location-email:before {
  content: "@";
}
.location address .location-set.location-hours:before {
  content: "\f017";
}
.location address .location-set.location-address div[itemprop=streetAddress] {
  display: block;
}
.location address .location-set.location-address div[itemprop=addressLocality], .location address .location-set.location-address div[itemprop=addressRegion], .location address .location-set.location-address div[itemprop=postalCode] {
  display: inline-block;
  margin-right: 4px;
}
.location address .location-set.location-mailing-address div[itemprop=addressLocality], .location address .location-set.location-mailing-address div[itemprop=addressRegion], .location address .location-set.location-mailing-address div[itemprop=postalCode] {
  display: inline-block;
  margin-right: 4px;
}
.location address .location-set.location-telephone a[itemprop=telephone] {
  display: block;
}
.location address .location-set.location-telephone a[itemprop=telephone]:before {
  content: "(t)";
  display: inline-block;
  margin-right: 5px;
}
.location address .location-set.location-telephone a[itemprop=mobile] {
  display: block;
}
.location address .location-set.location-telephone a[itemprop=mobile]:before {
  content: "(m)";
  display: inline-block;
  margin-right: 5px;
}
.location address .location-set.location-telephone div[itemprop=faxNumber] {
  display: block;
}
.location address .location-set.location-telephone div[itemprop=faxNumber]:before {
  content: "(f)";
  display: inline-block;
  margin-right: 5px;
}
.location address .location-set.location-email div[itemprop=email] {
  display: block;
}
.location address .location-set.location-hours {
  list-style: none;
}
.location address .location-set.location-hours li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.location address .location-set.location-notes {
  padding: 0px;
  margin-bottom: 0px;
}
.location address .location-set.location-notes li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6, .sub-title, .read-more {
  font-weight: 400;
  font-family: ABC Diatype, sans-serif;
  margin: 20px 0px;
  color: rgb(51, 48, 44);
}

h1 {
  font-size: 45px;
  line-height: 60px;
}

h2 {
  font-size: 30px;
  line-height: 35px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
}

.sub-title {
  font-size: 18px;
}

.section-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: rgb(51, 48, 44);
}

ul.mobile-control {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 99;
  display: none;
}
@media only screen and (max-width: 770px) {
  ul.mobile-control {
    display: flex;
    justify-content: space-between;
  }
}
ul.mobile-control li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  background-color: rgb(175, 169, 156);
  height: 60px;
  flex: 1;
}
ul.mobile-control li:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894);
}
ul.mobile-control li a, ul.mobile-control li span {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border: 0;
  background: transparent;
  font: inherit;
  color: rgb(51, 48, 44);
}
ul.mobile-control li a i, ul.mobile-control li span i {
  color: rgb(51, 48, 44);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}
ul.mobile-control li button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
ul.mobile-control li button i {
  color: rgb(51, 48, 44);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
  display: block;
  width: 100%;
}
ul.mobile-control li .mobile-control-item-menu-text {
  color: rgb(51, 48, 44);
  font-size: 12px;
  padding: 0px;
}
ul.mobile-control.mobile-top-control {
  top: 0px;
}
ul.mobile-control.mobile-top-control ~ nav .nav-container > ul {
  padding-top: 70px;
}
ul.mobile-control.mobile-bottom-control {
  bottom: 0px;
}

ul.site-social {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.site-social li {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 3px;
}

ul.social-share {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 5px 0px;
  margin: 0px;
  margin-bottom: 20px;
}
ul.social-share span {
  color: rgb(175, 169, 156);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
}
ul.social-share li {
  display: inline-block;
  padding: 3px;
}
ul.social-share li a {
  display: block;
}
ul.social-share li a i {
  font-size: 20px;
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-theme-color: $brand1;
  --swiper-navigation-size: 22px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
}

.swiper-android .swiper-slide {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-horizontal > .swiper-pagination-bullets {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight {
  height: auto;
}
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow {
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-bottom {
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-left {
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

.swiper-button-next, .news-swiper-button-next, .brochures-swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(175, 169, 156);
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after, .news-swiper-button-next:after, .brochures-swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: "next";
}

.swiper-button-prev, .news-swiper-button-prev, .brochures-swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(175, 169, 156);
  left: 0px;
  right: auto;
}
.swiper-button-prev:after, .news-swiper-button-prev:after, .brochures-swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: "prev";
}

.swiper-button-next.swiper-button-disabled, .news-swiper-button-next.swiper-button-disabled, .brochures-swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-disabled, .news-swiper-button-prev.swiper-button-disabled, .brochures-swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .news-swiper-button-next.swiper-button-hidden, .brochures-swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .news-swiper-button-next, .swiper-navigation-disabled .brochures-swiper-button-next {
  display: none !important;
}
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .news-swiper-button-prev, .swiper-navigation-disabled .brochures-swiper-button-prev {
  display: none !important;
}

.swiper-rtl .swiper-button-next, .swiper-rtl .news-swiper-button-next, .swiper-rtl .brochures-swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-rtl .swiper-button-next:after, .swiper-rtl .news-swiper-button-next:after, .swiper-rtl .brochures-swiper-button-next:after {
  content: "prev";
}
.swiper-rtl .swiper-button-prev, .swiper-rtl .news-swiper-button-prev, .swiper-rtl .brochures-swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-rtl .swiper-button-prev:after, .swiper-rtl .news-swiper-button-prev:after, .swiper-rtl .brochures-swiper-button-prev:after {
  content: "next";
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-custom {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.4);
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 0.2;
  background: #000;
}

.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-vertical {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}

.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-zoom-container > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

div.brand-slider {
  position: relative;
}
div.brand-slider div.swiper-wrapper {
  margin: 0px;
  width: 100%;
}
div.brand-slider div.swiper-wrapper div.swiper-slide {
  position: relative;
  min-width: 100px;
  min-height: auto;
}
div.brand-slider div.swiper-wrapper div.swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.brand-slider div.swiper-wrapper div.swiper-slide .image img {
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 70%;
}
div.brand-slider div.swiper-wrapper div.swiper-slide:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.review-slider {
  display: block;
  width: 100%;
}
.review-slider div.swiper-wrapper {
  margin: 0px;
  width: 100%;
}
.review-slider div.swiper-wrapper div.swiper-slide {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.review-slider div.swiper-wrapper div.swiper-slide div.image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.review-slider div.swiper-wrapper div.swiper-slide div.image img {
  display: inline-block;
  width: 120px;
  height: auto;
  border-radius: 50%;
  background-color: #efefef;
}
.review-slider div.swiper-wrapper div.swiper-slide:hover .excerpt h3 {
  color: rgb(175, 169, 156);
}
.review-slider div.swiper-wrapper div.swiper-slide .excerpt {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0px 0px 20px;
  padding: 0 40px;
}
.review-slider div.swiper-wrapper div.swiper-slide .excerpt div.content {
  position: relative;
  padding: 20px;
}
.review-slider div.swiper-wrapper div.swiper-slide .excerpt div.content:before {
  color: rgb(175, 169, 156);
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f10d";
}
.review-slider div.swiper-wrapper div.swiper-slide .excerpt div.content p {
  margin: 0px;
}
.review-slider div.swiper-wrapper div.swiper-slide .excerpt h3 {
  margin: 0px 0px 10px 0px;
  display: block;
  width: 100%;
  transition: 300ms all;
  text-align: right;
}
.review-slider div.swiper-wrapper div.swiper-slide .excerpt > span {
  color: rgb(175, 169, 156);
  text-align: right;
  display: block;
  width: 100%;
}
.review-slider div.swiper-wrapper div.swiper-slide a {
  display: block;
}

aside {
  box-sizing: border-box;
  width: 100vw;
  max-width: 280px;
  flex: 1 1 auto;
  position: sticky;
  top: 100px;
}
aside h2 {
  font-size: 20px;
}
aside h3 {
  font-size: 18px;
}
aside h4, aside h5, aside .sub-title {
  font-size: 16px;
}
aside > *:first-child {
  margin-top: 0px !important;
}
aside > *:first-child > *:first-child {
  margin-top: 0px !important;
}
@media only screen and (max-width: 770px) {
  aside {
    width: 100%;
    max-width: none;
    margin: 40px 0px 0px 0px !important;
    background-color: #fbfbfb;
    padding: 20px;
    border-top: 5px solid rgb(175, 169, 156);
  }
}
aside.sidebar-rhs {
  order: 1;
  margin-left: 50px;
}
aside.sidebar-lhs {
  order: -1;
  margin-right: 50px;
}
aside > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
aside span.sub-title {
  display: block;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
aside div.cart, aside ul.archive-categories, aside ul.archive-dates, aside ul.archive-list, aside ul.site-social {
  margin-bottom: 50px;
}
aside ul.archive-categories li, aside ul.archive-dates li {
  display: block;
  width: 100%;
  font-weight: 400;
  color: rgb(51, 48, 44);
  line-height: 24px;
  font-size: 20px;
}
aside ul.archive-categories li:hover a, aside ul.archive-dates li:hover a {
  color: rgb(175, 169, 156);
}
aside ul.archive-categories li:last-of-type, aside ul.archive-dates li:last-of-type {
  border-bottom: none;
}
aside ul.archive-categories li a, aside ul.archive-dates li a {
  transition: 300ms all;
  padding: 0px 0px 5px 0px;
  display: block;
}
aside ul.archive-list.landscape-image-top-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
aside ul.archive-list.landscape-image-top-list li {
  width: 100%;
  margin-bottom: 40px;
}
aside ul.archive-list.landscape-image-top-list li a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
aside ul.archive-list.landscape-image-top-list li a:hover .excerpt h3 {
  color: rgb(175, 169, 156);
}
aside ul.archive-list.landscape-image-top-list li a div.image {
  width: 100%;
  display: none;
}
aside ul.archive-list.landscape-image-top-list li a div.image img {
  display: block;
  width: 100%;
  height: auto;
}
aside ul.archive-list.landscape-image-top-list li a .excerpt {
  width: 100%;
  margin-top: 10px;
}
aside ul.archive-list.landscape-image-top-list li a .excerpt h3, aside ul.archive-list.landscape-image-top-list li a .excerpt h4 {
  margin: 0px 0px 10px 0px;
  display: block;
  width: 100%;
  transition: 300ms all;
}
aside ul.archive-list.landscape-image-top-list li a .excerpt time {
  display: block;
  width: 100%;
  margin: 0px 0px 10px 0px;
  color: rgb(175, 169, 156);
}
aside ul.archive-list.landscape-image-top-list li a .excerpt div.content {
  margin: 0px 0px 10px 0px;
}
aside ul.archive-list.landscape-image-top-list li a .excerpt div.content p {
  margin: 0px;
}
aside ul.archive-list.landscape-image-top-list li a .excerpt > span.read-more {
  align-self: flex-end;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  font-family: ABC Diatype, sans-serif !important;
}

.gfield_label {
  font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
  font-family: ABC Diatype, sans-serif;
}

.gform-theme--foundation .gfield .ginput_password,
.gform-theme--foundation .gfield input,
.gform-theme--foundation .gfield select,
.gform-theme--foundation .gfield textarea {
  max-inline-size: 100%;
  box-shadow: none !important;
  border: none !important;
}
.gform-theme--foundation .gfield .ginput_password:focus,
.gform-theme--foundation .gfield input:focus,
.gform-theme--foundation .gfield select:focus,
.gform-theme--foundation .gfield textarea:focus {
  box-shadow: none !important;
  border: none !important;
}

.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
  box-shadow: none !important;
}

.gform_required_legend {
  display: none !important;
}

.gallery {
  margin: 40px 0px;
}
.gallery a {
  display: inline-block;
  overflow: hidden;
}
.gallery a:hover img {
  transform: scale(1.1);
}
.gallery a img {
  display: block;
  width: 100%;
  height: auto;
  transition: 500ms all;
}
.gallery.gallery-traditional {
  display: grid;
}
.gallery.gallery-traditional a {
  display: block;
}
.gallery.gallery-split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery.gallery-split[data-count=full] > a {
  width: calc(50% - 10px);
}
.gallery.gallery-split[data-count=full] .gallery-set {
  width: calc(50% - 10px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.gallery.gallery-split[data-count=full] .gallery-set a:nth-child(4) {
  position: relative;
}
.gallery.gallery-split[data-count=full] .gallery-set a:nth-child(4) span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(175, 169, 156, 0.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery.gallery-split[data-count="4"] > a {
  width: calc(50% - 10px);
}
.gallery.gallery-split[data-count="4"] .gallery-set {
  width: calc(50% - 10px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.gallery.gallery-split[data-count="4"] .gallery-set span.gallery-trigger {
  background-color: rgb(175, 169, 156);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.gallery.gallery-split[data-count="3"] > a {
  width: calc(50% - 10px);
}
.gallery.gallery-split[data-count="3"] .gallery-set {
  width: calc(50% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery.gallery-split[data-count="3"] .gallery-set a {
  width: calc(50% - 10px);
  height: max-content;
}
.gallery.gallery-split[data-count="3"] .gallery-set span.gallery-trigger {
  background-color: rgb(175, 169, 156);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: calc(50% - 10px);
  align-self: flex-end;
}
.gallery.gallery-split a.hidden-gallery-item {
  display: none;
}
.gallery.gallery-masonry-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.gallery.gallery-masonry-horizontal a {
  height: 150px;
  line-height: 150px;
  background: #efefef;
  color: white;
  margin: 0 1rem 1rem 0;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  flex: 1 0 auto;
  background-size: cover;
  background-position: bottom center;
}
.gallery.gallery-masonry-horizontal a:nth-child(1) {
  width: 130px;
}
.gallery.gallery-masonry-horizontal a:nth-child(2) {
  width: 164px;
}
.gallery.gallery-masonry-horizontal a:nth-child(3) {
  width: 189px;
}
.gallery.gallery-masonry-horizontal a:nth-child(4) {
  width: 94px;
}
.gallery.gallery-masonry-horizontal a:nth-child(5) {
  width: 237px;
}
.gallery.gallery-masonry-horizontal a:nth-child(6) {
  width: 376px;
}
.gallery.gallery-masonry-horizontal a:nth-child(7) {
  width: 240px;
}
.gallery.gallery-masonry-horizontal a:nth-child(8) {
  width: 351px;
}
.gallery.gallery-masonry-horizontal a:nth-child(9) {
  width: 92px;
}
.gallery.gallery-masonry-horizontal a:nth-child(10) {
  width: 76px;
}
.gallery.gallery-masonry-horizontal a:nth-child(11) {
  width: 131px;
}
.gallery.gallery-masonry-horizontal a:nth-child(12) {
  width: 307px;
}
.gallery.gallery-masonry-horizontal a:nth-child(13) {
  width: 293px;
}
.gallery.gallery-masonry-horizontal a:nth-child(14) {
  width: 156px;
}
.gallery.gallery-masonry-horizontal a:nth-child(15) {
  width: 336px;
}
.gallery.gallery-masonry-horizontal a:nth-child(16) {
  width: 302px;
}
.gallery.gallery-masonry-horizontal a:nth-child(17) {
  width: 191px;
}
.gallery.gallery-masonry-horizontal a:nth-child(18) {
  width: 302px;
}
.gallery.gallery-masonry-horizontal a:nth-child(19) {
  width: 447px;
}
.gallery.gallery-masonry-horizontal a:nth-child(20) {
  width: 195px;
}
.gallery.gallery-masonry-horizontal a:nth-child(21) {
  width: 276px;
}
.gallery.gallery-masonry-horizontal a:nth-child(22) {
  width: 90px;
}
.gallery.gallery-masonry-horizontal a:nth-child(23) {
  width: 366px;
}
.gallery.gallery-masonry-horizontal a:nth-child(24) {
  width: 315px;
}
.gallery.gallery-masonry-horizontal a:nth-child(25) {
  width: 397px;
}
.gallery.gallery-masonry-horizontal a:nth-child(26) {
  width: 102px;
}
.gallery.gallery-masonry-horizontal a:nth-child(27) {
  width: 261px;
}
.gallery.gallery-masonry-horizontal a:nth-child(28) {
  width: 170px;
}
.gallery.gallery-masonry-horizontal a:nth-child(29) {
  width: 467px;
}
.gallery.gallery-masonry-horizontal a:nth-child(30) {
  width: 336px;
}
.gallery.gallery-masonry-horizontal a:nth-child(31) {
  width: 237px;
}
.gallery.gallery-masonry-horizontal a:nth-child(32) {
  width: 277px;
}
.gallery.gallery-masonry-horizontal a:nth-child(33) {
  width: 447px;
}
.gallery.gallery-masonry-horizontal a:nth-child(34) {
  width: 336px;
}
.gallery.gallery-masonry-horizontal a:nth-child(35) {
  width: 230px;
}
.gallery.gallery-masonry-horizontal a:nth-child(36) {
  width: 255px;
}
.gallery.gallery-masonry-horizontal a img {
  width: 100%;
}
.gallery.gallery-thin {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3px;
}
.gallery.gallery-thin a {
  max-height: 80px;
}

.oembed-container {
  margin: 0px 0px 30px 0px;
}
.oembed-container .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0px;
}
.oembed-container .video-container iframe,
.oembed-container .video-container object,
.oembed-container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-player {
  position: relative;
  line-height: 0;
}
.video-player video {
  display: block;
  width: 100%;
  cursor: pointer;
}
.video-player .video-play-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.video-player .video-play-btn:hover, .video-player .video-play-btn:focus {
  outline: none;
}
.video-player .video-play-btn .fa-play {
  font-size: 70px;
  margin-left: 4px;
}
.video-player .video-play-btn .fa-pause {
  display: none;
  font-size: 70px;
}
.video-player.is-playing .video-play-btn {
  opacity: 0;
  visibility: hidden;
}
.video-player.is-playing:hover .video-play-btn,
.video-player.is-playing .video-play-btn:focus {
  opacity: 1;
  visibility: visible;
}
.video-player.is-playing .fa-play {
  display: none;
}
.video-player.is-playing .fa-pause {
  display: block;
}

/*! _lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/_lightgallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/_lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/_lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/_lightgallery/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/_lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/_lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


section.sub-content-area, section.about-intro-section {
  padding: 0px 0px 80px;
}
section.sub-content-area.delivery-sub-content-area, section.about-intro-section.delivery-sub-content-area {
  padding: 100px 0px 50px;
}
section.sub-content-area.delivery-sub-content-area .two-column-content, section.about-intro-section.delivery-sub-content-area .two-column-content {
  margin-top: 0px;
  margin-bottom: 70px;
}
section.sub-content-area.delivery-sub-content-area .two-column-content .full-content, section.about-intro-section.delivery-sub-content-area .two-column-content .full-content {
  max-width: 800px;
  margin: 0px auto;
}
section.sub-content-area.about-intro-section .container .image-text-area .col:nth-child(2) .content, section.about-intro-section.about-intro-section .container .image-text-area .col:nth-child(2) .content {
  margin-top: 90px;
}
section.sub-content-area .container, section.about-intro-section .container {
  padding: 20px !important;
}
section.sub-content-area .container main, section.about-intro-section .container main {
  width: 100%;
}
section.sub-content-area .container main .content-split .content-lhs, section.sub-content-area .container main .content-split .content-rhs, section.about-intro-section .container main .content-split .content-lhs, section.about-intro-section .container main .content-split .content-rhs {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 770px) {
  section.sub-content-area .container main .content-split .content-lhs, section.sub-content-area .container main .content-split .content-rhs, section.about-intro-section .container main .content-split .content-lhs, section.about-intro-section .container main .content-split .content-rhs {
    width: 100%;
    margin-bottom: 20px;
  }
}
section.sub-content-area .container main .content-split .content-lhs .content, section.sub-content-area .container main .content-split .content-rhs .content, section.about-intro-section .container main .content-split .content-lhs .content, section.about-intro-section .container main .content-split .content-rhs .content {
  padding-right: 20px;
  box-sizing: border-box;
}
section.sub-content-area .container main .content-split .content-lhs .content h2, section.sub-content-area .container main .content-split .content-rhs .content h2, section.about-intro-section .container main .content-split .content-lhs .content h2, section.about-intro-section .container main .content-split .content-rhs .content h2 {
  font-size: 30px;
  line-height: 35px;
}
section.sub-content-area .container main .content-split .content-lhs .content h2:first-of-type, section.sub-content-area .container main .content-split .content-rhs .content h2:first-of-type, section.about-intro-section .container main .content-split .content-lhs .content h2:first-of-type, section.about-intro-section .container main .content-split .content-rhs .content h2:first-of-type {
  margin-top: 0px;
}
section.sub-content-area .container main .full-width-image, section.about-intro-section .container main .full-width-image {
  margin: 100px 0px 70px;
  line-height: 0;
}
section.sub-content-area .container main .full-width-image img, section.about-intro-section .container main .full-width-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
section.sub-content-area .container main .image-text-area, section.about-intro-section .container main .image-text-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
section.sub-content-area .container main .image-text-area .col .content, section.about-intro-section .container main .image-text-area .col .content {
  margin-top: 40px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.sub-content-area .container main .image-text-area .col .image-link, section.about-intro-section .container main .image-text-area .col .image-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
  color: rgb(107, 103, 96);
  display: block;
  transition: 0.3s ease-in-out;
}
section.sub-content-area .container main .image-text-area .col .image-link:hover, section.about-intro-section .container main .image-text-area .col .image-link:hover {
  transform: translateX(5px);
}
section.sub-content-area .container main .image-text-area .col img, section.about-intro-section .container main .image-text-area .col img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
section.request-section {
  margin-top: 60px;
}
section.request-section .container {
  width: 100%;
  padding: 0px;
}
section.request-section .container .content-split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  background-color: rgb(239, 233, 226);
}
section.request-section .container .content-split:nth-child(even) {
  flex-direction: row-reverse;
}
section.request-section .container .content-lhs {
  width: 50%;
  height: 100%;
}
section.request-section .container .content-lhs .image {
  height: 100%;
}
section.request-section .container .content-lhs .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: auto;
}
section.request-section .container .content-rhs {
  width: 50%;
}
section.request-section .container .content-rhs .request-content {
  max-width: 540px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}
section.request-section .container .content-rhs .request-content .btn {
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
section.quote-section {
  padding: 50px 0px 100px;
}
section.quote-section .container {
  padding: 20px !important;
}
section.quote-section .container .quote-content {
  max-width: 690px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.quote-section .container .quote-content .quote-text {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  display: block;
  color: rgb(107, 103, 96);
}
section.quote-section .container .quote-content .quote-author {
  font-style: normal;
  font-weight: 400;
  display: block;
  color: rgb(107, 103, 96);
}
section.internal-intro-section, section.default-page-section {
  padding-top: 22px;
}
section.internal-intro-section.blog-single-intro-section .container .content-split .content-lhs, section.default-page-section.blog-single-intro-section .container .content-split .content-lhs {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 770px) {
  section.internal-intro-section.blog-single-intro-section .container .content-split .content-lhs, section.default-page-section.blog-single-intro-section .container .content-split .content-lhs {
    width: 100%;
    margin-bottom: 20px;
  }
}
section.internal-intro-section.blog-single-intro-section .container .content-split .content-rhs, section.default-page-section.blog-single-intro-section .container .content-split .content-rhs {
  text-align: right;
  width: calc(50% - 20px);
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  color: rgb(107, 103, 96);
  font-family: "ABC Diatype Mono Semi", sans-serif;
}
@media only screen and (max-width: 770px) {
  section.internal-intro-section.blog-single-intro-section .container .content-split .content-rhs, section.default-page-section.blog-single-intro-section .container .content-split .content-rhs {
    width: 100%;
  }
}
section.internal-intro-section .container, section.default-page-section .container {
  padding: 50px 20px;
}
section.internal-intro-section .container main, section.default-page-section .container main {
  width: 100%;
}
section.internal-intro-section .container main h1, section.default-page-section .container main h1 {
  margin-bottom: 140px;
}
section.internal-intro-section .container main .content, section.default-page-section .container main .content {
  max-width: 690px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.internal-intro-section .container main .content p, section.default-page-section .container main .content p {
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
}
section.internal-intro-section .container main .limestone-moulds-content, section.default-page-section .container main .limestone-moulds-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin-top: 100px;
}
@media only screen and (max-width: 770px) {
  section.internal-intro-section .container main .limestone-moulds-content, section.default-page-section .container main .limestone-moulds-content {
    grid-template-columns: 1fr;
  }
}
section.internal-intro-section .container main .limestone-moulds-content .col .image, section.default-page-section .container main .limestone-moulds-content .col .image {
  margin-bottom: 20px;
}
section.internal-intro-section .container main .limestone-moulds-content .col .content, section.default-page-section .container main .limestone-moulds-content .col .content {
  margin-top: 40px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.gallery-section {
  padding: 20px 0px 50px;
}
section.gallery-section .container {
  padding: 20px !important;
}
section.gallery-section .container .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  margin: 0px;
}
@media only screen and (max-width: 980px) {
  section.gallery-section .container .gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  section.gallery-section .container .gallery {
    grid-template-columns: 1fr;
  }
}
section.gallery-section .container .gallery .col .image {
  overflow: hidden;
}
section.gallery-section .container .gallery .col .image img {
  transition: 300ms all;
  width: 100%;
  height: auto;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
section.projects-intro-section {
  padding-top: 22px;
}
section.projects-intro-section .container {
  padding: 50px 20px 0px !important;
}
section.projects-intro-section .container main {
  width: 100%;
}
section.projects-intro-section .container main .content {
  max-width: 670px;
}
section.projects-intro-section .container main .content h1 {
  margin-bottom: 144px;
}
section.child-services-section.resources-child-section .container .child-services {
  grid-template-columns: repeat(4, 1fr);
}
section.child-services-section.resources-child-section .container .child-services .col .image img {
  aspect-ratio: 5/7;
}
section.child-services-section .container {
  padding: 20px !important;
}
section.child-services-section .container main .child-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media only screen and (max-width: 980px) {
  section.child-services-section .container main .child-services {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  section.child-services-section .container main .child-services {
    grid-template-columns: 1fr;
  }
}
section.child-services-section .container main .child-services .col:hover .image img {
  transform: scale(1.02);
}
section.child-services-section .container main .child-services .col .image {
  overflow: hidden;
}
section.child-services-section .container main .child-services .col .image img {
  transition: 300ms all;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
section.child-services-section .container main .child-services .col .content {
  margin: 20px 0px;
}
section.child-services-section .container main .child-services .col .content span {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-family: "ABC Diatype Mono Semi", sans-serif;
  color: rgb(51, 48, 44);
  display: block;
  text-transform: uppercase;
}
section.child-services-section .container main .child-services .col .content h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 48, 44);
  margin: 0px 0px 0px;
}
section.video-section {
  position: relative;
}
section.video-section.single-project-video-section {
  padding-bottom: 70px;
}
section.video-section.resources-video-section {
  margin-bottom: 70px;
  margin-top: 40px;
}
section.video-section video {
  width: 100%;
}
section.video-section .video-image {
  line-height: 0;
}
section.video-section .video-image img {
  width: 100%;
  height: auto;
}
section.video-section .video-content {
  position: absolute;
  bottom: 40px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
section.video-section .video-content.video-content--image {
  bottom: 40px;
}
section.video-section .video-content .container {
  max-width: 100%;
  padding: 50px 40px 20px;
}
section.video-section .video-content .container .content {
  width: 100%;
}
section.video-section .video-content .container .content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
}
section.video-section .video-content .container .content span {
  display: block;
  color: rgb(255, 255, 255);
}
section.video-section .video-content .container .content .btn {
  display: block;
  margin-top: 20px;
}
section.video-section .video-content .container .content .btn span {
  color: rgb(255, 255, 255);
}
section.featured-content-section {
  padding: 20px 0px 70px;
}
section.featured-content-section .container {
  padding: 50px 20px;
}
section.featured-content-section .container .content {
  max-width: 670px;
}
section.featured-content-section .container .content .image {
  position: relative;
}
section.featured-content-section .container .content .image img {
  width: 100%;
  height: auto;
}
section.featured-content-section .container .content .image .overlay {
  position: absolute;
  bottom: 50px;
  left: 40px;
  right: auto;
  top: auto;
  z-index: 1;
  width: 100%;
}
section.featured-content-section .container .content .image .overlay h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
}
section.featured-content-section .container .content .image .overlay span {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  max-width: 375px;
}
section.featured-content-section .container .content .image .overlay .overlay-button .btn {
  display: block;
  margin-top: 20px;
}
section.featured-content-section .container .content .image .overlay .overlay-button .btn span {
  color: rgb(255, 255, 255);
}
section.featured-content-section .container .content .featured-content {
  padding-top: 20px;
}
section.featured-content-section .container .content .featured-content p, section.featured-content-section .container .content .featured-content li {
  color: rgb(51, 48, 44);
}
section.featured-content-section .container .content .featured-content .btn {
  display: block;
  margin-top: 40px;
}
section.featured-content-section .container .content .link-button .btn {
  display: block;
  margin-top: 40px;
}
section.news-section {
  padding: 40px 0px;
}
section.news-section.single-project-more-projects {
  padding-top: 0px;
}
section.news-section.projects-page-list-section {
  padding-top: 90px;
  padding-bottom: 0px !important;
}
section.news-section.project-taxonomy-list-section {
  padding-bottom: 0px !important;
}
section.news-section.project-taxonomy-list-section .container {
  padding-bottom: 0px !important;
}
section.news-section.moulds-news-section {
  padding-top: 100px;
  padding-bottom: 0px;
}
section.news-section .container {
  padding: 20px !important;
}
section.news-section .container .section-title {
  text-align: left;
}
section.news-section .container .content-split {
  width: 100%;
}
section.news-section .container .content-split .content-lhs {
  width: 440px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 770px) {
  section.news-section .container .content-split .content-lhs {
    width: 100%;
  }
}
section.news-section .container .content-split .content-lhs .arrows {
  margin-top: 10px;
  display: flex;
  gap: 5px;
}
section.news-section .container .content-split .content-lhs .news-swiper-button-prev, section.news-section .container .content-split .content-lhs .news-swiper-button-next {
  top: 0px;
  position: relative;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(51, 48, 44);
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  color: rgb(51, 48, 44);
}
section.news-section .container .content-split .content-lhs .news-swiper-button-prev:after, section.news-section .container .content-split .content-lhs .news-swiper-button-next:after {
  font-size: 14px;
}
section.news-section .container .content-split .content-rhs {
  width: calc(100% - 460px);
  position: relative;
}
@media only screen and (max-width: 770px) {
  section.news-section .container .content-split .content-rhs {
    width: 100%;
  }
}
section.news-section .container .content-split .content-rhs .swiper-wrapper {
  width: 100%;
}
section.news-section .container .content-split .content-rhs .swiper-wrapper .col {
  width: 100%;
}
section.news-section .container .content-split .content-rhs .swiper-wrapper .col a {
  display: block;
}
section.news-section .container .content-split .content-rhs .swiper-wrapper .col a:hover .image img {
  transform: scale(1.02);
}
section.news-section .container .content-split .content-rhs .swiper-wrapper .col .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.news-section .container .content-split .content-rhs .swiper-wrapper .col .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
section.news-section .container .content-split .content-rhs .swiper-wrapper .col .content {
  margin: 20px 0px;
}
section.news-section .container .content-split .content-rhs .swiper-wrapper .col .content span, section.news-section .container .content-split .content-rhs .swiper-wrapper .col .content time {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-family: "ABC Diatype Mono Semi", sans-serif;
  color: rgb(51, 48, 44);
  display: block;
}
section.news-section .container .content-split .content-rhs .swiper-wrapper .col .content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 48, 44);
  display: block;
  margin: 10px 0px 0px;
}
section.team-section .container {
  padding: 0px 20px 50px !important;
}
section.team-section .container .team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media only screen and (max-width: 1360px) {
  section.team-section .container .team {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  section.team-section .container .team {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  section.team-section .container .team {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.team-section .container .team .col:hover .image img {
  transform: scale(1.02);
}
section.team-section .container .team .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.team-section .container .team .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
section.team-section .container .team .content {
  margin: 20px 0px;
}
section.team-section .container .team .content span {
  font-style: normal;
  font-weight: 400;
  color: rgb(107, 103, 96);
  display: block;
  font-size: 16px;
  line-height: 21px;
}
section.team-section .container .team .content h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 48, 44);
  margin: 0px;
}
section.team-text-section {
  padding-bottom: 50px;
}
section.team-text-section .container {
  padding: 50px 20px;
}
section.team-text-section .container .content {
  max-width: 690px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.team-text-section .container .content p {
  font-size: 20px;
  line-height: 24px;
  color: rgb(51, 48, 44);
  font-style: normal;
  font-weight: 400;
  margin: 0px 0px 15px;
}
section.team-career-section {
  background-color: rgb(107, 103, 96);
  padding: 70px 0px 100px;
}
section.team-career-section .container {
  padding: 50px 20px;
}
section.team-career-section .container .content {
  max-width: 690px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.team-career-section .container .content p, section.team-career-section .container .content h2 {
  color: rgb(239, 233, 226);
  font-size: 30px;
  line-height: 35px;
}
section.team-career-section .container .content a.text-link {
  color: rgb(239, 233, 226);
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 0px 0px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.team-career-section .container .content a.text-link i {
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
section.team-career-section .container .content a.text-link:hover {
  color: rgb(175, 169, 156);
}
section.team-career-section .container .content a.text-link:hover i {
  transform: translateX(5px);
}
section.limestone-columns-section .container .image-columns {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-bottom: 40px;
}
section.limestone-columns-section .container .image-columns .col img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
section.limestone-columns-section .container .image-columns .col .image-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
  color: rgb(107, 103, 96);
  display: block;
  transition: 0.3s ease-in-out;
}
section.limestone-columns-section .container .image-columns .col .image-link:hover {
  transform: translateX(5px);
}
section.limestone-columns-section .container .image-columns.column3 {
  grid-template-columns: repeat(3, 1fr);
}
section.limestone-columns-section .container .content-area {
  margin-bottom: 70px;
  width: 100%;
}
section.limestone-columns-section .container .content-area .content {
  padding-right: 20px;
  box-sizing: border-box;
}
section.limestone-columns-section .container .content-area .content.left {
  max-width: 690px;
  margin: 0;
}
section.limestone-columns-section .container .content-area .content.center {
  max-width: 800px;
  margin: 0 auto;
}
section.limestone-columns-section .container .content-area .content.right {
  margin: 0 0 0 auto;
  max-width: 690px;
}
section.limestone-columns-section .container .quote-content {
  max-width: 690px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
section.limestone-columns-section .container .quote-content .quote-text {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  display: block;
  color: rgb(107, 103, 96);
}
section.limestone-columns-section .container .quote-content .quote-author {
  font-style: normal;
  font-weight: 400;
  display: block;
  color: rgb(107, 103, 96);
}
section.limestone-columns-section .container .section-title {
  text-align: left;
}
section.limestone-columns-section .container .content-split {
  width: 100%;
}
section.limestone-columns-section .container .content-split.brochures-split {
  margin-bottom: 70px;
}
section.limestone-columns-section .container .content-split .content-lhs {
  width: 440px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 980px) {
  section.limestone-columns-section .container .content-split .content-lhs {
    width: 100%;
  }
}
section.limestone-columns-section .container .content-split .content-lhs .arrows {
  margin-top: 10px;
  display: flex;
  gap: 5px;
}
section.limestone-columns-section .container .content-split .content-lhs .brochures-swiper-button-prev, section.limestone-columns-section .container .content-split .content-lhs .brochures-swiper-button-next {
  top: 0px;
  position: relative;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(51, 48, 44);
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  color: rgb(51, 48, 44);
}
section.limestone-columns-section .container .content-split .content-lhs .brochures-swiper-button-prev:after, section.limestone-columns-section .container .content-split .content-lhs .brochures-swiper-button-next:after {
  font-size: 14px;
}
section.limestone-columns-section .container .content-split .content-rhs {
  width: calc(100% - 460px);
}
@media only screen and (max-width: 980px) {
  section.limestone-columns-section .container .content-split .content-rhs {
    width: 100%;
  }
}
section.limestone-columns-section .container .content-split .content-rhs {
  position: relative;
}
section.limestone-columns-section .container .content-split .content-rhs .swiper-wrapper .col {
  width: 100%;
}
section.limestone-columns-section .container .content-split .content-rhs .swiper-wrapper .col a {
  display: block;
}
section.limestone-columns-section .container .content-split .content-rhs .swiper-wrapper .col a:hover .image img {
  transform: scale(1.02);
}
section.limestone-columns-section .container .content-split .content-rhs .swiper-wrapper .col .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.limestone-columns-section .container .content-split .content-rhs .swiper-wrapper .col .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
section.limestone-columns-section .container .content-split .content-rhs .swiper-wrapper .col .content {
  margin: 20px 0px;
}
section.limestone-columns-section .container .content-split .content-rhs .swiper-wrapper .col .content span {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-family: "ABC Diatype Mono Semi", sans-serif;
  color: rgb(107, 103, 96);
  display: block;
  text-transform: uppercase;
}
section.limestone-columns-section .container .content-split .content-rhs .swiper-wrapper .col .content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 48, 44);
  display: block;
  margin: 10px 0px 0px;
}

body.no-scroll {
  overflow: hidden;
}

.team-panel {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
  max-width: 100%;
  overflow: hidden;
  transition: visibility 0s linear 0.45s;
}
.team-panel.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.team-panel.is-open .team-panel__overlay {
  opacity: 1;
}
.team-panel.is-open .team-panel__inner {
  transform: translateX(0);
}
.team-panel__overlay {
  position: fixed;
  inset: 0;
  background: rgba(107, 103, 96, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: none;
}
.team-panel__cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background: rgb(255, 255, 255);
  color: rgb(51, 48, 44);
  padding: 8px 16px;
  font-family: "ABC Diatype Mono Semi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.team-panel.is-cursor-visible .team-panel__cursor {
  opacity: 1;
  visibility: visible;
}
.team-panel__inner {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: rgb(239, 233, 226);
  padding: 30px 30px 50px;
  width: 50vw;
  max-width: 50vw;
  height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.team-panel__inner .image img {
  display: block;
  max-width: 335px;
  width: 100%;
  aspect-ratio: 5/7;
  object-fit: cover;
  object-position: center;
}
.team-panel__inner .sub-content {
  margin-top: 30px;
  margin-bottom: 95px;
}
.team-panel__inner .sub-content span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: rgb(51, 48, 44);
  display: block;
  max-width: 550px;
}
.team-panel__inner h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgb(51, 48, 44);
  margin: 0px;
}
.team-panel__inner .person-position {
  display: block;
  color: rgb(107, 103, 96);
  font-size: 16px;
  line-height: 24px;
}
.team-panel__inner .person-bio {
  margin-top: 40px;
  max-width: 550px;
}
.team-panel__inner .person-bio p, .team-panel__inner .person-bio li {
  font-size: 18px;
  line-height: 22px;
}
.team-panel__inner .person-details {
  margin-top: 20px;
  color: rgb(107, 103, 96);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  line-height: normal;
}
.team-panel__inner .person-details a {
  transition: 0.3s ease-in-out;
}
.team-panel__inner .person-details a:hover {
  transform: translateX(5px);
}
.team-panel__close {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  border: 0;
  background: none;
  color: rgb(51, 48, 44);
  font-family: "ABC Diatype Mono Semi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.team-panel__detail {
  display: none;
}
.team-panel__detail.is-active {
  display: block;
}
@media only screen and (max-width: 770px) {
  .team-panel__overlay {
    cursor: pointer;
  }
  .team-panel__cursor {
    display: none;
  }
  .team-panel__inner {
    width: 100%;
    max-width: 100%;
    padding: 70px 20px 80px;
  }
  .team-panel__close {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

b,
strong {
  font-weight: bold !important;
}

a:active,
a:hover {
  outline: 0 !important;
}

.container {
  padding: 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

body {
  margin: 0px;
  width: 100%;
  font-size: 13px;
  font-size: 20px;
  background-color: rgb(245, 242, 237);
  position: relative;
}
body > main {
  width: 100%;
}
@media only screen and (max-width: 770px) {
  body > main section .container {
    display: block !important;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.image {
  line-height: 0px;
}

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

.content__extended.visible {
  max-height: 9999px;
}
.content__extended p:first-of-type {
  margin-top: 0px;
}

main.content-full {
  width: 100%;
  flex: none !important;
}

main.content-split,
div.content-split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
main.content-split .content-lhs,
div.content-split .content-lhs {
  order: 1;
}
main.content-split .content-rhs,
div.content-split .content-rhs {
  order: 2;
}

@font-face {
  font-family: "ABC Diatype";
  src: url("../../assets/fonts/bruhn-fonts/ABCDiatype-Regular.woff2") format("woff2"), url("../../assets/fonts/bruhn-fonts/ABCDiatype-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Improves loading performance */
}
@font-face {
  font-family: "ABC Diatype RegularItalic";
  src: url("../../assets/fonts/bruhn-fonts/ABCDiatype-RegularItalic.woff2") format("woff2"), url("../../assets/fonts/bruhn-fonts/ABCDiatype-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; /* Improves loading performance */
}
@font-face {
  font-family: "ABC Diatype Bold";
  src: url("../../assets/fonts/bruhn-fonts/ABCDiatype-Bold.woff2") format("woff2"), url("../../assets/fonts/bruhn-fonts/ABCDiatype-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; /* Improves loading performance */
}
@font-face {
  font-family: "ABC Diatype BoldItalic";
  src: url("../../assets/fonts/bruhn-fonts/ABCDiatype-BoldItalic.woff2") format("woff2"), url("../../assets/fonts/bruhn-fonts/ABCDiatype-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; /* Improves loading performance */
}
@font-face {
  font-family: "ABC Diatype Light";
  src: url("../../assets/fonts/bruhn-fonts/ABCDiatype-Light.woff2") format("woff2"), url("../../assets/fonts/bruhn-fonts/ABCDiatype-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; /* Improves loading performance */
}
@font-face {
  font-family: "ABC Diatype LightItalic";
  src: url("../../assets/fonts/bruhn-fonts/ABCDiatype-LightItalic.woff2") format("woff2"), url("../../assets/fonts/bruhn-fonts/ABCDiatype-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; /* Improves loading performance */
}
@font-face {
  font-family: "ABC Diatype medium";
  src: url("../../assets/fonts/bruhn-fonts/ABCDiatype-Medium.woff2") format("woff2"), url("../../assets/fonts/bruhn-fonts/ABCDiatype-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; /* Improves loading performance */
}
@font-face {
  font-family: "ABC Diatype mediumItalic";
  src: url("../../assets/fonts/bruhn-fonts/ABCDiatype-MediumItalic.woff2") format("woff2"), url("../../assets/fonts/bruhn-fonts/ABCDiatype-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; /* Improves loading performance */
}
@font-face {
  font-family: "ABC Diatype Mono Semi";
  src: url("../../assets/fonts/bruhn-fonts/ABCDiatypeSemi-Mono-Light.woff") format("woff2"), url("../../assets/fonts/bruhn-fonts/ABCDiatypeSemi-Mono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; /* Improves loading performance */
}
@font-face {
  font-family: "ABC Diatype Mono lightItalic";
  src: url("../../assets/fonts/bruhn-fonts/ABCDiatypeSemi-Mono-LightItalic.woff") format("woff2"), url("../../assets/fonts/bruhn-fonts/ABCDiatypeSemi-Mono-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; /* Improves loading performance */
}
.administrator-note-parent {
  position: relative;
  padding-top: 50px;
  box-sizing: border-box;
}
.administrator-note-parent.administrator-note-active {
  border: 2px dashed #000;
}
.administrator-note-parent .administrator-note {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 16px;
  background-color: #359441;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px 0px 10px 10px;
  justify-content: space-between;
  cursor: alias;
  max-width: 300px;
  z-index: 2;
}
.administrator-note-parent .administrator-note i {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}
.administrator-note-parent .administrator-note:hover {
  padding: 20px 10px;
}
.administrator-note-parent .administrator-note:hover .content {
  max-width: 300px;
  max-height: none;
  height: auto;
  margin-right: 15px;
}
.administrator-note-parent .administrator-note:hover .content p {
  margin: 5px 0px;
}
.administrator-note-parent .administrator-note .content {
  width: 100%;
  max-width: 0px;
  overflow: hidden;
  max-height: 0px;
}
.administrator-note-parent .administrator-note .content > span {
  color: #fff;
  font-weight: 700;
}
.administrator-note-parent .administrator-note .content p {
  color: #fff;
}

.google-map {
  width: 100%;
}
.google-map iframe {
  width: 100%;
}

figure[id*=attachment] {
  width: 100% !important;
  margin: 0px !important;
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 600px) {
  figure[id*=attachment] {
    padding: 0px !important;
  }
}
figure[id*=attachment] > img {
  display: block;
  height: auto;
  width: 100%;
}
figure figcaption {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  font-style: italic;
}

div.indent {
  padding-left: 20px;
}

#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  width: 36%;
  left: 50%;
  right: 50%;
  top: 35%;
  padding: 20px 2%;
  font-family: ABC Diatype, sans-serif;
  background: #FFF;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 770px) {
  #my-welcome-message {
    width: 80%;
    top: 50%;
  }
}
#my-welcome-message .popup-btn {
  display: block;
  margin: 10px auto;
}
#my-welcome-message h2 {
  text-align: center;
}

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
  color: #1a1a1a;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p {
  margin: 0;
}

.google-map {
  line-height: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-to-content {
  position: absolute;
  top: -100px;
  left: 0;
  background-color: #f7f7f7;
  padding: 10px;
  z-index: 9999;
}

.skip-to-content:focus {
  top: 5px;
  left: 5px;
}

.sitemap-heading {
  text-transform: capitalize;
}

table.specification {
  width: 100%;
}
table.specification thead {
  display: none;
  background-color: #1D2226;
}
@media only screen and (min-width: 768px) {
  table.specification thead {
    display: table-header-group;
    text-align: left;
    color: rgb(255, 255, 255);
  }
}
table.specification thead th {
  padding: 15px 20px;
}
table.specification tbody tr {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  table.specification tbody tr {
    display: table-row;
  }
}
table.specification tbody tr:nth-child(even) {
  background-color: rgb(255, 255, 255);
}
table.specification tbody tr:nth-child(odd) {
  background-color: #E8E8E8;
}
table.specification tbody tr td {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 20px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  table.specification tbody tr td {
    display: table-cell;
  }
}
table.specification tbody tr td:before {
  content: attr(data-title) ": ";
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  table.specification tbody tr td:before {
    content: "";
  }
}
table.specification tbody tr td a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 360px) {
  table.specification tbody tr td a {
    display: block;
  }
}
table.specification tbody tr td a:hover {
  color: rgb(175, 169, 156);
}

.custom-underline {
  border: none;
  border-bottom: 5px solid #000; /* Black underline */
  outline: none;
  padding: 5px;
}