/*!
Theme Name: dermatologie-allgaeu
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dermatologie-allgaeu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dermatologie-allgaeu is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

:root {
  --dark-blue: #21354b;
  --bluish-white: #f7f7ff;
  --black-text: #21354be5;
  --white: #fff;
  --beige: #fdf9f5;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1280px) and (max-width: 1320px) {
  .container {
    padding-inline: 40px;
  }
}

@media (min-width: 1536px) and (max-width: 1576px) {
  .container {
    padding-inline: 40px;
  }
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
.fira-sans {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "EB Garamond", serif;
  color: var(--dark-blue);
  font-weight: 400;
}

h1,
.h1 {
  font-size: 38px;
  line-height: 38px;
}

h2,
.h2 {
  font-size: 38px;
  line-height: 38px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 64px;
    line-height: 100%;
  }
  h2,
  .h2 {
    font-size: 48px;
    line-height: 100%;
  }
  h3,
  .h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fffcfa;
}

hr {
  border: none !important;
  height: 1px;
  width: 100%;
  background-color: var(--dark-blue);
}
.has-dark-blue-background-color hr {
  background-color: #ffffff4d;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

.entry-content .wp-block-image img {
  border-radius: 22px;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.content-section {
  margin-top: 100px;
}

.entry-content {
  margin-bottom: 100px;
  position: relative;
}

@media (min-width: 1024px) {
  .content-section {
    margin-top: 130px;
  }
  .entry-content {
    margin-bottom: 140px;
  }
}

/* BUTTONS */

.button {
  outline: none;
  border-radius: 1000px;
  white-space: nowrap;
  line-height: 100%;
  text-decoration: none;
  width: fit-content;
  overflow: hidden;
  font-weight: 400;
  transition: all ease-in-out 0.2s;
}

.button:has(a) a {
  padding: 16px 26px;
  transition: all ease-in-out 0.2s;
}

.button:has(a):hover a {
  text-decoration: none !important;
}

@media only screen and (max-width: 600px) {
  .button:has(a) a {
    white-space: normal;
    padding: 12px 16px;
  }
}

.blue-bg a,
.blue-outline:hover a {
  background: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  color: var(--bluish-white) !important;
}

.button:hover {
  transform: translateY(-0.25em);
  box-shadow: 0 0.5em 0.5em -0.4em var(--dark-blue);
}
.blue-bg:hover a,
.blue-outline a {
  border: 1px solid var(--dark-blue);
  background: transparent;
  color: var(--dark-blue) !important;
}

.white-bg a {
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--dark-blue) !important;
}

.white-bg:hover a {
  background: transparent;
  color: var(--white) !important;
  border-color: var(--white);
}

.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 99px;
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  transition: all ease-in-out 0.2s;
}

.icon-button.light {
  background-color: var(--white);
  border-color: var(--white);
}

.icon-button:hover {
  background-color: var(--white);
}

.icon-button.light:hover {
  background-color: transparent;
}

.icon-button .icon {
  background-color: var(--white);
}
.icon-button.light .icon {
  background-color: var(--dark-blue);
}

.icon-button:hover .icon {
  background-color: var(--dark-blue);
}

.icon-button.light:hover .icon {
  background-color: var(--white);
}
/* BUTTONS END */

/* ICONS */
.icon {
  background-color: var(--black-text);
  width: 24px;
  height: 24px;
  mask-size: contain;
  display: block;
  transition: all ease-in-out 0.2s;
}

.icon:hover {
  background-color: var(--white);
}

.icon.calendar {
  -webkit-mask: url(assets/icons/calendar.svg) no-repeat center;
  mask: url(assets/icons/calendar.svg) no-repeat center;
}

.icon.message {
  -webkit-mask: url(assets/icons/message.svg) no-repeat center;
  mask: url(assets/icons/message.svg) no-repeat center;
}

.icon.phone {
  -webkit-mask: url(assets/icons/phone.svg) no-repeat center;
  mask: url(assets/icons/phone.svg) no-repeat center;
}

