@charset "UTF-8";
/*
Theme Name: baseline
Author: BASELINE
Author URI: https://baseline.lv
Description: baseline - theme for greater customization
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: baseline
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.about-block {
  padding: clamp(60px, 10vw, 100px) clamp(1rem, 3vw, 1.875rem);
}
.about-block .row {
  position: relative;
  gap: clamp(60px, 10vw, 100px);
}
@media (max-width: 991px) {
  .about-block .row {
    gap: clamp(1rem, 3vw, 1.875rem);
  }
}
.about-block .row::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--wp--preset--color--accent-light);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .about-block .row::after {
    display: none;
  }
}
.about-block .row.image-left {
  flex-direction: row-reverse;
}
@media (max-width: 530px) {
  .about-block .row.image-left {
    flex-direction: column-reverse;
  }
}
.about-block .row.image-left .block-image-wrapper {
  max-width: 75%;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .about-block .row.image-left .block-image-wrapper {
    max-width: 100%;
  }
}
.about-block .row.image-left .block-image-wrapper .green-lines {
  right: unset;
  left: 100%;
  transform: scaleX(-1);
}
@media (max-width: 530px) {
  .about-block h2 {
    margin-bottom: 1rem;
  }
}
.about-block .flex-column {
  align-items: flex-start;
}
@media (max-width: 991px) {
  .about-block .flex-column {
    flex-basis: 100%;
  }
}
.about-block .block-description {
  max-width: 500px;
  margin-bottom: clamp(1rem, 3vw, 1.875rem);
}
.about-block .block-image-wrapper {
  height: 450px;
  width: auto;
  align-self: flex-end;
  position: relative;
}
@media (max-width: 991px) {
  .about-block .block-image-wrapper {
    height: 100%;
  }
}
.about-block .block-image-wrapper .green-lines {
  position: absolute;
  right: 100%;
  bottom: 0;
}
@media (max-width: 991px) {
  .about-block .block-image-wrapper .green-lines {
    display: none;
  }
}
.about-block .block-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 50%;
}
@media (max-width: 991px) {
  .about-block .block-image-wrapper img {
    border-radius: 0 80px 24px 24px;
  }
}

.agenda-block {
  padding-bottom: var(--wp--preset--spacing--40);
}
.agenda-block h2 {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--30);
}
.agenda-block h3 {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--x-large);
}
.agenda-block__wrapper {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.agenda-block__navigation {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
.agenda-block__navigation button {
  padding: 8px 12px;
  background-color: var(--wp--preset--color--dark);
  color: var(--wp--preset--color--accent);
  border: 0;
  border-radius: 0;
  font-size: var(--wp--preset--font-size--medium);
  transition: all 0.3s ease-in-out;
}
.agenda-block__navigation button:hover {
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--secondary);
}
.agenda-block__navigation button.active {
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--secondary);
}
.agenda-block__navigation button.active:hover {
  opacity: 0.9;
}
.agenda-block .block-pane {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  gap: 40px;
  max-width: 80%;
}
.agenda-block .block-pane:not(.active) {
  display: none;
}
@media (max-width: 991px) {
  .agenda-block .block-pane {
    max-width: 100%;
  }
}
.agenda-block__row {
  flex-basis: calc(80% + 161px - 16px);
}
@media (max-width: 991px) {
  .agenda-block__row {
    flex-basis: 100%;
  }
}
.agenda-block__columns {
  display: flex;
  gap: 120px;
}
@media (max-width: 991px) {
  .agenda-block__columns {
    flex-wrap: wrap;
  }
}
.agenda-block__timeslot {
  display: flex;
  gap: 1rem;
}
.agenda-block__timeslot:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 530px) {
  .agenda-block__timeslot {
    flex-direction: column;
  }
  .agenda-block__timeslot:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 24px;
  }
}
.agenda-block__timeslot-header {
  position: relative;
  background-color: transparent;
  border: 0;
  text-align: left;
  color: #fff;
  padding: 0;
  margin-bottom: 16px;
}
.agenda-block__timeslot-header span {
  width: 40px;
  height: 28px;
  background-image: url("./assets/images/backToTop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: -40px;
  top: 12px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 530px) {
  .agenda-block__timeslot-header {
    padding-right: 24px;
  }
  .agenda-block__timeslot-header span {
    right: 0;
    width: 24px;
    top: 6px;
  }
}
.agenda-block__timeslot-text {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: #FFF;
}
.agenda-block__timeslot-text p {
  margin: 0;
}
.agenda-block__timeslot-text a {
  color: var(--wp--preset--color--main);
}
.agenda-block__timeslot-time {
  width: 175px;
  text-align: right;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .agenda-block__timeslot-time {
    width: auto;
  }
}
@media (max-width: 530px) {
  .agenda-block__timeslot-time {
    width: 100%;
    text-align: left;
  }
}
.agenda-block__timeslot-content {
  display: flex;
  flex-direction: column;
}
.agenda-block__timeslot-content.active .agenda-block__timeslot-header span {
  transform: rotate(0deg);
}
.agenda-block__timeslot-content.active .agenda-block__timeslot-text {
  max-height: 600px;
  padding: 16px 48px 0 0;
}
.agenda-block__timeslot-title {
  font-weight: 500;
  line-height: 1.5;
}
.agenda-block__timeslot-text {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.25rem;
}

.cta-block {
  padding: clamp(60px, 10vw, 100px) clamp(1rem, 3vw, 1.875rem);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
@media (max-width: 991px) {
  .cta-block {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
.cta-block .block-description {
  margin-bottom: clamp(1rem, 3vw, 1.875rem);
}
.cta-block .btn-baseline {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-self: flex-start;
  color: var(--wp--preset--color--main);
}
.cta-block .btn-baseline:hover {
  color: var(--wp--preset--color--main);
}
.cta-block .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: 30% 10%;
  background-size: cover;
  transform: scaleX(-1);
}
.cta-block .inner-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  max-width: 600px;
  border-radius: 20px;
  background-color: hsla(180, 3%, 94%, 0.3);
  background-image: radial-gradient(at 62% 78%, rgb(196, 243, 238) 0px, transparent 50%), radial-gradient(at 50% 10%, rgb(188, 227, 221) 0px, transparent 50%), radial-gradient(at 18% 79%, rgb(237, 199, 197) 0px, transparent 50%);
  background-size: cover;
  backdrop-filter: blur(4px);
  padding: 60px 40px;
}
@media (max-width: 991px) {
  .cta-block .inner-block {
    padding: clamp(1rem, 3vw, 1.875rem);
  }
}
.cta-block .green-lines {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 530px) {
  .cta-block .green-lines {
    height: 35vw;
    width: 40vw;
  }
}

.experts-block {
  color: var(--wp--preset--color--dark);
}
.experts-block .grid {
  gap: 1.2rem;
  align-items: start;
}
@media (max-width: 991px) {
  .experts-block .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.experts-block .accordion-item {
  background-color: #fff;
}
.experts-block .accordion-item:hover .accordion-header {
  color: var(--wp--preset--color--dark);
}
.experts-block .accordion-item .accordion-header {
  color: var(--wp--preset--color--dark);
  padding: 24px;
  padding-right: 40px;
}
.experts-block .accordion-item .accordion-header .row {
  gap: 24px;
}
.experts-block .accordion-item .accordion-header img {
  border-radius: 100%;
  max-width: 100px;
  max-height: 100px;
}
.experts-block .accordion-item .accordion-header .expert-name {
  margin-bottom: 1rem;
}
.experts-block .accordion-item .accordion-header .expert-title {
  font-size: var(--wp--preset--font-size--small);
  font-weight: normal;
}
.experts-block .accordion-item .expert-button {
  margin-top: 24px;
}
.experts-block .accordion-item .expert-linkedin {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
.experts-block .accordion-item .expert-linkedin svg {
  width: 30px;
}
.experts-block .accordion-item .expert-linkedin svg path {
  fill: var(--wp--preset--color--accent);
}

.faqs-block {
  position: relative;
  z-index: 1;
  padding-top: clamp(60px, 10vw, 100px);
}
.faqs-block h2 {
  text-align: center;
}
.faqs-block .wp-element-button {
  margin-top: 24px;
  display: inline-block;
}
.faqs-block .wp-element-button:hover {
  text-decoration: none;
}
.faqs-block__accordion {
  max-width: 870px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: height 0.5s;
}
@media (max-width: 991px) {
  .faqs-block__accordion {
    gap: 1.2rem;
  }
}
.faqs-block .lines-before {
  position: relative;
  top: 200px;
  left: -30px;
}
@media (max-width: 530px) {
  .faqs-block .lines-before {
    position: absolute;
    z-index: -1;
  }
}
.faqs-block .lines-after {
  position: relative;
  top: 0;
  right: -30px;
}
@media (max-width: 530px) {
  .faqs-block .lines-after {
    display: none;
  }
}

.featured-products-block {
  padding: 100px clamp(1rem, 3vw, 1.875rem);
  border-radius: 20px;
  z-index: 1;
  position: relative;
  background-color: #F37F7F;
  overflow: hidden;
}
.featured-products-block .draw-line {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.featured-products-block h2 {
  margin-top: 30px;
  margin-bottom: 0;
}
.featured-products-block h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: var(--wp--preset--font-size--medium);
}
.featured-products-block .btn-baseline {
  color: var(--wp--preset--color--dark);
  background-color: rgba(255, 255, 255, 0.7);
}
.featured-products-block .btn-baseline:hover {
  color: #fff;
  background-color: var(--wp--preset--color--accent);
}
.featured-products-block .splide__arrow {
  border-color: var(--wp--preset--color--dark);
}
.featured-products-block .splide__arrow:hover {
  border-color: var(--wp--preset--color--accent);
}
.featured-products-block .splide__arrow svg path {
  fill: var(--wp--preset--color--dark);
}
.featured-products-block .price {
  color: var(--wp--preset--color--dark);
}
.featured-products-block a:hover {
  text-decoration: none;
}
.featured-products-block .splide__track {
  padding-bottom: 60px;
}
@media (max-width: 530px) {
  .featured-products-block .splide__track {
    width: 70vw;
    overflow: visible;
  }
}
.featured-products-block #products-slider {
  padding-top: 60px;
}
.featured-products-block #products-slider img {
  background-color: #fff;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.5s;
}
.featured-products-block #products-slider li:hover img {
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.hero-section {
  position: relative;
  padding: 100px clamp(1rem, 3vw, 1.875rem) 0 clamp(1rem, 3vw, 1.875rem);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}

#hero {
  position: relative;
  padding-top: 160px;
}
@media (max-width: 991px) {
  #hero {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
@media (max-width: 530px) {
  #hero {
    padding-bottom: 50vw;
  }
}
#hero .hero-title, #hero .description, #hero .buttons {
  position: relative;
  z-index: 3;
}
#hero .hero-title {
  max-width: 630px;
}
@media (max-width: 991px) {
  #hero .hero-title {
    width: 540px;
    max-width: 90%;
  }
}
@media (max-width: 530px) {
  #hero .hero-title {
    margin-bottom: 0;
    margin-top: 0;
  }
}
#hero .button-group {
  position: relative;
  width: 40vw;
  max-width: 600px;
  padding: clamp(1rem, 3vw, 1.875rem);
  background-color: #fff;
  z-index: 1;
  border-radius: 0 24px 0 24px;
  margin-left: -1.875rem;
  gap: 1rem;
}
@media (max-width: 1240px) {
  #hero .button-group .btn-baseline {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  #hero .button-group {
    width: 40vw;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: transparent;
  }
}
#hero .button-group .btn-baseline {
  flex-basis: 50%;
}
#hero .button-group:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("./assets/images/border-radius.svg");
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  #hero .button-group:before {
    display: none;
  }
}
#hero .button-group:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("./assets/images/border-radius.svg");
  background-size: contain;
  position: absolute;
  left: 100%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  #hero .button-group:after {
    display: none;
  }
}
#hero .float-bg {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 50vw;
  overflow: visible;
  background: transparent;
  background-image: radial-gradient(circle, rgb(227, 207, 205) 40%, transparent 63%);
  background-color: transparent;
  background-image: radial-gradient(at 40% 40%, rgb(230, 193, 191) 0px, transparent 50%), radial-gradient(at 55% 50%, rgb(242, 203, 201) 0px, transparent 50%), radial-gradient(at 45% 63%, hsl(2, 39%, 89%) 0px, transparent 50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: floatAround 10s infinite ease-in-out;
}
@media (max-width: 530px) {
  #hero .float-bg {
    width: 80vw;
    height: 80vw;
  }
}
#hero .lines-grey {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 530px) {
  #hero .lines-grey {
    left: unset;
    right: 0;
    height: 250px;
  }
}
#hero .lines-green {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1100px) {
  #hero .lines-green {
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  #hero .lines-green {
    max-width: 80%;
  }
}
#hero .hero-sportisti {
  display: block;
  background-image: url("./assets/images/promed-hero-sportisti.png");
  width: 35vw;
  height: 85%;
  position: absolute;
  right: 7vw;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  z-index: 3;
}
@media (max-width: 991px) {
  #hero .hero-sportisti {
    width: 50vw;
    right: 3%;
  }
}
@media (max-width: 530px) {
  #hero .hero-sportisti {
    width: 60vw;
  }
}
#hero .flex-column {
  gap: 90px;
  z-index: 4;
}
@media (max-width: 991px) {
  #hero .flex-column {
    gap: 0px;
  }
}
#hero .hero-bg {
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  mask-repeat: no-repeat;
  mask-position: bottom left;
  mask-size: cover;
  background-color: hsl(180, 3%, 94%);
  background-image: radial-gradient(at 42% 63%, hsl(173, 54%, 79%) 0px, transparent 50%), radial-gradient(at 89% 10%, hsl(172, 51%, 87%) 0px, transparent 50%), radial-gradient(at 1% 8%, hsl(180, 3%, 94%) 0px, transparent 50%);
}
@media (max-width: 991px) {
  #hero .hero-bg {
    -webkit-mask-image: none;
    mask-image: none;
  }
}
#hero.page-hero {
  padding-bottom: 0px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  #hero.page-hero {
    padding-top: 120px;
    padding-right: clamp(1rem, 3vw, 1.875rem);
    padding-bottom: clamp(1rem, 3vw, 1.875rem);
  }
  #hero.page-hero .hero-title {
    width: 100%;
  }
}
@media (max-width: 530px) {
  #hero.page-hero {
    padding-top: 90px;
  }
}
#hero.page-hero > .row {
  align-items: flex-end;
  gap: 100px;
}
@media (max-width: 991px) {
  #hero.page-hero > .row {
    gap: 0;
    flex-wrap: wrap;
  }
  #hero.page-hero > .row.justify-center {
    align-items: center;
  }
}
#hero.page-hero .flex-column {
  max-width: 656px;
  gap: 30px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  #hero.page-hero .flex-column {
    max-width: 500px;
    padding-bottom: 40px;
    gap: 16px;
  }
}
#hero.page-hero h1 {
  margin: 0;
}
#hero.page-hero .description {
  font-size: 1rem;
}
#hero.page-hero .buttons a {
  padding: 14px 24px;
  color: var(--wp--preset--color--main);
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 530px) {
  #hero.page-hero .buttons {
    flex-direction: column;
  }
}
#hero.page-hero .white-lines {
  position: absolute;
  right: 0;
  top: 40%;
  width: 20%;
  height: auto;
  z-index: 2;
}
@media (max-width: 530px) {
  #hero.page-hero .white-lines {
    width: 45%;
    height: auto;
    top: 0;
    transform: scaleY(-1);
  }
}
#hero.page-hero .image-wrapper {
  width: 400px;
  height: 350px;
  border-top-left-radius: 180px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#hero.page-hero .image-wrapper .post-thumbnail {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  #hero.page-hero .image-wrapper {
    height: 380px;
    max-height: 70vw;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 100%;
    z-index: 1;
  }
}
#hero.page-hero .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero.page-hero .hero-bg {
  mask-image: none;
  -webkit-mask-image: none;
}

.specialists .page-hero .image-wrapper {
  max-height: 383px;
}

.button-group {
  padding: 32px 0;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 991px) {
  .button-group {
    gap: 12px;
    flex-wrap: wrap;
  }
}
.button-group .btn-baseline {
  border-radius: 40px;
  color: var(--wp--preset--color--dark);
  border-color: var(--wp--preset--color--accent);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.75s;
  transition-delay: 0.075s;
  text-wrap-mode: nowrap;
}
.button-group .btn-baseline.btn-outline {
  color: var(--wp--preset--color--dark);
}
@media (max-width: 991px) {
  .button-group .btn-baseline {
    gap: 4px;
  }
}
@media (max-width: 991px) {
  .button-group .btn-baseline {
    flex-grow: 1;
  }
}
.button-group .btn-baseline:nth-of-type(2) {
  transition-delay: 0.15s;
}

@keyframes floatAround {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(100px, 50px);
  }
  50% {
    transform: translate(100px, -100px);
  }
  75% {
    transform: translate(-100px, -50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.latest-posts {
  padding-top: clamp(60px, 10vw, 100px);
}
.latest-posts h2 {
  margin-top: 30px;
  margin-bottom: 60px;
}
.latest-posts .splide__track {
  margin-bottom: 30px;
  width: calc(100% + 14px);
}
.latest-posts .splide__slide {
  padding: 5px 14px 14px 5px;
}
.latest-posts .splide__slide .post-item {
  padding: clamp(1rem, 3vw, 1.875rem);
  background: #FFF;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
  gap: 28px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
}
.latest-posts .splide__slide .post-item h3 {
  font-size: var(--wp--preset--font-size--medium);
}
.latest-posts .splide__slide .post-item a {
  font-size: var(--wp--preset--font-size--small);
}
.latest-posts .splide__slide .post-item .read-more {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.latest-posts .splide__slide .image-wrapper {
  height: 287px;
}
.latest-posts .splide__slide .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 180px 0px 0px 0px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .latest-posts .splide__slide .image-wrapper img {
    border-radius: 100px 0 0 0;
  }
}
.latest-posts .splide__slide:nth-child(2n) .image-wrapper img {
  border-radius: 0px 180px 0px 0px;
}
@media (max-width: 991px) {
  .latest-posts .splide__slide:nth-child(2n) .image-wrapper img {
    border-radius: 100px 0 0 0;
  }
}
.latest-posts .splide__slide:nth-child(3n) .image-wrapper img {
  border-radius: 0px 0px 180px 0px;
}
@media (max-width: 991px) {
  .latest-posts .splide__slide:nth-child(3n) .image-wrapper img {
    border-radius: 100px 0 0 0;
  }
}

.latest-events {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 1.2rem;
}
@media (max-width: 600px) {
  .latest-events {
    display: flex;
    flex-direction: column;
  }
}
.latest-events a {
  text-decoration: none;
  grid-column: 2;
}
.latest-events a:hover {
  text-decoration: none;
}
.latest-events a:first-child {
  grid-row: 1/4;
  grid-column: 1;
  height: 100%;
}
.latest-events a:first-child .event-item {
  height: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.latest-events a:first-child .event-item .image-wrapper {
  width: 100%;
}
.latest-events a:first-child .event-item .wp-post-image {
  display: block;
  grid-row: 1;
  grid-column: 1;
}
.latest-events a:first-child .event-item .event-date {
  grid-row: 1;
  grid-column: 1;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 530px) {
  .latest-events a:first-child .event-item .event-date {
    top: 12px;
    right: 12px;
  }
}

.event-item {
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  align-items: center;
  gap: 30px;
  font-size: 1rem;
}
.event-item:hover {
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.event-item .column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.event-item .image-wrapper {
  position: relative;
  display: grid;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.event-item .wp-post-image {
  display: none;
}
.event-item h3 {
  color: var(--wp--preset--color--dark);
  margin: 0;
}
.event-item .event-type {
  align-self: center;
  padding: 4px 12px;
  font-size: 1rem;
  margin-right: 20px;
  font-weight: 600;
  border: 1px solid var(--wp--preset--color--accent);
}
.event-item .event-location {
  display: flex;
  align-items: center;
  gap: 8px;
}
.event-item .event-date {
  background-color: var(--wp--preset--color--accent-light);
  padding: 12px 20px;
  border-radius: 10px;
  color: var(--wp--preset--color--dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.event-item .event-date .event-day {
  font-weight: 700;
  line-height: 1;
  font-size: 2rem;
}
.event-item .event-date .event-month {
  display: flex;
  gap: 4px;
  white-space: nowrap;
  text-transform: uppercase;
}
.event-item .event-description {
  color: var(--wp--preset--color--dark);
  max-width: 85%;
}
.event-item .event-button {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 530px) {
  .event-item {
    gap: 16px;
    padding: 16px;
  }
  .event-item .event-date {
    padding: 12px 8px;
  }
  .event-item .event-date .event-day {
    font-size: 1.25rem;
  }
}

@media (max-width: 1400px) {
  .single-event .event-item-head {
    padding-left: clamp(1rem, 3vw, 1.875rem);
    padding-right: clamp(1rem, 3vw, 1.875rem);
  }
}
.single-event .event-item {
  height: 100%;
  gap: 20px;
  display: flex;
  max-width: var(--wp--style--global--content-size);
  margin: 100px auto 80px;
}
@media (max-width: 991px) {
  .single-event .event-item {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .single-event .event-item .event-description {
    max-width: 100%;
  }
}
.single-event .event-item:hover {
  box-shadow: none;
}
.single-event .event-item h1 {
  font-size: clamp(24px, 5vw, 28px);
  margin: 0;
}
.single-event .event-item .image-wrapper {
  width: 30%;
}
@media (max-width: 991px) {
  .single-event .event-item .image-wrapper {
    width: 100%;
  }
}
.single-event .event-item .wp-post-image {
  display: block;
  grid-row: 1;
  grid-column: 1;
}
.single-event .event-item .event-date {
  grid-row: 1;
  grid-column: 1;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 991px) {
  .single-event .event-item .event-date {
    top: 12px;
    right: 12px;
  }
}

.map-block .leaflet-tile {
  background: #133f3b;
  filter: sepia(60%) hue-rotate(100deg) saturate(80%) brightness(60%) contrast(200%);
}
.map-block #map {
  background-color: #e0e0e0;
  width: 100%;
  height: 690px;
  z-index: 1;
}
@media (max-width: 991px) {
  .map-block #map {
    height: 320px;
  }
}
.map-block .leaflet-marker-icon.hide {
  display: none;
}
.map-block .leaflet-popup {
  bottom: 20px !important;
}
.map-block svg {
  margin-top: 4px;
}
.map-block h2 {
  text-align: center;
  width: 630px;
  max-width: 80%;
  margin: 0 auto 24px;
  color: #000;
}
.map-block__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  gap: 1.5rem;
}
.map-block__filter .filter-button {
  background-color: transparent;
  padding: 1rem 0;
  font-size: 1rem;
  border: 0;
  border-bottom: 2px solid transparent;
}
.map-block__filter .filter-button.active, .map-block__filter .filter-button:hover {
  color: var(--wp--preset--color--main);
  border-bottom: 2px solid var(--wp--preset--color--main);
}
.map-block__row {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .map-block__row {
    gap: 24px;
    flex-direction: column;
  }
}
.map-block__locations-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 637px;
  flex-shrink: 0;
  position: relative;
}
.map-block__locations-wrapper .scroll-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 50px;
  border: 1px solid var(--wp--preset--color--main);
  border-radius: 0 0 0 0;
  background-color: #fff;
  border-right: 0;
}
@media (max-width: 991px) {
  .map-block__locations-wrapper .scroll-button {
    border-right: 1px solid var(--wp--preset--color--main);
    border-radius: 0;
  }
}
.map-block__locations-wrapper .scroll-button.return {
  transform: scaleY(-1);
}
.map-block__locations-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
}
.map-block__item {
  border-radius: 0 0 0 0;
  padding: 16px 20px;
  display: flex;
  gap: 1rem;
  background-color: var(--wp--preset--color--light);
  color: #000;
  overflow: visible;
  transition: all 0.3s ease-in-out;
}
.map-block__item.hide {
  display: none;
}
.map-block__item.highlight, .map-block__item:hover {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
}
.map-block__item.highlight .map-block__item-contacts span,
.map-block__item.highlight .btn-baseline.btn-outline,
.map-block__item.highlight .map-block__item-content span, .map-block__item:hover .map-block__item-contacts span,
.map-block__item:hover .btn-baseline.btn-outline,
.map-block__item:hover .map-block__item-content span {
  color: #fff;
  border-color: #fff;
}
.map-block__item .pin-icon {
  margin-top: 3px;
  width: 12px;
  height: 18px;
}
@media (max-width: 991px) {
  .map-block__item {
    border-radius: 0;
  }
}
.map-block__item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map-block__item-content h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.map-block__item-content span {
  font-size: 0.875rem;
  color: #646c74;
  line-height: 1.3;
}
.map-block__item-contacts {
  display: flex;
  flex-direction: column;
}
.map-block__item-contacts span {
  color: #000;
}
.map-block__item-contacts a {
  display: block;
}
.map-block__item-buttons {
  display: flex;
  gap: 10px;
}
.map-block__item-buttons a {
  display: block;
  padding: 8px 14px;
  font-size: 0.875rem;
}

.partners-block .grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}
@media (max-width: 991px) {
  .partners-block .grid {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.partners-block .grid .accordion-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.partners-block .grid .accordion-header img {
  height: 60px;
  width: auto;
}

.prices-block {
  padding-top: clamp(60px, 10vw, 100px);
}
.prices-block .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 3vw, 1.875rem);
}
.prices-block .grid.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.prices-block .grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 530px) {
  .prices-block .grid.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.prices-block .grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .prices-block .grid.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 530px) {
  .prices-block .grid.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.prices-block .price-item {
  border: 1px solid var(--wp--preset--color--accent);
  padding: clamp(1rem, 3vw, 1.875rem);
  align-items: center;
  gap: clamp(1rem, 3vw, 1.875rem);
}
.prices-block .price-item .price-item-price {
  background-color: var(--wp--preset--color--accent-light);
  border-radius: 15px;
  padding: 20px;
  flex-shrink: 0;
}
.prices-block .disclaimer {
  font-weight: 400;
  line-height: 1.4;
}

.reviews-block {
  padding: 100px clamp(1rem, 3vw, 1.875rem);
  z-index: 1;
  position: relative;
}
.reviews-block h2 {
  text-align: center;
  margin: 0 0 60px;
}
.reviews-block .inner-wrapper {
  padding: 0;
}
.reviews-block .review-top {
  gap: 30px;
}
.reviews-block .splide__slide {
  padding: 60px;
}
@media (max-width: 530px) {
  .reviews-block .splide__slide {
    padding: 40px 24px;
  }
}
.reviews-block .splide__slide.is-active {
  border-right: 4px solid var(--wp--preset--color--accent-light);
}
@media (max-width: 530px) {
  .reviews-block .splide__slide.is-active {
    border: none;
  }
}
.reviews-block .splide__slide.is-next {
  border-right: 0;
}
.reviews-block .splide {
  border-top: 4px solid var(--wp--preset--color--accent-light);
}
@media (max-width: 530px) {
  .reviews-block .splide {
    border: none;
  }
}
.reviews-block .splide::after {
  width: 4px;
  background-color: var(--wp--preset--color--accent-light);
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}
.reviews-block .review-stars .star {
  color: var(--wp--preset--color--accent);
}
.reviews-block .reviewer-name {
  margin-top: 30px;
  font-weight: 600;
}

.services-block {
  padding: 100px clamp(1rem, 3vw, 1.875rem) 0;
}
.services-block .flex-column {
  position: relative;
  overflow: visible;
}
.services-block .block-description {
  max-width: 440px;
  margin-bottom: 30px;
}
.services-block .green-line {
  position: absolute;
  top: calc(50% - 2px);
  left: -4rem;
  width: calc(100% + 4rem);
  height: auto;
}
@media (max-width: 991px) {
  .services-block .green-line {
    z-index: -1;
    left: unset;
    right: 0;
    width: 60%;
    top: 12px;
    transform: scaleX(-1);
  }
}
@media (max-width: 530px) {
  .services-block .green-line {
    width: calc(100% + 2rem);
    right: -1rem;
    top: -75px;
  }
}
.services-block .service-title {
  align-items: flex-start;
}
@media (max-width: 991px) {
  .services-block .service-title {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.services-block .service-items {
  border-left: 4px solid var(--wp--preset--color--accent-light);
}
@media (max-width: 991px) {
  .services-block .service-items {
    border-left: none;
    flex-basis: 100%;
  }
}
.services-block .service-items .service-item {
  padding: 1rem 3rem;
}
@media (max-width: 991px) {
  .services-block .service-items .service-item {
    padding: 2rem 0;
    gap: 12px;
    align-items: flex-start;
  }
}
.services-block .service-items .service-item:not(:last-child) {
  border-bottom: 4px solid var(--wp--preset--color--accent-light);
}
@media (max-width: 991px) {
  .services-block .service-items .service-item:not(:last-child) {
    border-bottom: 2px solid var(--wp--preset--color--accent-light);
  }
}
@media (max-width: 991px) {
  .services-block .service-items .service-item h3 {
    margin-bottom: 1rem;
  }
}
.services-block .service-items .service-item p {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .services-block .service-items .service-item p {
    margin-bottom: 1rem;
  }
}
.services-block .service-items .service-item a {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--small);
  display: flex;
  align-items: center;
  gap: 8px;
}
.services-block .service-items .icon-wrapper {
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .services-block .service-items .icon-wrapper {
    width: 50px;
  }
}
.services-block .service-items .icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.specialists-block {
  padding-top: clamp(60px, 10vw, 100px);
}
.specialists-block .grid {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 3vw, 1.875rem);
}
@media (max-width: 991px) {
  .specialists-block .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 530px) {
  .specialists-block .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 8px;
  }
}
.specialists-block .flex-column {
  gap: 1rem;
}
@media (max-width: 530px) {
  .specialists-block .flex-column {
    gap: 6px;
  }
}
.specialists-block .specialist img {
  width: 100%;
  object-fit: cover;
  height: 350px;
  object-position: top;
  border-top-left-radius: 100px;
}
@media (max-width: 530px) {
  .specialists-block .specialist img {
    border-top-left-radius: 80px;
    height: 250px;
  }
}
.specialists-block .specialist .specialist-name {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
}
.specialists-block .specialist .specialist-position {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
}
.specialists-block .specialist a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.specialists-block .specialist a:hover {
  text-decoration: none;
  gap: 20px;
}
.specialists-block .specialist a.btn-baseline {
  padding: 6px 12px;
}

.specialist-services {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.specialist-services .green-lines {
  position: absolute;
  right: 26px;
  top: -80px;
  width: 375px;
  z-index: -1;
}
@media (max-width: 530px) {
  .specialist-services .green-lines {
    max-width: 85%;
  }
}
.specialist-services .grid {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 3vw, 1.875rem);
}
@media (max-width: 991px) {
  .specialist-services .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 530px) {
  .specialist-services .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.specialist-services .service-item {
  border: 1px solid var(--wp--preset--color--accent);
  padding: 15px 19px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.specialist-services .service-item:hover {
  text-decoration: none;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.specialist-services .service-item .flex-column {
  gap: 10px;
  justify-content: space-between;
  height: 100%;
}
.specialist-services .service-item img {
  width: 35px;
  height: 35px;
}
.specialist-services .service-item h3 {
  margin: 0;
  text-align: center;
  font-size: var(--wp--preset--font-size--small);
}

.specialists-info {
  padding-bottom: clamp(60px, 10vw, 100px);
}
.specialists-info .specialists-info-item {
  width: 100%;
  border-radius: 20px;
  padding: clamp(1rem, 3vw, 1.875rem);
  background-color: #EEFBFA;
}
.specialists-info .specialists-info-item h3 {
  margin: 0;
}
.specialists-info .specialists-info-item .specialists-info-text {
  word-wrap: break-word;
}
.specialists-info .specialists-info-item.education {
  grid-area: education;
}
.specialists-info .specialists-info-item.experience {
  grid-area: experience;
}
.specialists-info .specialists-info-item.specialization {
  grid-area: specialization;
}
.specialists-info .specialists-info-item.publications {
  grid-area: publications;
}
.specialists-info .specialists-info-item.hobbies {
  grid-area: hobbies;
}

.tabs-block {
  padding-top: 40px;
  padding-bottom: var(--wp--preset--spacing--40);
}
.tabs-block__navigation {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 530px) {
  .tabs-block__navigation {
    flex-direction: column;
  }
}
.tabs-block__navigation button {
  padding: 8px 12px;
  background-color: var(--wp--preset--color--dark);
  color: var(--wp--preset--color--accent);
  border: 0;
  border-radius: 0;
  font-size: var(--wp--preset--font-size--x-large);
  transition: all 0.3s ease-in-out;
}
.tabs-block__navigation button:hover {
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--secondary);
}
.tabs-block__navigation button.active {
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--secondary);
}
.tabs-block__navigation button.active:hover {
  opacity: 0.9;
}
.tabs-block .block-pane {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  gap: 40px;
  max-width: 80%;
}
.tabs-block .block-pane:not(.active) {
  display: none;
}
@media (max-width: 530px) {
  .tabs-block .block-pane {
    margin-top: 24px;
    padding: 0 24px;
    border: 1px solid var(--wp--preset--color--accent);
    max-width: 100%;
  }
}

.timer-table {
  text-align: center;
  margin-top: 0;
}
.timer-table .timer-table__body {
  max-width: 1120px;
  margin: 0 auto;
}
.timer-table .countdown-number {
  color: var(--wp--preset--color--accent);
  font-weight: 500;
  font-size: clamp(60px, 8vw, 130px);
  line-height: 1;
}
.timer-table__heading {
  text-transform: uppercase;
  margin: 24px auto;
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--accent);
}

.topics-block {
  background-image: url("./assets/images/bg-rectangle-100.svg");
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .topics-block {
    background-position: right;
  }
}
.topics-block__row {
  display: flex;
  justify-content: flex-end;
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
.topics-block__grid {
  flex-basis: calc(80% + 40px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .topics-block__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991px) {
  .topics-block__grid {
    flex-basis: 100%;
  }
}
.topics-block__item {
  display: flex;
  gap: 1rem;
}
.topics-block__icon {
  height: 70px;
  width: 70px;
  object-fit: contain;
}
.topics-block h3 {
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 500;
  color: #fff;
  margin: 8px 0;
}
.topics-block__item-content {
  font-size: var(--wp--preset--font-size--medium);
}

.team-block h2 {
  text-align: center;
}
.team-block .block-subtitle {
  text-align: center;
}
.team-block .grid {
  margin-top: 50px;
  gap: 50px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .team-block .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
.team-block .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-block .team-member img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-bottom: 1rem;
  object-fit: cover;
}
@media (max-width: 530px) {
  .team-block .team-member img {
    width: 120px;
    height: 120px;
  }
}
.team-block .team-member .member-name {
  font-weight: 600;
}
.team-block .team-member .member-position,
.team-block .team-member .member-email {
  text-align: center;
  font-size: var(--wp--preset--font-size--small);
}

.our-services {
  padding: clamp(60px, 10vw, 100px) 0;
}
.our-services .grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .our-services .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 530px) {
  .our-services .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-services .filter-title {
  margin-bottom: 8px;
}
.our-services .service-filter {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .our-services .service-filter {
    background-color: rgba(198, 240, 235, 0.2509803922);
    margin-bottom: 40px;
  }
}
@media (max-width: 530px) {
  .our-services .service-filter .grid {
    gap: 0;
  }
}
.our-services .service-filter button {
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 0;
  padding: 14px 16px;
}
.our-services .service-filter button lottie-player {
  max-width: 80px;
  flex-shrink: 0;
  flex-basis: 30%;
}
@media (min-width: 992px) {
  .our-services .service-filter button {
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .our-services .service-filter button:hover {
    background-color: var(--wp--preset--color--accent-light);
  }
}
@media (max-width: 530px) {
  .our-services .service-filter button {
    padding: 14px;
  }
  .our-services .service-filter button lottie-player {
    max-width: 40px;
  }
}
.our-services .service-filter button.active {
  background-color: var(--wp--preset--color--accent);
  position: relative;
}
.our-services .service-filter button.active::after {
  content: "×";
  font-weight: 300;
  font-size: var(--wp--preset--font-size--medium);
  color: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
}
.our-services .service-filter button img {
  width: 43px;
  height: 43px;
}
.our-services .service-filter button h3 {
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--medium);
}
@media (max-width: 991px) {
  .our-services .service-list.grouped {
    display: none;
  }
}
.our-services .service-list.flat {
  display: none;
}
@media (max-width: 991px) {
  .our-services .service-list.flat {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.our-services .service-list .term-column {
  gap: 20px;
}
.our-services .service-list p {
  text-align: center;
  font-size: var(--wp--preset--font-size--small);
}
.our-services .service-list .service-item {
  display: block;
  border: 1px solid var(--wp--preset--color--accent);
  padding: 14px 18px;
  transition: all 0.3s ease-in-out;
  min-height: 90px;
}
.our-services .service-list .service-item.hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
}
.our-services .service-list .service-item:hover {
  text-decoration: none;
  background-color: var(--wp--preset--color--accent-light);
  border-color: var(--wp--preset--color--accent-light);
}
.our-services .service-list .service-item .term-icon {
  width: 35px;
  height: 35px;
}
.our-services .service-list .service-item h4 {
  font-size: var(--wp--preset--font-size--small);
  margin: 0;
}

.video-block .title-row {
  padding-top: 80px;
  justify-content: center;
}
.video-block .title-row h2 {
  max-width: 470px;
  text-align: center;
}
.video-block .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  background: #000;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.video-block .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.video-block .video-wrapper .play-button svg {
  max-width: 300px;
}
@media (max-width: 530px) {
  .video-block .video-wrapper .play-button svg {
    max-width: 100px;
  }
}
.video-block .video-wrapper .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-block .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}

.why-us-block {
  padding: clamp(60px, 10vw, 100px) clamp(1rem, 3vw, 1.875rem);
  border-radius: 20px;
  z-index: 1;
  position: relative;
  background-color: rgb(250, 230, 230);
  background-image: radial-gradient(at 42% 63%, hsl(173, 54%, 79%) 0px, transparent 50%), radial-gradient(at 79% 10%, rgb(179, 239, 230) 0px, transparent 50%), radial-gradient(at 1% 8%, hsl(180, 3%, 94%) 0px, transparent 50%);
}
.why-us-block .inner-wrapper {
  position: relative;
  padding: 0;
  border-bottom: 4px solid var(--wp--preset--color--accent);
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .why-us-block .inner-wrapper {
    border-color: var(--wp--preset--color--accent-light);
    padding-bottom: 40px;
  }
}
.why-us-block .inner-wrapper::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: var(--wp--preset--color--accent);
  display: block;
  left: 50%;
}
@media (max-width: 991px) {
  .why-us-block .inner-wrapper::before {
    background-color: var(--wp--preset--color--accent-light);
  }
}
.why-us-block h2 {
  max-width: 400px;
  margin: 0;
}
@media (max-width: 991px) {
  .why-us-block h2 {
    margin-bottom: 40px;
  }
}
.why-us-block h3 {
  font-size: var(--wp--preset--font-size--x-large);
}
.why-us-block .row {
  gap: 10%;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .why-us-block .row {
    gap: 24px;
  }
}
@media (max-width: 530px) {
  .why-us-block .row {
    flex-direction: column-reverse;
  }
  .why-us-block .row.align-start {
    align-items: flex-start;
  }
}
.why-us-block .splide {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .why-us-block .splide {
    flex-direction: column;
  }
}
.why-us-block .reason-content {
  flex-basis: 40%;
}
.why-us-block .slide-image {
  flex-basis: 50%;
  height: 550px;
  max-height: 67vh;
}
@media (max-width: 991px) {
  .why-us-block .slide-image {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .why-us-block .slide-image {
    max-height: 300px;
    width: 100%;
    overflow: hidden;
  }
}
.why-us-block .slide-image img {
  border-top-left-radius: 180px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-values .grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .our-values .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-values .grid .grid-item {
  padding: clamp(1rem, 3vw, 1.875rem);
  align-items: flex-start;
}
@media (max-width: 991px) {
  .our-values .grid .grid-item {
    padding: 2rem clamp(1rem, 3vw, 1.875rem);
  }
}
.our-values .grid .grid-item:not(:first-child) {
  border-top: 5px solid var(--wp--preset--color--accent-light);
}
@media (min-width: 992px) {
  .our-values .grid .grid-item:nth-child(2n) {
    border-left: 5px solid var(--wp--preset--color--accent-light);
  }
}
@media (min-width: 992px) {
  .our-values .grid .grid-item {
    align-items: center;
  }
  .our-values .grid .grid-item:nth-child(2) {
    border-top: none;
  }
}

#cta-block img {
  min-height: 400px;
  object-fit: cover;
}
@media (max-width: 530px) {
  #cta-block img {
    min-height: 300px;
  }
}
#cta-block.particles-left:before {
  left: calc(100% - 25vw);
  top: -120px;
  z-index: -1;
}

body {
  overflow-x: hidden;
}
body.fixed {
  overflow-y: hidden;
  touch-action: none;
}

:root {
  --wp--preset--shadow--natural: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1640px) {
  :root {
    --wp--style--global--content-size: 1600px;
  }
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.inner-wrapper {
  padding: clamp(1rem, 3vw, 1.875rem);
}
@media (max-width: 991px) {
  .inner-wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 530px) {
  .inner-wrapper {
    padding: 2.5rem clamp(1rem, 3vw, 1.875rem);
  }
}

.container {
  max-width: var(--wp--style--global--content-size);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.flex-50 {
  flex-basis: 50%;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 1.5rem;
}

.gap-3 {
  gap: 2rem;
}

.space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-end {
  align-items: flex-end;
}

@media (max-width: 991px) {
  .flex-reverse-md {
    flex-direction: column-reverse;
  }
}

@media (max-width: 530px) {
  .flex-reverse-xs {
    flex-direction: column-reverse;
  }
}

.justify-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.site-main .page {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.site-main .entry-content {
  padding-bottom: 40px;
}
.site-main article.post {
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.blog .site-main .grid {
  padding: clamp(1rem, 3vw, 1.875rem) 0;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 3vw, 1.875rem);
}
@media (max-width: 991px) {
  .blog .site-main .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 530px) {
  .blog .site-main .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home .site-main .page {
  padding-top: 0;
}

.entry-content > *:not(.alignfull) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .entry-content > *:not(.alignfull) {
    padding-left: clamp(1rem, 3vw, 1.875rem);
    padding-right: clamp(1rem, 3vw, 1.875rem);
  }
}
@media (max-width: 1400px) {
  .entry-content > *, .entry-content > .has-global-padding {
    padding-left: clamp(1rem, 3vw, 1.875rem);
    padding-right: clamp(1rem, 3vw, 1.875rem);
  }
}
.entry-content h2.wp-block-heading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.entry-content h3.wp-block-heading {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.entry-content p:not(:last-child) {
  margin-bottom: 1rem;
}

.post-navigation {
  display: none;
}

:focus-visible {
  outline-color: var(--wp--preset--color--accent);
}

input,
select,
textarea {
  font-family: var(--wp--preset--font-family--bodyfont);
}

.slide-up {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease;
}
.slide-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.error-404 .entry-content {
  min-height: 60vh;
  padding-bottom: clamp(60px, 10vw, 100px);
}
.error-404 .entry-content h1 {
  margin-bottom: 40px;
  color: #fff;
  font-size: clamp(64px, 4vw, 90px);
  text-align: center;
}
.error-404 .entry-content .btn-baseline {
  padding-right: 24px;
  padding-left: 24px;
}

@media (max-width: 991px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: var(--wp--preset--color--dark);
}

.right-80 {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .right-80 {
    flex-basis: calc(80% - 3rem);
  }
}

.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-none-lg {
    display: none !important;
  }
}

@media (min-width: 530px) and (max-width: 991px) {
  .d-none-md {
    display: none !important;
  }
}

@media (max-width: 530px) {
  .d-none-xs {
    display: none !important;
  }
}

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

.float-items > * {
  float: left;
  width: calc(50% - clamp(1rem, 3vw, 1.875rem));
}

.masonry {
  columns: 2;
  column-gap: clamp(1rem, 3vw, 1.875rem);
}
@media (max-width: 991px) {
  .masonry {
    columns: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.masonry .masonry-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: clamp(1rem, 3vw, 1.875rem);
}
@media (max-width: 991px) {
  .masonry .masonry-item {
    margin-bottom: 0;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.important {
  background-image: url("./assets/images/bg-important.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.important.has-global-padding {
  padding: clamp(1rem, 3vw, 1.875rem);
  padding-bottom: calc(clamp(1rem, 3vw, 1.875rem) * 2);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.8s;
  padding: 0;
  border-right: 0;
  border-left: 0;
}
header.is-scrolling {
  background-color: rgb(255, 255, 255);
  top: -120px;
}
header.is-scrolling .site-branding img {
  max-width: 150px;
}
header.is-scrolling .header-row .right-side input {
  padding: 12px 16px;
}
header.is-scrolling.visible {
  z-index: 10;
  top: 0;
}
header a {
  text-decoration: none;
  color: #fff;
}
header a.active, header a:hover {
  text-decoration: none;
  color: var(--customizer--color--accent);
}
header .site-branding {
  flex-shrink: 0;
}
header .site-branding a {
  display: flex;
}
header .site-branding img {
  width: 100%;
  max-width: 200px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 530px) {
  header .site-branding img {
    max-width: 120px;
  }
}
header .header-row {
  max-width: var(--wp--style--global--content-size);
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: clamp(1rem, 3vw, 1.875rem);
  padding-right: clamp(1rem, 3vw, 1.875rem);
}
@media (max-width: 991px) {
  header .header-row {
    padding: clamp(1rem, 3vw, 1.875rem);
  }
}
header .header-row .right-side {
  background-color: transparent !important;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .header-row .right-side {
    display: none;
  }
}
header .header-row .right-side input {
  display: block;
  padding: 17px 16px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--wp--preset--color--accent-light);
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}
header .header-row .right-side input:focus-visible {
  outline-offset: 2px;
}
@media (max-width: 1100px) {
  header .header-row .right-side input {
    display: none;
  }
}
header .header-row .lang-switcher {
  text-align: right;
}
@media (max-width: 991px) {
  header .header-row .lang-switcher {
    display: none;
  }
}
header .header-row .nav-wrapper {
  display: flex;
  gap: 24px;
}
header .header-row .menu-toggle {
  display: none;
  position: relative;
  background-color: transparent;
  border: none;
  width: 24px;
  height: 21px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
header .header-row .menu-toggle span {
  display: block;
  height: 2px;
  width: 16px;
  margin-left: 0;
  background-color: var(--wp--preset--color--accent);
  transition: all 0.3s ease-in-out;
}
header .header-row .menu-toggle span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: inherit;
  transition: all 0.5s ease-in-out;
}
header .header-row .menu-toggle span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: inherit;
  transition: all 0.5s ease-in-out;
}
header .header-row .menu-toggle:hover span {
  width: 24px;
}
header .header-row .menu-toggle[aria-expanded=true] span {
  transform: rotate(225deg);
  width: 24px;
}
header .header-row .menu-toggle[aria-expanded=true] span:after {
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  header .header-row .menu-toggle {
    display: block;
  }
}
header .header-row .main-navigation {
  position: relative;
}
header .header-row .main-navigation .bg-slider {
  position: absolute;
  width: 0;
  height: calc(100% - 16px);
  top: 8px;
  border-radius: 40px;
  background-color: var(--wp--preset--color--accent);
  z-index: 0;
  transition: left 0.3s;
}
@media (max-width: 991px) {
  header .header-row .main-navigation .bg-slider {
    display: none;
  }
}
@media (max-width: 991px) {
  header .header-row .main-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
header .header-row .main-navigation ul.menu {
  list-style: none;
  padding: 8px 8px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 40px;
}
@media (max-width: 991px) {
  header .header-row .main-navigation ul.menu {
    background-color: transparent;
  }
}
header .header-row .main-navigation li.menu-item {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  text-wrap: nowrap;
}
@media (max-width: 991px) {
  header .header-row .main-navigation li.menu-item {
    width: 100%;
    text-align: center;
  }
}
header .header-row .main-navigation li.menu-item:not(:first-child) {
  margin-left: -2px;
}
@media (max-width: 991px) {
  header .header-row .main-navigation li.menu-item:not(:first-child) {
    margin-left: 0;
  }
}
header .header-row .main-navigation li.menu-item.menu-item-has-children > a::after {
  content: "";
  background-image: url("./assets/images/chevron.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 10px;
  display: inline-block;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
header .header-row .main-navigation li.menu-item:hover.menu-item-has-children > a::after {
  filter: invert(1);
}
header .header-row .main-navigation li.menu-item:hover ul.sub-menu {
  max-height: 900px;
  height: auto;
  opacity: 1;
}
header .header-row .main-navigation li.menu-item:hover a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
header .header-row .main-navigation li.menu-item a {
  text-decoration: none;
  color: var(--wp--preset--color--main);
  padding: 8px 16px;
  border-radius: 40px;
  display: block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
header .header-row .main-navigation li.menu-item.active > a {
  color: #fff;
}
header .header-row .main-navigation li.menu-item.current-menu-item, header .header-row .main-navigation li.menu-item.current-page-ancestor {
  border-color: var(--wp--preset--color--accent);
}
@media (max-width: 991px) {
  header .header-row .main-navigation li.menu-item.current-menu-item, header .header-row .main-navigation li.menu-item.current-page-ancestor {
    border-color: #fff;
  }
}
header .header-row .main-navigation li.menu-item.current-menu-item > a::after, header .header-row .main-navigation li.menu-item.current-page-ancestor > a::after {
  filter: invert(1);
}
@media (max-width: 991px) {
  header .header-row .main-navigation li.menu-item.current-menu-item > a, header .header-row .main-navigation li.menu-item.current-page-ancestor > a {
    color: #fff;
    background-color: transparent;
  }
}
header .header-row .main-navigation ul.sub-menu {
  opacity: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: -2px;
  width: 100%;
  width: calc(100% + 4px);
  background-color: #fff;
  padding: 0;
  border-radius: 0;
  transition: max-height 0.3s, opacity 0.3s;
  z-index: 0;
}
header .header-row .main-navigation ul.sub-menu li.menu-item {
  margin-left: 0;
  border-color: #fff;
}
header .header-row .main-navigation ul.sub-menu li.menu-item a {
  color: var(--wp--preset--color--main);
  text-align: center;
  text-decoration: none;
}
header .header-row .main-navigation ul.sub-menu li.menu-item:hover a {
  color: #fff;
  background-color: var(--wp--preset--color--accent);
}
header .header-row .main-navigation.toggled {
  left: 0;
}
header .header-row .main-navigation.toggled li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .header-row .main-navigation.toggled li:hover ul.sub-menu {
  position: static;
  max-width: 215px;
  transform: none;
}
@media (max-width: 991px) {
  header .header-row .main-navigation {
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 100%;
    left: -150vw;
    width: 100%;
    height: calc(100dvh - 53px);
    background-color: var(--wp--preset--color--accent);
  }
  header .header-row .main-navigation .menu-primary-lv-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: calc(100% - 50px);
  }
  header .header-row .main-navigation ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header .header-row .main-navigation ul li a {
    font-size: 21px;
    font-weight: 600;
  }
}

body.fixed .site-header {
  background-color: #fff;
}

.header-cta {
  text-align: right;
}
.header-cta button,
.header-cta a {
  display: block;
  border-radius: 0;
  border: 0;
  text-wrap-mode: nowrap;
  padding: 24px 64px;
  font-size: 0.875rem;
  font-family: var(--wp--preset--font-family--bodyfont);
  text-decoration: none;
}
.header-cta button:hover,
.header-cta a:hover {
  background-color: var(--customizer--color--accent);
  color: var(--wp--preset--color--light);
}
@media (max-width: 991px) {
  .header-cta {
    display: none;
  }
}

.single-project header .header-row {
  justify-content: space-between;
}
.single-project header .header-row .header-left {
  display: flex;
  align-items: center;
  flex: 1;
}
.single-project header .header-row .header-right {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.single-project header .header-row .header-center {
  display: flex;
  align-items: center;
  gap: 40px;
}
.single-project header .header-row .header-center .main-navigation ul {
  gap: 30px;
}
.single-project header .header-row .header-center .project-navigation-right {
  padding-left: 0;
}
.single-project header .header-row .header-center .project-navigation-left {
  padding-right: 0;
}
@media (max-width: 1240px) {
  .single-project header .header-row .header-center .main-navigation {
    display: none;
  }
}
.single-project header .header-row .project-logo-wrapper img {
  transition: all 0.5s ease-in-out;
  max-width: 100%; /* Ensures the logo doesn't overflow */
  height: auto;
  flex-shrink: 1; /* Allows the logo to shrink if space is limited */
  width: 100%; /* Logo will occupy the full width of its container */
  max-width: 300px;
}
@media (max-width: 1240px) {
  .single-project header .header-row .project-logo-wrapper img {
    max-width: 200px;
  }
}
.single-project header.is-scrolling .project-logo-wrapper img {
  max-width: 200px;
}

