html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 130px;
}

body {
  font-family: var(--wp--preset--font-family--rubik);
}
body .wp-site-blocks {
  overflow: hidden;
}
body {
  --wp--style--root--padding-right: 15px;
  --wp--style--root--padding-left: 15px;
}

main {
  margin-top: 0px !important;
  padding-top: 0px !important;
  z-index: 0;
}
main > .wp-block-group {
  padding-top: 0px !important;
}
@media (min-width: 768px) {
  main {
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  main {
    margin-top: 60px !important;
  }
}

* {
  box-sizing: border-box;
}

p,
li,
a {
  font-family: var(--wp--preset--font-family--rubik);
  font-size: 18px;
  font-style: normal;
}

td,
th,
input {
  font-family: var(--wp--preset--font-family--rubik);
}

p,
li {
  color: var(--wp--preset--color--dark);
  font-weight: 400;
  line-height: 160%;
}
p strong,
li strong {
  color: inherit;
  font-weight: 700;
}

a {
  color: var(--wp--preset--color--blue);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8%;
  text-underline-offset: 18%;
  text-underline-position: from-font;
}

h1 {
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--rubik);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.68px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  color: var(--wp--preset--color--blue) !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 100% !important;
  letter-spacing: 2.4px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 48px;
  }
}
h2 strong {
  color: inherit !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: inherit !important;
  font-weight: 700;
}

h3 {
  color: var(--wp--preset--color--blue) !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100% !important;
  letter-spacing: 1.6px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
h3 strong {
  color: inherit !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: inherit !important;
  font-weight: 700;
}

h4 {
  color: var(--wp--preset--color--blue) !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100% !important;
  letter-spacing: 1.6px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 26px;
  }
}
h4 strong {
  color: inherit !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: inherit !important;
  font-weight: 700;
}

td {
  border-color: var(--wp--preset--color--blue) !important;
}

th {
  background-color: var(--wp--preset--color--light);
}

.editor-visual-editor__post-title-wrapper h1 {
  display: none;
}

.card {
  display: flex;
  padding: 0;
  border: 0 none;
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  height: 100%;
  flex-direction: column;
}
.card .group-content {
  padding: 15px;
  background: none;
  flex-grow: 1;
}
.card .group-content h2,
.card .group-content h3 {
  margin: 0;
}
.card .cardlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}

p {
  margin: 0;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.wp-block-ws-library-ws-list-childs .list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  gap: 5px;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb .breadcrumb-item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotateZ(45deg);
  pointer-events: none;
}
.breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item {
    display: none;
  }
  .breadcrumb .breadcrumb-item:first-child:last-child, .breadcrumb .breadcrumb-item:nth-last-child(2), .breadcrumb .breadcrumb-item:nth-last-child(2):first-child::before {
    display: block;
  }
  .breadcrumb .breadcrumb-item:first-child:last-child, .breadcrumb .breadcrumb-item:nth-last-child(2) {
    position: relative;
  }
  .breadcrumb .breadcrumb-item:first-child:last-child a, .breadcrumb .breadcrumb-item:nth-last-child(2) a {
    padding-left: 17px;
  }
  .breadcrumb .breadcrumb-item:first-child:last-child::before, .breadcrumb .breadcrumb-item:nth-last-child(2)::before {
    position: absolute;
    top: 9px;
    left: 1px;
    transform: rotateY(-180deg) rotateZ(45deg);
  }
}

ul.wp-block-list li::before {
  border-radius: 500px;
  background-color: var(--wp--preset--color--green);
}
ul.wp-block-list li li::before {
  background-color: var(--wp--preset--color--light-green);
  opacity: 0.78;
}
ul.wp-block-list li li li::before {
  background-color: var(--wp--preset--color--light-green);
  opacity: 0.78;
}

ol.wp-block-list {
  counter-reset: compteur calc(attr(start number) - 1);
}
ol.wp-block-list li::before {
  border-radius: 500px;
  color: var(--wp--preset--color--red);
  width: fit-content;
}
ol.wp-block-list li li::before {
  opacity: 1;
  width: fit-content;
  color: var(--wp--preset--color--blue);
}
ol.wp-block-list li li li::before {
  opacity: 1;
  color: var(--wp--preset--color--blue);
}

.wp-block-ws-library-ws-button {
  position: relative;
  z-index: 0;
}
.wp-block-ws-library-ws-button a {
  text-align: center;
  font-family: var(--wp--preset--font-family--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  position: relative;
  background-color: transparent !important;
  color: var(--wp--preset--color--yellow) !important;
  transition: color 1s ease;
  overflow: hidden;
  border-radius: 4px;
  padding: 14px 42px 14px 42px;
  z-index: 0;
}
.wp-block-ws-library-ws-button a::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 5px);
  height: 100%;
  background-color: var(--wp--preset--color--yellow);
  top: 0;
  left: -95%;
  transform: translateX(-95%);
  transition: transform 0.7s ease, opacity 1s ease;
  border-radius: 0 50px 50px 0;
  z-index: -1;
  opacity: 1;
}
.wp-block-ws-library-ws-button a::after {
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--blue);
  content: "";
  position: absolute;
  display: block;
  z-index: -2;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.wp-block-ws-library-ws-button a:hover {
  color: var(--wp--preset--color--blue) !important;
}
.wp-block-ws-library-ws-button a:hover::before {
  transform: translateX(95%);
  opacity: 1;
}
.wp-block-ws-library-ws-button.is-style-default a {
  background-color: transparent !important;
  color: var(--wp--preset--color--yellow) !important;
  transition: color 1s ease;
  overflow: hidden;
  border-radius: 4px;
  padding: 14px 42px 14px 42px;
  z-index: 0;
}
.wp-block-ws-library-ws-button.is-style-default a::before {
  width: calc(100% - 5px);
  height: 100%;
  background-color: var(--wp--preset--color--yellow);
  top: 0;
  left: -95%;
  transform: translateX(-95%);
  transition: transform 0.7s ease, opacity 1s ease;
  border-radius: 0 50px 50px 0;
  z-index: -1;
  opacity: 1;
}
.wp-block-ws-library-ws-button.is-style-default a::after {
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--blue);
  content: "";
  position: absolute;
  display: block;
  z-index: -2;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.wp-block-ws-library-ws-button.is-style-default a:hover {
  color: var(--wp--preset--color--blue) !important;
}
.wp-block-ws-library-ws-button.is-style-default a:hover::before {
  transform: translateX(95%);
  opacity: 1;
}
.wp-block-ws-library-ws-button.is-style-backgroundless a {
  background-color: transparent !important;
  color: var(--wp--preset--color--blue) !important;
  padding-left: 42px;
  transition: color ease 0.5s;
}
.wp-block-ws-library-ws-button.is-style-backgroundless a::before {
  width: 17px;
  height: 17px;
  color: inherit;
  left: 0px;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  background-color: currentColor;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--triangle");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.wp-block-ws-library-ws-button.is-style-backgroundless a::after {
  background-color: transparent !important;
}
.wp-block-ws-library-ws-button.is-style-backgroundless a:hover {
  color: var(--wp--preset--color--light-blue) !important;
}

.yoast-breadcrumbs {
  display: flex;
}
.yoast-breadcrumbs * {
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .yoast-breadcrumbs * {
    font-size: 18px;
  }
}
.yoast-breadcrumbs span {
  color: transparent;
}
.yoast-breadcrumbs span span:first-of-type {
  margin: 0 !important;
  padding: 0 !important;
}
.yoast-breadcrumbs span span {
  position: relative !important;
  padding-left: 10px;
  color: var(--wp--preset--color--blue);
  margin-left: -17px;
  font-weight: 400;
}
.yoast-breadcrumbs span span::before {
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#arrows--arrow");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  position: absolute !important;
  color: inherit;
  width: 9px !important;
  height: 9px !important;
  top: 50% !important;
  left: -3px !important;
  transform: rotate(0deg) translateY(-50%) !important;
}
@media (min-width: 768px) {
  .yoast-breadcrumbs span span::before {
    transform: rotate(180deg) translateY(50%) !important;
  }
}

.wp-block-ws-library-ws-title.is-style-decorate * {
  position: relative;
  margin-top: 70px !important;
}
.wp-block-ws-library-ws-title.is-style-decorate *::before {
  content: "";
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/title/lines.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 1.25em;
  height: 0.52em;
  left: 0;
  top: -0.6em;
}