.icon.globe {
  -webkit-mask: url(assets/icons/globe.svg) no-repeat center;
  mask: url(assets/icons/globe.svg) no-repeat center;
}

/* ICONS END */

/* Links
--------------------------------------------- */
a {
  font-weight: bold;
  text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline !important;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.full-screen-width {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: none;
  transition: all 0.2s ease-in-out;
}

.site-header.is-sticky {
  /* background-image: url(assets/images/texture.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.40' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-repeat: repeat;
  background-color: #fffcfa;
  box-shadow: 0 0 10px 0 #00000026;
}
.site-header-inner {
  padding-block: 40px;
  transition: padding 0.2s ease-in-out;
}
.site-header.is-sticky .site-header-inner {
  padding-block: 20px;
}

.is-mobile-nav-inner {
  padding-block: 40px;
}
.site-header.is-sticky + .is-mobile-nav .is-mobile-nav-inner {
  padding-block: 20px;
}
.site-footer a {
  font-weight: 300;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  padding: 18px 32px;
  background: var(--dark-blue);
  border-radius: 1000px;
  box-shadow: 0px 4px 40px 0px #00000014;
  backdrop-filter: blur(2px);
  font-size: 1rem;
}

.navigation-container {
  display: none;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.nav-menu ul ul {
  left: -999em;
  top: 0;
}

.nav-menu ul li:hover > ul,
.nav-menu ul li.focus > ul {
  display: block;
  left: auto;
}

.nav-menu ul a {
  width: 200px;
}

.nav-menu li:hover > ul,
.nav-menu li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.nav-menu > li {
  padding-inline: 25px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: var(--bluish-white);
  font-weight: 300;
}

.main-navigation a:hover {
  text-shadow: 1px 0 var(--bluish-white);
  text-decoration: none !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .navigation-container {
  display: block;
}

.menu-toggle {
  position: relative;
  min-width: 45px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: var(--dark-blue);
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 99px;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  transition: all 0.7s;
  position: relative;
}

.menu-toggle.active {
  background: var(--white);
}
.menu-toggle.active span {
  background: var(--dark-blue);
}

.menu-toggle span + span {
  margin-top: 4px;
}

.menu-toggle span:last-child {
  width: 80%;
}

.menu-toggle.active span:last-child {
  width: 100%;
}

.menu-toggle.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.menu-toggle.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.menu-toggle.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.menu-toggle.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.menu-toggle.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.menu-toggle.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 6px;
    transform: rotate(0);
  }

  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }

  50% {
    top: 6px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 6px;
    transform: rotate(0);
  }

  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 6px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 1024px) {
  .menu-toggle,
  .mobile-menu-navigation-container {
    display: none;
  }

  .navigation-container {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .main-navigation--desktop {
    display: none;
  }

  .navigation-container.is-open {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    background: var(--dark-blue);
    z-index: 99;
    color: var(--bluish-white);
  }

  .navigation-container a {
    color: var(--bluish-white);
  }
  .nav-menu {
    flex-direction: column;
    gap: 20px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 303px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.hero-section {
  width: 100vw;
  left: 50%;
  padding: 0 !important;
  transform: translateX(-50%);
}

.hero-section__content {
  gap: 75px !important;
  padding-top: 200px !important;
  padding-bottom: 130px;
}

.hero-section__content-image {
  position: relative;
  flex: 5;
}

.hero-section__content-image-inner {
  width: fit-content;
  height: fit-content;
}

.hero-section__content-text {
  gap: 22px !important;
  flex: 6;
  align-items: flex-start !important;
}

.hero-section__content-text-subtitle {
  font-size: 22px !important;
  letter-spacing: 0.04em;
}

.stamp-bg .wp-block-cover__background::after,
.stamp-bg:not(.wp-block-cover)::before,
.hero-section .wp-block-cover__background::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/stamp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 110%;
  z-index: 2;
}
.stamp-bg--left .wp-block-cover__background::after {
  background-position: -30% center;
}
.stamp-bg--right::before {
  background-position: 100% center !important;
}
.stamp-bg--fixed .wp-block-cover__background::after {
  background-size: auto 676px;
  background-position: 105% 105px !important;
  background-image: url(assets/images/stamp-full.svg);
}
.has-dark-blue-background-color.stamp-bg::before {
  background-image: url(assets/images/stamp-light.svg);
}

.stamp-bg,
.hero-section,
.texture-bg {
  position: relative;
}

.stamp-bg > *,
.hero-section > *,
.texture-bg > * {
  z-index: 2;
  position: relative;
}

.texture-bg .wp-block-cover__background::before,
.hero-section .wp-block-cover__background::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(assets/images/texture.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.40' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-repeat: repeat;
  z-index: 1;
}

.texture-bg .wp-block-cover__inner-container,
.stamp-bg .wp-block-cover__inner-container,
.hero-section .wp-block-cover__inner-container {
  z-index: 3;
}

.page-content {
  max-width: 100%;
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: white;
}

.hero-section__content-image-inner {
  margin-block: 0 !important;
}

.page-content__title,
.page-content__content {
  background: linear-gradient(
    180deg,
    rgba(33, 53, 75, 0.81) 0%,
    rgba(33, 53, 75, 0.9) 100%
  );
  border-radius: 100px;
  backdrop-filter: blur(5px);
}

.page-content__title {
  width: fit-content;
  margin: 0 !important;
  padding: 16px 30px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
}

.page-content__title::before {
  content: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="4.37738" height="4.37738" fill="white"/><rect y="5.66351" width="4.37738" height="4.37738" fill="white"/><rect x="6.29248" width="4.37738" height="4.37738" fill="white"/><rect x="6.29248" y="5.66351" width="4.37738" height="4.37738" fill="white"/></svg>');
  margin-right: 10px;
}

.page-content__content-wrapper {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

.page-content__content {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-inline: 30px;
  padding-block: 22px;
  border-radius: 22px;
}

.page-content:hover .page-content__content-wrapper {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}

.page-content__content-title {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
}

.page-content__content a {
  font-size: 1rem;
  font-weight: 400;
  color: white !important;
  opacity: 0.7;
  text-decoration: none !important;
  transition: opacity 0.2s;
}

.page-content__content a:hover {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .stamp-bg--left .wp-block-cover__background::after {
    background-position: top !important;
  }

  .stamp-bg--right::before {
    background-position: center 130% !important;
  }
  .stamp-bg .wp-block-cover__background::after,
  .stamp-bg:not(.wp-block-cover)::before,
  .hero-section .wp-block-cover__background::after {
    background-position: top;
    background-size: 150% auto;
  }
  .stamp-bg--fixed .wp-block-cover__background::after {
    background-size: auto 500px;
    background-position: 105% 705px !important;
  }
  .hero-section__content {
    flex-direction: column !important;
    gap: 32px !important;
    padding-top: 120px !important;
    padding-bottom: 44px;
  }
}

.entry-content .wp-block-list {
  margin-left: 0 !important;
}

.entry-content .wp-block-list li {
  display: flex;
  padding: 6px 0;
}

.entry-content .wp-block-list li::before {
  content: url("assets/icons/checkmark-colored.svg");
  width: 18px;
  height: 14px;
  margin-right: 10px;
}

.wp-block-list {
  padding-left: 0;
}

.texture-bg:not(.wp-block-cover)::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(assets/images/texture.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.40' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-repeat: repeat;
  z-index: 1;
}

.timeline strong {
  line-height: 1.5;
}

.timeline {
  border-left: 1px dashed #919aa5;
  position: relative;
}

.timeline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #919aa5;
  z-index: 2;
}

/* FAQ BLOCK */

.wp-block-accordion-item {
  border-top: 1px solid #dfd3c8;
  transition: all 0.2s ease-in-out;
}
.wp-block-accordion-item .wp-block-accordion-heading {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  line-height: 150%;
  color: #1a1a1a;
}

.wp-block-accordion-heading__toggle,
.wp-block-accordion-heading__toggle:hover {
  padding-block: 12px;
}

.wp-block-accordion-heading__toggle-icon {
  font-size: 0;
  width: 14px;
  height: 14px;
}

.wp-block-accordion-heading__toggle-icon::after {
  content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 8H8V13C8 13.2652 7.89464 13.5196 7.70711 13.7071C7.51957 13.8946 7.26522 14 7 14C6.73478 14 6.48043 13.8946 6.29289 13.7071C6.10536 13.5196 6 13.2652 6 13V8H1C0.734784 8 0.48043 7.89464 0.292893 7.70711C0.105357 7.51957 0 7.26522 0 7C0 6.73478 0.105357 6.48043 0.292893 6.29289C0.48043 6.10536 0.734784 6 1 6H6V1C6 0.734784 6.10536 0.480429 6.29289 0.292893C6.48043 0.105357 6.73478 0 7 0C7.26522 0 7.51957 0.105357 7.70711 0.292893C7.89464 0.480429 8 0.734784 8 1V6H13C13.2652 6 13.5196 6.10536 13.7071 6.29289C13.8946 6.48043 14 6.73478 14 7C14 7.26522 13.8946 7.51957 13.7071 7.70711C13.5196 7.89464 13.2652 8 13 8Z" fill="black"/></svg>');
  width: 14px;
  height: 14px;
}

.wp-block-accordion-item:first-child {
  border-top: none;
}

.wp-block-accordion-item:last-child {
  border-bottom: 1px solid #dfd3c8;
}
.wp-block-accordion-item:last-child.is-open {
  border-bottom: none;
}

.wp-block-accordion-item .wp-block-accordion-heading {
  font-size: 1.125rem;
}

.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
}

@media screen and (max-width: 1023px) {
  .faq-block {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .wp-block-accordion-item.is-open {
    margin-bottom: 22px;
    padding-block: 40px;
    background: var(--white);
    box-shadow: 0px 4px 20px 0px #0000000f;
    border-radius: 12px;
    border-top: none;
  }

  .wp-block-accordion-item.is-open + .wp-block-accordion-item {
    border-top: none;
  }

  .wp-block-accordion-item {
    padding: 22px 30px;
  }

  .wp-block-accordion-heading__toggle,
  .wp-block-accordion-heading__toggle:hover {
    --wp--preset--spacing--20: 0px;

    padding-block: 0px;
  }
}

/* FAQ BLOCK END*/

/* 404 PAGE */

.not-found {
  background: rgba(33, 53, 75, 0.4);
  overflow: hidden;
}

.not-found-header {
  text-align: center;
  padding: 0;
  padding-top: 20px;
  position: relative;
  color: #fff;
  margin: 0;
  margin-top: 100px;
}

.not-found-header a {
  color: #fff;
  text-decoration: underline;
}

.not-found-circles {
  background: #fff;
  text-align: center;
  position: relative;
  clip-path: polygon(0 21%, 100% 0%, 100% 100%, 0% 100%);
}

.not-found-circles p {
  color: #fff;
  padding-top: 60px;
  position: relative;
  z-index: 9;
  line-height: 100%;
  margin: 0 auto;
  font-size: 140px;
}

.not-found-circles p small {
  font-size: 28px;
  line-height: 100%;
  vertical-align: top;
}

.not-found-circles .not-found-circle.small {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(33, 53, 75, 0.9);
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  animation: 7s smallmove infinite cubic-bezier(1, 0.22, 0.71, 0.98);
  -webkit-animation: 7s smallmove infinite cubic-bezier(1, 0.22, 0.71, 0.98);
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.not-found-circles .not-found-circle.med {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(33, 53, 75, 0.8);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10%;
  animation: 7s medmove infinite cubic-bezier(0.32, 0.04, 0.15, 0.75);
  -webkit-animation: 7s medmove infinite cubic-bezier(0.32, 0.04, 0.15, 0.75);
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.not-found-circles .not-found-circle.big {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(33, 53, 75, 0.7);
  position: absolute;
  z-index: 1;
  top: 200px;
  right: 0;
  animation: 8s bigmove infinite;
  -webkit-animation: 8s bigmove infinite;
  animation-delay: 3s;
  -webkit-animation-delay: 1s;
}

@-webkit-keyframes smallmove {
  0% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 40%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
}
@keyframes smallmove {
  0% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 40%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
}

@-webkit-keyframes medmove {
  0% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 80%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
}

@keyframes medmove {
  0% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 80%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
}

@-webkit-keyframes bigmove {
  0% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
  25% {
    top: 100px;
    right: 40%;
    opacity: 0.4;
  }
  50% {
    top: 240px;
    right: 45%;
    opacity: 0.8;
  }
  75% {
    top: 100px;
    right: 35%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
}
@keyframes bigmove {
  0% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
  25% {
    top: 100px;
    right: 40%;
    opacity: 0.4;
  }
  50% {
    top: 240px;
    right: 45%;
    opacity: 0.8;
  }
  75% {
    top: 100px;
    right: 35%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1024px) {
  .not-found-header {
    margin-top: 140px;
  }
  .not-found-circles p {
    font-size: 240px;
  }
  .not-found-circles p small {
    font-size: 40px;
  }
}
/* 404 PAGE END */

/* STACK CARDS */

/* Initial stacking offset */
/* Container */
.stack-cards {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

/* Cards */
.stack-cards .stack-cards-item {
  --overlay-intensity: 0;

  position: sticky;
  top: 5em;
  width: 100%;
  margin-bottom: 15px;
  transform-origin: center top;
  transform: translateY(var(--card-offset, 0px)) scale(var(--card-scale, 1));
  transition:
    transform 0.15s ease-out,
    color 0.5s ease-out;

  will-change: transform;
}

.stack-cards .stack-cards-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgb(0 0 0 / 0.3);
  border-radius: inherit;
  z-index: 1;
  opacity: calc(var(--overlay-intensity) * var(--overlay-intensity-multiplier));
  pointer-events: none;
}

/* Initial stacking offset */
.stack-cards .stack-cards-item:nth-child(1) {
  --card-offset: 0px;
  --overlay-intensity-multiplier: 1;
}
.stack-cards .stack-cards-item:nth-child(2) {
  --card-offset: 16px;
  --overlay-intensity-multiplier: 0.8;
}
.stack-cards .stack-cards-item:nth-child(3) {
  --card-offset: 32px;
  --overlay-intensity-multiplier: 0.6;
}
.stack-cards .stack-cards-item:nth-child(4) {
  --card-offset: 48px;
  --overlay-intensity-multiplier: 0.4;
}
.stack-cards .stack-cards-item:nth-child(5) {
  --card-offset: 64px;
  --overlay-intensity-multiplier: 0.2;
}

/* STACK CARDS END */

.treatment-card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px !important;
  padding: 44px 32px;
  background: var(--beige);
  box-shadow: 0px 4px 70px 0px #21354b1a;
  border-radius: 22px;
}

.treatment-card-image {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
}

@media screen and (max-height: 1000px) and (min-width: 1024px) {
  .treatment-card-image {
    display: none;
  }
}

.treatment-card-content {
  gap: 4.5vw !important;
  align-items: flex-start !important;
}

.treatment-card-content__text {
  gap: 22px !important;
  flex: 6;
  max-width: 100%;
}
.treatment-card-content__text .wp-block-buttons {
  margin-top: 10px;
}

.treatment-card-content__cards {
  flex: 7;
}

.treatment-card-content__cards-list {
  margin-top: 22px !important;
  align-items: stretch !important;
  flex-wrap: wrap !important;
}

.treatment-card-content__cards-list .text-card {
  width: calc(50% - 11px);
}

.treatment-card-content__cards-list > *:nth-child(even) {
  transform: translateY(60px);
}

.text-card {
  padding: 26px 22px;
  justify-content: center !important;
  gap: 12px;
  border-radius: 22px;
  background: var(--dark-blue);
  font-weight: 300;
  color: #ffffffcc;
}

.text-card__title {
  color: white;
  font-weight: 500;
}

.outlined-list {
  gap: 12px !important;
}

.outlined-list > * {
  padding: 10px;
  border: 1px solid var(--dark-blue);
  border-radius: 1000px;
}

.wp-block-table {
  width: 100%;
  padding: 32px 6vw;
  border-radius: 22px;
  background: var(--dark-blue);
  color: #ffffffe5;
}
.wp-block-table table {
  margin-bottom: 0 !important;
  border: none !important;
  border-spacing: 0 !important;
}

.wp-block-table table th,
.wp-block-table table td {
  border-top: none;
  border-bottom: none;
}

.wp-block-table table thead {
  border-bottom: none;
  text-align: left;
}

.wp-block-table table th {
  font-weight: 500;
}

.wp-block-table table td {
  font-weight: 300;
}

.wp-block-table table tr th:first-child,
.wp-block-table table tr td:first-child {
  border-left: none;
}

.wp-block-table table tr th:last-child,
.wp-block-table table tr td:last-child {
  border-right: none;
}

.wp-block-table td {
  padding-block: 11px;
  padding-inline: 16px 44px;
}

@media (max-width: 1023px) {
  .wp-block-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 0;
  }
}

@keyframes locator-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.locator {
  border-radius: 50%;
  height: 22px;
  position: relative;
  width: 22px;
}

.locator .locator-circle {
  animation: locator-pulse 2s ease-out infinite;
  background: #3dc628;
  border-radius: 50%;
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.locator .circle-1 {
  animation-delay: 0s;
}
.locator .circle-2 {
  animation-delay: 0.5s;
}
.locator .circle-3 {
  animation-delay: 1s;
}

.process-line {
  position: relative;
  padding-block: 64px;
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  gap: 44px !important;
  border-bottom: 1px solid rgb(33 53 75 / 0.3);
}

.process-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: rgb(33 53 75 / 0.3);
  z-index: -1;
}

.process-line__order {
  position: relative;
  font-weight: 500;
  line-height: 1;
  color: white;
  z-index: 1;
}

.process-line__order::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 99px;
  background-color: var(--dark-blue);
  z-index: -1;
}

.process-line__content {
  display: flex;
  align-items: center;
  gap: 0 !important;
}

.process-line__content > * {
  width: 50%;
}

.process-line__content-description {
  width: 100%;
  padding: 44px 50px;
  border-radius: 22px;
  background: var(--dark-blue);
  color: #ffffffe5;
  font-weight: 300;
}

.process-line__content-title {
  width: fit-content;
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px !important;
  font-weight: 500;
  border-bottom: 1px solid rgb(33 53 75 / 0.3);
}

.process-line__content-title-text {
  font-weight: 500;
}

.process-line > .process-line__content:nth-of-type(odd) {
  justify-content: flex-start;
}

.process-line > .process-line__content:nth-of-type(even) {
  justify-content: flex-end;
}

.process-line
  > .process-line__content:nth-of-type(odd)
  .process-line__content-description-wrapper {
  padding-right: 64px;
}

.process-line
  > .process-line__content:nth-of-type(even)
  .process-line__content-description-wrapper {
  padding-left: 64px;
}

.process-line
  > .process-line__content:nth-of-type(odd)
  .process-line__content-title {
  padding-inline: 100px 26px;
}

.process-line
  > .process-line__content:nth-of-type(even)
  .process-line__content-title {
  padding-inline: 26px 100px;
}

@media screen and (max-width: 1023px) {
  .process-line {
    align-items: flex-start !important;
    border-bottom: none;
  }
  .process-line::before {
    left: 4px;
    transform: none;
  }
  .process-line__content {
    flex-direction: column-reverse;
    padding-left: 4px;
  }
  .process-line > .process-line__content:nth-of-type(even) {
    flex-direction: column;
    align-items: flex-start;
  }
  .process-line__content > * {
    width: 100%;
  }
  .process-line
    > .process-line__content:nth-of-type(odd)
    .process-line__content-description-wrapper,
  .process-line
    > .process-line__content:nth-of-type(even)
    .process-line__content-description-wrapper {
    padding-inline: 32px 0;
  }

  .process-line
    > .process-line__content:nth-of-type(odd)
    .process-line__content-title,
  .process-line
    > .process-line__content:nth-of-type(even)
    .process-line__content-title {
    padding-inline: 32px 0;
  }
}

.wp-block-quote .quote {
  font-size: 36px;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
  margin: 0;
}
.wp-block-quote .author {
  align-items: center;
  justify-content: center;
  gap: 12px !important;
  margin-top: 12px;
  font-weight: 300;
}

.wp-block-quote .author .wp-block-image {
  width: fit-content;
  height: fit-content;
}

.vertical-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.3);
}

.price {
  padding-block: 8px;
  gap: 22px !important;
  line-height: 1;
}

.price__title {
  font-size: 1.75rem;
}

.price__value {
  font-weight: 300;
  opacity: 0.9;
}

.read-more-btn {
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .wp-block-quote .quote {
    font-size: 24px;
  }
  .vertical-divider {
    width: 100%;
    height: 1px;
    align-self: flex-start;
  }

  .price {
    width: 100%;
  }

  .price__title {
    font-size: 1.5rem;
  }
}

.footer {
  /* full-screen-width pt-60 pb-34 texture-bg !text-[1rem] !text-[#FFFFFFA1] */
  padding-top: 60px;
  padding-bottom: 34px;
  font-size: 1rem !important;
  color: #ffffffa1 !important;
}

.footer-inner {
  gap: 22px !important;
}
.footer__top {
  /* !justify-between !gap-[7vw] !items-start !mb-22 w-full max-lg:!flex-col */
  justify-content: space-between !important;
  gap: 7vw !important;
  align-items: flex-start !;
  margin-bottom: 22px !important;
  width: 100%;
}

.footer__top-left {
  /* !gap-24 */
  gap: 24px !important;
}

.footer__logo {
  /* max-w-400 */
  max-width: 400px;
}

.footer__top-middle {
  /* !gap-14 max-w-240  */
  gap: 14px !important;
  max-width: 240px;
}

.footer__contact {
  /* !gap-12 !items-start  */
  gap: 12px !important;
  align-items: flex-start !important;
}

.footer__contact .wp-block-image {
  width: fit-content;
  height: fit-content;
}

.footer__contact p {
  flex: 1;
}

.footer__iframe {
  /* rounded-[12px] overflow-hidden border-4 border-[#D9D9D966] h-180 w-420 max-w-full  */
  border-radius: 12px;
  overflow: hidden;
  border: 4px solid #d9d9d966;
  height: 180px;
  width: 420px;
  max-width: 100%;
}

.footer__bottom {
  /* !justify-between w-full text-sm #FFFFFFA1 max-lg:!flex-col-reverse !text-sm !gap-32 */
  justify-content: space-between;
  width: 100%;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  gap: 32px !important;
}

.footer__bottom .wp-block-epico-dynamic-year-block,
.footer__bottom .wp-block-epico-dynamic-year-block p {
  /* [&_p]:!m-0 m-0 */
  margin: 0 !important;
}

@media screen and (max-width: 1023px) {
  .footer__top {
    flex-direction: column !important;
  }
  .footer__bottom {
    flex-direction: column-reverse !important;
  }
}