.pakalpojumi-search {
  position: relative;
}

#search-results {
  top: calc(100% + 8px);
  border-radius: 20px;
  position: absolute;
  background: white;
  z-index: 1000;
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
}
#search-results p {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 0.875rem;
}
#search-results ul {
  padding: 5px;
  margin: 0;
}
#search-results ul li {
  position: relative;
}
#search-results ul li:after {
  content: "";
  width: calc(100% - 32px);
  margin: 0 auto;
  height: 1px;
  display: block;
  background-color: var(--wp--preset--color--accent-light);
}
#search-results ul li a {
  color: var(--wp--preset--color--dark);
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 0.875rem;
  border-radius: 1rem;
  line-height: 1.3;
}
#search-results ul li a:hover {
  background-color: var(--wp--preset--color--accent-light);
}
#search-results ul li a span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #939393;
}
#search-results ul li:last-child::after {
  display: none;
}

.site-footer {
  font-size: 1rem;
  margin-top: -1px;
  position: relative;
  clear: both;
  z-index: 3;
  position: relative;
}
.site-footer .container {
  padding: 60px 0 60px clamp(1rem, 3vw, 1.875rem);
}
@media (max-width: 530px) {
  .site-footer .container {
    padding: 60px 0;
  }
  .site-footer .container .row {
    flex-direction: column;
  }
}
@media (max-width: 530px) {
  .site-footer {
    padding-left: clamp(1rem, 3vw, 1.875rem);
    padding-right: clamp(1rem, 3vw, 1.875rem);
  }
}
.site-footer__info {
  position: relative;
  flex-basis: 70%;
  padding: 60px 0 30px;
}
@media (max-width: 530px) {
  .site-footer__info {
    flex-basis: 100%;
    width: 100%;
  }
}
.site-footer__info .green-lines {
  position: absolute;
  width: 100%;
  height: auto;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 530px) {
  .site-footer__info .green-lines {
    display: none;
  }
}
.site-footer__info .widget_block .wp-block-group {
  justify-content: space-evenly;
}
.site-footer ul.menu {
  padding: 0;
  margin-top: -8px;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.site-footer ul.menu li a {
  color: inherit;
  padding: 6px 8px;
  display: block;
  font-weight: 400;
}
.site-footer ul.menu .sub-menu {
  list-style: none;
  padding-left: 0;
}
.site-footer ul.menu .sub-menu li a {
  font-weight: 400;
}
.site-footer .custom-logo-link {
  width: 280px;
  max-width: 30%;
}
@media (max-width: 530px) {
  .site-footer .custom-logo-link {
    max-width: 270px;
  }
}
.site-footer .wp-social-link svg {
  width: 24px;
  height: 24px;
}
.site-footer .disclaimer {
  font-size: 0.875rem;
  padding-top: 30px;
  font-weight: 400;
}
.site-footer .disclaimer > * {
  max-width: 800px;
  margin: 0 auto;
}
.site-footer .disclaimer p {
  margin-top: 48px;
}
.site-footer .disclaimer img {
  max-width: 200px;
}

.btn-baseline, .wp-element-button,
.woocommerce ul.products li.product a.button,
.woocommerce-page div.product form.cart button.button {
  border-radius: 0;
  padding: 14px clamp(1rem, 3vw, 1.875rem);
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.3;
  font-weight: 500;
  background-color: var(--wp--preset--color--accent);
  border: 1.5px solid transparent;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .btn-baseline, .wp-element-button,
  .woocommerce ul.products li.product a.button,
  .woocommerce-page div.product form.cart button.button {
    padding: 12px clamp(1rem, 3vw, 1.875rem);
  }
}
.btn-baseline svg, .wp-element-button svg,
.woocommerce ul.products li.product a.button svg,
.woocommerce-page div.product form.cart button.button svg {
  margin-top: -4px;
}
.btn-baseline:hover, .wp-element-button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page div.product form.cart button.button:hover {
  text-decoration: none;
  background-color: #fff;
  border-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--accent);
}
.btn-baseline.has-accent-background-color:hover, .wp-element-button.has-accent-background-color:hover,
.woocommerce ul.products li.product a.button.has-accent-background-color:hover,
.woocommerce-page div.product form.cart button.button.has-accent-background-color:hover {
  background-color: #fff !important;
  border-color: var(--wp--preset--color--accent) !important;
  color: var(--wp--preset--color--accent) !important;
}
.btn-baseline:active, .wp-element-button:active,
.woocommerce ul.products li.product a.button:active,
.woocommerce-page div.product form.cart button.button:active {
  color: #fff !important;
  background-color: var(--wp--preset--color--main) !important;
  border-color: var(--wp--preset--color--main) !important;
}
.btn-baseline.btn-outline, .wp-element-button.btn-outline,
.woocommerce ul.products li.product a.button.btn-outline,
.woocommerce-page div.product form.cart button.button.btn-outline {
  background-color: transparent;
  color: var(--wp--preset--color--accent);
  border: 1.5px solid var(--wp--preset--color--accent);
}
.btn-baseline.btn-outline:hover, .btn-baseline.btn-outline:focus-visible, .wp-element-button.btn-outline:hover, .wp-element-button.btn-outline:focus-visible,
.woocommerce ul.products li.product a.button.btn-outline:hover,
.woocommerce ul.products li.product a.button.btn-outline:focus-visible,
.woocommerce-page div.product form.cart button.button.btn-outline:hover,
.woocommerce-page div.product form.cart button.button.btn-outline:focus-visible {
  color: #fff;
  background-color: var(--wp--preset--color--accent);
}
.btn-baseline.btn-white, .wp-element-button.btn-white,
.woocommerce ul.products li.product a.button.btn-white,
.woocommerce-page div.product form.cart button.button.btn-white {
  background-color: #fff;
  color: var(--wp--preset--color--main);
  border: none;
}
.btn-baseline.btn-white:hover, .wp-element-button.btn-white:hover,
.woocommerce ul.products li.product a.button.btn-white:hover,
.woocommerce-page div.product form.cart button.button.btn-white:hover {
  color: #fff;
  background-color: #87C3EF;
}
.btn-baseline.btn-white:hover svg path, .wp-element-button.btn-white:hover svg path,
.woocommerce ul.products li.product a.button.btn-white:hover svg path,
.woocommerce-page div.product form.cart button.button.btn-white:hover svg path {
  fill: #fff;
}
.btn-baseline.btn-white:hover:active, .wp-element-button.btn-white:hover:active,
.woocommerce ul.products li.product a.button.btn-white:hover:active,
.woocommerce-page div.product form.cart button.button.btn-white:hover:active {
  background-color: var(--wp--preset--color--secondary);
}
.btn-baseline a, .wp-element-button a,
.woocommerce ul.products li.product a.button a,
.woocommerce-page div.product form.cart button.button a {
  text-decoration: none;
}

