@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
:root {
  --primary-color: rgb(255, 255, 255);
  --secondary-color: rgb(121, 121, 121);
  --text-color: rgb(0, 0, 0);
  --background-color-index: rgb(255, 255, 255);
  --background-color-page: rgb(255, 255, 255);
  --banner-color: rgb(109, 109, 109);
  --primary-btn-text-color: rgb(255, 255, 255);
  --primary-btn-background-color: rgb(0, 0, 0);
  --primary-btn-border-color: rgb(0, 0, 0);
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?nivh8g");
  src: url("fonts/icomoon.eot?nivh8g#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?nivh8g") format("truetype"), url("fonts/icomoon.woff?nivh8g") format("woff"), url("fonts/icomoon.svg?nivh8g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icn-location:before {
  content: "\e911";
  color: #1d5f79;
}

.icon-facebook:before {
  content: "\e90d";
  color: #fff;
}

.icon-instagram:before {
  content: "\e90e";
  color: #fff;
}

.icon-linkedin:before {
  content: "\e90f";
  color: #f8fafb;
}

.icon-youtube:before {
  content: "\e910";
  color: #fff;
}

.icon-icn-arrow-right-black:before {
  content: "\e90c";
  color: #1d5f79;
}

.icon-icn-arrow-right:before {
  content: "\e900";
  color: #fff;
}

.icon-icn-burger:before {
  content: "\e901";
  color: #1d5f79;
}

.icon-icn-close:before {
  content: "\e902";
  color: #fff;
}

.icon-icn-download:before {
  content: "\e903";
  color: #1d5f79;
}

.icon-icn-email:before {
  content: "\e904";
  color: #1d5f79;
}

.icon-icn-link:before {
  content: "\e905";
  color: #1d5f79;
}

.icon-icn-menu-arrow-down:before {
  content: "\e906";
  color: #1d5f79;
}

.icon-icn-phone:before {
  content: "\e907";
  color: #fff;
}

.icon-icn-print:before {
  content: "\e908";
  color: #1d5f79;
}

.icon-icn-search:before {
  content: "\e909";
  color: #1d5f79;
}

.icon-icn-share:before {
  content: "\e90a";
  color: #1d5f79;
}

.icon-icn-structure:before {
  content: "\e90b";
  color: #1d5f79;
}

html {
  margin: 0;
  padding: 0;
  min-height: 50rem;
  min-height: clamp(50rem, 100vh, 100%);
  font-family: "Inter" !important;
  font-size: 16px;
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 1378px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1228px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: var(--background-color-page);
  font-family: "Inter";
  overflow-x: hidden;
}
body.page-template-template-index {
  background-color: var(--background-color-index);
}

.text-center {
  text-align: center !important;
}

.page_404 {
  padding: 6.25rem 3.125rem;
  color: var(--primary-color);
}
.page_404 .title-404 {
  text-transform: uppercase;
  font-size: 10rem;
  line-height: 12.5rem;
}
.page_404 .text-404 {
  font-size: 2rem;
  margin-bottom: 3.75rem;
}
.page_404 .btn {
  margin-bottom: 1.875rem;
}
.page_404 .btn svg {
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}
.page_404 .btn svg path {
  stroke: #FFF;
}

header > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 768px) {
  header .logo {
    margin: 0 auto;
  }
}
header .logo a:hover {
  text-decoration: none;
}
header .logo .logo-bg-wrap {
  padding: 1.875rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-height: 7.75rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 1228px) {
  header .logo .logo-bg-wrap {
    max-height: 4.5rem;
  }
}
header .logo .logo-bg-wrap .logo-image {
  display: block;
  width: auto;
  max-height: 7.75rem;
}
@media (max-width: 1228px) {
  header .logo .logo-bg-wrap .logo-image {
    max-height: 4.5rem;
  }
}

.home header .logo-bg-wrap {
  justify-content: normal;
}
@media (max-width: 768px) {
  .home header .logo-bg-wrap {
    justify-content: center;
  }
}
.home #main {
  margin-top: -184px;
}
@media (max-width: 1228px) {
  .home #main {
    margin-top: -132px;
  }
}

