/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*******************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Mont";
  font-weight: 200;
  src: url(../fonts/Mont-ExtraLight.woff2);
}
@font-face {
  font-family: "Mont";
  font-weight: 300;
  src: url(../fonts/Mont-Light.woff2);
}
@font-face {
  font-family: "Mont";
  font-weight: 400;
  src: url(../fonts/Mont-Regular.woff2);
}
@font-face {
  font-family: "Mont";
  font-weight: 600;
  src: url(../fonts/Mont-SemiBold.woff2);
}
@font-face {
  font-family: "Mont";
  font-weight: 700;
  src: url(../fonts/Mont-Bold.woff2);
}
@font-face {
  font-family: "Oswald";
  font-weight: 200;
  src: url(../fonts/Oswald-ExtraLight.woff2);
}
@font-face {
  font-family: "Oswald";
  font-weight: 300;
  src: url(../fonts/Oswald-Light.woff2);
}
@font-face {
  font-family: "Oswald";
  font-weight: 400;
  src: url(../fonts/Oswald-Regular.woff2);
}
@font-face {
  font-family: "Oswald";
  font-weight: 500;
  src: url(../fonts/Oswald-Medium.woff2);
}
@font-face {
  font-family: "Oswald";
  font-weight: 600;
  src: url(../fonts/Oswald-DemiBold.woff2);
}
@font-face {
  font-family: "Oswald";
  font-weight: 700;
  src: url(../fonts/Oswald-Bold.woff2);
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
*::-webkit-scrollbar {
  display: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.container {
  max-width: 1330px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

body {
  background: #F8F7F3;
}
body.body-active {
  overflow: hidden;
}
body.home .header__left .header__logo {
  pointer-events: none;
}

main {
  overflow: hidden;
}

.highlight-static {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
.highlight-static::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 0.5em;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.hover-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  will-change: transform;
}
.hover-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 0.5em;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  will-change: transform;
}
.hover-highlight:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

#telegram_btn {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.7;
}
#telegram_btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}
@media screen and (max-width: 576px) {
  #telegram_btn {
    right: 16px;
    bottom: 16px;
  }
}

.breadcrumbs {
  padding: 32px 0;
}
@media screen and (max-width: 992px) {
  .breadcrumbs {
    padding: 24px 0;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumbs {
    padding: 16px 0;
  }
}
.breadcrumbs .breadcrumb__wrapper > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.breadcrumbs .breadcrumb__wrapper > span > span {
  font-family: "Mont";
  font-weight: 600;
  line-height: 22px;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .breadcrumbs .breadcrumb__wrapper > span > span {
    font-size: 14px;
    line-height: 18px;
  }
}
.breadcrumbs .breadcrumb__wrapper > span > span.breadcrumb_last {
  padding: 4px 0 4px 8px;
  color: #080808;
}
.breadcrumbs .breadcrumb__wrapper > span > span.breadcrumb_last::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-left: 20px;
  vertical-align: middle;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xIDIuMjkyMzFMMi4yOTIzMSAxTDExLjE1MzggOS44NjE1NFYxLjkyMzA4SDEzVjEzSDEuOTIzMDhWMTEuMTUzOEg5Ljg2MTU0TDEgMi4yOTIzMVoiIGZpbGw9IiMxRTFEMjQiIHN0cm9rZT0iIzFFMUQyNCIgc3Ryb2tlLXdpZHRoPSIwLjIiLz4NCjwvc3ZnPg0K);
}
.breadcrumbs .breadcrumb__wrapper > span > span a {
  padding: 4px 8px;
  color: #2E2E2E;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.breadcrumbs .breadcrumb__wrapper > span > span a:hover {
  color: #4D4D4D;
}
.breadcrumbs .breadcrumb__wrapper > span > span a:active {
  color: #080808;
}
.breadcrumbs .breadcrumb__wrapper > span > span a:disabled {
  color: #B4B4B8;
}
.breadcrumbs .breadcrumb__wrapper > span .breadcrumb__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
}