.wp-block-ws-library-ws-document a {
  text-decoration: none;
  padding-left: 23.5px;
}
.wp-block-ws-library-ws-document a::before {
  width: 15.5px;
  height: 15.5px;
  background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--download");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-block-ws-library-ws-image .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wp-block-ws-library-ws-image .wrapper .group-media {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.wp-block-ws-library-ws-image .wrapper .group-media a {
  overflow: hidden;
  position: relative;
}
.wp-block-ws-library-ws-image .wrapper .group-media a::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transition: background-color ease 1s;
}
.wp-block-ws-library-ws-image .wrapper .group-media a::after {
  content: "+";
  display: flex;
  position: absolute;
  color: var(--wp--preset--color--light);
  z-index: 2;
  font-family: var(--wp--preset--font-family--rubik);
  font-size: 30.383px;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease 0.9s;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wp-block-ws-library-ws-image .wrapper .group-media img {
  position: relative;
}
.wp-block-ws-library-ws-image .wrapper .group-media .credits {
  left: 30px;
  right: unset;
  background-color: var(--wp--preset--color--light);
  min-height: 18px;
  height: 18px;
  padding: 0;
  padding-left: 3px;
  text-align: start;
  z-index: 2;
  transition: width linear 0.4s;
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 15.191px;
  font-style: normal;
  font-weight: 700;
  width: calc(var(--creditsWidth) + 5px);
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-image .wrapper .group-media .credits {
    width: 18px;
  }
}
.wp-block-ws-library-ws-image .wrapper .group-media .credits::before {
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 15.191px;
  font-style: normal;
  font-weight: 700;
  margin-right: 8px;
}
.wp-block-ws-library-ws-image .wrapper .group-media:hover a::before {
  background: rgba(55, 85, 139, 0.3) !important;
}
.wp-block-ws-library-ws-image .wrapper .group-media:hover a::after {
  opacity: 1;
}
.wp-block-ws-library-ws-image .wrapper .group-media:hover .credits {
  width: calc(var(--creditsWidth) + 5px) !important;
}
.wp-block-ws-library-ws-image .wrapper .caption {
  text-align: center;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--rubik);
  line-height: 160%;
  max-width: 520px;
}

* > :not(.wrapper) > .wp-block-ws-library-ws-image.is-style-triangle {
  margin-bottom: 45px;
}
* > :not(.wrapper) > .wp-block-ws-library-ws-image.is-style-triangle .wrapper .group-media::before {
  content: "";
  height: 179.798px;
  width: 394.636px;
  background-color: var(--wp--preset--color--light-blue);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
  position: absolute;
  left: -97px;
  bottom: -14px;
  opacity: 0.34;
  transform: rotate(10deg);
}

.wp-block-ws-library-ws-video {
  margin-block-start: 50px !important;
}
.wp-block-ws-library-ws-video .wp-block-video {
  position: relative;
}
.wp-block-ws-library-ws-video .wp-block-video::before {
  content: "";
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/title/lines.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 25px;
  position: absolute;
  top: -37.97px;
  left: 50%;
  transform: translateX(-50%);
}
.wp-block-ws-library-ws-video .wp-block-video video {
  border-radius: 0;
}

.wp-block-ws-library-ws-banner {
  margin-right: -20px !important;
  margin-left: -20px !important;
  max-width: 100vw !important;
}
.wp-block-ws-library-ws-banner .wrapper .group-media {
  border-radius: 0;
  aspect-ratio: 1920/480;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-banner .wrapper .group-media {
    width: 100vw;
    margin-left: -15px;
  }
}
.wp-block-ws-library-ws-banner .wrapper .group-media img {
  height: auto;
  aspect-ratio: 1920/480;
}
.wp-block-ws-library-ws-banner .wrapper .group-media .credits {
  display: flex;
  overflow: hidden;
  left: 30px;
  right: unset;
  background-color: var(--wp--preset--color--light);
  min-height: 18px;
  height: 18px;
  padding: 0;
  padding-left: 3px;
  text-align: start;
  z-index: 2;
  border-radius: 50px;
  top: 18px;
  transition: width linear 0.4s;
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 15.191px;
  font-style: normal;
  font-weight: 700;
  pointer-events: auto !important;
  width: calc(var(--creditsWidth) + 10px);
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-banner .wrapper .group-media .credits {
    width: 18px;
    top: unset;
    bottom: 18px;
  }
}
.wp-block-ws-library-ws-banner .wrapper .group-media .credits::before {
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 15.191px;
  font-style: normal;
  font-weight: 700;
  margin-right: 8px;
}
.wp-block-ws-library-ws-banner .wrapper .group-media:hover .credits {
  width: calc(var(--creditsWidth) + 10px);
}
.wp-block-ws-library-ws-banner .wrapper .group-content {
  clip-path: polygon(93% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
  border-radius: 0px;
  background-color: var(--wp--preset--color--very-light-blue);
  margin: -20px 20px 0 20px;
  filter: drop-shadow(0px 0px 40px rgb(0, 0, 0));
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-ws-library-ws-banner .wrapper .group-content .wp-block-ws-library-ws-title {
  align-self: flex-start;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-banner .wrapper .group-content {
    clip-path: polygon(96% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
    margin: -60px auto 0 auto;
  }
}

.wp-block-ws-library-ws-featured-content {
  --scroll: 0;
  padding-top: 150px;
  padding-bottom: 100px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: visible;
  background-color: unset;
  max-width: 649px !important;
  margin-top: 220px;
  z-index: 0;
}
.wp-block-ws-library-ws-featured-content::before {
  content: "";
  position: absolute;
  top: -20%;
  display: block;
  width: 340px;
  height: 219px;
  z-index: 2;
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-1.svg"), url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-2.svg"), url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-3.svg"), url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-4.svg");
  background-repeat: no-repeat;
  background-size: 125.901px, 86.382px, 164.797px, 113.118px;
  background-position: calc(0% + 2% * var(--scroll)) 100%, calc(34% + -3% * var(--scroll)) calc(53% + 12% * var(--scroll)), calc(60% + -3% * var(--scroll)) 100%, calc(100% + -3% * var(--scroll)) calc(55% + 45% * var(--scroll));
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-featured-content::before {
    background-size: 172.681px, 118.478px, 226.029px, 155.148px;
    width: 529px;
    background-position: calc(10% + 6% * var(--scroll)) 100%, calc(37% + 1% * var(--scroll)) calc(16% + 18% * var(--scroll)), 60% 100%, calc(100% + -8% * var(--scroll)) calc(55% + 45% * var(--scroll));
    /* 4e calque */
  }
}
.wp-block-ws-library-ws-featured-content::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  background-color: var(--wp--preset--color--light);
  top: 0;
  left: -15px;
  z-index: -1;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-featured-content::after {
    width: 100%;
    left: 0;
  }
}

.wp-block-ws-library-ws-share {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 25px;
  justify-content: center;
  align-items: center;
}
.wp-block-ws-library-ws-share .share-subtitle {
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.wp-block-ws-library-ws-share .share-title {
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}
.wp-block-ws-library-ws-share .ws-share-button,
.wp-block-ws-library-ws-share .wp-element-button {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
  color: transparent !important;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--light-blue);
  transition: background-color 0.5s ease;
  position: relative;
  user-select: none;
}
.wp-block-ws-library-ws-share .ws-share-button::before,
.wp-block-ws-library-ws-share .wp-element-button::before {
  content: "";
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--share");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: var(--wp--preset--color--blue);
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color 0.5s ease;
}
.wp-block-ws-library-ws-share .ws-share-button:hover,
.wp-block-ws-library-ws-share .wp-element-button:hover {
  background-color: var(--wp--preset--color--blue);
}
.wp-block-ws-library-ws-share .ws-share-button:hover::before,
.wp-block-ws-library-ws-share .wp-element-button:hover::before {
  background-color: var(--wp--preset--color--light-blue);
}