.cb-hero {
  position: relative;
  border-bottom-right-radius: 250px;
  background-size: cover;
  background-position: center;
  min-height: 900px;
  z-index: 1;
}
@media (max-width: 1228px) {
  .cb-hero {
    border-bottom-right-radius: 150px;
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .cb-hero {
    border-bottom-right-radius: 80px;
    min-height: 600px;
    text-align: center;
  }
}
.cb-hero .icn-play {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
@media (max-width: 1228px) {
  .cb-hero .icn-play.icn-desktop {
    display: none;
  }
}
.cb-hero .icn-play.icn-mobile {
  display: none;
  position: relative;
  margin-top: 1.875rem;
  left: 50%;
  top: unset;
  transform: translateX(-50%);
}
@media (max-width: 1228px) {
  .cb-hero .icn-play.icn-mobile {
    display: block;
  }
}
.cb-hero video, .cb-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cb-hero .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--linear-gradient);
  z-index: 2;
}
.cb-hero video, .cb-hero img, .cb-hero .layer {
  border-bottom-right-radius: 250px;
}
@media (max-width: 1228px) {
  .cb-hero video, .cb-hero img, .cb-hero .layer {
    border-bottom-right-radius: 150px;
  }
}
@media (max-width: 768px) {
  .cb-hero video, .cb-hero img, .cb-hero .layer {
    border-bottom-right-radius: 80px;
  }
}
.cb-hero .wrap {
  padding-top: 15.375rem !important;
  padding-bottom: 7.5rem !important;
  position: relative;
  z-index: 3;
}
@media (max-width: 1228px) {
  .cb-hero .wrap {
    padding-top: 8.4375rem !important;
    padding-bottom: 6.25rem !important;
  }
}
.cb-hero .wrap .content-wrapper {
  max-width: 33.75rem;
}
.cb-hero .wrap .content-wrapper .heading {
  color: var(--hero-heading-color);
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.875rem;
}
@media (max-width: 1228px) {
  .cb-hero .wrap .content-wrapper .heading {
    font-size: 2rem;
  }
}
.cb-hero .wrap .content-wrapper .text {
  color: var(--hero-text-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 1.875rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 1.875rem;
  font-weight: 600;
  line-height: normal;
  color: var(--text-color);
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h2 {
  color: var(--text-color);
  font-family: "Inter", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1228px) {
  h2 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1228px) {
  h3 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.875rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1228px) {
  h3 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.875rem;
  }
}

h4 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1228px) {
  h4 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
  }
}

.cont-block {
  margin: 3.75rem 0;
  color: var(--text-color);
}
@media (max-width: 1228px) {
  .cont-block {
    margin: 3.125rem 0;
  }
}
.cont-block:first-child {
  margin-top: 0;
}
.cont-block:last-child {
  margin-bottom: 0;
}
.cont-block a {
  color: var(--text-color);
  text-decoration: none;
}
.cont-block a:hover {
  color: var(--text-color);
  text-decoration: underline;
}
.cont-block .block-text {
  color: var(--text-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
}
.cont-block .block-text .small-text {
  margin-bottom: 1.6875rem;
  font-weight: 600;
  line-height: normal;
}
.cont-block .block-text p {
  margin: 0;
}
.cont-block .block-text p:not(:last-child) {
  margin: 0 0 0.9375rem;
}
.cont-block .block-text a {
  text-decoration: underline;
}
.cont-block .block-text .buttons-wrapper {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.6875rem;
}
@media only screen and (max-width: 600px) {
  .cont-block .block-text .buttons-wrapper {
    flex-direction: column;
    gap: 1.875rem;
  }
  .cont-block .block-text .buttons-wrapper a {
    margin: unset !important;
  }
}
.cont-block .block-media {
  position: relative;
}
.cont-block .block-media .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.cont-block .block-media #player, .cont-block .block-media video {
  width: 100%;
  height: 30.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .cont-block .block-media #player, .cont-block .block-media video {
    height: 14.375rem;
  }
}
.cont-block .block-media span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont-block .parts-wrap {
  display: flex;
}
@media (max-width: 1228px) {
  .cont-block .parts-wrap {
    flex-direction: column;
  }
}