.header {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 24px;
  z-index: 1000;
}
.header__container {
  max-width: 1410px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.header__wrapper {
  background: rgba(255, 255, 255, 0.6392156863);
  padding: 16px 40px 0px 40px;
  border-radius: 12px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .header__wrapper {
    padding: 16px 16px 0px 16px;
  }
}
.header__wrapper.active {
  background: #FFFFFF;
  height: auto;
  -webkit-box-shadow: 0 5px 7.5px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 7.5px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .header__wrapper.active {
    height: 100vh;
  }
}
.header__wrapper .devices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__wrapper .devices-wrapper .device-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.header__wrapper .devices-wrapper .device-item__image {
  margin-right: 24px;
  min-width: 120px;
}
@media screen and (max-width: 576px) {
  .header__wrapper .devices-wrapper .device-item__image {
    min-width: 90px;
  }
}
.header__wrapper .devices-wrapper .device-item__image img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 576px) {
  .header__wrapper .devices-wrapper .device-item__image img {
    width: 90px;
    height: 90px;
  }
}
.header__wrapper .devices-wrapper .device-item__content {
  padding: 12px 0px;
}
.header__wrapper .devices-wrapper .device-item__content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 12px;
}
@media screen and (max-width: 576px) {
  .header__wrapper .devices-wrapper .device-item__content__wrapper {
    margin-right: 0;
  }
}
.header__wrapper .devices-wrapper .device-item__content__see-more {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "Mont";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #1E1D24;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #1E1D24;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: capitalize;
}
.header__wrapper .devices-wrapper .device-item__content__see-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.header__wrapper .devices-wrapper .device-item__content__see-more:hover::before {
  width: 100%;
}
.header__wrapper .devices-wrapper .device-item__content__see-more:hover {
  color: #1E1D24;
}
.header__wrapper .devices-wrapper .device-item__title {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
  margin-bottom: 10px;
  cursor: pointer;
}
.header__wrapper .devices-wrapper .device-item__more-info {
  font-family: "Mont";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3C3B42;
  margin-bottom: 18px;
  max-height: 64px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .header__wrapper .devices-wrapper .device-item__more-info {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 320px) {
  .header__wrapper .devices-wrapper .device-item__more-info {
    font-size: 12px;
  }
}
.header__wrapper .devices-wrapper .device-item__price {
  font-family: "Mont";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #525157;
}
.header__wrapper .devices-wrapper .device-item__price strong {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
}
.header__wrapper .devices-wrapper .device-item__price span {
  display: inline-block;
  margin-right: 8px;
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  width: 100%;
}
.header__main .language-switcher {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
}
.header__main .language-switcher ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__main .language-switcher ul li span {
  color: #1E1D24;
}
.header__main .language-switcher ul li .wpml-ls-link {
  padding: 5px 14px 6px !important;
}
.header__main .language-switcher ul li:not(:last-child) {
  position: relative;
}
.header__main .language-switcher ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #1E1D24;
  height: 100%;
  width: 1px;
  border-radius: 1px;
}
.header__main .language-switcher ul li.wpml-ls-current-language .wpml-ls-current-language__label {
  display: block;
  line-height: 1;
}
.header__main .language-switcher ul li.wpml-ls-current-language span.wpml-ls-native {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
.header__main .language-switcher ul li.wpml-ls-current-language span.wpml-ls-native::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: calc(100% + 4px);
  height: 0.5em;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 75px);
}
@media screen and (max-width: 768px) {
  .header__left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .header__left .nav-header-main {
    display: none;
  }
}
.header__left .nav-header-main .main_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__left .nav-header-main .main_header_menu .menu-item:not(:last-child) {
  margin-right: 24px;
  padding: 12px 16px;
}
@media screen and (max-width: 992px) {
  .header__left .nav-header-main .main_header_menu .menu-item:not(:last-child) {
    margin-right: 16px;
    padding: 12px;
  }
}
.header__left .nav-header-main .main_header_menu .menu-item a {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
.header__left .nav-header-main .main_header_menu .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 0.5em;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.header__left .nav-header-main .main_header_menu .menu-item a:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header__left .nav-header-main .main_header_menu .menu-item.current_page_item a::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header__left .nav-header-main .main_header_menu .menu-item.product-menu-triger.active a::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header__logo {
  margin-right: 125px;
}
@media screen and (max-width: 992px) {
  .header__logo {
    margin-right: 24px;
  }
}
.header__logo img {
  max-width: 64px;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
.header__product.active {
  max-height: 100%;
  padding-top: 40px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media screen and (max-width: 768px) {
  .header__product.active {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .header__product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 0px;
  }
  .header__product.mobile-active {
    width: 100%;
    max-height: 100vh;
  }
}
.header__product-category {
  width: 440px;
}
@media screen and (max-width: 576px) {
  .header__product-category {
    width: auto;
  }
}
.header__product-category p {
  margin-bottom: 30px;
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #525157;
}
@media screen and (max-width: 768px) {
  .header__product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.header__product-wrapper.active {
  border-top: 1px solid #CFCCCB;
  padding-top: 24px;
}
.header__product-wrapper .nav-header-main {
  display: none;
}
.header__product-wrapper .nav-header-main.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__product-wrapper .nav-header-main.active {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__product-wrapper .nav-header-main {
    width: 100%;
  }
  .header__product-wrapper .nav-header-main.mobile-active {
    width: 0px;
    overflow: hidden;
  }
}
.header__product-wrapper .nav-header-main .main_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .header__product-wrapper .nav-header-main .main_header_menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__product-wrapper .nav-header-main .main_header_menu .menu-item {
  padding: 12px 16px;
}
@media screen and (max-width: 992px) {
  .header__product-wrapper .nav-header-main .main_header_menu .menu-item {
    padding: 12px;
  }
}
.header__product-wrapper .nav-header-main .main_header_menu .menu-item:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 992px) {
  .header__product-wrapper .nav-header-main .main_header_menu .menu-item:not(:last-child) {
    margin-right: 16px;
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header__product-wrapper .nav-header-main .main_header_menu .menu-item:not(:last-child) {
    margin-right: 0;
  }
}
.header__product-wrapper .nav-header-main .main_header_menu .menu-item a {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
.header__product-wrapper .nav-header-main .main_header_menu .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 0.5em;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.header__product-wrapper .nav-header-main .main_header_menu .menu-item a:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header__product-wrapper .nav-header-main .main_header_menu .menu-item.current_page_item a::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header__product-wrapper .nav-header-main .main_header_menu .menu-item.product-menu-triger.active a::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header__product-back {
  font-family: "Mont";
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1E1D24;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin-bottom: 24px;
}
.header__product-back::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 4px;
  width: calc(100% - 20px);
  height: 0.5em;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 768px) {
  .header__product-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header__product-frivolous {
    overflow: auto;
  }
}
.header__product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__product-inner {
    min-height: 1400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header .mob-menu-text {
  display: none;
}
@media screen and (max-width: 599px) {
  .header .mob-menu-text {
    display: block;
    margin: 0 4px 0 auto;
    font-family: "Mont", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
  }
}
.header .header__mobile-btn {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header__mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header__mobile-btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.header .header__mobile-btn.active .header__mobile-on {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
}
.header .header__mobile-btn.active .header__mobile-off {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.header .header__mobile-btn .header__mobile-on {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.header .header__mobile-btn .header__mobile-off {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

.footer {
  background: #F8F7F3;
  padding: 40px 0px;
}
.footer__wrapper {
  padding: 32px 40px 48px 40px;
  background: #FFFFFF;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__wrapper {
    padding: 24px 16px 32px 16px;
  }
}
@media screen and (max-width: 670px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__wrapper .btn-to-top {
  position: absolute;
  height: 48px;
  width: 48px;
  top: 32px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer__wrapper .btn-to-top:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 576px) {
  .footer__wrapper .btn-to-top {
    height: 36px;
    width: 36px;
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 576px) {
  .footer__wrapper .btn-to-top svg {
    height: 36px;
    width: 36px;
  }
}
.footer__left {
  padding-right: 24px;
}
@media screen and (max-width: 992px) {
  .footer__left {
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.footer__left p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2E2D33;
  max-width: 400px;
  margin-top: 16px;
}
@media screen and (max-width: 576px) {
  .footer__left p {
    font-size: 10px;
    line-height: 12px;
  }
}
.footer__menu {
  margin-bottom: 32px;
}
.footer__menu p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3C3B42;
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .footer__menu p {
    font-size: 10px;
    line-height: 12px;
  }
}
.footer__menu .main_footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__menu .main_footer_menu .menu-item a {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
  padding: 12px 16px 0px 16px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
.footer__menu .main_footer_menu .menu-item a::before {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 4px;
  width: calc(100% - 16px);
  height: 0.5em;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.footer__menu .main_footer_menu .menu-item a:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 576px) {
  .footer__menu .main_footer_menu .menu-item a {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer__contact p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3C3B42;
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .footer__contact p {
    font-size: 10px;
    line-height: 12px;
  }
}
.footer__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .footer__contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__contact-list .list-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 12px 16px;
}
.footer__contact-list .list-item img {
  margin-right: 8px;
}
.footer__contact-list .list-item a {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
}
@media screen and (max-width: 576px) {
  .footer__contact-list .list-item a {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer__contact-list .list-item:first-child {
  margin-right: 32px;
}
@media screen and (max-width: 576px) {
  .footer__contact-list .list-item:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 670px) {
  .footer__right {
    margin-top: 24px;
  }
}
.footer__right p {
  font-family: "Mont";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3C3B42;
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .footer__right p {
    font-size: 10px;
    line-height: 12px;
  }
}
.footer__icon-list a:not(:last-child) {
  margin-right: 16px;
}
.footer__icon-list a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
}
@media screen and (max-width: 992px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 992px) {
  .footer__bottom-left {
    margin-top: 24px;
  }
}
@media screen and (max-width: 576px) {
  .footer__bottom-left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__bottom-left a {
  font-family: "Mont";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3B2F00;
}
@media screen and (max-width: 576px) {
  .footer__bottom-left a {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 0px;
  }
}
.footer__bottom-left svg {
  margin: 0px 8px;
}
@media screen and (max-width: 576px) {
  .footer__bottom-left svg {
    margin: 0px 6px;
  }
}
.footer__bottom-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__bottom-left-proacto {
  margin-top: 12px;
  font-family: "Mont";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3B2F00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  .footer__bottom-left-proacto {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 0px;
  }
}
.footer__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .footer__bottom-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__bottom-right a {
  font-family: "Mont";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3B2F00;
}
@media screen and (max-width: 576px) {
  .footer__bottom-right a {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 0px;
  }
}
.footer__bottom-right svg {
  margin: 0px 8px;
}
@media screen and (max-width: 576px) {
  .footer__bottom-right svg {
    margin: 0px 6px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo img {
  width: 98px;
  height: 98px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 576px) {
  .footer__logo img {
    width: 64px;
    height: 64px;
  }
}

.headline {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #1E1D24;
}
.headline-h1 {
  font-size: 64px;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .headline-h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.headline-h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .headline-h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.headline-h3 {
  font-size: 34px;
  line-height: 42px;
}
@media screen and (max-width: 992px) {
  .headline-h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.headline strong {
  position: relative;
  display: inline-block;
}
.headline strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: calc(100% + 8px);
  height: 26px;
  background-color: #FFD102;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .headline strong::before {
    height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .headline strong::before {
    height: 16px;
  }
}

.body {
  font-family: Mont, sans-serif;
  font-weight: 300;
  color: #2E2D33;
}
.body-l {
  font-size: 18px;
  line-height: 120%;
}
@media screen and (max-width: 992px) {
  .body-l {
    font-size: 15px;
    line-height: 1.2;
  }
}

.subtitle {
  font-family: Mont, sans-serif;
  font-weight: 600;
  color: #0C0B0E;
}
.subtitle-large {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .subtitle-large {
    font-size: 15px;
    line-height: 26px;
  }
}

.label {
  font-family: Mont, sans-serif;
  font-weight: 600;
  color: #1E1D24;
}
.label-large {
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  .label-large {
    font-size: 14px;
    line-height: 18px;
  }
}

.input-text {
  padding: 12px 12px 10px 12px;
  border-radius: 12px;
  background: #FFFFFF;
  border: 2px solid #000000;
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  color: #04060A;
  margin-top: 24px;
  width: 100%;
}
.input-text::-webkit-input-placeholder {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  color: #7E8185;
}
.input-text::-moz-placeholder {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  color: #7E8185;
}
.input-text:-ms-input-placeholder {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  color: #7E8185;
}
.input-text::-ms-input-placeholder {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  color: #7E8185;
}
.input-text::placeholder {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  color: #7E8185;
}

.textarea-input {
  resize: none;
  max-height: 120px;
}

.input-acceptance {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.input-acceptance + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 28px;
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #3B2F00;
}
.input-acceptance + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"none\"><path d=\"M2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H16C16.55 0 17.0208 0.195833 17.4125 0.5875C17.8042 0.979167 18 1.45 18 2V16C18 16.55 17.8042 17.0208 17.4125 17.4125C17.0208 17.8042 16.55 18 16 18H2ZM2 16H16V2H2V16Z\" fill=\"%233B2F00\"/></svg>");
}
@media screen and (max-width: 576px) {
  .input-acceptance + .wpcf7-list-item-label {
    font-family: "Mont";
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
}
.input-acceptance:checked + .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" fill=\"none\"><path d=\"M7.6 13.2L14.65 6.15L13.25 4.75L7.6 10.4L4.75 7.55L3.35 8.95L7.6 13.2ZM2 18C1.45 18 0.979167 17.8042 0.5875 17.4125C0.195833 17.0208 0 16.55 0 16V2C0 1.45 0.195833 0.979167 0.5875 0.5875C0.979167 0.195833 1.45 0 2 0H16C16.55 0 17.0208 0.195833 17.4125 0.5875C17.8042 0.979167 18 1.45 18 2V16C18 16.55 17.8042 17.0208 17.4125 17.4125C17.0208 17.8042 16.55 18 16 18H2ZM2 16H16V2H2V16Z\" fill=\"%233B2F00\"/></svg>");
}

.wpcf7-acceptanc {
  display: block;
  margin-top: 24px;
}

.lostpage {
  padding: 200px 0px 200px 0px;
}
@media screen and (max-width: 576px) {
  .lostpage {
    padding: 200px 0px 100px 0px;
  }
}
.lostpage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.lostpage__wrapper h1 {
  font-family: "Mont";
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #1E1D24;
  -webkit-transform: translate(-32px, 16px);
      -ms-transform: translate(-32px, 16px);
          transform: translate(-32px, 16px);
}
@media screen and (max-width: 576px) {
  .lostpage__wrapper h1 {
    -webkit-transform: translate(0px);
        -ms-transform: translate(0px);
            transform: translate(0px);
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 26px;
  }
}
.lostpage__wrapper img {
  display: block;
  max-height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lostpage__wrapper a {
  margin-top: 48px;
  background: #000000;
  border-radius: 12px;
  padding: 12px 24px;
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
}

.cookie-wrapper-blur {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(248, 247, 243, 0.6392156863);
  z-index: 999;
  top: 0;
  left: 0;
}
.cookie-wrapper-blur.active-cookie-blur {
  display: block;
}

.cky-consent-container .cky-consent-bar {
  padding: 40px 45px 40px 24px !important;
}
.cky-consent-container .cky-notice .cky-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 16px;
}
.cky-consent-container .cky-notice .cky-notice-des p {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  max-width: 1200px;
  position: sticky;
}
.cky-consent-container .cky-notice .cky-notice-des p .cookie-page-link {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  position: relative;
}
.cky-consent-container .cky-notice .cky-notice-des p .cookie-page-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: calc(100% + 4px);
  height: 0.5em;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.cky-consent-container .cky-notice .cky-notice-des p .cookie-page-link:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: calc(100% + 4px);
  height: 0.5em;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 576px) {
  .cky-consent-container .cky-notice .cky-notice-des p .cookie-page-link {
    font-size: 14px;
  }
}
.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn-reject {
  border-radius: 12px;
  font-family: "Mont";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn-reject:hover {
  background-color: #1E1D24 !important;
  color: #FFFFFF !important;
  border-color: #1E1D24 !important;
  opacity: 1 !important;
}
.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn-accept {
  border-radius: 12px;
  font-family: "Mont";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cky-consent-container .cky-notice .cky-notice-btn-wrapper .cky-btn-accept:hover {
  background-color: #FFD102 !important;
  color: #1E1D24 !important;
  border-color: #FFD102 !important;
}
.cky-consent-container .cky-preference-wrapper {
  display: none !important;
}

.blog-main {
  background-color: #F8F7F3;
}
.blog-main .blog-banner {
  position: relative;
}
.blog-main .blog-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .blog-main .blog-banner img {
    position: relative;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-main .blog-banner .blog-banner-content {
  max-width: 1410px;
  height: 645px;
  z-index: 2;
  position: relative;
  padding-top: 357px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 55px;
}
@media screen and (max-width: 599px) {
  .blog-main .blog-banner .blog-banner-content {
    gap: 16px;
    height: unset;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.blog-main .blog-banner .blog-banner-content .title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  color: #1E1D24;
  position: relative;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 599px) {
  .blog-main .blog-banner .blog-banner-content .title {
    font-size: 34px;
    line-height: 42px;
  }
}
.blog-main .blog-banner .blog-banner-content .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: calc(100% + 22px);
  height: 26px;
  background-color: #FFD102;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .blog-main .blog-banner .blog-banner-content .title::before {
    height: 18px;
  }
}
@media screen and (max-width: 599px) {
  .blog-main .blog-banner .blog-banner-content .title::before {
    width: calc(100% + 12px);
    height: 12px;
  }
}
.blog-main .blog-banner .blog-banner-content .subtitle {
  max-width: 40%;
  color: #2E2D33;
  font-family: "Mont", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 599px) {
  .blog-main .blog-banner .blog-banner-content .subtitle {
    max-width: unset;
    font-size: 16px;
    line-height: 26px;
  }
}
.blog-main .facetwp-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .blog-main .facetwp-type-radio {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: scroll;
    margin: 24px 0;
    gap: 16px;
  }
}
.blog-main .facetwp-type-radio .facetwp-radio {
  background: unset;
  margin: unset;
  padding: 8px 16px;
  background-color: #E6E4E3;
  border-radius: 8px;
  font-family: "Mont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #3C3B42;
}
@media screen and (max-width: 599px) {
  .blog-main .facetwp-type-radio .facetwp-radio {
    white-space: nowrap;
  }
}
.blog-main .facetwp-type-radio .facetwp-radio.checked {
  background-color: #FFD102;
}
.blog-main .facetwp-type-radio .facetwp-radio .facetwp-display-value {
  padding: 0;
}
.blog-main .facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}
.blog-main .blog-template {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 440px);
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .blog-main .blog-template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.blog-main .blog-template .content-card {
  width: 440px;
  height: 476px;
  background-color: #FFFFFF;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 8px 8px 16px;
}
@media screen and (max-width: 599px) {
  .blog-main .blog-template .content-card {
    width: 100%;
    height: auto;
  }
}
.blog-main .blog-template .content-card__img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-main .blog-template .content-card__img a img {
  width: 100%;
  max-height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .blog-main .blog-template .content-card__img a img {
    max-height: 163px;
  }
}
.blog-main .blog-template .content-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.blog-main .blog-template .content-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.blog-main .blog-template .content-card__tag {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3C3B42;
  padding: 4px 8px;
  background-color: #E6E4E3;
  border-radius: 8px;
}
.blog-main .blog-template .content-card__title a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
}
@media screen and (max-width: 599px) {
  .blog-main .blog-template .content-card__title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.blog-main .blog-template .content-card__footer {
  margin: auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 0 0;
  border-top: 1px solid rgba(184, 184, 184, 0.2);
}
.blog-main .blog-template .content-card__footer .networks {
  width: 100%;
  padding: 16px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.blog-main .blog-template .content-card__footer .networks .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-main .blog-template .content-card__author {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #141619;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.blog-main .blog-template .content-card__author::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: block;
  background: #141619;
}
.blog-main .blog-template .content-card__date {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6F7789;
}
.blog-main .facetwp-type-pager {
  margin: 40px 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .blog-main .facetwp-type-pager {
    margin: 24px 0 32px;
  }
}
.blog-main .facetwp-type-pager .facetwp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.blog-main .facetwp-type-pager .facetwp-pager .facetwp-page {
  margin: 0;
  padding: 0;
  font-family: "Mont", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid transparent;
}
.blog-main .facetwp-type-pager .facetwp-pager .facetwp-page.active {
  border: 1px solid #FFD102;
  border-radius: 100%;
}
.blog-main .facetwp-type-pager .facetwp-pager .facetwp-page.prev::after, .blog-main .facetwp-type-pager .facetwp-pager .facetwp-page.next::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiNGOEY3RjMiLz4KPHBhdGggZD0iTTIwLjUwMDEgMjBMMTYuNjY2NyAxNi4xNjY3TDE3LjgzMzQgMTVMMjIuODMzNCAyMEwxNy44MzM0IDI1TDE2LjY2NjcgMjMuODMzM0wyMC41MDAxIDIwWiIgZmlsbD0iIzRENEQ0RCIvPgo8L3N2Zz4K);
  width: 40px;
  height: 40px;
  display: block;
}
.blog-main .facetwp-type-pager .facetwp-pager .facetwp-page:not(.prev):not(.next) {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-main .facetwp-type-pager .facetwp-pager .facetwp-page.prev {
  margin: 0 12px 0 0;
  scale: -1;
}
.blog-main .facetwp-type-pager .facetwp-pager .facetwp-page.next {
  margin: 0 0 0 12px;
}

.single-post-page {
  padding: 120px 0 0;
}
.single-post-page > .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  gap: 32px;
}
.single-post-page .container {
  max-width: 1384px;
}
.single-post-page .container .single-post-section__content {
  max-width: 882px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .single-post-page .container .single-post-section__content {
    max-width: unset;
  }
}
.single-post-page .container .questions {
  width: 100%;
}

.button-primary-lg {
  display: block;
  padding: 12px 24px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-family: "Mont";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  border-radius: 12px;
}
@media (hover: hover) {
  .button-primary-lg:hover {
    background-color: #FFD102;
    color: #1E1D24;
  }
}
.button-primary-lg:active {
  background-color: #FFD102;
  color: #1E1D24;
}
.button-primary-lg:disabled {
  background-color: #E8E6E2;
  color: #C9C7C3;
}

.main-baner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 650px;
  min-height: 500px;
  padding-bottom: 48px;
  background: #F5F4F4;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .main-baner {
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-baner {
    padding-top: 150px;
  }
}
@media screen and (max-width: 576px) {
  .main-baner {
    padding-top: 16px;
  }
}
.main-baner__wrapper img {
  margin: auto;
  height: auto;
  max-width: 100%;
  display: block;
  max-height: 1100px;
}
@media screen and (max-width: 576px) {
  .main-baner__wrapper img {
    max-height: none;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.showcase {
  padding: 40px 0px 48px 0px;
}
.showcase__title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 64px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .showcase__title {
    grid-template-columns: auto;
    gap: 24px;
    margin-bottom: 32px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .showcase__title {
    padding-left: 16px;
  }
}
.showcase__title p {
  font-family: "Mont";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2E2D33;
}
@media screen and (max-width: 992px) {
  .showcase__title p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 576px) {
  .showcase__title p {
    font-size: 15px;
    line-height: 26px;
  }
}
.showcase__title-left h1 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #1E1D24;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .showcase__title-left h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .showcase__title-left h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
.showcase__title-left h1 strong {
  position: relative;
  display: inline-block;
}
.showcase__title-left h1 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: calc(100% + 8px);
  height: 26px;
  background-color: #FFD102;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .showcase__title-left h1 strong::before {
    height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .showcase__title-left h1 strong::before {
    height: 12px;
  }
}
.showcase__link {
  position: absolute;
  height: 64px;
  width: 64px;
  bottom: -48px;
  right: -48px;
}
.showcase .category-list .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  width: 100%;
  background: #FFFFFF;
  padding: 32px 40px;
  border-radius: 12px;
}
.showcase .category-list .category-item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .showcase .category-list .category-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .showcase .category-list .category-item {
    padding: 8px;
  }
}
.showcase .category-list .category-item__image {
  width: 520px;
}
@media screen and (max-width: 992px) {
  .showcase .category-list .category-item__image {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .showcase .category-list .category-item__image {
    width: 100%;
  }
}
.showcase .category-list .category-item__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .showcase .category-list .category-item__image img {
    max-width: 350px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .showcase .category-list .category-item__image img {
    max-width: 320px;
  }
}
.showcase .category-list .category-item__content {
  width: calc(100% - 520px);
}
@media screen and (max-width: 992px) {
  .showcase .category-list .category-item__content {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 768px) {
  .showcase .category-list .category-item__content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .showcase .category-list .category-item__content {
    padding: 0px 16px 16px 16px;
  }
}
.showcase .category-list .category-item__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #1E1D24;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .showcase .category-list .category-item__title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .showcase .category-list .category-item__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.showcase .category-list .category-item__text {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .showcase .category-list .category-item__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .showcase .category-list .category-item__text {
    height: 56px;
    overflow: hidden;
  }
}
.showcase .category-list .category-item__btn {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #3B2F00;
}
.showcase .category-list .category-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .showcase .category-list .category-item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.showcase .category-list .category-item.reverse .category-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .showcase .category-list .category-item.reverse .category-item__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.showcase .category-list .category-item.reverse .category-item__text {
  text-align: end;
}
@media screen and (max-width: 768px) {
  .showcase .category-list .category-item.reverse .category-item__text {
    text-align: start;
  }
}

.highlight {
  padding: 40px 0px 48px 0px;
}
@media screen and (max-width: 576px) {
  .highlight {
    padding: 24px 0px;
  }
}
.highlight__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .highlight__content {
    grid-template-columns: auto;
    padding-left: 8px;
  }
}
.highlight__title {
  position: relative;
  z-index: 1;
}
.highlight__title h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #1E1D24;
  position: relative;
  display: inline-block;
}
.highlight__title h2 strong {
  position: relative;
  display: inline-block;
}
.highlight__title h2 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: calc(100% + 8px);
  height: 26px;
  background-color: #FFD102;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .highlight__title h2 strong::before {
    height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .highlight__title h2 strong::before {
    height: 12px;
  }
}
@media screen and (max-width: 992px) {
  .highlight__title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .highlight__title h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
.highlight__subtitle {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .highlight__subtitle {
    font-size: 15px;
    line-height: 26px;
  }
}
.highlight__btn {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #3B2F00;
}
.highlight__image {
  min-height: 700px;
  border-radius: 12px;
  overflow-y: auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .highlight__image {
    height: 650px;
    min-height: 650px;
  }
}
@media screen and (max-width: 576px) {
  .highlight__image {
    height: auto;
    min-height: 250px;
  }
}
.highlight__image iframe {
  min-height: 740px !important;
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  .highlight__image iframe {
    min-height: 600px !important;
  }
}
@media screen and (max-width: 576px) {
  .highlight__image iframe {
    min-height: 250px !important;
  }
}
.highlight__image .highlight__video_placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.highlight__image:hover .highlight__video_placeholder {
  opacity: 0;
  pointer-events: none;
}
.highlight__galery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 12px;
  min-width: 1300px;
}
@media screen and (max-width: 576px) {
  .highlight__galery {
    min-width: 750px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
.highlight__galery img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}
.highlight__galery img:nth-child(1) {
  grid-area: 1/1/5/2;
}
.highlight__galery img:nth-child(2) {
  grid-area: 1/2/3/3;
}
.highlight__galery img:nth-child(3) {
  grid-area: 3/2/5/3;
}
.highlight__galery img:nth-child(4) {
  grid-area: 1/3/5/5;
}

.opportunity {
  padding: 80px 0px 150px 0px;
  background: #F8F7F3;
  position: relative;
}
@media screen and (max-width: 992px) {
  .opportunity {
    padding: 80px 0px 100px 0px;
  }
}
.opportunity__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .opportunity__wrapper {
    padding-left: 8px;
  }
}
.opportunity__title {
  position: relative;
  z-index: 1;
  margin-bottom: 44px;
}
@media screen and (max-width: 576px) {
  .opportunity__title {
    margin-bottom: 24px;
  }
}
.opportunity__title h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #1E1D24;
  position: relative;
  display: inline-block;
  max-width: 636px;
}
.opportunity__title h2 strong {
  position: relative;
  display: inline-block;
}
.opportunity__title h2 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: calc(100% + 8px);
  height: 26px;
  background-color: #FFD102;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .opportunity__title h2 strong::before {
    height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .opportunity__title h2 strong::before {
    height: 12px;
  }
}
@media screen and (max-width: 992px) {
  .opportunity__title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .opportunity__title h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
.opportunity__content-text {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
}
@media screen and (max-width: 576px) {
  .opportunity__content-text {
    font-size: 15px;
  }
}
.opportunity__content-text strong {
  font-weight: 500;
  display: inline-block;
}
.opportunity__content-text p {
  margin-bottom: 16px;
}
.opportunity__content-text h1 {
  font-size: 64px;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .opportunity__content-text h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.opportunity__content-text h2 {
  font-size: 48px;
  line-height: 56px;
}
@media screen and (max-width: 992px) {
  .opportunity__content-text h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.opportunity__content-text h3 {
  font-size: 34px;
  line-height: 42px;
}
@media screen and (max-width: 992px) {
  .opportunity__content-text h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.opportunity__content-text h4 {
  font-size: 28px;
  line-height: 36px;
}
@media screen and (max-width: 992px) {
  .opportunity__content-text h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.opportunity__content-text h5 {
  font-size: 22px;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .opportunity__content-text h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
.opportunity__content-text h6 {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 992px) {
  .opportunity__content-text h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
.opportunity__content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 992px) {
  .opportunity__content-wrapper {
    grid-template-columns: auto;
  }
}
.opportunity__content-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .opportunity__content-img {
    width: 100%;
    max-height: 600px;
  }
}
.opportunity__btn {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #3B2F00;
  margin-top: 32px;
}
.opportunity__img-left {
  position: absolute;
  top: 57px;
  left: 0px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  -o-transition: transform 1.2s ease, opacity 1.2s ease;
  transition: transform 1.2s ease, opacity 1.2s ease;
  transition: transform 1.2s ease, opacity 1.2s ease, -webkit-transform 1.2s ease;
  width: 280px;
  height: 225px;
  opacity: 0.1 !important;
}
@media screen and (max-width: 992px) {
  .opportunity__img-left {
    top: auto;
    bottom: 0px;
  }
}
.opportunity__img-right {
  position: absolute;
  top: -29px;
  right: 160px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  -o-transition: transform 1.2s ease, opacity 1.2s ease;
  transition: transform 1.2s ease, opacity 1.2s ease;
  transition: transform 1.2s ease, opacity 1.2s ease, -webkit-transform 1.2s ease;
  width: 164px;
  height: 150px;
  opacity: 0.1 !important;
}
@media screen and (max-width: 992px) {
  .opportunity__img-right {
    right: 60px;
  }
}
.opportunity.animate .opportunity__img-left {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.opportunity.animate .opportunity__img-right {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.highlight {
  padding: 40px 0px 48px 0px;
}
@media screen and (max-width: 576px) {
  .highlight {
    padding: 24px 0px;
  }
}
.highlight__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .highlight__content {
    grid-template-columns: auto;
    padding-left: 8px;
  }
}
.highlight__title {
  position: relative;
  z-index: 1;
}
.highlight__title h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #1E1D24;
  position: relative;
  display: inline-block;
}
.highlight__title h2 strong {
  position: relative;
  display: inline-block;
}
.highlight__title h2 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: calc(100% + 8px);
  height: 26px;
  background-color: #FFD102;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .highlight__title h2 strong::before {
    height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .highlight__title h2 strong::before {
    height: 12px;
  }
}
@media screen and (max-width: 992px) {
  .highlight__title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .highlight__title h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
.highlight__subtitle {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
  margin-bottom: 32px;
}
@media screen and (max-width: 576px) {
  .highlight__subtitle {
    font-size: 15px;
    line-height: 26px;
  }
}
.highlight__btn {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #3B2F00;
}
.highlight__image {
  min-height: 700px;
  border-radius: 12px;
  overflow-y: auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .highlight__image {
    height: 650px;
    min-height: 650px;
  }
}
@media screen and (max-width: 576px) {
  .highlight__image {
    height: auto;
    min-height: 250px;
  }
}
.highlight__image iframe {
  min-height: 740px !important;
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  .highlight__image iframe {
    min-height: 600px !important;
  }
}
@media screen and (max-width: 576px) {
  .highlight__image iframe {
    min-height: 250px !important;
  }
}
.highlight__image .highlight__video_placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.highlight__image:hover .highlight__video_placeholder {
  opacity: 0;
  pointer-events: none;
}
.highlight__galery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 12px;
  min-width: 1300px;
}
@media screen and (max-width: 576px) {
  .highlight__galery {
    min-width: 750px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
.highlight__galery img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}
.highlight__galery img:nth-child(1) {
  grid-area: 1/1/5/2;
}
.highlight__galery img:nth-child(2) {
  grid-area: 1/2/3/3;
}
.highlight__galery img:nth-child(3) {
  grid-area: 3/2/5/3;
}
.highlight__galery img:nth-child(4) {
  grid-area: 1/3/5/5;
}

.product_baner {
  padding: 0 0 48px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .product_baner {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 576px) {
  .product_baner {
    padding: 0 0 25px 0;
  }
}
.product_baner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product_baner__wrap img {
  width: 100%;
  max-height: 600px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .product_baner__wrap img {
    margin-bottom: 24px;
  }
}
.product_baner__wrap .section-title {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 500 !important;
}
.product_baner__wrap .section-text {
  text-align: center;
  max-width: 870px;
}
.product_baner__wrap .section-text strong {
  font-weight: 600;
}
.product_baner__wrap .section-text:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .product_baner__wrap .section-text:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .product_baner__wrap .section-text:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  .product_baner__wrap-img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product_baner .contact-block {
  position: absolute;
  right: 16px;
  top: 140px;
  z-index: 99;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .product_baner .contact-block {
    opacity: 1;
  }
}
.product_baner .contact-block::before {
  content: "";
  position: absolute;
  height: 58px;
  width: 8px;
  border-radius: 12px;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFD102;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product_baner .contact-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  padding: 8px 8px 8px 16px;
  border-radius: 12px;
  width: 320px;
  max-height: 105px;
  -webkit-transition: width 0.4s ease, padding 0.4s ease;
  -o-transition: width 0.4s ease, padding 0.4s ease;
  transition: width 0.4s ease, padding 0.4s ease;
  overflow: hidden;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .product_baner .contact-block__wrapper {
    width: 246px;
  }
}
.product_baner .contact-block__text, .product_baner .contact-block__wrapper img {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .product_baner .contact-block.collapsed {
    opacity: 0.5;
  }
}
.product_baner .contact-block.collapsed .contact-block__wrapper {
  width: 12px;
  padding: 8px 0;
}
.product_baner .contact-block.collapsed .contact-block__text,
.product_baner .contact-block.collapsed .contact-block__wrapper img {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  opacity: 0;
}
.product_baner .contact-block__container {
  position: relative;
  width: 100%;
}
.product_baner .contact-block__text {
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 1;
  pointer-events: auto;
}
.product_baner .contact-block__text p {
  font-family: "Mont";
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #2E2D33;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_baner .contact-block__text p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
.product_baner .contact-block__text p.contact-block__title {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #2E2D33;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .product_baner .contact-block__text p.contact-block__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.product_baner .contact-block__text span {
  display: block;
  font-family: "Mont";
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #2E2D33;
}
.product_baner .contact-block__text strong {
  font-weight: 500;
}
.product_baner .contact-block__url {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product_baner .contact-block__url:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.product_baner .contact-block__url img {
  width: 88px;
  height: 88px;
}
@media screen and (max-width: 768px) {
  .product_baner .contact-block__url img {
    width: 62px;
    height: 62px;
  }
}

.product_gallery {
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .product_gallery {
    padding: 16px 0;
  }
}
.product_gallery .container {
  overflow: visible;
}
.product_gallery .product_gallery__swiper {
  overflow: visible;
}
.product_gallery .product_gallery__swiper.mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .product_gallery .product_gallery__swiper.mobile {
    max-width: 90%;
    margin-left: 0;
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .product_gallery .product_gallery__swiper.desktop {
    display: none;
  }
}
.product_gallery .product_gallery__swiper .swiper-wrapper {
  overflow: visible;
}
.product_gallery .product_gallery__swiper .swiper-wrapper .swiper-slide {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 992px) {
  .product_gallery .product_gallery__swiper .swiper-wrapper .swiper-slide {
    display: block;
  }
}
.product_gallery .product_gallery__swiper .swiper-wrapper .swiper-slide .img_container {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}
.product_gallery .product_gallery__swiper .swiper-wrapper .swiper-slide .img_container img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  padding: 12px;
}
.product_gallery .product_gallery__swiper .swiper-wrapper .swiper-slide > .img_container:nth-child(1),
.product_gallery .product_gallery__swiper .swiper-wrapper .swiper-slide > .img_container:nth-child(2) {
  width: 100%;
  height: auto;
  display: block;
}
.product_gallery .product_gallery__swiper .swiper-wrapper .swiper-slide > .img_container:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.product_gallery .product_gallery__swiper .swiper-wrapper .swiper-slide > .img_container:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.product_gallery .product_gallery__swiper .swiper-wrapper .swiper-slide > .img_container:nth-child(3) {
  grid-column: 2;
  grid-row: 1/span 2;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_gallery__wrap .swiper-button-next {
  height: 52px;
  width: 52px;
  top: 50%;
  right: 16px;
}
.product_gallery__wrap .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 576px) {
  .product_gallery__wrap .swiper-button-next {
    height: 36px;
    width: 36px;
  }
}
.product_gallery__wrap .swiper-button-prev {
  height: 52px;
  width: 52px;
  top: 50%;
  right: auto;
  left: 16px;
}
.product_gallery__wrap .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 576px) {
  .product_gallery__wrap .swiper-button-prev {
    height: 36px;
    width: 36px;
  }
}
.product_gallery__wrap .swiper-button-item {
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.product_details {
  padding: 20px 0;
}
.product_details .section-title {
  margin-bottom: 32px;
  padding: 0 40px;
}
.product_details .section-title strong::before {
  display: none;
}
@media screen and (max-width: 992px) {
  .product_details .section-title {
    margin-bottom: 16px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 576px) {
  .product_details .section-title {
    padding: 0 16px;
  }
}
.product_details__text {
  padding: 0 40px;
  color: #18171C;
}
@media screen and (max-width: 992px) {
  .product_details__text {
    padding: 0 24px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .product_details__text {
    padding: 0 16px;
  }
}
.product_details__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 0 40px;
  margin: 32px 0;
}
@media screen and (max-width: 992px) {
  .product_details__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding: 0 24px;
    margin: 16px 0;
  }
}
@media screen and (max-width: 576px) {
  .product_details__wrap {
    padding: 0 16px;
  }
}
.product_details__wrap li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0px 16px 32px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .product_details__wrap li {
    padding: 8px 8px 8px 32px;
  }
}
.product_details__wrap li svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .product_details__wrap li svg {
    margin-right: 8px;
  }
}
.product_details__wrap li:nth-child(4n+2) svg, .product_details__wrap li:nth-child(4n+3) svg {
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%);
}
.product_details__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #FFD102;
  padding: 24px 40px 32px;
  border-radius: 8px;
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  .product_details__price {
    margin-top: 16px;
    padding: 16px 24px 16px;
  }
}
@media screen and (max-width: 576px) {
  .product_details__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product_details__price__title {
  font-family: Mont, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #2E2D33;
}
@media screen and (max-width: 992px) {
  .product_details__price__title {
    font-size: 22px;
    line-height: 120%;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .product_details__price__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.product_details__price__value {
  margin: 0 8px 0 auto;
}
.product_details__price__value a {
  background: #000000;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  border: none;
  color: #FFFFFF;
  padding: 8px 16px;
  margin-top: 16px;
  text-align: center;
}
.product_details__price__value a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 576px) {
  .product_details__price__value {
    margin: 0px auto;
  }
}

.product_document {
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  .product_document {
    padding: 16px 0;
  }
}
.product_document__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .product_document__wrap {
    position: relative;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .product_document__wrap {
    padding-left: 16px;
  }
}
.product_document__wrap__texts {
  margin-right: 24px;
}
@media screen and (max-width: 992px) {
  .product_document__wrap__texts {
    margin-right: 0;
  }
}
.product_document__wrap__texts p {
  margin-bottom: 24px;
}
.product_document__wrap__texts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_document__wrap__texts a:hover span {
  position: relative;
}
.product_document__wrap__texts a:hover span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 80%;
  background-color: #fff;
  top: 4px;
  left: 4px;
}
.product_document__wrap__texts a svg {
  margin-right: 8px;
}
.product_document__wrap img {
  max-width: 172px;
}
@media screen and (max-width: 992px) {
  .product_document__wrap img {
    position: absolute;
    width: auto;
    height: 54px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.product_video {
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  .product_video {
    padding: 16px 0;
  }
}
.product_video__wrap {
  position: relative;
  padding-top: 56%;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 40px;
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .product_video__wrap {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .product_video__wrap {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.product_video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product_related {
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  .product_related {
    padding: 20px 0;
  }
}
.product_related .container {
  overflow: visible;
}
.product_related .section-title {
  margin-bottom: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .product_related .section-title {
    margin-bottom: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .product_related .section-title {
    padding-left: 16px;
  }
}
.product_related__wrap {
  overflow: visible !important;
  max-width: 90%;
  margin-left: 0 !important;
}
.product_related__wrap .swiper-wrapper {
  overflow: visible;
}

.product_card {
  padding: 16px 40px 24px;
  border-radius: 12px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 992px) {
  .product_card {
    padding: 8px 16px 16px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 576px) {
  .product_card {
    max-width: 300px;
  }
}
.product_card * {
  position: relative;
  z-index: 1;
}
.product_card::before, .product_card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFD102;
  border-radius: 12px;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product_card::before {
  background-color: #FFF;
  z-index: 0;
}
.product_card:hover::after {
  -webkit-transform: translate(8px, 8px);
      -ms-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}
@media screen and (max-width: 992px) {
  .product_card:hover::after {
    -webkit-transform: translate(4px, 4px);
        -ms-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}
.product_card__img {
  position: relative;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
  padding-top: 75%;
  overflow: hidden;
}
.product_card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_card .block-title {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .product_card .block-title {
    margin-bottom: 8px;
  }
}
.product_card .block-title a {
  color: #000;
}
.product_card__info {
  padding-bottom: 16px;
  height: 90px;
  border-bottom: 1px solid #CFCCCB;
}
.product_card__meta {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .product_card__meta .cat {
    width: 100%;
  }
}
.product_card__meta__price {
  position: relative;
}
@media screen and (max-width: 992px) {
  .product_card__meta__price {
    margin: 0 0 0 auto;
  }
}
.product_card__meta__price:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #FFD102;
  bottom: 0;
  left: 0;
}
.product_card__meta__price span {
  position: relative;
  z-index: 1;
}

.product-solutions {
  padding: 40px 0px;
}
@media screen and (max-width: 576px) {
  .product-solutions {
    padding: 24px 0px;
  }
}
.product-solutions__arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 32px;
  right: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-solutions__arrow.active-solutions {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 576px) {
  .product-solutions__arrow {
    top: 24px;
    right: 12px;
  }
}
.product-solutions__wrapper {
  position: relative;
  padding: 24px 40px 32px 40px;
  border-radius: 12px;
  background: #FFFFFF;
  min-height: 230px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .product-solutions__wrapper {
    padding: 16px;
  }
}
.product-solutions__wrapper h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #1E1D24;
  padding-right: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .product-solutions__wrapper h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .product-solutions__wrapper h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.product-solutions__content {
  font-family: "Mont";
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #2E2D33;
  margin-bottom: 24px;
  height: 100px;
  overflow: hidden;
}
.product-solutions__content.active-solutions {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
.product-solutions__content h1 {
  font-size: 64px;
  line-height: 1.2;
  color: #000000;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .product-solutions__content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.product-solutions__content h2 {
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .product-solutions__content h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.product-solutions__content h3 {
  font-size: 34px;
  line-height: 42px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .product-solutions__content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.product-solutions__content p {
  font-family: "Mont";
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #2E2D33;
  margin-bottom: 24px;
}
.product-solutions__content strong {
  font-weight: 500 !important;
}
.product-solutions__content b {
  font-weight: 500 !important;
}
.product-solutions__content ul, .product-solutions__content ol {
  margin-bottom: 24px;
}
.product-solutions__content ul li, .product-solutions__content ol li {
  font-family: "Mont";
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #2E2D33;
  margin-bottom: 8px;
  list-style: disc;
  margin-left: 12px;
}
.product-solutions__content blockquote {
  font-family: "Mont";
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #2E2D33;
}

.contacts {
  background: #F8F7F3;
  padding: 40px 0px 48px 0px;
}
@media screen and (max-width: 576px) {
  .contacts {
    padding: 24px 0px;
  }
}
.contacts__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 992px) {
  .contacts__wrapper {
    grid-template-columns: auto;
  }
}
.contacts__content {
  padding-top: 90px;
  padding-right: 32px;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .contacts__content {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 32px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .contacts__content {
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
.contacts__content .contacts__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 32px;
  color: #1E1D24;
}
@media screen and (max-width: 992px) {
  .contacts__content .contacts__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .contacts__content .contacts__title {
    font-size: 28px;
    line-height: 30px;
    padding-left: 0px;
    margin-bottom: 16px;
  }
}
.contacts__content p {
  font-family: "Mont";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1E1D24;
}
@media screen and (max-width: 992px) {
  .contacts__content p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 576px) {
  .contacts__content p {
    font-size: 15px;
    line-height: 26px;
  }
}
.contacts__fort {
  padding: 32px 40px;
  background: #FFFFFF;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .contacts__fort {
    padding: 24px 24px 32px 24px;
  }
}
@media screen and (max-width: 576px) {
  .contacts__fort {
    padding: 16px 0px 32px 0px;
  }
}
.contacts__fort-description {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}
.contacts__fort br {
  display: none;
}
.contacts__fort-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .contacts__fort-line {
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .contacts__fort-line {
    grid-template-columns: auto;
    gap: 0px;
  }
}
.contacts__fort .custom-select-wrapper {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
.contacts__fort .custom-select-wrapper.open .custom-select-options {
  display: block;
}
.contacts__fort .custom-select-wrapper.open .custom-select-arrow {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.contacts__fort .custom-select-wrapper .custom-select-input {
  width: 100%;
  padding: 12px 40px 10px 12px;
  border: 2px solid #000;
  border-radius: 12px;
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  color: #04060A;
}
.contacts__fort .custom-select-wrapper .custom-select-input::-webkit-input-placeholder {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  color: #7E8185;
}
.contacts__fort .custom-select-wrapper .custom-select-input::-moz-placeholder {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  color: #7E8185;
}
.contacts__fort .custom-select-wrapper .custom-select-input:-ms-input-placeholder {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  color: #7E8185;
}
.contacts__fort .custom-select-wrapper .custom-select-input::-ms-input-placeholder {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  color: #7E8185;
}
.contacts__fort .custom-select-wrapper .custom-select-input::placeholder {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  color: #7E8185;
}
.contacts__fort .custom-select-wrapper .custom-select-arrow {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 10px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contacts__fort .custom-select-wrapper .custom-select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  z-index: 99;
  margin-top: 8px;
  list-style: none;
  padding: 0;
}
.contacts__fort .custom-select-wrapper .custom-select-options li {
  padding: 12px;
  cursor: pointer;
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
}
.contacts__fort .custom-select-wrapper .custom-select-options li:first-child {
  border-radius: 12px 12px 0px 0px;
}
.contacts__fort .custom-select-wrapper .custom-select-options li:last-child {
  border-radius: 0px 0px 12px 12px;
}
.contacts__fort .custom-select-wrapper .custom-select-options li:hover {
  background: #f2f2f2;
}
.contacts__fort .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-family: "Mont";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-top: 2px;
}
.contacts__fort .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 24px 0px 0px 0px !important;
}
.contacts__fort .submit-btn-wrapper {
  height: 48px;
  margin-top: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.contacts__fort .submit-btn-wrapper .submit-btn {
  height: 100%;
  width: 138px;
  background: #000000;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
}
.contacts__fort .submit-btn-wrapper .submit-btn:hover {
  color: #1E1D24;
  background: #FFD102;
}
.contacts__fort .submit-btn-wrapper .wpcf7-spinner {
  position: absolute;
  bottom: -26px;
}
.contacts__fort .wpcf7-response-output {
  display: none;
}
.contacts__fort-done {
  display: none;
}
.contacts__fort-done p {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}
.contacts__fort-done p.contacts__fort-done--title {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__fort-done p.contacts__fort-done--title svg {
  margin-right: 12px;
}

.about-baner__top {
  position: relative;
  min-height: 600px;
}
@media screen and (max-width: 576px) {
  .about-baner__top {
    min-height: auto;
    margin-bottom: 25px;
  }
}
.about-baner__top .img-deck {
  min-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 576px) {
  .about-baner__top .img-deck {
    min-height: 300px;
    margin-top: 16px;
    display: none;
  }
}
.about-baner__top .img-mob {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media screen and (max-width: 576px) {
  .about-baner__top .img-mob {
    min-height: 300px;
    margin-top: 16px;
    display: block;
  }
}
.about-baner__text {
  position: absolute;
  left: 40px;
  bottom: 120px;
}
@media screen and (max-width: 992px) {
  .about-baner__text {
    position: relative;
    bottom: auto;
    left: auto;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .about-baner__text {
    padding-left: 16px;
  }
}
.about-baner__text p {
  font-family: "Mont";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2E2D33;
  max-width: 636px;
}
@media screen and (max-width: 768px) {
  .about-baner__text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .about-baner__text p {
    font-size: 15px;
  }
}
.about-baner__title {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.about-baner__title h1 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #1E1D24;
  position: relative;
  display: inline-block;
}
.about-baner__title h1 strong {
  position: relative;
  display: inline-block;
}
.about-baner__title h1 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: calc(100% + 8px);
  height: 26px;
  background-color: #FFD102;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .about-baner__title h1 strong::before {
    height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .about-baner__title h1 strong::before {
    height: 12px;
  }
}
@media screen and (max-width: 992px) {
  .about-baner__title h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .about-baner__title h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
.about-baner__bottom {
  background: #FFFFFF;
  padding: 40px 16px 48px 40px;
}
@media screen and (max-width: 576px) {
  .about-baner__bottom {
    padding: 24px 16px 24px 30px;
  }
}
.about-baner__bottom .container {
  padding-left: 0;
}
.about-baner__bottom h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #1E1D24;
  margin-bottom: 40px;
  padding-left: 14px;
}
@media screen and (max-width: 992px) {
  .about-baner__bottom h2 {
    font-size: 32px;
    line-height: 42px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  .about-baner__bottom h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.about-baner__bottom p {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
  padding-left: 14px;
}
@media screen and (max-width: 992px) {
  .about-baner__bottom p {
    padding-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  .about-baner__bottom p {
    font-size: 15px;
  }
}

.pillars {
  padding: 40px 0px 48px 0px;
  background: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .pillars {
    padding: 24px 0px;
  }
}
.pillars__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #1E1D24;
  margin-bottom: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .pillars__title {
    font-size: 32px;
    line-height: 42px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .pillars__title {
    font-size: 28px;
    line-height: 30px;
    padding-left: 16px;
  }
}
.pillars__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .pillars__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .pillars__wrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .pillars__wrapper {
    grid-template-columns: auto;
    gap: 16px;
  }
}
.pillars__item {
  padding: 32px 40px 40px 40px;
  background: #F8F7F3;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .pillars__item {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 576px) {
  .pillars__item {
    padding: 16px 16px 24px 16px;
  }
}
.pillars__item-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #1E1D24;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .pillars__item-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .pillars__item-title {
    font-size: 22px;
  }
}
.pillars__item-text {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  color: #2E2D33;
  line-height: 120%;
}
@media screen and (max-width: 576px) {
  .pillars__item-text {
    font-size: 15px;
  }
}

.offering {
  padding: 32px 0px 64px 0px;
}
.offering__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 32px;
  color: #1E1D24;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .offering__title {
    font-size: 32px;
    line-height: 42px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .offering__title {
    font-size: 28px;
    line-height: 30px;
    padding-left: 16px;
    margin-bottom: 24px;
  }
}
.offering__subtitle {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
  padding-left: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .offering__subtitle {
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .offering__subtitle {
    font-size: 15px;
    padding-left: 16px;
  }
}
.offering__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .offering__wrapper {
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .offering__wrapper {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-auto-flow: column;
    grid-auto-columns: 295px;
    gap: 16px;
    min-width: 930px;
  }
}
.offering__wrapper-line {
  overflow: auto;
}
.offering__item:nth-child(1) {
  grid-area: 1/1/4/3;
}
@media screen and (max-width: 576px) {
  .offering__item:nth-child(1) {
    grid-area: auto;
  }
}
.offering__item:nth-child(2) {
  grid-area: 4/1/7/3;
}
@media screen and (max-width: 576px) {
  .offering__item:nth-child(2) {
    grid-area: auto;
  }
}
.offering__item:nth-child(3) {
  grid-area: 1/3/7/7;
}
@media screen and (max-width: 576px) {
  .offering__item:nth-child(3) {
    grid-area: auto;
  }
}
.offering__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
.offering__video {
  position: relative;
  border-radius: 12px;
}
.offering__video_placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.offering__video:hover .offering__video_placeholder {
  opacity: 0;
  pointer-events: none;
}
.offering__video iframe {
  min-height: 740px !important;
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  .offering__video iframe {
    min-height: 600px !important;
  }
}
@media screen and (max-width: 768px) {
  .offering__video iframe {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 576px) {
  .offering__video iframe {
    margin-top: 24px;
    min-height: 250px !important;
  }
}

.metrics {
  background: #FFD102;
  padding: 40px 0px 48px 0px;
}
@media screen and (max-width: 576px) {
  .metrics {
    padding: 24px 0px;
  }
}
.metrics__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #1E1D24;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .metrics__title {
    font-size: 32px;
    line-height: 42px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .metrics__title {
    font-size: 22px;
    line-height: 30px;
    padding-left: 16px;
  }
}
.metrics__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin-top: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .metrics__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .metrics__wrapper {
    gap: 16px;
    padding-left: 16px;
  }
}
.metrics__item {
  max-width: 280px;
}
@media screen and (max-width: 992px) {
  .metrics__item {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.metrics__item-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #1E1D24;
  margin-bottom: 24px;
  margin-right: 4px;
}
@media screen and (max-width: 576px) {
  .metrics__item-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.metrics__item-title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.metrics__item-title__wrapper span {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #1E1D24;
}
.metrics__item-text {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #020202;
}
@media screen and (max-width: 576px) {
  .metrics__item-text {
    font-size: 15px;
  }
}

.principles {
  padding: 40px 0px 48px 0px;
}
@media screen and (max-width: 576px) {
  .principles {
    padding: 24px 0px;
  }
}
.principles__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
  color: #1E1D24;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .principles__title {
    font-size: 34px;
    line-height: 42px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .principles__title {
    font-size: 28px;
    line-height: 36px;
    padding-left: 16px;
    margin-bottom: 24px;
  }
}
.principles__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .principles__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.principles__item {
  padding: 32px 40px 40px 40px;
  background: #FFFFFF;
  border-radius: 12px;
  width: 915px;
}
.principles__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .principles__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .principles__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 992px) {
  .principles__item {
    width: 100%;
    padding: 24px 24px 32px 24px;
  }
}
@media screen and (max-width: 576px) {
  .principles__item {
    padding: 16px 16px 24px 16px;
  }
}
.principles__item-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #1E1D24;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .principles__item-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .principles__item-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.principles__item-text {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
}
@media screen and (max-width: 992px) {
  .principles__item-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .principles__item-text {
    font-size: 15px;
  }
}

.strategy {
  padding: 40px 0px 48px 0px;
}
@media screen and (max-width: 576px) {
  .strategy {
    padding: 24px 0px;
  }
}
.strategy__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #1E1D24;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .strategy__title {
    font-size: 34px;
    line-height: 42px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .strategy__title {
    font-size: 28px;
    line-height: 36px;
    padding-left: 16px;
  }
}
.strategy__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .strategy__wrapper {
    margin-top: 32px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.strategy__item {
  padding: 32px 40px 40px 40px;
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 12px);
          flex: 1 1 calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .strategy__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media screen and (max-width: 576px) {
  .strategy__item {
    padding: 16px;
  }
}
.strategy__item-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 24px;
  color: #1E1D24;
}
@media screen and (max-width: 992px) {
  .strategy__item-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .strategy__item-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.strategy__item-text {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
}
@media screen and (max-width: 576px) {
  .strategy__item-text {
    font-size: 15px;
  }
}

.quote {
  height: 585px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .quote {
    height: 500px;
  }
}
.quote__inner {
  height: 100%;
  position: sticky;
  top: 0;
}
.quote__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  z-index: 1;
}
.quote__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  color: #FFD932;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .quote__text {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .quote__text {
    font-size: 34px;
    line-height: 42px;
    max-width: 300px;
  }
}

.projects {
  background: #FFFFFF;
  padding: 40px 0px 48px 0px;
}
@media screen and (max-width: 576px) {
  .projects {
    padding: 24px 0px;
  }
}
.projects__title {
  padding-left: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .projects__title {
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .projects__title {
    padding-left: 16px;
    margin-bottom: 24px;
  }
}
.projects__title h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 32px;
  color: #1E1D24;
}
@media screen and (max-width: 992px) {
  .projects__title h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .projects__title h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.projects__title p {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
}
@media screen and (max-width: 576px) {
  .projects__title p {
    font-size: 15px;
  }
}
.projects__title-item {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #1E1D24;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .projects__title-item {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .projects__title-item {
    font-size: 22px;
    line-height: 30px;
  }
}
.projects__wrapper {
  overflow: auto;
  width: calc(100% + (100vw - 100%) / 2);
}
.projects__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.projects__item {
  max-width: 600px;
}
@media screen and (max-width: 992px) {
  .projects__item {
    max-width: 420px;
  }
}
@media screen and (max-width: 576px) {
  .projects__item {
    max-width: 280px;
  }
}
.projects__item:not(:last-child) {
  margin-right: 32px;
}
@media screen and (max-width: 992px) {
  .projects__item:not(:last-child) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 576px) {
  .projects__item:not(:last-child) {
    margin-right: 16px;
  }
}
.projects__item-wrapper {
  margin-top: 24px;
  padding: 0px 40px;
}
@media screen and (max-width: 992px) {
  .projects__item-wrapper {
    padding: 0px 24px;
  }
}
@media screen and (max-width: 576px) {
  .projects__item-wrapper {
    padding: 0px 16px;
  }
}
.projects__description {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
}
@media screen and (max-width: 576px) {
  .projects__description {
    font-size: 15px;
  }
}
.projects__image {
  border-radius: 12px;
}
.projects__image img {
  border-radius: 12px;
}

.partnership {
  background: #FFFFFF;
  padding: 40px 0px 48px 0px;
}
@media screen and (max-width: 576px) {
  .partnership {
    padding: 24px 0px;
  }
}
.partnership__head {
  margin-bottom: 24px;
  width: 100%;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .partnership__head {
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .partnership__head {
    padding-left: 16px;
  }
}
.partnership__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .partnership__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .partnership__title {
    font-size: 28px;
    line-height: 30px;
  }
}
.partnership__subtitle {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .partnership__subtitle {
    font-size: 15px;
  }
}
.partnership__subtitle p {
  margin-bottom: 16px;
}
.partnership__subtitle strong {
  font-weight: 500;
}
.partnership__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .partnership__wrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .partnership__wrapper {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
.partnership__item {
  background: #F8F7F3;
  padding: 32px 40px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .partnership__item {
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .partnership__item {
    padding: 16px;
  }
}
.partnership__item:nth-child(1) {
  grid-area: 1/1/3/3;
}
@media screen and (max-width: 768px) {
  .partnership__item:nth-child(1) {
    grid-area: auto;
  }
}
.partnership__item:nth-child(2) {
  grid-area: 1/3/3/5;
}
@media screen and (max-width: 768px) {
  .partnership__item:nth-child(2) {
    grid-area: auto;
  }
}
.partnership__item:nth-child(3) {
  grid-area: 3/1/5/5;
}
@media screen and (max-width: 768px) {
  .partnership__item:nth-child(3) {
    grid-area: auto;
  }
}
.partnership__item-list {
  padding-left: 8px;
}
.partnership__item-title {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .partnership__item-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.partnership__item-text {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  list-style: inside;
  margin-bottom: 4px;
}
.partnership__item-text::marker {
  color: rgba(0, 0, 0, 0.5921568627);
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .partnership__item-text {
    font-size: 15px;
  }
}

.grants {
  background: #E8E6E2;
  padding: 40px 0px 48px 0px;
}
.grants__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #1E1D24;
  margin-bottom: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .grants__title {
    font-size: 32px;
    line-height: 42px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .grants__title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 576px) {
  .grants__title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 24px;
    padding-left: 16px;
  }
}
.grants__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .grants__wrapper {
    grid-template-columns: auto;
    gap: 24px;
  }
}
.grants__item {
  padding: 32px 40px 86px 40px;
  background: #FFFFFF;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .grants__item {
    padding: 32px 24px 75px 24px;
  }
}
.grants__item-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #1E1D24;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .grants__item-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .grants__item-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
.grants__item-subtitle {
  font-family: "Mont";
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2E2D33;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .grants__item-subtitle {
    margin-bottom: 16px;
  }
}
.grants__item-list {
  margin-bottom: 24px;
  padding-left: 16px;
}
@media screen and (max-width: 576px) {
  .grants__item-list {
    margin-bottom: 16px;
  }
}
.grants__item-list-item {
  list-style: inside;
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
  margin-bottom: 4px;
}
.grants__item-list-item::marker {
  color: rgba(0, 0, 0, 0.5921568627);
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .grants__item-list-item {
    font-size: 15px;
  }
}
.grants__item-btn {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  padding: 14px 24px;
  color: #FFFFFF;
  background: #000000;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 40px;
  bottom: 32px;
}
.grants__item-btn:hover {
  background: #FFD102;
  color: #1E1D24;
}
@media screen and (max-width: 768px) {
  .grants__item-btn {
    left: 24px;
    bottom: 24px;
  }
}

.investment {
  padding: 40px 0px 48px 0px;
  background: #FFFFFF;
}
.investment__item:not(:last-child) {
  margin-bottom: 40px;
}
.investment__item.list-active .investment__list-item {
  list-style: inside;
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
  margin-bottom: 4px;
  border-radius: 0;
  background: none;
  padding: 0;
  text-align: start;
  display: block;
}
.investment__item.list-active .investment__list-item::marker {
  color: rgba(0, 0, 0, 0.5921568627);
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .investment__item.list-active .investment__list-item {
    font-size: 15px;
  }
}
.investment__item.list-active .investment__list {
  display: block;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .investment__item.list-active .investment__list {
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .investment__item.list-active .investment__list {
    padding-left: 16px;
  }
}
.investment__item-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 32px;
  color: #1E1D24;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .investment__item-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .investment__item-title {
    font-size: 28px;
    line-height: 30px;
    padding-left: 16px;
    margin-bottom: 16px;
    padding-left: 16px;
  }
}
.investment__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1100px) {
  .investment__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .investment__list {
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .investment__list {
    grid-template-columns: auto;
    gap: 8px;
  }
}
.investment__list-item {
  list-style: none;
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  padding: 56px;
  background: #F8F7F3;
  border-radius: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .investment__list-item {
    padding: 48px;
  }
}
@media screen and (max-width: 768px) {
  .investment__list-item {
    font-size: 15px;
    padding: 24px 40px;
  }
}
.investment__list-item strong {
  margin-bottom: 12px;
  font-weight: 500;
}
.investment__list-item img.emoji {
  margin-bottom: 4px !important;
}

.contactbaner {
  padding: 140px 0px 40px 0px;
}
@media screen and (max-width: 576px) {
  .contactbaner {
    padding-bottom: 24px;
  }
}
.contactbaner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contactbaner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contactbaner__content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contactbaner__content {
    width: 100%;
    padding-left: 24px;
  }
}
.contactbaner__title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.contactbaner__title h1 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #1E1D24;
  position: relative;
  display: inline-block;
}
.contactbaner__title h1 strong {
  position: relative;
  display: inline-block;
}
.contactbaner__title h1 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: calc(100% + 8px);
  height: 26px;
  background-color: #FFD102;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .contactbaner__title h1 strong::before {
    height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .contactbaner__title h1 strong::before {
    height: 12px;
  }
}
@media screen and (max-width: 992px) {
  .contactbaner__title h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .contactbaner__title h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
.contactbaner__subtitle {
  font-family: "Mont";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2E2D33;
}
@media screen and (max-width: 768px) {
  .contactbaner__subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}
.contactbaner__image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contactbaner__image {
    width: 100%;
  }
}
.contactbaner__image img {
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .contactbaner__image img {
    max-height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: auto;
    margin-left: auto;
  }
}

.connectbox {
  padding: 40px 0px 48px 0px;
}
@media screen and (max-width: 576px) {
  .connectbox {
    padding: 24px 0px;
  }
}
.connectbox__wrapper {
  padding: 32px 40px;
  background: #fff;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 52% 48%;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .connectbox__wrapper {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 768px) {
  .connectbox__wrapper {
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .connectbox__wrapper {
    padding: 16px;
  }
}
.connectbox__form {
  padding: 32px 40px;
  background: #FFFFFF;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .connectbox__form {
    padding: 24px 0px;
  }
}
.connectbox__form h4 {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .connectbox__form h4 {
    font-size: 15px;
  }
}
.connectbox__form br {
  display: none;
}
.connectbox__form-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.connectbox__form .custom-select-wrapper {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
.connectbox__form .custom-select-wrapper.open .custom-select-options {
  display: block;
}
.connectbox__form .custom-select-wrapper.open .custom-select-arrow {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.connectbox__form .custom-select-wrapper .custom-select-input {
  width: 100%;
  padding: 12px 40px 10px 12px;
  border: 2px solid #000;
  border-radius: 12px;
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  color: #04060A;
}
.connectbox__form .custom-select-wrapper .custom-select-input::-webkit-input-placeholder {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  color: #7E8185;
}
.connectbox__form .custom-select-wrapper .custom-select-input::-moz-placeholder {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  color: #7E8185;
}
.connectbox__form .custom-select-wrapper .custom-select-input:-ms-input-placeholder {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  color: #7E8185;
}
.connectbox__form .custom-select-wrapper .custom-select-input::-ms-input-placeholder {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  color: #7E8185;
}
.connectbox__form .custom-select-wrapper .custom-select-input::placeholder {
  font-family: "Mont";
  font-size: 18px;
  font-weight: 300;
  color: #7E8185;
}
.connectbox__form .custom-select-wrapper .custom-select-arrow {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 10px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.connectbox__form .custom-select-wrapper .custom-select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  z-index: 99;
  margin-top: 8px;
  list-style: none;
  padding: 0;
}
.connectbox__form .custom-select-wrapper .custom-select-options li {
  padding: 12px;
  cursor: pointer;
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
}
.connectbox__form .custom-select-wrapper .custom-select-options li:first-child {
  border-radius: 12px 12px 0px 0px;
}
.connectbox__form .custom-select-wrapper .custom-select-options li:last-child {
  border-radius: 0px 0px 12px 12px;
}
.connectbox__form .custom-select-wrapper .custom-select-options li:hover {
  background: #f2f2f2;
}
.connectbox__form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-family: "Mont";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-top: 2px;
}
.connectbox__form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 24px 0px 0px 0px !important;
}
.connectbox__form .submit-btn-wrapper {
  height: 48px;
  margin-top: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.connectbox__form .submit-btn-wrapper .submit-btn {
  height: 100%;
  width: 138px;
  background: #000000;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
}
.connectbox__form .submit-btn-wrapper .submit-btn:hover {
  color: #1E1D24;
  background: #FFD102;
}
.connectbox__form .submit-btn-wrapper .wpcf7-spinner {
  position: absolute;
  bottom: -26px;
}
.connectbox__form .wpcf7-response-output {
  display: none;
}
.connectbox__form-done {
  display: none;
}
.connectbox__form-done h3 {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.connectbox__form-done h3 svg {
  margin-right: 12px;
}
.connectbox__form-done p {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .connectbox__form .contacts__fort-line {
    grid-template-columns: auto;
    gap: 0px;
  }
}
.connectbox__content-top {
  padding: 32px 40px;
  background: #F8F7F3;
  border-radius: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .connectbox__content-top {
    padding: 24px;
  }
}
.connectbox__content-top h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #1E1D24;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .connectbox__content-top h2 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .connectbox__content-top h2 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 30px;
  }
}
.connectbox__content-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .connectbox__content-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.connectbox__content-social p {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
}
@media screen and (max-width: 768px) {
  .connectbox__content-social p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .connectbox__content-social p {
    margin-bottom: 16px;
  }
}
.connectbox__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.connectbox__content-list a:not(:last-child) {
  margin-right: 16px;
}
.connectbox__content-list a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.connectbox__content-list a img {
  width: 32px;
  height: 32px;
  display: block;
}
.connectbox__content-bottom {
  padding: 32px 40px;
  background: #F8F7F3;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .connectbox__content-bottom {
    padding: 28px 36px;
  }
}
@media screen and (max-width: 576px) {
  .connectbox__content-bottom {
    padding: 70px 16px 24px 16px;
  }
}
@media screen and (max-width: 576px) {
  .connectbox__content-bottom-text {
    padding-right: 16px;
    width: calc(100% - 88px);
  }
}
.connectbox__content-bottom-text h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  color: #1E1D24;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .connectbox__content-bottom-text h2 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .connectbox__content-bottom-text h2 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 26px;
    position: absolute;
    left: 16px;
    top: 16px;
  }
}
.connectbox__content-bottom-text p {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
}
@media screen and (max-width: 768px) {
  .connectbox__content-bottom-text p {
    font-size: 15px;
  }
}
.connectbox__content-bottom-img {
  height: 125px;
  width: 125px;
}
@media screen and (max-width: 576px) {
  .connectbox__content-bottom-img {
    height: 88px;
    width: 88px;
  }
}
.connectbox__content-bottom-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 125px;
  width: 125px;
}
.connectbox__content-bottom-img img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 576px) {
  .connectbox__content-bottom-img img {
    height: 88px;
    width: 88px;
  }
}
.connectbox__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px;
  padding-left: 16px;
}
.connectbox__contact a {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.connectbox__contact a:not(:last-child) {
  margin-bottom: 21px;
}
.connectbox__contact a svg {
  margin-right: 8px;
}
.connectbox__cta {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .connectbox__cta {
    padding: 24px;
  }
}
.connectbox__cta h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 40px;
  color: #1E1D24;
}
@media screen and (max-width: 768px) {
  .connectbox__cta h2 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .connectbox__cta h2 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 30px;
  }
}
.connectbox__cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.connectbox__cta-list img {
  height: 48px;
  width: 48px;
  margin-right: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.connectbox__cta-list img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 576px) {
  .connectbox__cta-list img {
    height: 32px;
    width: 32px;
    margin-right: 16px;
  }
}
.connectbox__cta-img {
  position: absolute;
  right: 150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .connectbox__cta-img {
    right: 32px;
  }
}
@media screen and (max-width: 992px) {
  .connectbox__cta-img {
    opacity: 0.5;
    max-width: 125px;
    max-height: 125px;
    top: auto;
    bottom: -32px;
  }
}
@media screen and (max-width: 576px) {
  .connectbox__cta-img {
    max-width: 75px;
    max-height: 75px;
  }
}

.policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  padding-top: 40px;
}
@media screen and (max-width: 599px) {
  .policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }
}
.policy__tabs {
  max-width: 286px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .policy__tabs {
    max-width: unset;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .policy__tabs {
    max-width: unset;
  }
}
.policy__tabs .small-title {
  color: #8EAF5E;
  font-size: 15px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 0 16px;
  font-weight: 500;
}
.policy__tabs .tabs-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .policy__tabs .tabs-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: scroll;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .policy__tabs .tabs-slider::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .policy__tabs .tabs-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: scroll;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .policy__tabs .tabs-slider::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}
.policy__tabs .tabs-slider .tab {
  padding: 9px 16px;
  color: #36363B;
  border: 1.6px solid #36363B;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 599px) {
  .policy__tabs .tabs-slider .tab {
    white-space: nowrap;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .policy__tabs .tabs-slider .tab {
    white-space: nowrap;
  }
}
.policy__tabs .tabs-slider .tab * {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.policy__tabs .tabs-slider .tab svg {
  max-width: 24px;
  max-height: 24px;
}
.policy__tabs .tabs-slider .tab.active-new {
  color: #FFFFFF;
  border: 1.6px solid #000000;
  background: #000000;
}
.policy__tabs .tabs-slider .tab.active-new[data-target="1"] svg .g {
  stroke: #FFFFFF;
}
.policy__tabs .tabs-slider .tab.active-new[data-target="2"] svg .g {
  fill: #FFFFFF;
}
.policy__tabs .tabs-slider .tab.active-new[data-target="3"] svg path {
  stroke: #FFFFFF;
}
.policy__tabs .tabs-slider .tab.active-new[data-target="4"] svg path {
  stroke: #FFFFFF;
}
.policy__tabs .tabs-slider .tab.active-new[data-target="5"] svg path.d {
  stroke: #FFFFFF;
}
.policy__tabs .tabs-slider .tab.active-new[data-target="6"] svg path.d {
  stroke: #FFFFFF;
}
.policy__tabs .tabs-slider .tab:hover {
  color: #FFFFFF;
  border: 1.6px solid #000000;
  background: #000000;
}
.policy__tabs .tabs-slider .tab[data-target="1"]:hover svg .g {
  stroke: #FFFFFF;
}
.policy__tabs .tabs-slider .tab[data-target="2"]:hover svg .g {
  fill: #FFFFFF;
}
.policy__tabs .tabs-slider .tab[data-target="3"]:hover svg path {
  stroke: #FFFFFF;
}
.policy__tabs .tabs-slider .tab[data-target="4"]:hover svg path {
  stroke: #FFFFFF;
}
.policy__tabs .tabs-slider .tab[data-target="5"]:hover svg path.d {
  stroke: #FFFFFF;
}
.policy__tabs .tabs-slider .tab[data-target="6"]:hover svg path.d {
  stroke: #FFFFFF;
}
.policy__content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* Button 3 */
}
.policy__content.active-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy__content .col-title {
  margin: 0 0 32px !important;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
}
@media screen and (max-width: 992px) {
  .policy__content .col-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .policy__content .col-title {
    font-size: 28px;
    line-height: 30px;
  }
}
.policy__content .subtitle, .policy__content p {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 24px;
}
.policy__content .subtitle {
  font-weight: 600;
}
.policy__content a {
  margin: 0 0 32px;
  padding: 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.policy__content ul, .policy__content ol {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.policy__content ul li, .policy__content ol li {
  margin: 0 0 16px;
}
.policy__content ul li:last-child, .policy__content ol li:last-child {
  margin: 0 0 32px;
}
.policy__content ul {
  margin: 0 0 0 16px;
}
.policy__content ul li {
  list-style: disc;
}
.policy__content ol {
  margin: 0 0 0 16px;
}
.policy__content ol li {
  list-style: auto;
}
.policy__content .all-cookie {
  max-height: 215px;
  overflow: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.policy__content .all-cookie::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.policy__content .cookie-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 16px;
}
.policy__content .cookie-type .num, .policy__content .cookie-type .type-name {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.policy__content .cookie-type .num {
  padding: 0 4px 0 0;
}
.policy__content .cookie-type .type-name {
  width: 90%;
}
.policy__content .cookie-type .button {
  width: 44px;
}
.policy__content .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.policy__content .knobs {
  z-index: 2;
}
.policy__content .layer {
  width: 100%;
  background-color: #F0F0F2;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
.policy__content .button {
  position: relative;
  top: 50%;
  width: 44px;
  height: 24px;
  overflow: hidden;
}
.policy__content .button.r,
.policy__content .button.r .layer {
  border-radius: 100px;
}
.policy__content .button-cover {
  height: 100px;
  margin: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px -8px #c5d6d6;
          box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}
.policy__content .button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}
.policy__content .button-cover,
.policy__content .knobs,
.policy__content .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.policy__content .button.r .knobs:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1.2px;
  width: 14px;
  height: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #729B37;
  border-radius: 50%;
  -webkit-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  -o-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}
.policy__content .button.r .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}
.policy__content .button.r .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}
.policy__content .button.r .checkbox:checked + .knobs:before {
  content: "";
  left: 21px;
  background-color: #FFFFFF;
}
.policy__content .button.r .checkbox:checked ~ .layer {
  background-color: #729B37;
}
.policy .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 28px;
}
@media screen and (max-width: 599px) {
  .policy .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.policy .btns .accept-cookies {
  background: #1E1D24;
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #F8F7F3;
  border-radius: 12px;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.policy .btns .accept-cookies:hover {
  background: #FFD102;
  color: #1E1D24;
}
.policy .btns .decline-cookies {
  font-family: "Mont";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
  border-radius: 12px;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #1E1D24;
}
.policy .btns .decline-cookies:hover {
  background: #000000;
  color: #FFFFFF;
}
.policy .btns a {
  min-width: 188px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .policy .btns a {
    width: 100%;
    margin: 0;
  }
}

.single-post-section {
  padding: 220px 0px 32px 0px;
}
@media screen and (max-width: 992px) {
  .single-post-section {
    padding: 200px 0px 32px 0px;
  }
}
@media screen and (max-width: 576px) {
  .single-post-section {
    padding: 180px 0px 32px 0px;
  }
}
.single-post-section__container {
  max-width: 950px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.single-post-section__wrapper {
  width: 100%;
}
.single-post-section__wrapper img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 32px;
}
.single-post-section__wrapper h1 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #1E1D24;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .single-post-section__wrapper h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .single-post-section__wrapper h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-post-section__content {
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
}
.single-post-section__content p {
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .single-post-section__content {
    font-size: 15px;
  }
}

.privacy-baner {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
@media screen and (max-width: 992px) {
  .privacy-baner {
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-baner {
    margin-bottom: 200px;
    overflow: visible;
  }
}
@media screen and (max-width: 576px) {
  .privacy-baner {
    margin-bottom: 184px;
    min-height: 450px;
  }
}
.privacy-baner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
}
.privacy-baner__wrapper {
  padding-top: 300px;
}
@media screen and (max-width: 992px) {
  .privacy-baner__wrapper {
    padding-top: 250px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-baner__wrapper {
    padding-top: 0;
    position: absolute;
    left: 24px;
    bottom: -160px;
  }
}
.privacy-baner__title {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.privacy-baner__title h2 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 64px;
  line-height: 1.2;
  color: #1E1D24;
  position: relative;
  display: inline-block;
}
.privacy-baner__title h2 strong {
  position: relative;
  display: inline-block;
}
.privacy-baner__title h2 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: calc(100% + 8px);
  height: 26px;
  background-color: #FFD102;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .privacy-baner__title h2 strong::before {
    height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .privacy-baner__title h2 strong::before {
    height: 12px;
  }
}
@media screen and (max-width: 992px) {
  .privacy-baner__title h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .privacy-baner__title h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
.privacy-baner p {
  font-family: "Mont";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2E2D33;
  max-width: 636px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .privacy-baner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .privacy-baner p {
    font-size: 15px;
  }
}

.rolling-drone {
  background: white;
}
.rolling-drone .spin360 {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 600px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: none;
      touch-action: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.rolling-drone .spin360__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
  pointer-events: none;
  pointer-events: none;
  -webkit-user-drag: none;
}
.rolling-drone .spin360__frame.is-active {
  display: block;
}
.rolling-drone .spin360--dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.sitemap {
  padding: 50px 0;
  margin-top: 150px;
}
@media screen and (max-width: 992px) {
  .sitemap {
    margin-top: 100px;
  }
}
.sitemap h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .sitemap h1 {
    margin-bottom: 30px;
  }
}
.sitemap__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}
.sitemap__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 576px) {
  .sitemap__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.sitemap__item h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .sitemap__item h2 {
    margin-bottom: 20px;
  }
}
.sitemap__item li:not(:last-child) {
  margin-bottom: 15px;
}
.sitemap__item li a {
  font-family: "Mont";
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #1E1D24;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .sitemap__item li a {
    font-size: 15px;
  }
}
.sitemap__item li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 0.5em;
  background-color: #FFD102;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.sitemap__item li a:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.products-sidebar {
  max-width: 440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin: 24px 0 0;
}
@media screen and (max-width: 599px) {
  .products-sidebar {
    max-width: unset;
    margin: 32px 0 0;
    gap: 16px;
  }
}
.products-sidebar .sidebar-title {
  font-family: "Mont", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
@media screen and (max-width: 599px) {
  .products-sidebar .sidebar-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.products-sidebar .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 599px) {
  .products-sidebar .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: scroll;
    gap: 16px;
  }
}
.products-sidebar .items .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 599px) {
  .products-sidebar .items .item {
    min-width: 277px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 12px;
  }
}
.products-sidebar .items .item .image-container {
  background-color: #FFFFFF;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  max-height: 120px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .products-sidebar .items .item .image-container {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 196px;
  }
}
.products-sidebar .items .item .image-container img {
  height: 120px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .products-sidebar .items .item .image-container img {
    height: auto;
  }
}
.products-sidebar .items .item .content {
  width: 70%;
}
@media screen and (max-width: 599px) {
  .products-sidebar .items .item .content {
    width: 100%;
    padding: 0 16px 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products-sidebar .items .item .content span {
  display: block;
}
.products-sidebar .items .item .content .title {
  font-family: "Mont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1E1D24;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .products-sidebar .items .item .content .title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 8px;
  }
}
.products-sidebar .items .item .content .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: calc(100% + 14px);
  height: 10px;
  background-color: #FFD102;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .products-sidebar .items .item .content .title::before {
    display: none;
  }
}
.products-sidebar .items .item .content p {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3C3B42;
  margin: 0 0 6px;
}
@media screen and (max-width: 599px) {
  .products-sidebar .items .item .content p {
    font-size: 15px;
    line-height: 120%;
    margin: 0 0 16px;
    font-weight: 300;
    position: relative;
  }
}
.products-sidebar .items .item .content .price {
  font-family: "Mont", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #1E1D24;
}
@media screen and (max-width: 599px) {
  .products-sidebar .items .item .content .price {
    position: relative;
    padding: 8px 8px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto 0 0 auto;
    z-index: 2;
    font-size: 18px;
    line-height: 160%;
  }
  .products-sidebar .items .item .content .price::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 16px;
    background-color: #FFD102;
    z-index: -1;
  }
  .products-sidebar .items .item .content .price::after {
    content: "";
    position: absolute;
    width: 245px;
    top: 0;
    right: 0;
    border-top: 1px dashed #CFCCCB;
  }
}
.products-sidebar .items .item .content .price i {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #525157;
  text-transform: lowercase;
}
@media screen and (max-width: 599px) {
  .products-sidebar .items .item .content .price i {
    font-size: 15px;
    line-height: 120%;
  }
}