.posts-navigation .nav-links {
  margin-bottom: 40px;
  display: flex;
  gap: 1rem;
}
.posts-navigation .nav-links a {
  background-color: transparent;
  color: var(--wp--preset--color--accent);
  border: 1.5px solid var(--wp--preset--color--accent);
  border-radius: 0;
  padding: 14px clamp(1rem, 3vw, 1.875rem);
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.3;
  font-weight: 500;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .posts-navigation .nav-links a {
    padding: 12px clamp(1rem, 3vw, 1.875rem);
  }
}
.posts-navigation .nav-links a:hover, .posts-navigation .nav-links a:focus-visible {
  color: #fff;
  background-color: var(--wp--preset--color--accent);
}

.is-style-outline .wp-element-button {
  border-color: var(--wp--preset--color--accent);
  border-width: 1.5px;
  padding: 14px clamp(1rem, 3vw, 1.875rem);
}
@media (max-width: 991px) {
  .is-style-outline .wp-element-button {
    padding: 12px clamp(1rem, 3vw, 1.875rem);
  }
}
.is-style-outline .wp-element-button:hover {
  background-color: var(--wp--preset--color--accent) !important;
  color: #fff;
}

.is-style-underline .wp-element-button {
  border: 0;
  text-decoration: underline;
  padding: 6px 8px;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.is-style-underline .wp-element-button:hover {
  color: #000;
  border-color: #000;
}

.is-style-hasarrow .wp-element-button {
  position: relative;
  padding-right: 60px;
  padding-left: 16px;
}
.is-style-hasarrow .wp-element-button::after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M9.70492 6L8.29492 7.41L12.8749 12L8.29492 16.59L9.70492 18L15.7049 12L9.70492 6Z" fill="black"/></svg>');
  background-image: url('data:image/svg+xml;utf8,<svg width="97" height="48" viewBox="0 0 97 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M97 48L48.5 31.3091L0 48L48.5 -3.23634e-06L97 48Z" fill="rgb(85, 255, 221)"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0px;
  top: calc(50% - 12px);
  transform: rotate(90deg);
  transition: filter 0.5s;
}
.is-style-hasarrow .wp-element-button:hover::after {
  filter: brightness(0);
}

.taxonomy-category {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.taxonomy-category .wp-block-post-terms__separator {
  display: none;
}
.taxonomy-category a {
  font-weight: 600;
  padding: 4px 16px;
  background-color: rgba(13, 126, 133, 0.1);
}
.taxonomy-category a:hover {
  text-decoration: none;
  color: #fff;
  background-color: var(--wp--preset--color--accent);
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 24px;
}
@media (max-width: 991px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  min-height: 650px;
}
@media (max-width: 991px) {
  .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
    min-height: 300px;
  }
}
.wp-block-media-text img {
  border-radius: 10px;
}

.wp-block-list li {
  position: relative;
}
.wp-block-list li:not(:last-child) {
  margin-bottom: 14px;
}

.wp-block-table td, .wp-block-table th {
  border-color: var(--wp--preset--color--light);
}
.wp-block-table thead {
  border-bottom: 0;
}
.wp-block-table thead th {
  background: rgba(13, 125, 133, 0.1);
}

.wp-block-post {
  transition: all 0.3s ease-in-out;
}
.wp-block-post:hover {
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.wp-block-post > .wp-block-group {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wp-block-post a:hover {
  text-decoration: none;
}

.wp-block-button {
  text-transform: none;
}

.graph-element {
  position: relative;
}
.graph-element::before {
  content: "";
  background: url("./assets/images/checkbook.svg") no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 50%;
  position: absolute;
  left: -85%;
  top: 25%;
  z-index: 2;
}

.graph-elements {
  position: relative;
  overflow: visible;
}
.graph-elements::before {
  content: "";
  background: url("./assets/images/checkbook.svg") no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 50%;
  position: absolute;
  left: -85%;
  top: 25%;
  z-index: 2;
}
.graph-elements::after {
  content: "";
  background: url("./assets/images/checkbook.svg") no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 50%;
  position: absolute;
  right: -85%;
  top: 25%;
  z-index: 2;
  transform: scaleX(-1);
}

.wp-block-buttons a:hover {
  color: var(--wp--preset--color--dark);
}

.wp-block-cover {
  padding: 0;
  position: relative;
  z-index: 1;
  transition: height 0.3s ease-in-out;
  min-height: 100px;
}
@media (max-width: 1400px) {
  .wp-block-cover.alignfull .wp-block-cover__inner-container.has-global-padding {
    padding-left: clamp(1rem, 3vw, 1.875rem);
    padding-right: clamp(1rem, 3vw, 1.875rem);
  }
}
.wp-block-cover.show-bg-img img.wp-block-cover__image-background {
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}
.wp-block-cover.show-bg-img.mirror img.wp-block-cover__image-background {
  transform: rotate(180deg) scaleX(-1);
}
.wp-block-cover.popup-active {
  z-index: 99;
}

.z-index-9 {
  z-index: 9;
}

#popup {
  display: none;
  position: fixed;
  width: 95vw;
  border-radius: 0;
  top: 3vh;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #ccc;
  padding: 40px;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#popup .popup-inner {
  max-height: 85vh;
  overflow-y: auto;
}
#popup #close-popup {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
#popup #close-popup span {
  width: 1rem;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
#popup #close-popup span::before {
  display: block;
  content: "";
  width: 1rem;
  height: 2px;
  transform: rotate(-90deg);
  background-color: #000;
}
#popup #close-popup:hover {
  border-color: var(--wp--preset--color--main);
  background-color: var(--wp--preset--color--main);
}
#popup #close-popup:hover span {
  background-color: #fff;
}
#popup #close-popup:hover span::before {
  background-color: #fff;
}
#popup h3 {
  margin-top: 0;
}