.cb-v1-main-text-image {
  position: relative;
  z-index: 1;
}
.cb-v1-main-text-image .parts-wrap .block-text {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
@media (max-width: 1228px) {
  .cb-v1-main-text-image .parts-wrap .block-text {
    border-radius: var(--border-radius);
  }
}
.cb-v1-main-text-image .parts-wrap .block-text .heading, .cb-v1-main-text-image .parts-wrap .block-text .text {
  color: var(--v1-text-color);
}
.cb-v1-main-text-image .parts-wrap .block-text .small-text {
  color: var(--v1-text-color);
  filter: brightness(0.85);
}
.cb-v1-main-text-image .parts-wrap .part-left, .cb-v1-main-text-image .parts-wrap .part-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1228px) {
  .cb-v1-main-text-image .parts-wrap .part-left, .cb-v1-main-text-image .parts-wrap .part-right {
    width: 100% !important;
  }
}
.cb-v1-main-text-image .parts-wrap.text-left .block-text {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
@media (max-width: 1228px) {
  .cb-v1-main-text-image .parts-wrap.text-left .block-text {
    border-radius: var(--border-radius);
  }
}
@media (max-width: 1228px) {
  .cb-v1-main-text-image .parts-wrap.text-left {
    flex-direction: column-reverse;
  }
}
.cb-v1-main-text-image .parts-wrap.text-left .part-left {
  width: 42%;
}
.cb-v1-main-text-image .parts-wrap.text-left .part-right {
  width: 58%;
}
.cb-v1-main-text-image .parts-wrap.text-right .part-left {
  width: 58%;
}
.cb-v1-main-text-image .parts-wrap.text-right .part-right {
  width: 42%;
}
@media (max-width: 1228px) {
  .cb-v1-main-text-image .block-media .image-wrapper {
    text-align: center;
  }
}
.cb-v1-main-text-image .block-media .image-wrapper img {
  border-radius: var(--border-radius);
}
@media (max-width: 1228px) {
  .cb-v1-main-text-image .block-media .image-wrapper img {
    width: 100%;
    max-width: 45.125rem;
  }
}
.cb-v1-main-text-image .block-text {
  background-color: var(--v1-background-color);
  padding: 2.5rem;
}
@media (max-width: 1228px) {
  .cb-v1-main-text-image .block-text {
    padding: 10.625rem 1.25rem 1.875rem 1.25rem;
    margin-top: -120px;
    width: calc(100% + 40px);
    max-width: 47.625rem;
  }
}
@media (max-width: 768px) {
  .cb-v1-main-text-image .block-text {
    min-width: calc(100% + 40px);
  }
}

.cb-v2-main-text-image {
  position: relative;
  z-index: 1;
}
.cb-v2-main-text-image .parts-wrap {
  border-radius: var(--border-radius);
  background-color: var(--v2-background-color);
  padding: 2.5rem;
}
@media (max-width: 1228px) {
  .cb-v2-main-text-image .parts-wrap {
    padding: 1.875rem;
  }
}
@media (max-width: 768px) {
  .cb-v2-main-text-image .parts-wrap {
    padding: 1.25rem;
  }
}
.cb-v2-main-text-image .parts-wrap .heading, .cb-v2-main-text-image .parts-wrap .text {
  color: var(--v2-text-color);
}
.cb-v2-main-text-image .parts-wrap .small-text {
  color: var(--v2-text-color);
  filter: brightness(0.85);
}
.cb-v2-main-text-image .parts-wrap .part-left {
  margin: 0 1.3125rem 0 0;
}
@media (max-width: 768px) {
  .cb-v2-main-text-image .parts-wrap .part-left {
    margin: 0;
    width: 100% !important;
  }
}
.cb-v2-main-text-image .parts-wrap .part-right {
  margin: 0 0 0 1.3125rem;
}
@media (max-width: 768px) {
  .cb-v2-main-text-image .parts-wrap .part-right {
    margin: 0;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cb-v2-main-text-image .parts-wrap.text-left {
    flex-direction: column-reverse;
  }
}
.cb-v2-main-text-image .parts-wrap.text-left .part-left {
  width: calc(63% - 1.3125rem);
}
.cb-v2-main-text-image .parts-wrap.text-left .part-right {
  width: calc(37% - 1.3125rem);
}
.cb-v2-main-text-image .parts-wrap.text-right .part-left {
  width: calc(37% - 1.3125rem);
}
.cb-v2-main-text-image .parts-wrap.text-right .part-right {
  width: calc(63% - 1.3125rem);
}
.cb-v2-main-text-image .block-media #player, .cb-v2-main-text-image .block-media video {
  width: 100%;
  max-width: 100%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cb-v2-main-text-image .block-media {
    margin-bottom: 1.875rem;
  }
}

.cb-v3-banner-main {
  position: relative;
  z-index: 1;
}
.cb-v3-banner-main .parts-wrap {
  background-color: var(--v3-background-color);
  padding: 3.125rem;
}
@media (max-width: 1228px) {
  .cb-v3-banner-main .parts-wrap {
    padding: 2.5rem 1.875rem;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .cb-v3-banner-main .parts-wrap {
    padding: 2.5rem 1.25rem;
  }
}
.cb-v3-banner-main .parts-wrap .heading, .cb-v3-banner-main .parts-wrap .text {
  color: var(--v3-text-color);
}
.cb-v3-banner-main .parts-wrap .part-left {
  width: calc(18% - 1.875rem);
  margin: 0 1.875rem 0 0;
}
@media (max-width: 1228px) {
  .cb-v3-banner-main .parts-wrap .part-left {
    width: calc(18% - 0.625rem);
    margin: 0 0.625rem 0 0;
  }
}
.cb-v3-banner-main .parts-wrap .part-right {
  width: calc(82% - 1.875rem);
  margin: 0 0 0 1.875rem;
}
@media (max-width: 1228px) {
  .cb-v3-banner-main .parts-wrap .part-right {
    width: calc(82% - 0.625rem);
    margin: 0 0 0 0.625rem;
  }
}
.cb-v3-banner-main .block-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.cb-v4-main {
  position: relative;
  z-index: 1;
  background-color: var(--v4-background-color);
  margin-bottom: 0;
  padding: 5rem 0;
}
@media (max-width: 1228px) {
  .cb-v4-main {
    padding: 3.125rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .cb-v4-main {
    padding: 2.5rem 0;
  }
}
.cb-v4-main .wrap {
  text-align: center;
}
.cb-v4-main .wrap .block-media {
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .cb-v4-main .wrap .block-media {
    margin-bottom: 1.875rem;
  }
}
.cb-v4-main .wrap .content-wrapper {
  max-width: 43.75rem;
  margin: 0 auto;
  color: var(--v4-text-color);
}
.cb-v4-main .wrap .content-wrapper .heading, .cb-v4-main .wrap .content-wrapper .text {
  color: var(--v4-text-color);
}
.cb-v4-main .wrap .content-wrapper a {
  margin: 0 auto;
  color: var(--v4-text-color);
}

.cb-v5-gallery {
  background-color: var(--v5-background-color);
  margin-bottom: 0;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1228px) {
  .cb-v5-gallery {
    padding: 3.125rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .cb-v5-gallery {
    padding: 2.5rem 0;
  }
}
.cb-v5-gallery .wrap {
  text-align: center;
}
.cb-v5-gallery .wrap .gallery {
  position: relative;
  padding: 2.8125rem 8.125rem 4.6875rem 8.125rem;
  border-radius: var(--border-radius);
  background-color: var(--v5-gallery-background-color);
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .cb-v5-gallery .wrap .gallery {
    padding: 1.875rem 1.875rem 4.375rem 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.cb-v5-gallery .wrap .gallery .gallery-item img {
  max-width: 100%;
  height: auto;
}
.cb-v5-gallery .wrap .content-wrapper {
  max-width: 62.5rem;
  margin: 0 auto;
  color: var(--v4-text-color);
}
.cb-v5-gallery .wrap .content-wrapper .heading, .cb-v5-gallery .wrap .content-wrapper .text {
  color: var(--v4-text-color);
}
.cb-v5-gallery .wrap .content-wrapper a {
  margin: 0 auto;
  color: var(--v4-text-color);
}

.arrow-wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 5rem);
  height: 2.75rem;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 768px) {
  .arrow-wrapper {
    display: none;
  }
}
.arrow-wrapper .swiper-gallery-prev, .arrow-wrapper .swiper-gallery-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 2.75rem;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  left: unset;
  right: unset;
  top: 0;
  margin-top: 0;
}
.arrow-wrapper .swiper-gallery-prev:focus, .arrow-wrapper .swiper-gallery-prev:active, .arrow-wrapper .swiper-gallery-prev:hover, .arrow-wrapper .swiper-gallery-prev:visited, .arrow-wrapper .swiper-gallery-prev:focus-within, .arrow-wrapper .swiper-gallery-prev:focus-visible, .arrow-wrapper .swiper-gallery-next:focus, .arrow-wrapper .swiper-gallery-next:active, .arrow-wrapper .swiper-gallery-next:hover, .arrow-wrapper .swiper-gallery-next:visited, .arrow-wrapper .swiper-gallery-next:focus-within, .arrow-wrapper .swiper-gallery-next:focus-visible {
  outline: none;
}
.arrow-wrapper .swiper-gallery-prev:after, .arrow-wrapper .swiper-gallery-next:after {
  content: "";
  background: url("../img/icn-arrow-right.svg");
  background-repeat: no-repeat;
  display: block;
  background-size: 1.375rem 2.75rem;
  width: 1.375rem;
  height: 2.75rem;
}
.arrow-wrapper .swiper-gallery-prev:after {
  transform: rotate(180deg);
}
.arrow-wrapper .swiper-button-disabled:after {
  opacity: 0.5;
}

.cont-block-footer {
  margin: 3.125rem 0;
  color: var(--text-color);
  max-width: 43.75rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cont-block-footer a {
  color: var(--text-color);
  text-decoration: none;
}
.cont-block-footer a:hover {
  color: var(--text-color);
  text-decoration: underline;
}

.cb-footer-image {
  position: relative;
  z-index: 1;
  margin: 0 0 3.125rem 0;
}
.cb-footer-image img {
  max-height: 67px;
  width: 100%;
}
@media (max-width: 768px) {
  .cb-footer-image img {
    max-height: 52px;
  }
}

.cb-footer-social-icons {
  position: relative;
  z-index: 1;
}
.cb-footer-social-icons .social-icons-wrapper {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.cb-footer-social-icons .social-icons-wrapper .social-icon {
  text-decoration: none;
}
.cb-footer-social-icons .social-icons-wrapper .social-icon:hover {
  text-decoration: none;
}

.cb-contact-cards {
  position: relative;
  z-index: 1;
}
.cb-contact-cards .card-items {
  margin: 0 -1.25rem;
  width: calc(100% + 2.5rem);
  display: flex;
  flex-wrap: wrap;
}
.cb-contact-cards .card-items > .item {
  display: flex;
  flex-direction: column;
  margin: 0 1.25rem 0 1.25rem;
  width: calc(33.33% - 2.5rem);
  transition: all 0.3s ease;
  text-align: left;
}
@media (max-width: 768px) {
  .cb-contact-cards .card-items > .item {
    text-align: center;
    margin-bottom: 2.5rem;
  }
}
.cb-contact-cards .card-items > .item:not(:last-child) {
  border-right: 0.0625rem solid #98398D;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .cb-contact-cards .card-items > .item:not(:last-child) {
    border-right: unset;
  }
}
@media (max-width: 768px) {
  .cb-contact-cards .card-items > .item {
    padding: 0;
    width: calc(100% - 2.5rem);
  }
  .cb-contact-cards .card-items > .item:last-child {
    margin-bottom: 0;
  }
}
.cb-contact-cards .card-items > .item .name, .cb-contact-cards .card-items > .item .email, .cb-contact-cards .card-items > .item .phone {
  margin-bottom: 0.75rem;
}
.cb-contact-cards .card-items > .item a {
  font-weight: 500;
}

.form-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
}

.form-modal-content {
  position: relative;
  background-color: var(--form-background-color);
  margin: auto auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 2.4375rem 2.125rem;
  max-width: 1000px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: var(--border-radius);
  text-align: left;
}
@media (max-height: 800px) {
  .form-modal-content {
    top: 0;
    transform: translateY(0);
  }
}
@media (max-width: 1228px) {
  .form-modal-content {
    top: 0;
    transform: translateY(0);
    padding: 1.875rem 1.5rem;
  }
}
.form-modal-content .title {
  color: var(--secondary-color);
  margin-bottom: 2rem;
}
.form-modal-content .wpcf7-submit {
  margin-bottom: 1rem;
}

.form-close-wrapper {
  position: absolute;
  right: 1.375rem;
  top: 2.125rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
  width: -moz-max-content;
  width: max-content;
}
.form-close-wrapper .form-close, .form-close-wrapper .form-close-btn, .form-close-wrapper .form-close-footer {
  cursor: pointer;
  content: url("../img/icn-x.svg");
}

.wpcf7 .parts-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .wpcf7 .parts-wrap {
    width: 100%;
    flex-direction: column;
  }
}
.wpcf7 .parts-wrap .part-left {
  width: calc(50% - 0.9375rem);
  margin: 0 0.9375rem 0 0;
}
@media (max-width: 768px) {
  .wpcf7 .parts-wrap .part-left {
    width: 100%;
    margin: 0;
  }
}
.wpcf7 .parts-wrap .part-right {
  width: calc(50% - 0.9375rem);
  margin: 0 0 0 0.9375rem;
}
@media (max-width: 768px) {
  .wpcf7 .parts-wrap .part-right {
    width: 100%;
    margin: 0;
  }
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wpcf7 label {
  font-family: "Inter" !important;
  display: block;
  color: var(--form-text-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
  text-align: left;
}
.wpcf7 label span {
  color: #E30613;
}
.wpcf7 input, .wpcf7 textarea {
  font-family: "Inter" !important;
  color: var(--form-text-color);
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0.625rem 1rem;
  margin-bottom: 1.875rem;
  border: 1px solid var(--form-text-color);
  background: transparent;
  outline: none !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .wpcf7 input, .wpcf7 textarea {
    margin-bottom: 1.5rem;
    padding: 0.625rem 0.75rem;
  }
}
.wpcf7 textarea {
  font-family: "Inter" !important;
  color: var(--form-text-color);
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  height: 5.875rem;
  border: 1px solid var(--form-text-color);
  background: transparent;
}
@media (max-width: 768px) {
  .wpcf7 textarea {
    border-bottom-left-radius: 0.5rem;
  }
}
.wpcf7 ::-moz-placeholder {
  color: var(--form-placeholder-color);
  font-family: "Inter" !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.wpcf7 ::placeholder {
  color: var(--form-placeholder-color);
  font-family: "Inter" !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.wpcf7 .wpcf7-not-valid {
  border-color: var(--primary-color);
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #E30613;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  position: absolute;
  bottom: -2px;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 0.75rem;
    bottom: -0.25rem;
  }
}
.wpcf7 .wpcf7-submit {
  padding: 0.875rem 5.9375rem;
  font-family: "Inter" !important;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  color: var(--form-text-color) !important;
  border-radius: 0.3125rem;
  border: 1px solid var(--form-placeholder-color);
  transition: all 0.3s ease;
  text-decoration: none !important;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
  filter: brightness(1.15);
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-submit {
    padding: 0.75rem 3.125rem;
  }
}
@media only screen and (max-width: 450px) {
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7 .wpcf7-acceptance {
  margin-bottom: 1.875rem;
}
.wpcf7 .wpcf7-acceptance label {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-acceptance span {
  color: var(--form-placeholder-color);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.wpcf7 .wpcf7-acceptance a {
  color: var(--form-placeholder-color);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.wpcf7 .wpcf7-acceptance a:hover {
  text-decoration: underline;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}
.wpcf7 [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.wpcf7 [type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  line-height: 24px;
}
.wpcf7 .wpcf7-acceptance label {
  margin-left: 24px;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-acceptance {
    margin-bottom: 1rem;
  }
}
.wpcf7 form.invalid .wpcf7-response-output {
  background-color: transparent;
  color: #E30613;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1.0625rem 0.75rem;
  position: relative;
  border: 1px solid #E30613;
  border-color: #E30613 !important;
  display: flex;
  margin: 0;
  margin-top: 1rem;
}
.wpcf7 [type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7 [type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.wpcf7 [type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: -34px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px solid var(--form-placeholder-color);
  border-radius: 0;
}
.wpcf7 form.invalid [type=checkbox] + .wpcf7-list-item-label::before {
  border: 1px solid var(--primary-color);
}
.wpcf7 [type=checkbox] + .wpcf7-list-item-label::after {
  background: url("../img/icn-check.svg") center center no-repeat;
  background-size: 16px 12px;
  display: block;
  width: 16px;
  height: 12px;
  position: absolute;
  left: -30px;
  top: 6px;
}
.wpcf7 [type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: transparent;
}
.wpcf7 [type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
.wpcf7 [type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

#window {
  position: relative;
  width: 100%;
}
#window > div > .wrap, #window > div > div > .wrap, #window header > .wrap, #window header > .cont-block > .wrap, #window footer > .wrap,
#window .menu-hover-wrap > .hover-wrap-inner > div > .wrap {
  margin: 0 auto;
  padding: 0 20px;
  min-width: 1112px;
  max-width: 1360px;
}
@media (max-width: 1378px) {
  #window > div > .wrap, #window > div > div > .wrap, #window header > .wrap, #window header > .cont-block > .wrap, #window footer > .wrap,
  #window .menu-hover-wrap > .hover-wrap-inner > div > .wrap {
    padding: 0 32px;
    min-width: 623px;
    max-width: 1216px;
  }
}
@media (max-width: 1228px) {
  #window > div > .wrap, #window > div > div > .wrap, #window header > .wrap, #window header > .cont-block > .wrap, #window footer > .wrap,
  #window .menu-hover-wrap > .hover-wrap-inner > div > .wrap {
    padding: 0 32px;
    min-width: 386px;
    max-width: 1088px;
  }
}
@media (max-width: 768px) {
  #window > div > .wrap, #window > div > div > .wrap, #window header > .wrap, #window header > .cont-block > .wrap, #window footer > .wrap,
  #window .menu-hover-wrap > .hover-wrap-inner > div > .wrap {
    padding: 0 20px;
    min-width: 284px;
  }
}
#window > div > .wrap.wrap-limit, #window > div > div > .wrap.wrap-limit, #window header > .wrap.wrap-limit, #window header > .cont-block > .wrap.wrap-limit, #window footer > .wrap.wrap-limit,
#window .menu-hover-wrap > .hover-wrap-inner > div > .wrap.wrap-limit {
  padding: 0 20px;
  min-width: 1210px;
  max-width: 1210px;
}
@media (max-width: 1378px) {
  #window > div > .wrap.wrap-limit, #window > div > div > .wrap.wrap-limit, #window header > .wrap.wrap-limit, #window header > .cont-block > .wrap.wrap-limit, #window footer > .wrap.wrap-limit,
  #window .menu-hover-wrap > .hover-wrap-inner > div > .wrap.wrap-limit {
    padding: 0 32px;
    min-width: 623px;
    max-width: 1210px;
  }
}
@media (max-width: 1228px) {
  #window > div > .wrap.wrap-limit, #window > div > div > .wrap.wrap-limit, #window header > .wrap.wrap-limit, #window header > .cont-block > .wrap.wrap-limit, #window footer > .wrap.wrap-limit,
  #window .menu-hover-wrap > .hover-wrap-inner > div > .wrap.wrap-limit {
    padding: 0 32px;
    min-width: 386px;
    max-width: 988px;
  }
}
@media (max-width: 768px) {
  #window > div > .wrap.wrap-limit, #window > div > div > .wrap.wrap-limit, #window header > .wrap.wrap-limit, #window header > .cont-block > .wrap.wrap-limit, #window footer > .wrap.wrap-limit,
  #window .menu-hover-wrap > .hover-wrap-inner > div > .wrap.wrap-limit {
    padding: 0 20px;
    min-width: 284px;
  }
}

.wpcf7-response-output {
  color: var(--form-text-color);
}

.btn {
  padding: 0.875rem 5.9375rem;
  display: inline-block;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  color: var(--primary-btn-text-color) !important;
  background: var(--primary-btn-background-color) !important;
  border: 1px solid var(--primary-btn-border-color) !important;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .btn {
    padding: 0.875rem 3.125rem;
    width: 100%;
    box-sizing: border-box;
  }
}
.btn:hover {
  filter: brightness(1.15);
  text-decoration: none !important;
}
.btn.btn-2 {
  color: var(--secondary-btn-text-color) !important;
  background: var(--secondary-btn-background-color) !important;
  border: 1px solid var(--secondary-btn-border-color) !important;
}
.btn i {
  margin-right: 8px;
}

.title-wrapper {
  text-align: center;
  margin-bottom: 2.1875rem;
}
.title-wrapper .page-title h1 {
  color: var(--headings-colors);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.title-wrapper .page-description {
  color: var(--text-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
}

.swiper-pagination {
  width: -moz-max-content !important;
  width: max-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: inline-block;
  bottom: 1.5625rem !important;
  top: unset !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--v5-bullets-color);
  border-radius: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0 0.3125rem !important;
  opacity: 0.5;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  margin-right: 6px !important;
}

.page:not(.home, .page-template-template-cart) .wrap {
  max-width: 51.25rem !important;
  min-width: unset !important;
  margin: 0 auto !important;
}
.page:not(.home, .page-template-template-cart) .page-content-wrap {
  background-color: var(--content-background-color);
  border-radius: var(--border-radius);
  padding: 2.5rem;
  margin-bottom: 3.125rem;
  color: var(--text-color);
}
@media (max-width: 1228px) {
  .page:not(.home, .page-template-template-cart) .page-content-wrap {
    padding: 1.875rem 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.page:not(.home, .page-template-template-cart) .page-content-wrap h1, .page:not(.home, .page-template-template-cart) .page-content-wrap h2, .page:not(.home, .page-template-template-cart) .page-content-wrap h3, .page:not(.home, .page-template-template-cart) .page-content-wrap h4, .page:not(.home, .page-template-template-cart) .page-content-wrap h5, .page:not(.home, .page-template-template-cart) .page-content-wrap h6 {
  color: var(--headings-colors);
}

.page:not(.home) #main {
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 1228px) {
  .page:not(.home) #main {
    margin-bottom: 2.5rem;
  }
}
.page:not(.home) #main .page-content-wrap a {
  color: var(--text-color);
}
.page:not(.home) #main .page-content-wrap .btn {
  margin-bottom: 1.875rem;
}
.page:not(.home) #main .page-content-wrap .btn svg {
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}
.page:not(.home) #main .page-content-wrap .btn svg path {
  stroke: #FFF;
}

div {
  box-sizing: border-box;
  width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

footer {
  position: relative;
  background-color: var(--primary-color);
  padding: 5.625rem 0;
  overflow-y: hidden;
}
@media (max-width: 1228px) {
  footer {
    padding: 4.375rem 0;
  }
}
footer .wrap {
  text-align: center;
}
footer .cb-footer-text a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: underline;
}
footer .privacy-policy {
  color: var(--text-color);
  font-weight: 500;
}
footer .privacy-policy:hover {
  color: var(--text-color);
}

.icn {
  position: relative;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: inline-block;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
  overflow: hidden;
  outline: none;
  user-select: none;
}

.icn-play {
  width: 4.8125rem;
  min-width: 4.8125rem;
  height: 4.8125rem;
  min-height: 4.8125rem;
  background-image: url("../img/icn-play.svg");
}

@media print {
  header {
    display: none;
  }
  .comments {
    display: none;
  }
  footer {
    display: none;
  }
}
.cf::after {
  content: "";
  clear: both;
  display: table;
}

.icn-play {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.modal-content {
  position: relative;
  background-color: var(--primary-color);
  margin: 15% auto;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 1000px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 1228px) {
  .modal-content {
    top: 0;
    transform: translateY(0);
  }
}

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--secondary-color);
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

#youtubeModalPlayer {
  width: 100%;
  height: 550px;
}
@media (max-width: 1228px) {
  #youtubeModalPlayer {
    height: 400px;
  }
}
@media (max-width: 768px) {
  #youtubeModalPlayer {
    height: 315px;
  }
}