.single-post-section__content {
  /* прибрати “страшний” border="1" з HTML */
  /* мобільний горизонтальний скрол */
}
.single-post-section__content .main-content {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 24px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content {
    padding: 8px;
    border-radius: 12px;
  }
}
.single-post-section__content .main-content .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .top-section {
    margin: 0 0 16px;
  }
}
.single-post-section__content .main-content .top-section .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.single-post-section__content .main-content .top-section .tags .tag {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3C3B42;
  padding: 4px 8px;
  background-color: #E6E4E3;
  border-radius: 8px;
}
.single-post-section__content .main-content .top-section .date {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #292C33;
}
.single-post-section__content .main-content .post-section img {
  width: 100%;
  max-height: 432px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .post-section img {
    height: auto;
  }
}
.single-post-section__content .main-content .post-section h1 {
  margin: 24px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  color: #000000;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .post-section h1 {
    margin: 16px 0;
    font-size: 28px;
    line-height: 36px;
  }
}
.single-post-section__content .main-content .post-section p {
  font-family: "Mont", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #292C33;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .post-section p {
    font-size: 15px;
  }
}
.single-post-section__content .main-content .content-section .context {
  background-color: rgba(248, 247, 243, 0.88);
  padding: 24px 16px;
  border-radius: 16px;
  margin: 24px 0;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .context {
    margin: 16px 0;
    padding: 8px 8px 16px;
  }
}
.single-post-section__content .main-content .content-section .context h2 {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
  color: #000000;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .context h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
.single-post-section__content .main-content .content-section .context ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .context ul {
    gap: 12px;
  }
}
.single-post-section__content .main-content .content-section .context ul li {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1E1D24;
  list-style: auto;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .context ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-post-section__content .main-content .content-section .content {
  margin: 0 0 24px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content {
    margin: 0 0 16px;
  }
}
.single-post-section__content .main-content .content-section .content h1 {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #3C3B42;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.single-post-section__content .main-content .content-section .content h2 {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #3C3B42;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content h2 {
    font-size: 16px;
    line-height: 26px;
  }
}
.single-post-section__content .main-content .content-section .content h3 {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #3C3B42;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content h3 {
    font-size: 15px;
    line-height: 1.2;
  }
}
.single-post-section__content .main-content .content-section .content h4 {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3C3B42;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
.single-post-section__content .main-content .content-section .content h5 {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #3C3B42;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content h5 {
    font-size: 13px;
    line-height: 20px;
  }
}
.single-post-section__content .main-content .content-section .content h6 {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #3C3B42;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
.single-post-section__content .main-content .content-section .content p {
  font-family: "Mont", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #292C33;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content p {
    font-size: 15px;
  }
}
.single-post-section__content .main-content .content-section .content a {
  font-family: "Mont", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #A28200;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content a {
    font-size: 15px;
  }
}
.single-post-section__content .main-content .content-section .content strong {
  font-weight: 600;
}
.single-post-section__content .main-content .content-section .content em {
  font-style: italic;
}
.single-post-section__content .main-content .content-section .content ul {
  list-style: none;
  margin: -16px 0 24px;
  padding-top: 16px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content ul {
    margin: -16px 0 16px;
  }
}
.single-post-section__content .main-content .content-section .content ul li {
  font-family: "Mont", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #292C33;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content ul li {
    font-size: 15px;
    padding-left: 22px;
  }
}
.single-post-section__content .main-content .content-section .content ul li:not(:last-child) {
  margin-bottom: 4px;
}
.single-post-section__content .main-content .content-section .content ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #2E2D33;
}
@media screen and (max-width: 992px) {
  .single-post-section__content .main-content .content-section .content ul li::before {
    top: 9px;
    left: 10px;
  }
}
.single-post-section__content .main-content .content-section .content ol {
  list-style: none;
  margin: 0 0 24px;
  counter-reset: ol-counter;
  padding-top: 16px;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content ol {
    margin: 0 0 16px;
  }
}
.single-post-section__content .main-content .content-section .content ol li {
  font-family: "Mont", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #292C33;
  padding-left: 26px;
  position: relative;
  counter-increment: ol-counter;
}
@media screen and (max-width: 599px) {
  .single-post-section__content .main-content .content-section .content ol li {
    font-size: 15px;
    padding-left: 22px;
  }
}
.single-post-section__content .main-content .content-section .content ol li:not(:last-child) {
  margin-bottom: 4px;
}
.single-post-section__content .main-content .content-section .content ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  top: 11px;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600; /* можна 300, якщо хочеш як текст */
  font-size: 14px; /* піджати/розжати за бажанням */
  line-height: 1;
  color: #2E2D33;
}
@media screen and (max-width: 992px) {
  .single-post-section__content .main-content .content-section .content ol li::before {
    top: 9px;
    left: 10px;
  }
}
.single-post-section__content .main-content .content-section .content img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-section__content .main-content .content-section .content img.aligncenter {
  margin: 0 auto;
}
.single-post-section__content .main-content .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(248, 247, 243, 0.88);
  border-radius: 8px;
  padding: 8px;
}
.single-post-section__content .main-content .bottom-section::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNSAwLjg5NTUwOEMxMC42NDk0IDAuODk1NTA5IDEyLjc3MDggMi43ODIzMSAxNC4wMDIgNC4zODE4NEwxNC4wMjQ0IDQuNDEwMTZDMTQuMzAyOSA0Ljc3MTc5IDE0LjU1OTQgNS4xMDUxOSAxNC43MzM0IDUuNDk5MDJDMTQuOTE5NyA1LjkyMDY5IDE1IDYuMzgwNCAxNSA3QzE1IDcuNjE5NTUgMTQuOTE5NiA4LjA3OTM0IDE0LjczMzQgOC41MDA5OEMxNC41NTk0IDguODk0NzcgMTQuMzAyOSA5LjIyODI5IDE0LjAyNDQgOS41ODk4NEwxNC4wMDIgOS42MTgxNkMxMi43NzA4IDExLjIxNzcgMTAuNjQ5NCAxMy4xMDQ1IDcuNSAxMy4xMDQ1QzQuMzUwNjEgMTMuMTA0NSAyLjIyOTI1IDExLjIxNzcgMC45OTgwNDcgOS42MTgxNkwwLjk3NTU4NiA5LjU4OTg0QzAuNjk3MTY3IDkuMjI4MjggMC40NDA1NjUgOC44OTQ3OCAwLjI2NjYwMiA4LjUwMDk4QzAuMDgwNDEwNyA4LjA3OTM0IDAgNy42MTk1NSAwIDdDMS4zNTQ5N2UtMDUgNi4zODA0IDAuMDgwMzQ0MyA1LjkyMDcgMC4yNjY2MDIgNS40OTkwMkMwLjQ0MDU4MSA1LjEwNTIgMC42OTcxNDQgNC43NzE3OCAwLjk3NTU4NiA0LjQxMDE2TDAuOTk4MDQ3IDQuMzgxODRDMi4yMjkyNSAyLjc4MjMxIDQuMzUwNjEgMC44OTU1MDggNy41IDAuODk1NTA4Wk03LjUgMS45NDIzOEM0LjgxNDMzIDEuOTQyMzggMi45NjM5NyAzLjU0MjcgMS44MjcxNSA1LjAxOTUzQzEuNTIxMjEgNS40MTY5OCAxLjM0MjUgNS42NTUxNSAxLjIyNDYxIDUuOTIxODhDMS4xMTQ0NCA2LjE3MTI3IDEuMDQ2ODkgNi40NzYwNyAxLjA0Njg4IDdDMS4wNDY4OCA3LjUyMzk1IDEuMTE0NDYgNy44Mjg3MyAxLjIyNDYxIDguMDc4MTJDMS4zNDI1IDguMzQ0OTIgMS41MjExNiA4LjU4MjkzIDEuODI3MTUgOC45ODA0N0MyLjk2Mzk1IDEwLjQ1NzQgNC44MTQyMSAxMi4wNTg2IDcuNSAxMi4wNTg2QzEwLjE4NTggMTIuMDU4NiAxMi4wMzYxIDEwLjQ1NzQgMTMuMTcyOSA4Ljk4MDQ3QzEzLjQ3ODkgOC41ODI5MyAxMy42NTc2IDguMzQ0OTIgMTMuNzc1NCA4LjA3ODEyQzEzLjg4NTYgNy44Mjg3MyAxMy45NTMxIDcuNTIzOTQgMTMuOTUzMSA3QzEzLjk1MzEgNi40NzYwNyAxMy44ODU2IDYuMTcxMjcgMTMuNzc1NCA1LjkyMTg4QzEzLjY1NzYgNS42NTUxNCAxMy40Nzg4IDUuNDE2OTkgMTMuMTcyOSA1LjAxOTUzQzEyLjAzNiAzLjU0MjcgMTAuMTg1NiAxLjk0MjM4IDcuNSAxLjk0MjM4Wk03LjUgNC4zODM3OUM4Ljk0NDkgNC4zODM3OSAxMC4xMTYxIDUuNTU1MTQgMTAuMTE2MiA3QzEwLjExNjIgOC40NDQ5NSA4Ljk0NDk1IDkuNjE2MjEgNy41IDkuNjE2MjFDNi4wNTUwNyA5LjYxNjIxIDQuODgzNzkgOC40NDQ5NSA0Ljg4Mzc5IDdDNC44ODM4NyA1LjU1NTE0IDYuMDU1MTIgNC4zODM3OSA3LjUgNC4zODM3OVpNNy41IDUuNDMwNjZDNi42MzMxMiA1LjQzMDY2IDUuOTMwNzUgNi4xMzMxNCA1LjkzMDY2IDdDNS45MzA2NiA3Ljg2NjkzIDYuNjMzMDcgOC41NzAzMSA3LjUgOC41NzAzMUM4LjM2NjkzIDguNTcwMzEgOS4wNjkzNCA3Ljg2NjkzIDkuMDY5MzQgN0M5LjA2OTI1IDYuMTMzMTQgOC4zNjY4OCA1LjQzMDY3IDcuNSA1LjQzMDY2WiIgZmlsbD0iIzFFMUQyNCIvPgo8L3N2Zz4K);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
}
.single-post-section__content .user-actions {
  padding: 40px 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-post-section__content .user-actions .like-dislike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.single-post-section__content .user-actions .like-dislike .vote-btn {
  background: unset;
  border: unset;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.single-post-section__content .user-actions .like-dislike .vote-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.single-post-section__content .user-actions .like-dislike .vote-btn .like-1 {
  opacity: 1;
}
.single-post-section__content .user-actions .like-dislike .vote-btn .like-2 {
  position: absolute;
  opacity: 0;
}
.single-post-section__content .user-actions .like-dislike .vote-btn .like-3 {
  position: absolute;
  opacity: 0;
}
.single-post-section__content .user-actions .like-dislike .vote-btn.like-btn {
  margin-right: 8px;
}
.single-post-section__content .user-actions .like-dislike .vote-btn.like-btn::after {
  content: "";
  height: 100%;
  width: 1px;
  background: rgb(217, 215, 214);
  position: absolute;
  right: -8px;
}
.single-post-section__content .user-actions .like-dislike .vote-btn.dislike-btn {
  scale: -1;
  margin-left: 8px;
}
.single-post-section__content .user-actions .like-dislike .vote-btn.last-vote .like-1 {
  opacity: 0;
}
.single-post-section__content .user-actions .like-dislike .vote-btn.last-vote .like-2 {
  opacity: 0;
}
.single-post-section__content .user-actions .like-dislike .vote-btn.last-vote .like-3 {
  opacity: 1;
}
.single-post-section__content .user-actions .like-dislike .vote-btn:hover .like-1 {
  opacity: 0;
}
.single-post-section__content .user-actions .like-dislike .vote-btn:hover .like-2 {
  opacity: 1;
}
.single-post-section__content .user-actions .networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.single-post-section__content .user-actions .networks .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-post-section__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 16px auto;
}
.single-post-section__content table th,
.single-post-section__content table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
}
.single-post-section__content table thead th {
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.single-post-section__content table tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.single-post-section__content table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}
.single-post-section__content table tbody tr:last-child td {
  border-bottom: 0;
}
.single-post-section__content table[border],
.single-post-section__content table[border] th,
.single-post-section__content table[border] td {
  border: 0 !important;
}
@media (max-width: 768px) {
  .single-post-section__content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .single-post-section__content table th,
  .single-post-section__content table td {
    min-width: 160px; /* щоб колонки не злипались */
    padding: 12px 12px;
    font-size: 14px;
  }
}

