body {
  margin: 0;
}
.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .wrap {
    max-width: 100%;
  }
}
.visually-hidden {
  display: none;
}
body.offcanvas-open {
  height: 100vh;
  overflow: hidden;
}
#offcanvas-open-btn, #offcanvas-close-btn {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  background-color: transparent;
  box-shadow: 0 0;
  border: 1px solid currentColor;
  border-radius: 50px;
}
#offcanvas-open-btn img, #offcanvas-close-btn img {
  width: 16px;
  height: 16px;
}
#offcanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  overflow: scroll;
  z-index: 9999;
  top: 0;
  grid-row: 1;
  grid-column: 1;
  overflow: hidden;
}
#offcanvas > * {
  grid-row: 1;
  grid-column: 1;
}
#offcanvas .offcanvas-background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  transition-property: all;
  transition-duration: 0.335s;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#offcanvas .offcanvas-container {
  width: 18rem;
  height: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  overflow: auto;
  transition-property: all;
  transition-duration: 0.335s;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#offcanvas .offcanvas-container .content {
  padding: 24px;
}
#offcanvas .offcanvas-container .content .offcanvas-content {
  grid-row: auto;
  grid-column: auto;
  gap: 24px;
}
#offcanvas {
  display: grid;
}
#offcanvas.hide {
  visibility: hidden;
}
#offcanvas.hide .offcanvas-background {
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
}
#offcanvas.hide .offcanvas-container {
  transform: translateX(-18rem);
}
#offcanvas.show {
  visibility: visible;
}
#offcanvas.show .offcanvas-background {
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: fixed;
}
#offcanvas.show .offcanvas-container {
  transform: translateX(0);
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf");
  font-weight: 100 900;
  font-style: italic;
}
:root {
  --swiper-theme-color: #333;
  --swiper-navigation-size: 18px;
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
a {
  text-decoration: none;
  color: #333;
}
a.btn-right {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
a.btn-right:before {
  content: "";
  width: 28px;
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  border: 1px solid;
  border-radius: 28px;
  background: url("../images/arrow_right.svg") no-repeat center center;
  background-size: 40%;
  display: inline-flex;
}
figure {
  margin: 0;
}
.topmenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.topmenu .logo img {
  max-width: 100%;
}
.default-swiper {
  padding: 100px 0;
  background-color: #f7d87e;
}
@media (max-width: 992px) {
  .default-swiper {
    padding: 50px 0;
  }
}
.default-swiper > .wrap {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  justify-items: center;
  gap: 15px;
  container-type: inline-size;
  container-name: swiper-container;
}
.default-swiper > .wrap > .mod-title {
  grid-row: 1;
  grid-column: 1 / 4;
  margin-top: 0;
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .default-swiper > .wrap > .mod-title {
    margin-bottom: 25px;
  }
}
.default-swiper .swiper-pagination {
  position: static;
  grid-column: 1 / 4;
  justify-self: center;
}
.default-swiper .swiper {
  width: calc(100cqw - calc(30px * 2) - calc(15px * 2));
}
.default-swiper .swiper-button-next, .default-swiper .swiper-button-prev {
  position: static;
  width: 28px;
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  border: 1px solid;
  border-radius: 28px;
  background: url("../images/arrow_right.svg") no-repeat center center;
  background-size: 40%;
}
.default-swiper .swiper-button-next::after, .default-swiper .swiper-button-prev::after {
  content: none;
}
.default-swiper .swiper-button-prev {
  transform: rotate(180deg);
}
.default-swiper .swiper .swiper-slide p, .default-swiper .swiper .swiper-slide h4 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.default-swiper .swiper .swiper-slide p {
  font-weight: bold;
}
.default-swiper .swiper .swiper-slide h4 {
  font-weight: normal;
}
.default-swiper .swiper .swiper-slide figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
}
.custom-big-split {
  max-width: 100vw;
  overflow: hidden;
}
.custom-big-split .wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
  align-items: stretch;
}
@media (max-width: 992px) {
  .custom-big-split .wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.custom-big-split .custom-big-split-left, .custom-big-split .custom-big-split-right {
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .custom-big-split .custom-big-split-left, .custom-big-split .custom-big-split-right {
    padding: 0;
    margin-bottom: 50px;
  }
}
.custom-big-split .custom-big-split-left {
  --bg-color: #ddd;
  background: var(--bg-color);
  box-shadow: -100vmax 0 0 100vmax var(--bg-color);
  clip-path: inset(0px -50px 0px -100vmax);
  z-index: -1;
}
@media (max-width: 992px) {
  .custom-big-split .custom-big-split-left {
    padding-top: 50px;
    box-shadow: 50vw 0 0 var(--bg-color), -50vw 0 0 var(--bg-color);
    clip-path: inset(0 -100vmax -50px -100vmax);
  }
}
.custom-big-split .custom-big-split-left img {
  max-width: calc(100% + 50px);
  height: auto;
  margin-right: -50px;
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.75s;
  transition-timing-function: ease;
  transition-property: transform, opacity;
}
@media (max-width: 992px) {
  .custom-big-split .custom-big-split-left img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -50px;
    max-width: 100%;
    max-height: 400px;
  }
}
.custom-big-split .custom-big-split-left img.animated {
  opacity: 0;
  transform: translateX(-50px);
}
@media (max-width: 992px) {
  .custom-big-split .custom-big-split-left img.animated {
    transform: translateX(-30px);
    opacity: 1;
  }
}
.custom-big-split .custom-big-split-right {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .custom-big-split .custom-big-split-right {
    flex-direction: column;
  }
}
.custom-big-split .custom-big-split-right .content {
  flex: 1 1 0;
}
.custom-big-split .custom-big-split-right .menu-items {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 150px;
}
@media (max-width: 992px) {
  .custom-big-split .custom-big-split-right .menu-items {
    width: 100%;
  }
}
.custom-big-split .custom-big-split-right .menu-items li {
  border-bottom: 1px solid #aaa;
  overflow: hidden;
}
.custom-big-split .custom-big-split-right .menu-items li:first-child {
  border-top: 1px solid #aaa;
}
.custom-big-split .custom-big-split-right .menu-items li a {
  padding: 15px 0;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  transform: translateX(-38px);
  transition: transform 0.3s ease;
  color: #333;
}
.custom-big-split .custom-big-split-right .menu-items li a:before {
  content: "";
  width: 28px;
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  border: 1px solid;
  border-radius: 28px;
  background: url("../images/arrow_right.svg") no-repeat center center;
  background-size: 40%;
}
.custom-big-split .custom-big-split-right .menu-items li a:hover {
  transform: translateX(0);
}
.custom-big-split.inverted .wrap {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 992px) {
  .custom-big-split.inverted .wrap {
    grid-template-columns: 1fr;
  }
}
.custom-big-split.inverted .custom-big-split-left {
  box-shadow: 100vmax 0 0 100vmax var(--bg-color);
  clip-path: inset(0px -100vmax 0 -50px);
}
.custom-big-split.inverted .custom-big-split-left img {
  margin-right: 0;
  margin-left: -50px;
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.75s;
  transition-timing-function: ease;
  transition-property: transform, opacity;
}
@media (max-width: 992px) {
  .custom-big-split.inverted .custom-big-split-left img {
    margin-right: auto;
    margin-left: auto;
  }
}
.custom-big-split.inverted .custom-big-split-left img.animated {
  opacity: 0;
  transform: translateX(50px);
}
@media (max-width: 992px) {
  .custom-big-split.inverted .custom-big-split-left img.animated {
    transform: translateX(-30px);
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .custom-big-split.inverted .custom-big-split-left {
    order: 1;
    box-shadow: 50vw 0 0 var(--bg-color), -50vw 0 0 var(--bg-color);
    clip-path: inset(0 -100vmax -50px -100vmax);
  }
  .custom-big-split.inverted .custom-big-split-right {
    order: 2;
  }
}
.custom-big-split:first-child .custom-big-split-left {
  clip-path: inset(-100vh -100vmax 0px -50px);
}
@media (max-width: 992px) {
  .custom-big-split:first-child .custom-big-split-left {
    clip-path: inset(0 -100vmax -50px -100vmax);
  }
}
.mod-menu-big {
  padding-block: 50px;
}
.mod-menu-big ul.mod-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-inline: auto;
}
.mod-menu-big ul.mod-list li.nav-item .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  padding: 15px 30px;
}
.mod-menu-big ul.mod-list li.nav-item .item .menu-image {
  transform: translateX(0px);
  opacity: 1;
  transition-duration: 0.75s;
  transition-timing-function: ease;
  transition-property: transform, opacity;
}
.mod-menu-big ul.mod-list li.nav-item .item .menu-image.animated {
  transform: translate(-50px, 0);
  opacity: 0;
}
@media (max-width: 992px) {
  .mod-menu-big ul.mod-list li.nav-item .item .menu-image.animated {
    transform: translate(0, -30px);
    opacity: 1;
  }
}
.mod-menu-big ul.mod-list li.nav-item .item .menu-image img {
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 400px;
  object-fit: contain;
  object-position: center;
}
.big-hero, .navbar {
  --bg-color: $transparent;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, var(--bg-color) 50%, var(--bg-color));
}
.big-hero .hero {
  display: grid;
  grid-template-columns: 4fr 5fr;
  max-height: 600px;
  align-items: center;
}
@media (max-width: 992px) {
  .big-hero .hero {
    grid-template-columns: 1fr;
    max-height: 400px;
  }
}
.big-hero .hero .hero-bg {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.big-hero .hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.big-hero .hero .hero-title {
  grid-column: 1 / 3;
  grid-row: 1;
}
.big-hero .hero .hero-title h1 {
  text-align: center;
  margin: 0;
}
.mod-custom-menu {
  padding-block: 50px;
  border-top: 2px solid;
}
.mod-custom-menu .custom-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 30px;
}
@media (max-width: 992px) {
  .mod-custom-menu .custom-menu-list {
    gap: 15px;
  }
}
.mod-custom-menu .custom-menu-list .custom-menu-item .icon {
  aspect-ratio: 1;
  padding: 10px;
}
.mod-custom-menu .custom-menu-list .custom-menu-item .icon img {
  --shadow-color: rgb(0 0 0 / 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: box-shadow, transform;
}
.mod-custom-menu .custom-menu-list .custom-menu-item a {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.mod-custom-menu .custom-menu-list .custom-menu-item h3, .mod-custom-menu .custom-menu-list .custom-menu-item h4 {
  margin-top: -0.25em;
  margin-bottom: 0;
}
.blog {
  margin-top: 100px;
  position: relative;
}
.blog .blog-item {
  overflow: hidden;
}
.com-content-article a {
  text-decoration: underline;
  font-weight: 500;
}
.com-content-category-blog .blog-items.masonry-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .com-content-category-blog .blog-items.masonry-4 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.com-content-category-blog .blog-items.masonry-4 .blog-item .item-image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
}
.com-content-category-blog .blog-items.masonry-4 .blog-item .page-header h2 {
  font-size: 16px;
}
.com-content-category-blog.blog-anchors {
  transform: translateY(calc(-100%));
  position: absolute;
  inset: 0;
  position-area: bottom;
  padding-bottom: 20px;
  width: 100%;
  top: -100px;
}
.com-content-category-blog.blog-anchors ul.blog-anchors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .com-content-category-blog.blog-anchors {
    transform: none;
    position: static;
    inset: none;
    position-area: none;
    top: none;
    margin-top: -80px;
  }
}
.com-content-category-blog__item .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .com-content-category-blog__item .wrap {
    flex-direction: column;
    padding-bottom: 25px;
  }
  .com-content-category-blog__item .wrap > .item-content.left {
    order: 2;
  }
}
.com-content-category-blog__item .wrap .intro-img {
  flex: 0 0 40%;
  --bg-color: #8eb6be;
  background: var(--bg-color);
  box-shadow: -100vmax 0 0 100vmax var(--bg-color);
  z-index: -1;
}
.com-content-category-blog__item .wrap .intro-img img {
  width: 100%;
  height: auto;
  transform: translateX(50px);
}
@media (max-width: 992px) {
  .com-content-category-blog__item .wrap .intro-img {
    background: transparent;
    box-shadow: 0 0;
  }
  .com-content-category-blog__item .wrap .intro-img img {
    transform: translateX(0);
    max-width: 100%;
    max-height: 400px;
    transform: translateX(0);
  }
}
.com-content-category-blog__item .wrap .intro-img.right {
  box-shadow: 100vmax 0 0 100vmax var(--bg-color);
}
.com-content-category-blog__item .wrap .intro-img.right img {
  transform: translateX(-50px);
}
@media (max-width: 992px) {
  .com-content-category-blog__item .wrap .intro-img.right {
    box-shadow: 0 0;
  }
  .com-content-category-blog__item .wrap .intro-img.right img {
    transform: translateX(0);
  }
}
.com-content-category-blog__item .wrap .item-content {
  flex: 1 1 0;
  padding: 50px;
}
.com-content-category-blog__item .wrap .item-content h2 {
  margin-top: 0;
  text-align: center;
}
.com-content-category-blog__item .wrap .item-content.left {
  padding-right: 100px;
}
.com-content-category-blog__item .wrap .item-content.right {
  padding-left: 100px;
}
.com-content-category-blog__item .wrap .item-content.left h2, .com-content-category-blog__item .wrap .item-content.right h2 {
  text-align: left;
}
@media (max-width: 992px) {
  .com-content-category-blog__item .wrap .item-content {
    padding: 0;
    text-align: center;
  }
  .com-content-category-blog__item .wrap .item-content.left, .com-content-category-blog__item .wrap .item-content.right {
    padding-inline: 0;
  }
}
footer {
  padding: 50px 0;
}
footer .footer-center {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 2px solid;
}
@media (max-width: 992px) {
  footer .footer-center {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