#CookiebotWidget {
  width: auto !important;
}

@media screen and (min-width: 601px) {
  #CookiebotWidget.CookiebotWidget-open {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
}
.tel-container {
  position: relative;
  display: inline-block;
}

.tel-container .phone-prefix {
  position: absolute;
  left: 10px;
  top: 16px;
  color: #999;
  pointer-events: none;
  font-size: 16px;
}

.tel-container input[type=tel] {
  padding-left: 54px;
}

header .logo .logo-bg-wrap .logo-image {
  max-height: 5.75rem;
}

@media (max-width: 767px) {
  header .logo .logo-bg-wrap .logo-image {
    max-height: 3.2rem;
  }
}
/* Uždarytas select – kaip ir kiti laukai */
.form-modal-content select.wpcf7-form-control {
  color: #ffffff; /* tekstas baltas */
  background-color: transparent;
}

/* Sąrašo įrašai – juodi ant balto fono */
.form-modal-content select.wpcf7-form-control option {
  color: #000000;
  background-color: #ffffff;
}

/* Pasirinktas variantas sąraše – paryškintas */
.form-modal-content select.wpcf7-form-control option:checked,
.form-modal-content select.wpcf7-form-control option:focus,
.form-modal-content select.wpcf7-form-control option:hover {
  background-color: #f0f0f0;
  font-weight: 600;
}