.posts-rec {
  width: 100%;
  padding: 40px 0 48px;
}
.posts-rec h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  color: #1E1D24;
  margin: 0 0 40px;
}
.posts-rec .content-card {
  width: 440px;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 8px 8px 16px;
}
@media screen and (max-width: 599px) {
  .posts-rec .content-card {
    width: 100%;
    height: auto;
  }
}
.posts-rec .content-card__img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posts-rec .content-card__img a img {
  width: 100%;
  max-height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .posts-rec .content-card__img a img {
    max-height: 163px;
  }
}
.posts-rec .content-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.posts-rec .content-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.posts-rec .content-card__tag {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3C3B42;
  padding: 4px 8px;
  background-color: #E6E4E3;
  border-radius: 8px;
}
.posts-rec .content-card__title a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
}
@media screen and (max-width: 599px) {
  .posts-rec .content-card__title a {
    font-size: 18px;
    line-height: 24px;
  }
}
.posts-rec .content-card__footer {
  margin: auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 0 0;
  border-top: 1px solid rgba(184, 184, 184, 0.2);
}
.posts-rec .content-card__footer .networks {
  width: 100%;
  padding: 16px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.posts-rec .content-card__footer .networks .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.posts-rec .content-card__author {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #141619;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.posts-rec .content-card__author::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: block;
  background: #141619;
}
.posts-rec .content-card__date {
  font-family: "Mont", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6F7789;
}

.cta {
  padding: 40px 0 48px;
}
@media screen and (max-width: 992px) {
  .cta {
    padding: 24px 0 32px;
  }
}
.cta__body {
  position: relative;
  z-index: 1;
  padding: 92px 40px 80px;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .cta__body {
    padding: 56px 16px 48px;
  }
}
.cta__body--small {
  padding: 128px 40px 72px;
}
@media screen and (max-width: 992px) {
  .cta__body--small {
    padding: 64px 16px;
  }
}
.cta__title {
  color: #C4A000;
}
.cta__title:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .cta__title:not(:last-child) {
    margin-bottom: 24px;
  }
}
.cta__body--small .cta__title:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 992px) {
  .cta__body--small .cta__title:not(:last-child) {
    margin-bottom: 32px;
  }
}
.cta__subtitle {
  color: #3C3B42;
}
@media screen and (max-width: 992px) {
  .cta__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
.cta__subtitle:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .cta__subtitle:not(:last-child) {
    margin-bottom: 16px;
  }
}
.cta__text {
  color: #3C3B42;
}
.cta__text:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 992px) {
  .cta__text:not(:last-child) {
    margin-bottom: 32px;
  }
}
.cta__link {
  display: inline-block;
}
.cta__img-left {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  max-width: 280px;
}
@media screen and (max-width: 992px) {
  .cta__img-left {
    max-width: 150px;
  }
}
.cta__img-right {
  position: absolute;
  z-index: -1;
  top: 70px;
  right: 0;
  max-width: 144px;
}
@media screen and (max-width: 992px) {
  .cta__img-right {
    max-width: 84px;
    top: 3px;
  }
}
.cta__body--small .cta__img-right {
  top: 37px;
}
@media screen and (max-width: 992px) {
  .cta__body--small .cta__img-right {
    top: 11px;
  }
}