.splide__arrows {
  z-index: 2;
  display: flex;
  gap: 1rem;
}
.splide__arrows button {
  background-color: transparent;
  border: 1.5px solid var(--wp--preset--color--accent);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  display: grid;
  align-content: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.splide__arrows button:disabled {
  opacity: 0.3;
}
.splide__arrows button svg path {
  fill: var(--wp--preset--color--accent);
  transition: all 0.3s ease-in-out;
}
.splide__arrows button:hover {
  background-color: var(--wp--preset--color--accent);
}
.splide__arrows button:hover svg path {
  fill: #fff;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  place-items: center;
  z-index: 99;
}
.modal-wrapper.visible {
  display: grid;
}
.modal-wrapper .close {
  align-self: flex-start;
  border: 0;
  background-color: transparent;
}
.modal-wrapper .modal-container {
  padding: 24px;
  max-height: 85vh;
  overflow-y: auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 0px;
}
.modal-wrapper .modal-container h3 {
  margin-top: 0;
}
.modal-wrapper ul.modal-menu {
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
}
.modal-wrapper ul.modal-menu .sub-menu {
  padding: 2px;
  display: none;
  height: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  width: 100%;
  background-color: #fff;
  overflow: scroll;
  border-radius: 0 0 0 0;
}
.modal-wrapper ul.modal-menu li.modal-menu-item a {
  display: block;
}
.modal-wrapper ul.modal-menu li.modal-menu-item:hover .sub-menu {
  display: block;
}
.modal-wrapper ul.modal-menu li.sub-menu-item {
  list-style: none;
  border-radius: 0;
  overflow: hidden;
}
.modal-wrapper ul.modal-menu li.sub-menu-item a {
  padding: 10px 20px;
  color: var(--wp--preset--color--main);
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}
.modal-wrapper ul.modal-menu li.sub-menu-item a:hover {
  background-color: var(--wp--preset--color--light);
}
.modal-wrapper ul.modal-menu li.sub-menu-item a span {
  display: block;
  font-size: 12px;
  color: #646c74;
}

.accordion-item {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  border: 4px solid var(--wp--preset--color--accent-light);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 530px) {
  .accordion-item {
    background-color: #fff;
  }
}
.accordion-item:hover {
  background-color: var(--wp--preset--color--accent-light);
}
.accordion-item .accordion-header {
  position: relative;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-weight: 500;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  padding-right: 50px;
  color: var(--wp--preset--color--dark);
}
.accordion-item .accordion-header span {
  width: 20px;
  height: 20px;
  background-image: url("./assets/images/chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  opacity: 0.75;
  right: 20px;
  top: calc(50% - 10px);
  filter: invert(1);
  transition: all 0.3s ease-in-out;
}
.accordion-item .accordion-content {
  max-height: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  font-size: var(--wp--preset--font-size--small);
}
.accordion-item .accordion-content p {
  margin: 0;
}
.accordion-item .accordion-content a {
  color: var(--wp--preset--color--main);
}
.accordion-item.active .accordion-header span {
  transform: rotate(180deg);
}
.accordion-item.active .accordion-content {
  max-height: 1000px;
  padding-bottom: 30px;
}

#partner-logos img {
  object-fit: contain;
}
@media (max-width: 530px) {
  #partner-logos {
    padding-left: 0;
    padding-right: 0;
  }
}