/* Placeholder 'Domina paslauga' – šviesesnis */
.form-modal-content select.wpcf7-form-control option[value=""] {
  color: #888888;
  font-weight: 400;
}

/* Tekstiniai laukai ir select – vienodo aukščio */
.form-modal-content input.wpcf7-form-control[type=text],
.form-modal-content input.wpcf7-form-control[type=tel],
.form-modal-content input.wpcf7-form-control[type=email],
.form-modal-content select.wpcf7-form-control {
  height: 46px;
  line-height: 1.2;
}

.wpcf7-form-control-wrap .select2 {
  width: 100% !important;
  margin-bottom: 1.8125rem;
}
@media (max-width: 768px) {
  .wpcf7-form-control-wrap .select2 {
    margin-bottom: 1.5rem;
  }
}
.wpcf7-form-control-wrap .select2 .select2-selection {
  background-color: var(--form-background-color);
  border-color: var(--form-text-color);
  border-radius: 0;
  height: 2.875rem;
}
.wpcf7-form-control-wrap .select2 .select2-selection .select2-selection__rendered {
  padding: 0.75rem 1rem;
  background-color: var(--form-background-color);
  color: var(--form-text-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
.wpcf7-form-control-wrap .select2 .select2-selection .select2-selection__arrow {
  content: url("../img/icn-arrow-down.svg");
  height: 2.75rem;
  padding-right: 1.375rem;
  width: 1.125rem;
  background-color: var(--form-background-color);
}
.wpcf7-form-control-wrap .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}

body:not(.wp-admin) .select2-dropdown {
  border: 1px solid var(--form-text-color);
  border-radius: 0;
}
body:not(.wp-admin) .select2-dropdown .select2-results__options {
  padding: 0;
}
body:not(.wp-admin) .select2-dropdown .select2-results__options .select2-results__option {
  background: var(--form-background-color);
  color: var(--form-text-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.625rem 0.75rem;
}
body:not(.wp-admin) .select2-dropdown .select2-results__options .select2-results__option--highlighted {
  border-radius: 0rem;
  background: var(--form-text-color);
  color: var(--form-background-color);
}

body.admin-bar .select2-container--open .select2-dropdown {
  top: 2.8125rem;
}/*# sourceMappingURL=styles.css.map */