.benefits {
  padding: 40px 0 48px;
}
.benefits--bottom {
  background-color: #fff;
}
.benefits--bottom .benefits__wrapper h2 {
  color: #000000;
}
.benefits--bottom .benefits__wrapper strong {
  color: #2E2D33;
}
@media screen and (max-width: 992px) {
  .benefits {
    padding: 24px 0 32px;
  }
}
.benefits__wrapper {
  font-family: "Mont";
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 576px) {
  .benefits__wrapper {
    padding: 0 16px;
  }
}
.benefits__wrapper h2 {
  color: #1E1D24;
}
.benefits__wrapper h2:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper h2:not(:last-child) {
    margin-bottom: 24px;
  }
}
.benefits__wrapper strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #3C3B42;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper strong {
    font-size: 16px;
    line-height: 26px;
  }
}
.benefits__wrapper p {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #18171C;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper p {
    font-size: 15px;
    line-height: 120%;
  }
}
.benefits__wrapper p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.benefits__wrapper p:has(strong):not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper p:has(strong):not(:last-child) {
    margin-bottom: 24px;
  }
}
.benefits__wrapper p:has(strong):not(:last-child) + ul {
  margin-top: -16px;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper p:has(strong):not(:last-child) + ul {
    margin-top: -8px;
  }
}
.benefits__wrapper ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #2E2D33;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper ul li {
    font-size: 15px;
    line-height: 120%;
    padding-left: 22px;
  }
}
.benefits__wrapper ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #2E2D33;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper ul li::before {
    top: 9px;
    left: 10px;
  }
}
.benefits__wrapper ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.benefits__wrapper ul:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .benefits__wrapper ul:not(:last-child) {
    margin-bottom: 24px;
  }
}