.draw-line {
  stroke-dasharray: 1200; /* Placeholder, will be overwritten */
  stroke-dashoffset: 1200;
}
.draw-line.visible {
  animation: draw 2s ease-out forwards;
}

.delay-1 {
  animation-delay: 1s !important;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.cat-links {
  display: flex;
  gap: 8px;
}
.cat-links a {
  pointer-events: none;
  border-bottom-left-radius: 30px;
  border-left: 1.5px solid var(--wp--preset--color--accent);
  border-bottom: 1.5px solid var(--wp--preset--color--accent);
  color: var(--wp--preset--color--accent);
  padding: 10px 20px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  display: block;
}

hr.wp-block-separator {
  border-bottom-width: 5px;
}

body {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--bodyfont);
  font-weight: 500;
}

button {
  font-family: var(--wp--preset--font-family--bodyfont);
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

h1 {
  font-size: var(--wp--preset--font-size--xxx-large);
}

h2 {
  font-size: var(--wp--preset--font-size--xx-large);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 28px;
}
h2.wp-block-heading {
  margin-bottom: 28px;
}

h3 {
  font-size: var(--wp--preset--font-size--large);
  margin-top: 0;
  margin-bottom: 1.25rem;
}

#customize-controls {
  font-size: 1rem;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

form ul.wpuf-form.form-label-above li {
  padding: 0;
}
form ul.wpuf-form.form-label-above li.receiver {
  visibility: hidden;
  max-height: 0;
}
form ul.wpuf-form.form-label-above li .wpuf-label {
  font-size: 1rem;
  margin-bottom: 4px;
  font-weight: 400;
}
form ul.wpuf-form.form-label-above li.gdpr .wpuf-label {
  display: none;
}
form ul.wpuf-form.form-label-above li.gdpr label.wpuf-checkbox-block {
  font-weight: 400;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
form ul.wpuf-form.form-label-above li input, form ul.wpuf-form.form-label-above li select, form ul.wpuf-form.form-label-above li textarea {
  background-color: #fff;
  width: 100%;
  padding: 16px;
  border: 1px solid transparent;
  font-family: var(--wp--preset--font-family--bodyfont);
  border-radius: 10px;
}
form ul.wpuf-form.form-label-above li input[type=checkbox], form ul.wpuf-form.form-label-above li select[type=checkbox], form ul.wpuf-form.form-label-above li textarea[type=checkbox] {
  width: 24px;
  height: 24px;
}
form ul.wpuf-form.form-label-above li input[type=submit], form ul.wpuf-form.form-label-above li select[type=submit], form ul.wpuf-form.form-label-above li textarea[type=submit] {
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--dark);
  border-radius: 69px;
  width: auto;
  padding: 12px 30px;
  font-size: 1rem;
  margin-top: 1rem;
  cursor: pointer;
  border: 2px solid var(--wp--preset--color--accent);
}
form ul.wpuf-form.form-label-above li input[type=submit]:hover, form ul.wpuf-form.form-label-above li select[type=submit]:hover, form ul.wpuf-form.form-label-above li textarea[type=submit]:hover {
  background-color: #fff;
  color: var(--wp--preset--color--dark);
}
form ul.wpuf-form.form-label-above li.wpuf-submit {
  text-align: center;
  margin-bottom: 0;
}
form ul.wpuf-form.form-label-above li .wpuf-name-field-first-name {
  margin-bottom: 8px;
}
form ul.wpuf-form.form-label-above li label.wpuf-checkbox-block {
  font-size: 1rem;
}
form ul.wpuf-form.form-label-above li label.wpuf-checkbox-block input {
  margin-left: 0;
  margin-right: 8px;
}
form ul.wpuf-form.form-label-above li.has-error {
  background-color: transparent;
}
form ul.wpuf-form.form-label-above li.has-error .wpuf-error-msg {
  font-size: 12px;
  color: red;
}

.woocommerce-page .woocommerce-breadcrumb {
  margin-bottom: 0;
}
.woocommerce-page .entry-content .woocommerce {
  padding-top: 40px;
}
.woocommerce-page .entry-content .woocommerce .woocommerce-notices-wrapper, .woocommerce-page .entry-content .woocommerce .woocommerce-result-count {
  padding: 0 clamp(1rem, 3vw, 1.875rem);
}
.woocommerce-page .entry-content .woocommerce ul.products {
  padding: clamp(1rem, 3vw, 1.875rem);
}
@media (max-width: 530px) {
  .woocommerce-page .entry-content .woocommerce ul.products {
    padding: 0;
  }
}
.woocommerce-page .entry-content .woocommerce ul.products li.product img {
  height: 350px;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
  object-fit: contain;
  transition: box-shadow 0.5s;
}
@media (max-width: 530px) {
  .woocommerce-page .entry-content .woocommerce ul.products li.product img {
    height: 200px;
  }
}
.woocommerce-page .entry-content .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 600;
}
.woocommerce-page .entry-content .woocommerce ul.products li.product .price {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--dark);
}
.woocommerce-page .entry-content .woocommerce ul.products li.product a:hover img {
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.woocommerce-page .is-large.wc-block-cart {
  margin-bottom: 0;
}
.woocommerce-page h1.entry-title,
.woocommerce-page h2.wp-block-post-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: var(--wp--preset--font-size--xx-large);
}
.woocommerce-page .wc-block-checkout__add-note {
  display: none;
}
.woocommerce-page div.product .product_meta {
  display: none;
}
.woocommerce-page div.product .woocommerce-tabs .panel {
  padding: clamp(1rem, 3vw, 1.875rem);
}
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce-page div.product .related.products {
  clear: both;
}
.woocommerce-page div.product .summary .stock {
  color: var(--wp--preset--color--accent);
}
.woocommerce-page div.product .summary .price {
  color: #000;
  font-weight: 600;
  margin-top: 0;
  font-size: var(--wp--preset--font-size--large);
}
.woocommerce-page div.product .summary form.cart div.quantity {
  margin-right: 16px;
}
.woocommerce-page div.product .summary form.cart div.quantity .qty {
  padding: 13px 4px;
  font-size: 20px;
}
.woocommerce-page div.product .variations_form .quantity {
  display: none !important;
}
.woocommerce-page div.product .variations_form th.label {
  text-align: left;
  vertical-align: middle !important;
}
.woocommerce-page div.product .variations_form td.value {
  width: 55%;
}
.woocommerce-page div.product .variations_form #gift-card-amount {
  padding: 1rem;
}
.woocommerce-page div.product .variations_form #pwgc-purchase-container input {
  padding: 1rem;
}
.woocommerce-page div.product .variations_form .reset_variations {
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-message,
.woocommerce-error {
  border: none;
  background-color: var(--wp--preset--color--accent-light);
  border-radius: 24px;
  padding: 12px;
  padding-left: 60px;
}
.woocommerce-message:before,
.woocommerce-error:before {
  top: 1.5em;
}
.woocommerce-message:focus-visible,
.woocommerce-error:focus-visible {
  outline-color: transparent;
}
.woocommerce-message a.button,
.woocommerce-error a.button {
  border-radius: 0;
  padding: 14px clamp(1rem, 3vw, 1.875rem);
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.3;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid var(--wp--preset--color--accent);
  border-radius: 40px;
  color: var(--wp--preset--color--dark);
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.woocommerce-message a.button:hover,
.woocommerce-error a.button:hover {
  background-color: var(--wp--preset--color--accent);
}

.woocommerce-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-message:after {
  display: none;
}

.woocommerce-error {
  background-color: #eacbca;
}
.woocommerce-error li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-post .entry-content > *:not(.alignfull):not(.page-hero) {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.single-post .entry-content {
  font-size: var(--wp--preset--font-size--medium);
}
.single-post .entry-content .page-hero {
  margin-bottom: 80px;
}
.single-post .entry-content h1 {
  font-size: var(--wp--preset--font-size--xx-large);
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

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

button, a {
  cursor: pointer;
}

.has-global-padding {
  padding: 0;
}
@media (max-width: 530px) {
  .has-global-padding {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .absolute-xs {
    position: absolute;
    left: 0;
  }
}

@media (max-width: 991px) {
  .opacity-xs-2 {
    opacity: 0.2;
  }
}

/* Sticky class styles */
.sticky {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.logo-group {
  transition: all 0.3s ease-in-out; /* Smooth transition */
  min-height: 140px;
}
@media (max-width: 991px) {
  .logo-group {
    max-width: 100px;
    min-height: 100px;
  }
}

.wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.entry-content.text-page {
  background-color: #ffffff;
  padding: clamp(1rem, 3vw, 1.875rem);
  border-radius: 0 0 0 0;
}

.line-after {
  position: relative;
}
.line-after:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  background-color: var(--wp--preset--color--accent);
  transition: height 1.5s ease-out; /* Smooth transition */
  height: var(--line-height, 400px); /* Default to 400px */
}

.line-horizontal {
  position: relative;
  left: -5vw;
  margin-left: 0;
  width: 100px;
  transition: width 1.5s ease-out;
  border-bottom-width: 2px;
}

.line-continue {
  position: relative;
}
.line-continue:after {
  content: "";
  position: absolute;
  right: 0;
  top: -600px;
  height: 1100px;
  width: 2px;
  background-color: var(--wp--preset--color--accent);
}

.key-visual {
  position: absolute;
}

.top-shape {
  width: 100%;
  min-height: 150px;
  height: 8vw;
  max-height: 8vw;
  background-image: url("./assets/images/timer-vector.svg");
  display: block;
  background-color: var(--wp--preset--color--main);
  background-size: cover;
  margin-top: -1px;
}

.animate-opacity {
  animation: 3s infinite alternate ease-in-out bounce-down;
}

@keyframes opacity-pulse {
  from {
    opacity: 0.25;
  }
  to {
    opacity: 1;
  }
}
@keyframes bounce-down {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounce-up {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */