.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  position: relative;
  background-color: #066B77;
  font-family: 'Crete Round', serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 1.09375;
  cursor: pointer;
  color: #fff;
  padding: 18px 30px 18px 55px;
  appearance: none;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
.button:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #fff;
}
.button:hover,
.button:focus {
  background-color: #ACBF00;
}
@media (max-width: 1023px) {
  .button {
    font-size: 14px;
    line-height: 1.28571429;
    padding: 10px 15px 10px 30px;
  }
  .button:before {
    width: 11px;
    height: 18px;
    left: 10px;
  }
}
.button-arrow {
  display: inline-block;
  position: relative;
  font-family: 'Crete Round', serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.18181818;
  cursor: pointer;
  color: #066B77;
  padding-left: 35px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
}
.button-arrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-image: url(/images/arrow-right.svg);
  background-color: #75736E;
}
.button-arrow:hover,
.button-arrow:focus {
  color: #75736E;
}
@media (max-width: 1023px) {
  .button-arrow {
    font-size: 14px;
    line-height: 1.28571429;
    padding-left: 15px;
  }
  .button-arrow:before {
    width: 11px;
    height: 18px;
  }
}
.fold-toggle {
  float: left;
  width: 100%;
  font-family: 'Crete Round', serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.34615385;
  color: #066B77;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  transition: all 0.4s;
  text-decoration: none;
}
.fold-toggle:before {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: var(--s-textcolor);
}
@media (max-width: 1023px) {
  .fold-toggle {
    font-size: 14px;
    line-height: 1.28571429;
    padding-left: 15px;
  }
}
.fold-toggle-open {
  color: #75736E;
}
.fold-toggle-open:before {
  content: '-';
}
div.navi {
  float: left;
}
div.navi > .item {
  float: left;
}
div.navi > .item > .menu {
  display: block;
}
@media (min-width: 1024px) {
  .togglenavigation,
  .mobile-navigation {
    display: none;
  }
}
.navigation {
  float: left;
  display: flex;
  align-items: flex-start;
}
.navigation div.sub1 {
  display: flex;
  gap: 60px;
  margin-right: 200px;
}
.navigation div.sub1 > .item.cb-navi-target-naviItemColorRed > .menu {
  color: #ED1941;
}
.navigation div.sub1 > .item > .menu {
  font-size: 22px;
  line-height: 1.59090909;
  color: var(--s-textcolor);
  text-transform: uppercase;
  transition: all 0.4s;
  background-size: 0 4px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#066B77, #066B77);
}
.navigation div.sub1 > .item > .menu:hover,
.navigation div.sub1 > .item > .menu:focus,
.navigation div.sub1 > .item > .menu.path {
  color: #066B77;
  background-size: 100% 4px;
}
.navigation div.sub1 > .item > .menu.path {
  color: #066B77;
}
@media (max-width: 1800px) {
  .navigation div.sub1 {
    margin-right: 60px;
  }
}
@media (max-width: 1600px) {
  .navigation div.sub1 {
    gap: 30px;
    margin-right: 30px;
  }
  .navigation div.sub1 > .item > .menu {
    font-size: 18px;
    line-height: 1.38888889;
    background-size: 0 3px;
  }
  .navigation div.sub1 > .item > .menu:hover,
  .navigation div.sub1 > .item > .menu:focus,
  .navigation div.sub1 > .item > .menu.path {
    background-size: 100% 3px;
  }
}
.home {
  height: 163px;
}
.cb-scroll-triggered--active .home {
  width: 391px;
  height: 60px;
}
@media (max-width: 1600px) {
  .home {
    height: 95px;
  }
  .cb-scroll-triggered--active .home {
    width: 199px;
    height: 30px;
  }
}
.logo--init {
  display: block;
}
.logo--navi {
  display: none;
}
.logo--scroll {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  margin-left: 43px;
}
@media (max-width: 1600px) {
  .logo--scroll {
    margin-left: 25px;
  }
}
.cb-scroll-triggered--active .logo--init {
  opacity: 0;
  pointer-events: none;
}
.cb-scroll-triggered--active .logo--scroll {
  opacity: 1;
  pointer-events: all;
}
#head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#head h1 {
  width: 100%;
  max-width: 1344px;
}
.container--head {
  display: flex;
  justify-content: space-between;
  margin: 38px 0 24px;
}
.container--mood {
  height: 950px;
}
.content {
  margin-bottom: -33px;
}
.title {
  min-height: 172px;
  padding: 38px 44px 22px;
}
.layout1 .title {
  width: 100%;
  max-width: 790px;
}
.sideservices {
  top: 37vh;
}
.sideservices__content {
  gap: 16px;
}
.sideservices .cbdModule {
  min-width: 274px;
  max-width: calc(100vw - var(--deskSpace));
}
.sideservices .service {
  padding-top: 30px;
  padding-bottom: 22px;
  padding-left: 80px;
  padding-right: 20px;
  background-position: 14px 50%;
  transform: translateX(calc(100% - 76px));
}
.sideservices .service--emergency {
  background-size: 43px 43px;
}
.sideservices .service--contact {
  background-size: 43px 49px;
}
.sideservices .service--openings {
  background-size: 53px 49px;
}
.sideservices .service:hover,
.sideservices .service:focus,
#edit .sideservices .service {
  transform: translateX(0);
}
.footarea--one .footunit {
  flex-direction: row;
  gap: 0;
}
.footarea--one .footunit {
  margin: 56px 0 122px;
}
.footarea--two .footunit {
  margin: 78px 0 64px;
}
.footarea--one .footpart {
  width: 50%;
}
.footarea--two .footpart {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.unit--footerLinks .unit__body {
  flex-direction: row;
  gap: 30px;
}
@media (min-width: 1500px) {
  .area--one {
    width: calc(100% + 144px);
    margin-left: -72px;
  }
}
@media (min-width: 1500px) {
  .area--one .unit {
    margin-left: 72px;
    margin-right: 72px;
  }
}
.area--one .unitTwo {
  width: calc((100% / 3) - 40px);
}
.area--one .unitTwo .fold-toggle:after {
  width: calc(100% + 60px);
}
@media (min-width: 1500px) {
  .area--one .unitTwo {
    width: calc((100% / 3) - 144px);
  }
}
@media (min-width: 1500px) {
  .area--two .unitOne .unit__content {
    padding: 0 86px;
  }
  .area--two .unitOne .part.pict {
    width: calc(100% + 172px);
    margin-left: -86px;
  }
}
.area .part.text {
  padding-right: 60px;
}
/*# sourceMappingURL=./screen-large.css.map */