.questions {
  padding: 40px 0 48px;
}
@media screen and (max-width: 992px) {
  .questions {
    padding: 24px 0 32px;
  }
}
.questions__title {
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  .questions__title {
    padding: 0;
  }
}
.questions__title:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .questions__title:not(:last-child) {
    margin-bottom: 24px;
  }
}
.questions__item:not(:last-child) {
  margin-bottom: 16px;
}
.questions .question {
  background-color: #fff;
  border-radius: 12px;
}
.questions .question__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 28px 40px;
  cursor: pointer;
  color: #1E1D24;
}
@media screen and (max-width: 992px) {
  .questions .question__header {
    padding: 16px;
  }
}
.questions .question__header > h3 {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .questions .question__header > h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.questions .question__arrow {
  width: 14px;
  height: 2px;
  background-color: #1E1D24;
  border-radius: 1px;
}
.questions .question__arrow::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #1E1D24;
  border-radius: 1px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.questions .question__arrow.active-question::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.questions .question__answer {
  display: none;
  padding: 0 40px 28px;
  color: #2E2D33;
  font-family: "Mont";
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  margin-top: -4px;
}
@media screen and (max-width: 992px) {
  .questions .question__answer {
    font-size: 15px;
    line-height: 120%;
    padding: 0 16px 16px;
    margin-top: 8px;
  }
}
.questions .question__answer.active-question {
  display: block;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/swiper.min.css ***!
  \******************************************************************************************************************/
/**
 * Swiper 9.4.0
 * 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: June 12, 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}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.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}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.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,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(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-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.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,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .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}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \*****************************************************************************************************************************************/
:root{--swiper-navigation-size:44px}.swiper-button-next,.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:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.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}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/modules/pagination/pagination.min.css ***!
  \*****************************************************************************************************************************************/
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.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(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.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, .2)}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:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.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-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-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,.swiper-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,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-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,.swiper-pagination-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,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