.wp-block-ws-library-ws-listing-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: stretch;
  margin-top: 30px;
  z-index: 0;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
}
.wp-block-ws-library-ws-listing-cards .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: stretch;
}
.wp-block-ws-library-ws-listing-cards .block-editor-block-list__layout ul {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards .block-editor-block-list__layout {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
}
.wp-block-ws-library-ws-listing-cards h2 {
  font-family: var(--wp--preset--font-family--barlow-condensed);
  color: var(--wp--preset--color--dark) !important;
  text-align: center;
}
.wp-block-ws-library-ws-listing-cards p {
  color: var(--wp--preset--color--dark) !important;
}
.wp-block-ws-library-ws-listing-cards .wp-block-ws-library-ws-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.wp-block-ws-library-ws-listing-cards .wp-block-ws-library-ws-card.is-size-picto img {
  width: 210px !important;
  height: 200px !important;
}
.wp-block-ws-library-ws-listing-cards .wp-block-ws-library-ws-card > a {
  position: absolute;
  inset: 0;
  z-index: 1;
  font-size: 0;
}
.wp-block-ws-library-ws-listing-cards .wp-block-ws-library-ws-card .wp-block-ws-library-ws-button {
  z-index: 2;
}
.wp-block-ws-library-ws-listing-cards .wp-block-ws-library-ws-card .block-editor-inner-blocks > .block-editor-block-list__layout {
  flex-direction: column !important;
}
.wp-block-ws-library-ws-listing-cards.is-style-small, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) {
  flex-direction: row;
  align-items: unset;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-small, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .wp-block-ws-library-ws-listing-cards.is-style-small, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) {
    max-width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-small.has-3-items, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium).has-3-items {
    flex-direction: row;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-small .title, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .title {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card {
  padding: 10px;
  border: 3px solid transparent;
  aspect-ratio: 1;
  flex: 1 0 150px;
  max-width: calc(50% - 5px);
  flex-shrink: 0;
  gap: 5px;
}
@media (min-width: 500px) {
  .wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card {
    flex: 1 0 200px;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card {
    flex: 1 0 250px;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card {
    box-shadow: 0 6.743px 33.714px 0 rgba(0, 0, 0, 0.1);
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card {
  border-radius: 6px;
  transition: border 0.4s ease-out;
}
.wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card.is-style-green, .wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card:not(is-style-blue):not(is-style-green), .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card.is-style-green, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card:not(is-style-blue):not(is-style-green) {
  background-color: rgba(136, 189, 49, 0.4);
}
.wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card.is-style-green:hover, .wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card:not(is-style-blue):not(is-style-green):hover, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card.is-style-green:hover, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card:not(is-style-blue):not(is-style-green):hover {
  border-color: var(--wp--preset--color--green) !important;
}
.wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card.is-style-green .group-media::before, .wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card:not(is-style-blue):not(is-style-green) .group-media::before, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card.is-style-green .group-media::before, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card:not(is-style-blue):not(is-style-green) .group-media::before {
  background-color: var(--wp--preset--color--green);
}
.wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card.is-style-blue, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card.is-style-blue {
  background-color: rgba(157, 184, 255, 0.4);
}
.wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card.is-style-blue:hover, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card.is-style-blue:hover {
  border-color: var(--wp--preset--color--light-blue) !important;
}
.wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card.is-style-blue .group-media::before, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card.is-style-blue .group-media::before {
  background-color: var(--wp--preset--color--light-blue);
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-small .wp-block-ws-library-ws-card:hover .group-media::before, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .wp-block-ws-library-ws-card:hover .group-media::before {
    width: 130px;
    height: 130px;
    z-index: -1;
    top: 80px;
    border-radius: 130px;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-small img, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) img {
  width: 98px !important;
  height: 78px !important;
  position: relative;
  object-fit: contain;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-small img, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) img {
    width: 165.2px !important;
    height: 131.486px !important;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-small h2, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) h2 {
  font-size: 18px !important;
  letter-spacing: 0px;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-small h2, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) h2 {
    font-size: 25px !important;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-small .field-image, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .field-image {
  display: flex;
  justify-content: center;
}
.wp-block-ws-library-ws-listing-cards.is-style-small .group-media, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .group-media {
  position: relative;
}
.wp-block-ws-library-ws-listing-cards.is-style-small .group-media::before, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .group-media::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  border-radius: 60px;
  transform: translateX(-50%) translateY(-50%);
  transition: width 0.4s ease-out, height 0.4s ease-out, top 0.4s ease-out;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-small .group-media::before, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) .group-media::before {
    width: 101.143px;
    height: 101.143px;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-small p, .wp-block-ws-library-ws-listing-cards:not(.is-style-large):not(.is-style-small):not(.is-style-medium) p {
  display: none;
}
.wp-block-ws-library-ws-listing-cards.is-style-medium {
  margin-top: 90px;
  gap: 90px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-medium {
    gap: 60px;
    margin-top: 190px;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-medium .wp-block-ws-library-ws-card {
  position: relative;
  min-height: 100%;
  width: 315px;
  filter: drop-shadow(-10.007px 10.007px 34.311px rgba(0, 0, 0, 0.15));
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-medium .wp-block-ws-library-ws-card {
    width: 450px;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-medium .wp-block-ws-library-ws-card::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(93% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
  z-index: -3;
  top: 0;
  left: 0;
}
.wp-block-ws-library-ws-listing-cards.is-style-medium .wp-block-ws-library-ws-card > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-ws-library-ws-listing-cards.is-style-medium .wp-block-ws-library-ws-card .group-media {
  width: fit-content;
}
.wp-block-ws-library-ws-listing-cards.is-style-medium .wp-block-ws-library-ws-card.is-style-green::before, .wp-block-ws-library-ws-listing-cards.is-style-medium .wp-block-ws-library-ws-card:not(is-style-blue):not(is-style-green)::before {
  background-color: var(--wp--preset--color--light-green);
}
.wp-block-ws-library-ws-listing-cards.is-style-medium .wp-block-ws-library-ws-card.is-style-blue::before {
  background-color: var(--wp--preset--color--very-light-blue);
}
.wp-block-ws-library-ws-listing-cards.is-style-medium img {
  width: 236.934px !important;
  height: 192px !important;
  margin-top: -30%;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-medium img {
    width: 338.73px !important;
    height: 274.491px !important;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-medium .field-image {
  position: relative;
}
.wp-block-ws-library-ws-listing-cards.is-style-medium .field-image::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 132.365px;
  height: 151.591px;
  transform: rotate(-2.847deg);
  top: -51px;
  left: 8px;
  z-index: -1;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-medium .field-image::before {
    width: 189.234px;
    height: 216.72px;
    top: -72px;
    left: 11px;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-medium .field-image::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-3.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 231.33px;
  height: 118.561px;
  transform: rotate(-2.847deg);
  top: -15px;
  left: 6px;
  z-index: -2;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-medium .field-image::after {
    width: 330.719px;
    height: 169.5px;
    top: -18px;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-medium p {
  padding: 20px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-large {
    gap: 103px;
    max-width: unset;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-large {
  display: flex;
  justify-content: center;
}
.wp-block-ws-library-ws-listing-cards.is-style-large .wp-block-ws-library-ws-card {
  padding: 15px 20px;
  border-radius: 6px;
  width: 275px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-large .wp-block-ws-library-ws-card {
    min-height: 642px;
    width: 410px;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-large .wp-block-ws-library-ws-card.is-style-blue {
  background-color: var(--wp--preset--color--very-light-blue);
}
.wp-block-ws-library-ws-listing-cards.is-style-large .wp-block-ws-library-ws-card.is-style-green, .wp-block-ws-library-ws-listing-cards.is-style-large .wp-block-ws-library-ws-card:not(is-style-blue):not(is-style-green) {
  background-color: var(--wp--preset--color--light-green);
}
.wp-block-ws-library-ws-listing-cards.is-style-large .wp-block-ws-library-ws-card h2 {
  font-size: 20px;
  color: var(--wp--preset--color--blue) !important;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-large .wp-block-ws-library-ws-card h2 {
    font-size: 32px;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-large .wp-block-ws-library-ws-card:nth-child(1) .field-image::before {
  background-color: var(--wp--preset--color--yellow);
}
.wp-block-ws-library-ws-listing-cards.is-style-large .wp-block-ws-library-ws-card:nth-child(2) .field-image::before {
  background-color: var(--wp--preset--color--red);
}
.wp-block-ws-library-ws-listing-cards.is-style-large .wp-block-ws-library-ws-card:nth-child(3) .field-image::before {
  background-color: var(--wp--preset--color--green);
}
.wp-block-ws-library-ws-listing-cards.is-style-large img {
  width: 211.204px;
  height: 160.492px;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-large img {
    width: 313px;
    height: 305.999px;
  }
}
.wp-block-ws-library-ws-listing-cards.is-style-large .field-image {
  display: flex;
  justify-content: center;
  position: relative;
}
.wp-block-ws-library-ws-listing-cards.is-style-large .field-image::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 140px;
  width: 80px;
  height: 80px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-listing-cards.is-style-large .field-image::before {
    width: 140px;
    height: 140px;
  }
}

.wp-block-ws-library-ws-slider {
  background-color: var(--wp--preset--color--very-light-blue);
  max-width: 100vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 30px 0;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-slider {
    padding: 30px 0;
  }
}
.wp-block-ws-library-ws-slider {
  position: relative;
  margin: 0 -30px !important;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-slider::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -20px;
    width: 739.523px;
    height: 238.248px;
    background-image: url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.wp-block-ws-library-ws-slider .credits {
  left: 30px;
  right: unset;
  background-color: var(--wp--preset--color--light);
  min-height: 18px;
  height: 18px;
  padding: 0;
  padding-left: 3px;
  text-align: start;
  z-index: 2;
  transition: width linear 0.4s;
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 15.191px;
  font-style: normal;
  font-weight: 700;
  width: calc(var(--creditsWidth) + 5px);
  bottom: 160px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-slider .credits {
    width: 18px;
  }
}
.wp-block-ws-library-ws-slider .splide {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block-ws-library-ws-slider .splide__list {
  max-width: 100vw;
}
.wp-block-ws-library-ws-slider .splide__arrows .splide__arrow {
  background-color: transparent !important;
  position: relative !important;
  opacity: 1 !important;
}
.wp-block-ws-library-ws-slider .splide__arrows .splide__arrow.splide__arrow--prev::before, .wp-block-ws-library-ws-slider .splide__arrows .splide__arrow.splide__arrow--next::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#arrows--arrow");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: var(--wp--preset--color--blue);
  opacity: 1 !important;
}
.wp-block-ws-library-ws-slider .splide__arrows .splide__arrow.splide__arrow--next::before {
  transform: rotate(180deg);
}
.wp-block-ws-library-ws-slider .splide__arrows .splide__arrow svg {
  display: none !important;
}
.wp-block-ws-library-ws-slider .splide__slide {
  width: 468px !important;
  height: 330px;
  border-radius: 0 !important;
}
.wp-block-ws-library-ws-slider .splide__slide:hover .credits {
  width: calc(var(--creditsWidth) + 5px) !important;
}

.wp-block-ws-library-ws-list-content .list-items {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.wp-block-ws-library-ws-list-content .group-content {
  padding: 25px 0;
}
.wp-block-ws-library-ws-list-content h3 {
  font-size: 20px;
  font-family: var(--wp--preset--font-family--barlow-condensed);
  display: flex;
  transition: color ease 0.5s;
}
.wp-block-ws-library-ws-list-content h3::before {
  content: "";
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--triangle");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  width: 0.9em;
  min-width: 0.9em;
  height: 0.9em;
  display: block;
  color: var(--wp--preset--color--blue);
  background-color: currentColor;
  transform: rotate(180deg);
  margin-right: 15px;
  transition: color ease 0.5s;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-list-content h3::before {
    margin-right: 25px;
  }
}
.wp-block-ws-library-ws-list-content .card:hover .field-title {
  color: var(--wp--preset--color--light-blue) !important;
}
.wp-block-ws-library-ws-list-content .card:hover .field-title::before {
  color: var(--wp--preset--color--light-blue) !important;
}
.wp-block-ws-library-ws-list-content .item {
  margin: 0;
}

.wp-block-ws-library-ws-columns {
  position: relative;
  margin-bottom: 20px;
  gap: 50px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-ws-library-ws-columns .wp-block-ws-library-ws-column {
  margin-bottom: 0 !important;
}
.wp-block-ws-library-ws-columns::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  height: 105%;
  z-index: -1;
}
.wp-block-ws-library-ws-columns.is-style-blue::before {
  background-color: var(--wp--preset--color--light);
}
.wp-block-ws-library-ws-columns.is-style-green::before {
  background-color: var(--wp--preset--color--light-green);
}

.wp-block-social-links {
  margin-top: 10px !important;
}
.wp-block-social-links li {
  background-color: transparent;
  transform: unset !important;
}
.wp-block-social-links li:hover a::before {
  background-color: var(--wp--preset--color--blue);
}
.wp-block-social-links li:hover a::after {
  background-color: var(--wp--preset--color--yellow);
}
.wp-block-social-links a {
  position: relative;
  width: 50px;
  height: 50px;
}
.wp-block-social-links a::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--linkedin");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  z-index: 1;
  background-color: var(--wp--preset--color--yellow);
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color 0.4s ease-out;
}
.wp-block-social-links a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--wp--preset--color--blue);
  border-radius: 200px;
  opacity: 1 !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color 0.4s ease-out;
}
.wp-block-social-links a > * {
  display: none;
}

.wp-block-ws-library-ws-list-childs .child-pages-list {
  justify-content: center;
}
.wp-block-ws-library-ws-list-childs .card {
  background-color: rgba(136, 189, 49, 0.4);
  position: relative;
  width: 254px;
  height: 100%;
  min-height: 162px;
  border: 3px solid transparent;
  transition: border-color 0.4s ease-out;
}
.wp-block-ws-library-ws-list-childs .card::before {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--green);
  border-radius: 87px;
  width: 87px;
  height: 87px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: width 0.4s ease-out, height 0.4s ease-out;
}
.wp-block-ws-library-ws-list-childs .card:hover {
  border-color: var(--wp--preset--color--green);
}
.wp-block-ws-library-ws-list-childs .card:hover::before {
  width: 115px;
  height: 115px;
}
.wp-block-ws-library-ws-list-childs .card:hover .field-title {
  color: var(--wp--preset--color--blue);
}
.wp-block-ws-library-ws-list-childs .group-media {
  display: none;
}
.wp-block-ws-library-ws-list-childs .group-content {
  align-items: end;
  justify-content: center;
  display: flex;
}
.wp-block-ws-library-ws-list-childs .group-content .field-title {
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-left: 25px;
  position: relative;
  transition: color 0.4s ease-out;
}
.wp-block-ws-library-ws-list-childs .group-content .field-title::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 18px;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--triangle");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: background-color 0.4s ease-out;
  color: inherit;
}

.wp-block-ws-library-ws-faq .faq-item {
  border-bottom: 3px solid var(--wp--preset--color--very-light-blue);
  transition: height 0.4s ease-out;
}
.wp-block-ws-library-ws-faq .faq-item:hover .faq-question {
  color: var(--wp--preset--color--light-blue);
}
.wp-block-ws-library-ws-faq .faq-item:hover .faq-question::before {
  background-color: var(--wp--preset--color--blue);
}
.wp-block-ws-library-ws-faq .faq-question {
  margin: 20px 0;
  padding: 0;
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--rubik);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  transition: color 0.4s ease-out;
}
.wp-block-ws-library-ws-faq .faq-question::before {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--light-blue);
  transition: background-color 0.4s ease-out;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.wp-block-ws-library-ws-faq .faq-question::after {
  content: "+";
  transition: color 0.4s ease-out;
  mask-image: unset;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  right: 6px;
  width: fit-content;
  height: 12px;
  display: flex;
  align-items: center;
  transform: unset !important;
  top: 50%;
  translate: 0 -50%;
}
.wp-block-ws-library-ws-faq p {
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--rubik);
  font-size: 18px;
}

.wp-block-ws-library-ws-accordion .wp-block-ws-library-ws-accordion-item .accordion-item {
  border-bottom: 3px solid var(--wp--preset--color--very-light-blue);
}
.wp-block-ws-library-ws-accordion .wp-block-ws-library-ws-accordion-item .accordion-item:hover .accordion-title {
  color: var(--wp--preset--color--light-blue);
}
.wp-block-ws-library-ws-accordion .wp-block-ws-library-ws-accordion-item .accordion-item:hover .accordion-title::before {
  background-color: var(--wp--preset--color--blue);
}
.wp-block-ws-library-ws-accordion .wp-block-ws-library-ws-accordion-item .accordion-title {
  margin: 20px 0;
  padding: 0;
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--rubik);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  transition: color 0.4s ease-out;
}
.wp-block-ws-library-ws-accordion .wp-block-ws-library-ws-accordion-item .accordion-title u {
  text-decoration: none !important;
}
.wp-block-ws-library-ws-accordion .wp-block-ws-library-ws-accordion-item .accordion-title p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
}
.wp-block-ws-library-ws-accordion .wp-block-ws-library-ws-accordion-item .accordion-title::before {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: var(--wp--preset--color--light-blue);
  transition: background-color 0.4s ease-out;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.wp-block-ws-library-ws-accordion .wp-block-ws-library-ws-accordion-item .accordion-title::after {
  content: "";
  transition: background-color 0.4s ease-out, transform 0.4s ease-out;
  background-color: currentColor;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  right: 6px;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  top: 50%;
  translate: 0 -50%;
}
.wp-block-ws-library-ws-accordion .wp-block-ws-library-ws-accordion-item p {
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--rubik);
  font-size: 18px;
}

.wp-block-post {
  position: relative;
}
.wp-block-post .card {
  background-color: rgba(157, 184, 255, 0.4);
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 162px;
  border: 3px solid transparent;
  transition: border-color 0.4s ease-out;
  border-radius: var(--border-radius) !important;
}
.wp-block-post .card::before {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--light-blue);
  border-radius: 87px;
  width: 87px;
  height: 87px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: width 0.4s ease-out, height 0.4s ease-out;
}
.wp-block-post .card:hover {
  border-color: var(--wp--preset--color--light-blue);
}
.wp-block-post .card:hover::before {
  width: 115px;
  height: 115px;
}
.wp-block-post .card:hover .field-title {
  color: var(--wp--preset--color--blue) !important;
}
.wp-block-post .group-content {
  align-items: end;
  justify-content: center;
  display: flex;
  z-index: 0;
}
.wp-block-post .group-content .field-title {
  color: var(--wp--preset--color--dark) !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 120% !important;
  padding-left: 25px;
  position: relative;
  transition: color 0.4s ease-out;
  margin: 0 !important;
}
.wp-block-post .group-content .field-title::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 18px;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--triangle");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  transition: background-color 0.4s ease-out;
  color: inherit;
}
.wp-block-post .field-link {
  margin-top: 0;
  position: static;
}
.wp-block-post .field-link .cardlink {
  width: unset;
}

.wp-block-query-title {
  color: var(--wp--preset--color--dark) !important;
}

.field-title-search {
  margin-top: 10px !important;
}
@media (min-width: 992px) {
  .field-title-search {
    margin-top: 170px !important;
  }
}

.wp-block-ws-library-ws-logo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 10px;
  padding: 10px;
}
.wp-block-ws-library-ws-logo-gallery.alignfull {
  background-color: var(--wp--preset--color--light);
  margin: 10px -30px !important;
}
.wp-block-ws-library-ws-logo-gallery .wp-block-ws-library-ws-logo {
  flex: 1 0 fit-content;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wp-block-ws-library-ws-logo-gallery .wp-block-ws-library-ws-logo .group-media {
  width: fit-content;
}
.wp-block-ws-library-ws-logo-gallery .wp-block-ws-library-ws-logo .field-image {
  width: fit-content;
}
.wp-block-ws-library-ws-logo-gallery .wp-block-ws-library-ws-logo .field-link {
  font-size: 0;
  position: absolute;
  inset: 0;
}
.wp-block-ws-library-ws-logo-gallery .wp-block-ws-library-ws-logo img {
  width: 90px !important;
  height: 45px !important;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-logo-gallery .wp-block-ws-library-ws-logo img {
    width: 150px !important;
    height: 100px !important;
  }
}
.wp-block-ws-library-ws-logo-gallery.block-editor-block-list__block {
  display: block;
  margin: 10px auto !important;
  background-color: transparent;
}
.wp-block-ws-library-ws-logo-gallery.block-editor-block-list__block > .wp-block-ws-library-ws-logo-gallery {
  display: flex;
  background-color: var(--wp--preset--color--light);
}
.wp-block-ws-library-ws-logo-gallery.block-editor-block-list__block > .wp-block-ws-library-ws-logo-gallery.alignfull {
  margin: 10px -30px !important;
}

footer {
  z-index: 0;
  position: relative;
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding-bottom: 70px;
}
footer .wp-block-ws-library-ws-title > * {
  font-size: 22px !important;
  font: var(--wp--preset--font-family--barlow-condensed);
  font-weight: 700;
  margin-left: 32px;
  color: var(--wp--preset--color--dark) !important;
}
footer .footer-part-1 {
  display: flex;
  margin-top: 104px !important;
  z-index: 1;
}
footer .footer-part-1 figure {
  position: relative;
  margin-left: auto !important;
  margin-right: unset !important;
}
footer .footer-part-1 figure img {
  position: relative;
  z-index: 1;
  width: 270px !important;
  height: 78px !important;
  margin-bottom: -40px;
}
footer .footer-part-1 figure::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60%;
  width: 431px;
  height: 210px;
  background-color: var(--wp--preset--color--light-green);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translateX(-50%) translateY(-50%) rotate(11deg);
  z-index: 0;
}
footer .footer-part-2 {
  flex-direction: column;
  z-index: 0;
  gap: unset;
}
footer .footer-part-2 .wp-block-group:nth-child(1) {
  max-width: 100vw !important;
  padding-top: 73px;
  position: relative;
}
footer .footer-part-2 .wp-block-group:nth-child(1) img {
  max-width: unset;
  transform: unset !important;
}
footer .footer-part-2 .wp-block-group:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 100vw;
  height: 103%;
  background-color: var(--wp--preset--color--light);
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
}
footer .footer-part-2 .wp-block-group:nth-child(2) {
  position: relative;
}
footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li {
  padding-left: unset;
  margin: 0 28px;
  height: fit-content;
  padding-bottom: 40px;
  margin-bottom: 28px;
  box-sizing: content-box;
  border-bottom: 4px solid var(--wp--preset--color--very-light-blue);
}
footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li a {
  position: relative;
  text-decoration: unset;
  display: block;
  width: 100%;
  max-width: 85%;
  font: var(--wp--preset--font-family--barlow-condensed);
  font-size: 20px;
  font-weight: 700;
  transition: color 0.4s ease-out;
}
footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li a::before {
  content: "";
  background-color: var(--wp--preset--color--light-blue);
  height: 48px;
  width: 48px;
  right: -48px;
  left: unset;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 50px;
  transition: background-color 0.4s ease-out;
}
footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li a::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 50%;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--mail");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  color: inherit;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  transition: background-color 0.4s ease-out;
}
footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li a:hover {
  color: var(--wp--preset--color--light-blue);
}
footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li a:hover::before {
  background-color: var(--wp--preset--color--blue);
}
footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li a:hover::after {
  background-color: var(--wp--preset--color--light-blue);
}
footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li::before {
  content: unset;
}
footer .footer-part-2 .wp-block-group:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-bckg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 125px;
  top: -88px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
footer .footer-part-3 {
  flex-direction: column;
  align-items: start;
}
footer .footer-part-3 .wp-block-group:nth-child(1) {
  margin-top: 26px;
}
footer .footer-part-3 .wp-block-group:nth-child(2) {
  margin-left: auto;
  margin-right: 40px;
  margin-top: 18px;
  margin-bottom: 30px;
  background-color: transparent;
}
footer .footer-part-3 .wp-block-group:nth-child(2) h2 {
  font-size: 22px;
  font-weight: 400;
}
footer .footer-part-3 .wp-block-group:nth-child(2) li {
  list-style: none;
  padding: 0;
  position: relative;
  margin-bottom: 18px;
  color: var(--wp--preset--color--blue);
}
footer .footer-part-3 .wp-block-group:nth-child(2) li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease-out;
}
footer .footer-part-3 .wp-block-group:nth-child(2) li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--triangle");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) rotate(180deg);
  color: inherit;
  transition: background-color 0.4s ease-out;
}
footer .footer-part-3 .wp-block-group:nth-child(2) li:hover {
  color: var(--wp--preset--color--light-blue);
}
footer .footer-part-3 .wp-block-group:nth-child(2) li:hover::before {
  background-color: var(--wp--preset--color--light-blue);
}
footer .footer-part-3 .wp-block-group:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 335px;
  height: 335px;
  background-color: var(--wp--preset--color--light);
  border-radius: 200px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
footer .footer-part-4 {
  gap: 10px;
}
footer .footer-part-4 .wp-block-group:nth-child(2) p {
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 175px;
}
footer .footer-part-5 p {
  position: relative;
}
footer .footer-part-5 p:nth-child(1)::before {
  background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#divers--line-1");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: -17px;
}
footer .footer-part-5 p:nth-child(2)::before {
  background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#divers--line-2");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: -17px;
}
footer .footer-part-5 p a {
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer-part-5 p::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
}
footer .logo-ws {
  background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--ws");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
footer .logo-ws a {
  user-select: none;
  color: transparent;
  width: 28px;
  height: 28px;
  display: block;
}
@media (min-width: 992px) {
  footer {
    padding-bottom: 50px;
  }
  footer .footer-part-1 {
    max-width: unset;
    margin-top: 115px !important;
  }
  footer .footer-part-1 figure {
    margin-right: 103px !important;
  }
  footer .footer-part-1 figure img {
    width: 333px !important;
    height: 96px !important;
  }
  footer .footer-part-1 figure::before {
    width: 638px;
    height: 290px;
  }
  footer .footer-part-2 {
    flex-direction: row;
    position: relative;
    margin-bottom: 93px;
    margin-top: 35px;
    margin-left: unset !important;
    margin-right: unset !important;
    width: 100vw;
    max-width: 100vw;
    justify-content: center;
  }
  footer .footer-part-2 .wp-block-group:nth-child(1) {
    position: static;
  }
  footer .footer-part-2 .wp-block-group:nth-child(1) h2 {
    margin-left: 10;
  }
  footer .footer-part-2 .wp-block-group:nth-child(1)::before {
    height: 100%;
    top: 53%;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2) {
    position: static;
    padding-top: 73px;
    width: 80%;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2) .wp-block-ws-library-ws-title {
    margin-left: 25px !important;
    margin-right: unset !important;
    width: 426px;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2) .wp-block-ws-library-ws-title h2 {
    margin-left: 0;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links {
    margin-left: unset !important;
    margin-right: unset !important;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li {
    width: 426px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li:last-child {
    border-bottom: unset;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li a {
    width: 358px;
    font-size: 24px;
    font-weight: unset;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li a::before {
    right: -64px;
    width: 54px;
    height: 54px;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2) .contact-links li a::after {
    right: -51px;
    width: 28px;
    height: 28px;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2)::before {
    top: unset;
    bottom: -60px;
    width: 700px;
    height: 288.248px;
  }
  footer .footer-part-3 {
    flex-direction: row;
    justify-content: center;
    gap: 218px;
  }
  footer .footer-part-3 .wp-block-group:nth-child(1)::before {
    width: 308px;
    height: 308px;
  }
  footer .footer-part-3 .wp-block-group:nth-child(2) {
    margin-top: 32px;
    margin-left: 20px;
  }
  footer .footer-part-3 .wp-block-group:nth-child(2) .wp-block-ws-library-ws-title {
    margin-left: 30px !important;
  }
  footer .footer-part-3 .wp-block-group:nth-child(2) h2 {
    font-size: 32px !important;
    margin-left: 0;
  }
  footer .footer-part-3 .wp-block-group:nth-child(2) li {
    margin-bottom: 45px;
  }
  footer .footer-part-3 .wp-block-group:nth-child(2) li a {
    padding-left: 10px;
  }
  footer .footer-part-3 .wp-block-group:nth-child(2)::before {
    width: 456px;
    height: 456px;
    border-radius: 456px;
    left: -80px;
  }
  footer .footer-part-4 .wp-block-group:nth-child(2) p {
    font-size: 16px;
    max-width: 241px;
  }
  footer .footer-part-5 p a {
    font-size: 16px;
  }
  footer .logo-ws {
    width: 38px;
    height: 38px;
  }
  footer .logo-ws a {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 992px) {
  footer .footer-part-2 {
    margin-top: 30px;
    justify-content: center;
  }
  footer .footer-part-2 .wp-block-group:nth-child(1) img {
    width: 100% !important;
  }
  footer .footer-part-2 .wp-block-group:nth-child(2) {
    width: fit-content;
    margin-right: unset;
  }
  footer .footer-part-2::before {
    top: unset;
    bottom: -25px;
    width: 739.523px;
    height: 238.248px;
  }
}

.logo-mobile a {
  position: relative;
  z-index: 9;
}
.logo-mobile img {
  width: 211px;
  height: 61px;
  padding-top: 14px;
  box-sizing: content-box;
  padding-left: 10px;
}
.logo-mobile {
  width: 120vw;
  margin-left: -24px !important;
}

.inner-header .top-header {
  background-color: transparent;
  box-shadow: unset;
  height: 0;
}
@media (min-width: 992px) {
  .inner-header .top-header {
    height: 60px;
  }
}
.inner-header .top-header img {
  display: none;
}
@media (min-width: 992px) {
  .inner-header .top-header img {
    display: unset;
  }
}

.site-header {
  transition: box-shadow 0.4s ease-out;
}

body.menu-scroll .site-header {
  background-color: var(--wp--preset--color--light) !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
body:not(.menu-scroll) .site-header {
  box-shadow: unset;
}

.wp-block-ws-library-ws-header-interne {
  position: relative;
  margin-bottom: 90px;
}
.wp-block-ws-library-ws-header-interne .group-content {
  margin-left: 15px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-interne .group-content {
    margin-left: 0;
  }
}
.wp-block-ws-library-ws-header-interne .intro > * {
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-interne .intro > * {
    color: var(--wp--preset--color--blue);
    font-family: var(--wp--preset--font-family--barlow-condensed);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.6px;
  }
}
.wp-block-ws-library-ws-header-interne .title {
  position: relative;
  width: fit-content;
}
.wp-block-ws-library-ws-header-interne .title::before {
  content: "";
  background-color: var(--wp--preset--color--light-blue);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 1;
  position: absolute;
  opacity: 0.34;
  transform: rotate(10deg);
  height: 114.233px;
  width: 250.727px;
  right: 10%;
  top: -30px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-interne .title::before {
    height: 139.798px;
    width: 324.636px;
    right: -10%;
    bottom: -70%;
    top: unset;
  }
}
.wp-block-ws-library-ws-header-interne .title h1 {
  z-index: 1;
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
}
.wp-block-ws-library-ws-header-interne .yoast-breadcrumbs {
  padding-top: 17px;
  padding-bottom: 0;
}
.wp-block-ws-library-ws-header-interne::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 170px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  background-color: var(--wp--preset--color--light);
  height: 242px;
  z-index: -1;
  clip-path: polygon(50% 74%, 0% 100%, 100% 100%);
}
.wp-block-ws-library-ws-header-interne::after {
  content: "";
  position: absolute;
  top: 0;
  height: 170px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--light);
  z-index: -1;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-interne {
    margin-bottom: 120px;
    padding-top: 49px;
  }
  .wp-block-ws-library-ws-header-interne .yoast-breadcrumbs {
    padding-top: 0;
  }
  .wp-block-ws-library-ws-header-interne::before {
    top: 150px;
    clip-path: polygon(50% 56%, 0% 100%, 100% 100%);
  }
  .wp-block-ws-library-ws-header-interne::after {
    height: 150px;
  }
}

.wp-block-ws-library-ws-header-principal .principal-media {
  width: 100vw !important;
  max-width: 100vw;
  transition: clip-path 0.4s ease-out, aspect-ratio 0.4s ease-out, opacity 0.4s ease-out;
  object-fit: cover;
  aspect-ratio: 1;
  height: auto;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  z-index: 0;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-principal .principal-media {
    margin-left: -15px;
    aspect-ratio: 1920/530;
    margin-right: -15px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
  }
}
.wp-block-ws-library-ws-header-principal .group-media {
  position: relative;
}
.wp-block-ws-library-ws-header-principal .group-media::before {
  position: absolute;
  width: 100vw !important;
  max-width: 100vw;
  height: auto;
  aspect-ratio: 1;
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/header/header-2.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  transition: clip-path 0.4s ease-out, aspect-ratio 0.4s ease-out, opacity 0.4s ease-out;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-principal .group-media::before {
    aspect-ratio: 1920/530;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
  }
}
.wp-block-ws-library-ws-header-principal .group-media .logo-header {
  margin-left: 15px;
  width: 211.079px !important;
  height: 61px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-principal .group-media .logo-header {
    width: 300px !important;
    height: 80px;
    margin-left: 20vw !important;
  }
}
.wp-block-ws-library-ws-header-principal .group-content {
  max-width: 960px;
  margin-left: 15px;
  margin-right: 15px;
}
.wp-block-ws-library-ws-header-principal .group-content .title {
  position: relative;
}
.wp-block-ws-library-ws-header-principal .group-content .title > * {
  color: var(--wp--preset--color--dark);
  font-family: var(--wp--preset--font-family--rubik);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.08px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-principal .group-content .title > * {
    color: var(--wp--preset--color--dark);
    font-family: var(--wp--preset--font-family--rubik);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.68px;
  }
}
.wp-block-ws-library-ws-header-principal .group-content .title::before {
  content: "";
  background-color: var(--wp--preset--color--light-blue);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
  position: absolute;
  opacity: 0.34;
  transform: rotate(10deg);
  height: 114.233px;
  width: 250.727px;
  right: 0;
  top: -30px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-principal .group-content .title::before {
    height: 139.798px;
    width: 324.636px;
    right: 5%;
    top: -50%;
  }
}
.wp-block-ws-library-ws-header-principal .group-content .intro > * {
  color: var(--wp--preset--color--blue);
  font-family: var(--wp--preset--font-family--barlow-condensed);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-principal .group-content .intro > * {
    color: var(--wp--preset--color--blue);
    font-family: var(--wp--preset--font-family--barlow-condensed);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.6px;
  }
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-principal .group-content {
    margin-left: 20vw !important;
  }
}
.wp-block-ws-library-ws-header-principal .btn-video {
  cursor: pointer;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 64px;
  background-color: var(--wp--preset--color--red);
  left: 50%;
  top: 37.5%;
  translate: -50% 0;
  z-index: 2;
  transition: top 0.4s ease-out, background-color 0.4s ease-out;
  animation: pulse 2.3s infinite;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-principal .btn-video {
    width: 64px;
    height: 64px;
    top: 45%;
  }
}
.wp-block-ws-library-ws-header-principal .btn-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--triangle");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: rotate(180deg);
  translate: -50% -50%;
  z-index: 1;
  background-color: var(--wp--preset--color--light-red);
  transition: background-color 0.5s ease;
  animation: pulse-reverse 2.3s infinite;
  width: 33px;
  height: 33px;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-principal .btn-video::before {
    width: 33px;
    height: 33px;
  }
}
.wp-block-ws-library-ws-header-principal .btn-video::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  translate: -50% -50%;
  border-radius: 80px;
  background-color: var(--wp--preset--color--red);
  opacity: 0.4;
  transition: opacity 0.5s ease;
  animation: pulse 2.3s infinite;
}
@media (min-width: 992px) {
  .wp-block-ws-library-ws-header-principal .btn-video::after {
    width: 80px;
    height: 80px;
  }
}
@keyframes pulse {
  0% {
    scale: 0.9;
  }
  50% {
    scale: 1.1;
  }
  100% {
    scale: 0.9;
  }
}
@keyframes pulse-reverse {
  0% {
    scale: 1.2;
  }
  50% {
    scale: 0.8;
  }
  100% {
    scale: 1.2;
  }
}

body.on-play .wp-block-ws-library-ws-header-principal .principal-media {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
  opacity: 1;
}
body.on-play .wp-block-ws-library-ws-header-principal .group-media::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
  opacity: 0;
}
body.on-play .wp-block-ws-library-ws-header-principal .btn-video {
  bottom: 45px;
  background-color: var(--wp--preset--color--light-blue);
  animation-play-state: paused;
}
body.on-play .wp-block-ws-library-ws-header-principal .btn-video::before {
  background-color: var(--wp--preset--color--blue);
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--pause");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  left: 50%;
  animation-play-state: paused;
  width: 30px;
  height: 30px;
}
body.on-play .wp-block-ws-library-ws-header-principal .btn-video::after {
  opacity: 0;
  animation-play-state: paused;
}
@media (min-width: 992px) {
  body.on-play.on-play .wp-block-ws-library-ws-header-principal .principal-media {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
    aspect-ratio: 1920/740;
  }
  body.on-play.on-play .wp-block-ws-library-ws-header-principal .group-media::before {
    aspect-ratio: 1920/740;
  }
  body.on-play.on-play .wp-block-ws-library-ws-header-principal .btn-video {
    top: 75%;
  }
}
body.on-play.on-play .btn-video {
  top: 70%;
}

wp-block-post-title {
  display: none;
}

body.page .logo-mobile {
  background-color: var(--wp--preset--color--light);
  margin-bottom: -15px !important;
}

body main > :nth-child(2) {
  margin-top: 0px !important;
}

body.home .logo-mobile {
  display: none !important;
}

.wp-block-ws-library-ws-banner.block-editor-block-list__block .wrapper .credits,
.wp-block-ws-library-ws-image.block-editor-block-list__block .wrapper .credits {
  display: none !important;
}

.wp-block-ws-library-ws-slider.block-editor-block-list__block .splide__arrows .splide__arrow:nth-child(1), .wp-block-ws-library-ws-slider.block-editor-block-list__block .splide__arrows .splide__arrow:nth-child(2) {
  display: inline-flex !important;
}

.link-linkedin {
  width: 167px;
  margin-left: 75px !important;
  margin-right: auto !important;
  position: relative;
}
@media (min-width: 992px) {
  .link-linkedin {
    width: 207px;
  }
}
.link-linkedin p > a {
  color: var(--wp--preset--color--blue) !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100% !important;
  letter-spacing: 2.4px;
  position: relative;
  margin-top: 50px !important;
  text-decoration: unset;
}
@media (min-width: 992px) {
  .link-linkedin p > a {
    font-size: 34px;
  }
}
.link-linkedin p > a strong {
  color: inherit !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: inherit !important;
  font-weight: 700;
}
.link-linkedin p > a::before {
  content: "";
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/title/lines.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 60px;
  height: 25px;
  left: 0;
  top: -35px;
}
.link-linkedin::before {
  content: "";
  position: absolute;
  width: 252px;
  height: 252px;
  left: -130px;
  top: -80px;
  background-color: var(--wp--preset--color--yellow);
  border-radius: 200px;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .link-linkedin::before {
    width: 264px;
    height: 264px;
  }
}

body.home .top-header .wp-block-image a img {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
body.home.menu-scroll .top-header .wp-block-image a::before, body.home.menu-open .top-header .wp-block-image a::before {
  opacity: 0;
}
body.home.menu-scroll .top-header .wp-block-image a img, body.home.menu-open .top-header .wp-block-image a img {
  opacity: 1;
}
body.home main {
  margin-top: 0 !important;
}
body.home {
  --padding-bottom: 125px;
}
@media (min-width: 992px) {
  body.home {
    --padding-bottom: 776px;
  }
}
body.home .wp-block-ws-library-ws-header-principal {
  padding-bottom: var(--padding-bottom);
  position: relative;
}
body.home .wp-block-ws-library-ws-header-principal::before, body.home .wp-block-ws-library-ws-header-principal::after {
  content: "";
  position: absolute;
  width: 100vw;
}
body.home .wp-block-ws-library-ws-header-principal::before {
  height: 100%;
  background-color: var(--wp--preset--color--light);
  z-index: -2;
  bottom: 0;
}
body.home .wp-block-ws-library-ws-header-principal::after {
  height: auto;
  background-color: white;
  -webkit-mask-image: url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-bckg.svg");
  mask-image: url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-bckg.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1918/618;
  z-index: -1;
  bottom: -5px;
}
@media (min-width: 992px) {
  body.home .wp-block-ws-library-ws-header-principal::after {
    bottom: -17px;
  }
}
@media (min-width: 992px) {
  body.home .wp-block-ws-library-ws-header-principal {
    left: -15px;
    left: -15px;
  }
}
body.home .wp-block-ws-library-ws-header-principal + * {
  margin-top: calc(var(--padding-bottom) * -1 + 25px) !important;
}
@media (min-width: 992px) {
  body.home .wp-block-ws-library-ws-header-principal + * {
    margin-top: calc(var(--padding-bottom) * -1 + 100px) !important;
  }
}
body.home .has-blue-circle {
  position: relative;
  margin-top: 110px;
}
body.home .has-blue-circle::before {
  content: "";
  position: absolute;
  width: 747px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 747px;
  left: -50px;
  top: -50px;
  translate: -50%;
  background-color: var(--wp--preset--color--light);
  z-index: -1;
}
@media (min-width: 992px) {
  body.home .has-blue-circle::before {
    width: 553px;
    left: 0;
    translate: -25%;
  }
}
body.home .has-blue-circle .wp-block-ws-library-ws-listing-cards {
  gap: 90px;
}
body.home .is-social-part {
  position: relative;
  padding-bottom: 15px;
  padding-top: 50px;
}
@media (min-width: 992px) {
  body.home .is-social-part {
    padding-top: 261px;
  }
}
body.home .is-social-part::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-color: var(--wp--preset--color--light);
  left: 50%;
  translate: -50%;
  top: 0;
}
@media (min-width: 992px) {
  body.home .is-social-part::before {
    clip-path: polygon(50% 30%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
body.home .wp-block-group > .wp-block-ws-library-ws-title,
body.home .wp-block-group > .wp-block-ws-library-ws-button,
body.home .wp-block-group > .wp-block-social-links {
  width: fit-content;
}
body.home .wp-block-group > .wp-block-ws-library-ws-title h2,
body.home .wp-block-group > .wp-block-ws-library-ws-button h2,
body.home .wp-block-group > .wp-block-social-links h2 {
  width: fit-content;
}
@media (min-width: 992px) {
  body.home:not(.menu-open) .site-header {
    background-color: transparent;
    transition: background-color 1s ease;
  }
  body.home:not(.menu-open) .inner-tools > * {
    box-shadow: unset;
  }
  body.home .inner-tools > * {
    padding: 9px 41px;
    background-color: var(--wp--preset--color--light);
    border-radius: 10px;
  }
}
body.block-editor-iframe__body .cardlink {
  z-index: -9 !important;
}
@media (min-width: 992px) {
  body.admin-bar .menu-area {
    height: calc(100vh - 92px);
  }
}

.menu-area {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.menu-area .link-linkedin {
  margin-bottom: 23px;
}
@media (min-width: 992px) {
  .menu-area .link-linkedin {
    margin-bottom: 100px;
    align-self: end;
  }
}
.menu-area .ws-navigation-menu {
  gap: 50px;
}
.menu-area .ws-navigation.principal {
  padding-top: 80px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 2;
  position: relative;
}
.menu-area .ws-navigation.principal .ws-navigation-menu > .menu-item {
  color: var(--wp--preset--color--dark);
}
.menu-area .ws-navigation.principal .ws-navigation-menu > .menu-item a {
  font-size: 22px;
  color: var(--wp--preset--color--dark);
}
.menu-area .ws-navigation.principal .ws-navigation-menu > .menu-item::after {
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--triangle");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: currentColor;
  color: inherit;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.menu-area .ws-navigation.principal .ws-navigation-menu > .menu-item.has-submenu {
  justify-content: start !important;
}
.menu-area .ws-navigation.principal::before {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--light);
  width: 100%;
  height: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media (min-width: 992px) {
  .menu-area .ws-navigation.principal::before {
    content: unset;
  }
}
.menu-area .wp-block-ws-library-ws-button {
  order: 1;
}
@media (min-width: 992px) {
  .menu-area .wp-block-ws-library-ws-button {
    display: block;
    left: unset;
    bottom: unset;
    position: unset;
    margin: 5px;
  }
  .menu-area .wp-block-ws-library-ws-button * {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (min-width: 992px) {
  .menu-area {
    position: fixed;
    left: 100%;
    transition: transform 1s ease;
    width: 100vw;
    height: calc(100vh - 60px);
    bottom: 0;
    top: unset;
    flex-direction: row;
  }
  .menu-area.is-open {
    transform: translateX(-100%);
  }
  .menu-area .ws-navigation.principal {
    order: 2;
    height: 100%;
    overflow: auto;
  }
  .menu-area .ws-navigation.principal > * {
    height: fit-content;
  }
  .menu-area .ws-navigation.principal .submenu {
    display: block;
    width: 100%;
    position: static;
    height: fit-content;
    padding: 0 !important;
  }
  .menu-area .ws-navigation.principal .submenu > .menu-item > a {
    font-size: 28px;
    transition: color 0.4s ease-out;
    padding-left: 0;
  }
  .menu-area .ws-navigation.principal .submenu > .menu-item > a:hover {
    color: var(--wp--preset--color--light-blue);
  }
  .menu-area .ws-navigation.principal .ws-navigation-menu > .menu-item.has-submenu > a {
    font-size: 24px;
    margin-bottom: 51px;
    text-transform: none;
    pointer-events: none;
    color: var(--wp--preset--color--dark);
  }
  .menu-area .ws-navigation.principal .ws-navigation-menu > .menu-item.has-submenu {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 444px;
  }
  .menu-area .wp-block-ws-library-ws-title {
    order: 3;
  }
  .menu-area .wp-block-social-links {
    order: 4;
  }
  .menu-area .menu-toggle {
    display: none;
  }
  .menu-area .link-linkedin a {
    margin-top: 20px;
    font-size: 28px;
  }
}

.menu-toggle {
  width: fit-content;
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 0 !important;
  bottom: unset !important;
  left: unset !important;
  transform: unset !important;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
}
.menu-toggle::before {
  content: "";
  width: 100vw !important;
  height: 50px;
  background-color: var(--wp--preset--color--dark);
  position: absolute;
}
.menu-toggle a {
  width: fit-content !important;
  padding: 0 0 0 0;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 7px !important;
  font-family: var(--wp--preset--font-family--rubik);
}
.menu-toggle a::before {
  content: "";
  position: relative !important;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  transform: unset !important;
  transition: unset !important;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  order: 2;
  color: var(--wp--preset--color--light);
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--cross-flat") !important;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--cross-flat");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.menu-toggle a::after {
  content: "menu";
  background-color: transparent;
  font-size: 14px;
  width: fit-content;
  position: relative;
  top: unset;
  left: unset;
  display: flex;
  align-items: center;
  color: var(--wp--preset--color--light);
}
@media (min-width: 992px) {
  .menu-toggle a::after {
    content: "";
  }
}

.submenu {
  background-color: white !important;
  padding: 0 30px !important;
  height: 100vh;
}
.submenu .submenu-header {
  display: flex;
  margin-top: 80px !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  margin-bottom: 30px !important;
}
.submenu .submenu-header .submenu-title {
  text-transform: unset !important;
  font-size: 22px !important;
}
.submenu .submenu-header .submenu-back {
  background-color: transparent !important;
  width: 14px !important;
  height: 14px !important;
  margin-right: 14px !important;
}
.submenu .submenu-header .submenu-back::before {
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--triangle") !important;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--triangle");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  width: 14px !important;
  height: 14px !important;
  transform: rotate(180deg);
}
.submenu .submenu-header::before {
  content: "";
  position: absolute;
  background-color: var(--wp--preset--color--light);
  width: 100%;
  height: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media (min-width: 992px) {
  .submenu .submenu-header::before {
    content: unset;
  }
}
.submenu > .menu-item {
  height: fit-content;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px var(--wp--preset--color--very-light-blue) solid;
}
.submenu > .menu-item a {
  font-family: var(--wp--preset--font-family--barlow-condensed);
  color: var(--wp--preset--color--dark);
  font-weight: 400;
}
.submenu > .menu-item::after {
  content: unset;
}

.inner-header .ws-navigation-menu .nav-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.inner-header > .wp-block-group:nth-child(2) {
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .inner-header {
    max-width: 100vw;
    padding: 0;
    margin: 0 122px;
  }
}
.inner-header .tools-area {
  bottom: 0;
  border-radius: unset;
}
.inner-header .tools-area .inner-tools {
  width: 100vw;
  height: 50px;
  border-radius: unset;
  background-color: var(--wp--preset--color--dark);
  overflow: hidden;
}
@media (min-width: 992px) {
  .inner-header .tools-area .inner-tools {
    background-color: transparent;
  }
  .inner-header .tools-area .inner-tools > * {
    margin-right: 0 !important;
  }
  .inner-header .tools-area .inner-tools .tools-menu > * {
    gap: 30px;
  }
}
.inner-header .tools-area .inner-tools .ws-navigation-menu {
  width: 100vw;
}
@media (min-width: 992px) {
  .inner-header .tools-area .inner-tools .ws-navigation-menu {
    width: fit-content;
    gap: 20px;
  }
}
.inner-header .tools-area .inner-tools .ws-navigation-menu {
  display: flex;
  justify-content: space-between;
}
.inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item a {
  background-color: transparent;
  font-size: 14px;
  width: unset !important;
  color: var(--wp--preset--color--light);
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item a {
    color: var(--wp--preset--color--dark);
  }
}
.inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item a::before {
  color: inherit;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--search");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
.inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(1) a {
  margin-left: 15px;
}
.inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(2) a::before {
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--mail");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(3) {
  position: relative;
}
.inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(3) a {
  z-index: 1;
  position: relative;
  color: var(--wp--preset--color--dark);
  margin-right: 35px;
}
.inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(3) a::before {
  mask-image: unset;
  content: none;
}
.inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(3) a::after {
  content: "";
  background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--menu");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  margin-left: 7px;
}
.inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 100px;
  z-index: 0;
  background-color: white;
  bottom: 40%;
  left: -10px;
  transform: translateY(50%) rotate(20deg);
}
@media (min-width: 992px) {
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(3)::after {
    content: unset;
  }
}
@media (min-width: 992px) {
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(1):hover a:before, .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(2):hover a:before {
    background-color: var(--wp--preset--color--light-blue);
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(1):hover a::after, .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(2):hover a::after {
    background-color: var(--wp--preset--color--blue);
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(1) {
    order: 3;
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(1) a {
    font-size: 0;
    margin-left: 0;
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(1) a::before {
    z-index: 1;
    margin: 0;
    transition: background-color 0.4s ease-out;
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(1) a::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--wp--preset--color--light-blue);
    z-index: 0;
    border-radius: 40px;
    transition: background-color 0.4s ease-out;
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(2) {
    order: 2;
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(2) a {
    font-size: 0;
    margin-left: 0;
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(2) a::before {
    z-index: 1;
    margin: 0;
    transition: background-color 0.4s ease-out;
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(2) a::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--wp--preset--color--light-blue);
    z-index: 0;
    border-radius: 40px;
    transition: background-color 0.4s ease-out;
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(3) {
    order: 1;
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(3) a {
    margin-right: 0;
    font-size: 18px;
    text-transform: uppercase;
  }
  .inner-header .tools-area .inner-tools .ws-navigation-menu .menu-item:nth-child(3) a::after {
    width: 29px;
    height: 29px;
    transition: background-image 0.2s ease;
  }
}

@media (min-width: 992px) {
  .site-header {
    background-color: var(--wp--preset--color--light);
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .inner-tools .ws-navigation-menu .menu-item:nth-child(3) a::after {
    background-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--cross") !important;
  }
}
.search-area {
  background-color: var(--wp--preset--color--light);
}
.search-area .wp-block-search {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.search-area .wp-block-search label {
  color: var(--wp--preset--color--blue) !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100% !important;
  letter-spacing: 2.4px;
  position: relative;
  margin-top: 150px !important;
  text-decoration: unset;
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 992px) {
  .search-area .wp-block-search label {
    font-size: 34px;
  }
}
.search-area .wp-block-search label strong {
  color: inherit !important;
  font-family: var(--wp--preset--font-family--barlow-condensed) !important;
  font-size: inherit !important;
  font-weight: 700;
}
.search-area .wp-block-search label::before {
  content: "";
  background-image: url("/wp-content/themes/vivaldi-child/assets/img/title/lines.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 60px;
  height: 25px;
  left: 0;
  top: -35px;
}
.search-area .wp-block-search .wp-block-search__inside-wrapper {
  border: none;
  border-radius: unset;
  background-color: white;
  height: 68px;
  max-height: 68px;
  width: calc(100% - 28px);
  margin: 0 14px;
  color: var(--wp--preset--color--blue);
  clip-path: polygon(0 0, 91% 0, 100% 38%, 100% 48%, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .search-area .wp-block-search .wp-block-search__inside-wrapper {
    clip-path: polygon(0 0, 96% 0, 100% 33%, 100% 84%, 100% 100%, 0 100%);
  }
}
.search-area .wp-block-search .wp-block-search__inside-wrapper input {
  background-color: transparent;
  color: inherit;
}
.search-area .wp-block-search .wp-block-search__inside-wrapper button {
  background-color: transparent;
  position: relative;
  color: inherit;
}
.search-area .wp-block-search .wp-block-search__inside-wrapper button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--search");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-color: currentColor;
  color: inherit;
  transform: translateX(-50%) translateY(-50%);
}
.search-area .wp-block-search .wp-block-search__inside-wrapper button svg {
  display: none;
}
.search-area .wp-block-search::before {
  content: "";
  position: absolute;
  bottom: 30px;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask-image: url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-bckg.svg");
  mask-image: url("/wp-content/themes/vivaldi-child/assets/img/mountains/mountain-bckg.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 125px;
  background-color: white;
}
.search-area .wp-block-ws-library-ws-button {
  width: fit-content;
  position: fixed !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 0 !important;
  bottom: 0 !important;
  top: unset !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 3;
}
.search-area .wp-block-ws-library-ws-button::before {
  content: "";
  width: 100vw !important;
  height: 50px;
  background-color: var(--wp--preset--color--dark);
  position: absolute;
}
.search-area .wp-block-ws-library-ws-button a {
  width: fit-content !important;
  padding: 0 0 0 0;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 7px !important;
  font-family: var(--wp--preset--font-family--rubik);
}
.search-area .wp-block-ws-library-ws-button a::before {
  content: "";
  position: relative !important;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  transform: unset !important;
  transition: unset !important;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  order: 2;
  color: var(--wp--preset--color--light);
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--cross-flat") !important;
  mask-image: url("/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#components--cross-flat");
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.search-area .wp-block-ws-library-ws-button a::after {
  content: "menu";
  background-color: transparent;
  font-size: 14px;
  width: fit-content;
  position: relative;
  top: unset;
  left: unset;
  display: flex;
  align-items: center;
  color: var(--wp--preset--color--light);
}
@media (min-width: 992px) {
  .search-area .wp-block-ws-library-ws-button a::after {
    content: "";
  }
}
@media (min-width: 992px) {
  .search-area {
    align-items: center;
  }
  .search-area .wp-block-search::before {
    height: 260px;
  }
  .search-area .wp-block-ws-library-ws-button a::before {
    width: 30px;
    height: 30px;
  }
}

/*# sourceMappingURL=sass */