/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 320px) {

  .container {
    max-width: 320px;
  }
}
@media (min-width: 767px) {

  .container {
    max-width: 767px;
  }
}
@media (min-width: 991px) {

  .container {
    max-width: 991px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1206px) {

  .container {
    max-width: 1206px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-1\/2 {
  left: 50%;
}
.left-\[22\.5\%\] {
  left: 22.5%;
}
.top-\[5\%\] {
  top: 5%;
}
.-z-\[1\] {
  z-index: -1;
}
.z-\[1\] {
  z-index: 1;
}
.m-0 {
  margin: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mr-\[41px\] {
  margin-right: -41px;
}
.-mr-\[54px\] {
  margin-right: -54px;
}
.-mt-\[25\%\] {
  margin-top: -25%;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[122px\] {
  margin-bottom: 122px;
}
.mb-\[140px\] {
  margin-bottom: 140px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[19px\] {
  margin-bottom: 19px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[21px\] {
  margin-bottom: 21px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[33px\] {
  margin-bottom: 33px;
}
.mb-\[34px\] {
  margin-bottom: 34px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[36px\] {
  margin-bottom: 36px;
}
.mb-\[39px\] {
  margin-bottom: 39px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[42px\] {
  margin-bottom: 42px;
}
.mb-\[44px\] {
  margin-bottom: 44px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mb-\[49px\] {
  margin-bottom: 49px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[57px\] {
  margin-bottom: 57px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mb-\[67px\] {
  margin-bottom: 67px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.mb-\[84px\] {
  margin-bottom: 84px;
}
.mb-\[96px\] {
  margin-bottom: 96px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[38px\] {
  margin-left: 38px;
}
.ml-\[41px\] {
  margin-left: 41px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[19px\] {
  margin-right: 19px;
}
.mr-\[33px\] {
  margin-right: 33px;
}
.mr-\[54px\] {
  margin-right: 54px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[38px\] {
  margin-top: 38px;
}
.mt-\[39px\] {
  margin-top: 39px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[61px\] {
  margin-top: 61px;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-\[127px\] {
  height: 127px;
}
.h-\[172px\] {
  height: 172px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[70px\] {
  height: 70px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-3\/12 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-9\/12 {
  width: 75%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[117px\] {
  width: 117px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[43px\] {
  width: 43px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[77px\] {
  width: 77px;
}
.w-\[85px\] {
  width: 85px;
}
.w-\[90px\] {
  width: 90px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.max-w-\[124px\] {
  max-width: 124px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.self-end {
  align-self: flex-end;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 100%;
}
.rounded-lg {
  border-radius: 2rem;
}
.rounded-sm {
  border-radius: 1rem;
}
.rounded-l-lg {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.rounded-r-lg {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.border {
  border-width: 1px;
}
.border-\[10px\] {
  border-width: 10px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-\[\#898989\] {
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity));
}
.border-aqua {
  border-color: var(--global--color-aqua);
}
.border-orange {
  border-color: var(--global--color-orange);
}
.border-white {
  border-color: var(--global--color-white);
}
.bg-aqua {
  background-color: var(--global--color-aqua);
}
.bg-aqua-10 {
  background-color: rgba(var(--global--color-aqua-rgb), .1);
}
.bg-cyan {
  background-color: var(--global--color-cyan);
}
.bg-gray-dark-3 {
  background-color: var(--global--color-dark3-gray);
}
.bg-gray-light {
  background-color: var(--global--color-light-gray);
}
.bg-gray-light2 {
  background-color: var(--global--color-light2-gray);
}
.bg-orange {
  background-color: var(--global--color-orange);
}
.bg-violet {
  background-color: var(--global--color-violet);
}
.bg-white {
  background-color: var(--global--color-white);
}
.bg-\[url\(\'\@img\/founders\.png\'\)\] {
  background-image: url(/wp-content/themes/audiotakes/assets/images/founders.png?aac5b973d81eb214444ba0eb32e00f34);
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.p-0 {
  padding: 0px;
}
.p-\[40px\] {
  padding: 40px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[159px\] {
  padding-bottom: 159px;
}
.pb-\[195px\] {
  padding-bottom: 195px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[36px\] {
  padding-bottom: 36px;
}
.pb-\[38px\] {
  padding-bottom: 38px;
}
.pb-\[39px\] {
  padding-bottom: 39px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[45px\] {
  padding-bottom: 45px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[55px\] {
  padding-bottom: 55px;
}
.pb-\[58px\] {
  padding-bottom: 58px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[61px\] {
  padding-bottom: 61px;
}
.pb-\[75px\] {
  padding-bottom: 75px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[33px\] {
  padding-left: 33px;
}
.pl-\[34px\] {
  padding-left: 34px;
}
.pl-\[36px\] {
  padding-left: 36px;
}
.pl-\[39px\] {
  padding-left: 39px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[41px\] {
  padding-left: 41px;
}
.pl-\[56px\] {
  padding-left: 56px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[33px\] {
  padding-right: 33px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[41px\] {
  padding-right: 41px;
}
.pr-\[44px\] {
  padding-right: 44px;
}
.pr-\[56px\] {
  padding-right: 56px;
}
.pr-\[85px\] {
  padding-right: 85px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[10\%\] {
  padding-top: 10%;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[20\%\] {
  padding-top: 20%;
}
.pt-\[25\%\] {
  padding-top: 25%;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[29px\] {
  padding-top: 29px;
}
.pt-\[30\%\] {
  padding-top: 30%;
}
.pt-\[34px\] {
  padding-top: 34px;
}
.pt-\[40\%\] {
  padding-top: 40%;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[41px\] {
  padding-top: 41px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[57px\] {
  padding-top: 57px;
}
.pt-\[58px\] {
  padding-top: 58px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[61px\] {
  padding-top: 61px;
}
.pt-\[62px\] {
  padding-top: 62px;
}
.pt-\[71px\] {
  padding-top: 71px;
}
.pt-\[99px\] {
  padding-top: 99px;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.563rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-h2 {
  font-size: var(--heading--font-size-h2);
}
.text-md {
  font-size: 0.9rem;
}
.text-xl {
  font-size: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.text-aqua {
  color: var(--global--color-aqua);
}
.text-orange {
  color: var(--global--color-orange);
}
.text-white {
  color: var(--global--color-white);
}
.opacity-0 {
  opacity: 0;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.before\:bg-aqua::before {
  content: var(--tw-content);
  background-color: var(--global--color-aqua);
}
@media (min-width: 640px) {

  .sm\:left-\[29\.5\%\] {
    left: 29.5%;
  }

  .sm\:top-\[15\%\] {
    top: 15%;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-\[19px\] {
    margin-left: 19px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

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

  .sm\:items-center {
    align-items: center;
  }
}
@media (min-width: 768px) {

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-mt-\[20\%\] {
    margin-top: -20%;
  }

  .md\:ml-\[40px\] {
    margin-left: 40px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:h-\[328px\] {
    height: 328px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[396px\] {
    width: 396px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:pb-\[38px\] {
    padding-bottom: 38px;
  }

  .md\:pb-\[55px\] {
    padding-bottom: 55px;
  }

  .md\:pb-\[65px\] {
    padding-bottom: 65px;
  }

  .md\:pl-\[106px\] {
    padding-left: 106px;
  }

  .md\:pl-\[27px\] {
    padding-left: 27px;
  }

  .md\:pl-\[32px\] {
    padding-left: 32px;
  }

  .md\:pl-\[65px\] {
    padding-left: 65px;
  }

  .md\:pr-\[106px\] {
    padding-right: 106px;
  }

  .md\:pr-\[27px\] {
    padding-right: 27px;
  }

  .md\:pr-\[65px\] {
    padding-right: 65px;
  }

  .md\:pt-\[24px\] {
    padding-top: 24px;
  }

  .md\:pt-\[82px\] {
    padding-top: 82px;
  }

  .md\:pt-\[98px\] {
    padding-top: 98px;
  }
}
@media (min-width: 1024px) {

  .lg\:-top-\[10\%\] {
    top: -10%;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:-mx-\[60px\] {
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-\[11px\] {
    margin-left: 11px;
    margin-right: 11px;
  }

  .lg\:my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:-ml-\[109px\] {
    margin-left: -109px;
  }

  .lg\:-mr-\[136px\] {
    margin-right: -136px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .lg\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-\[11px\] {
    margin-left: 11px;
  }

  .lg\:ml-\[38px\] {
    margin-left: 38px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mr-\[109px\] {
    margin-right: 109px;
  }

  .lg\:mr-\[11px\] {
    margin-right: 11px;
  }

  .lg\:mr-\[33px\] {
    margin-right: 33px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-\[10\%\] {
    margin-top: 10%;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:h-\[200\%\] {
    height: 200%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[50px\] {
    min-height: 50px;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-\[50px\] {
    width: 50px;
  }

  .lg\:w-\[70px\] {
    width: 70px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

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

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

  .lg\:rounded-lg {
    border-radius: 2rem;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-t-\[1px\] {
    border-top-width: 1px;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:px-\[46px\] {
    padding-left: 46px;
    padding-right: 46px;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-\[10px\] {
    padding-left: 10px;
  }

  .lg\:pl-\[115px\] {
    padding-left: 115px;
  }

  .lg\:pl-\[40px\] {
    padding-left: 40px;
  }

  .lg\:pl-\[55px\] {
    padding-left: 55px;
  }

  .lg\:pl-\[84px\] {
    padding-left: 84px;
  }

  .lg\:pl-\[85px\] {
    padding-left: 85px;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-\[10px\] {
    padding-right: 10px;
  }

  .lg\:pr-\[115px\] {
    padding-right: 115px;
  }

  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }

  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-\[61px\] {
    padding-top: 61px;
  }

  .lg\:text-h2 {
    font-size: var(--heading--font-size-h2);
  }
}
@media (min-width: 1280px) {

  .xl\:-top-\[40\%\] {
    top: -40%;
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:-ml-\[101px\] {
    margin-left: -101px;
  }

  .xl\:-mr-\[100\%\] {
    margin-right: -100%;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mt-\[25\%\] {
    margin-top: 25%;
  }

  .xl\:mt-\[40px\] {
    margin-top: 40px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:rounded-lg {
    border-radius: 2rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .xl\:pb-\[38px\] {
    padding-bottom: 38px;
  }

  .xl\:pl-\[106px\] {
    padding-left: 106px;
  }

  .xl\:pl-\[84px\] {
    padding-left: 84px;
  }

  .xl\:pr-\[106px\] {
    padding-right: 106px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-\[61px\] {
    padding-top: 61px;
  }

  .xl\:pt-\[82px\] {
    padding-top: 82px;
  }

  .xl\:text-h2 {
    font-size: var(--heading--font-size-h2);
  }
}
@media (min-width: 1536px) {

  .\32xl\:w-2\/4 {
    width: 50%;
  }

  .\32xl\:pr-\[84px\] {
    padding-right: 84px;
  }

  .\32xl\:pt-\[70px\] {
    padding-top: 70px;
  }
}
@charset "UTF-8";
div.audiotakes-player-wrapper {
  display: flex;
}
div.audiotakes-player-wrapper:hover {
  cursor: pointer;
}
div.audiotakes-player-wrapper .audiotakes-player-controlls {
  display: flex;
  align-items: center;
}
div.audiotakes-player-wrapper .audiotakes-player-controlls button.audiotakes-player-play-pause {
  display: inline-block;
  min-width: 73px;
  max-width: 73px;
  min-height: 73px;
  max-height: 73px;
  background: var(--audiotakes-player-active-color);
  border: none;
  border-radius: 50%;
  margin-right: 40px;
}
div.audiotakes-player-wrapper .audiotakes-player-controlls button[type=button].audiotakes-player-play-pause.play {
  background-size: contain;
  background: url("/wp-content/themes/audiotakes/assets/images/play.svg") no-repeat center center var(--audiotakes-player-active-color);
}
div.audiotakes-player-wrapper .audiotakes-player-controlls button.audiotakes-player-play-pause.pause {
  background-size: contain;
  background: url("/wp-content/themes/audiotakes/assets/images/pause.svg") no-repeat center center var(--audiotakes-player-active-color);
}
div.audiotakes-player-wrapper .audiotakes-player-controlls button.audiotakes-player-mute-unmute {
  min-width: 13px;
  max-width: 13px;
  min-height: 21px;
  max-height: 21px;
  border: none;
  background-color: transparent;
  margin-right: 14px;
}
div.audiotakes-player-wrapper .audiotakes-player-controlls button.audiotakes-player-mute-unmute.mute {
  background-color: var(--global--color-orange);
  -webkit-mask-image: url("/wp-content/themes/audiotakes/assets/images/mute.svg");
          mask-image: url("/wp-content/themes/audiotakes/assets/images/mute.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
}
div.audiotakes-player-wrapper .audiotakes-player-controlls button.audiotakes-player-mute-unmute.unmute {
  background-color: var(--audiotakes-player-inactive-color);
  -webkit-mask-image: url("/wp-content/themes/audiotakes/assets/images/mute.svg");
          mask-image: url("/wp-content/themes/audiotakes/assets/images/mute.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
}
div.audiotakes-player-wrapper .audiotakes-player-controlls .audiotakes-player-volume {
  width: 105px;
  height: 8px;
  margin-right: 40px;
  background: var(--global--color-gray);
}
div.audiotakes-player-wrapper .audiotakes-player-controlls .audiotakes-player-volume.ui-slider-horizontal .ui-slider-handle {
  margin-left: -2px;
  outline-style: none !important;
}
div.audiotakes-player-wrapper .audiotakes-player-progress {
  flex: 1 1 100%;
  position: relative;
}
@media screen and (max-width: 766px) {
  div.audiotakes-player-wrapper .audiotakes-player-progress {
    display: none;
  }
}
div.audiotakes-player-wrapper .audiotakes-player-progress .time-left {
  position: absolute;
  left: 0;
  top: 50%;
  background: var(--audiotakes-player-active-color);
  padding: 8px 6px;
  font-size: 12px;
  color: var(--global--color-white);
  z-index: 3;
  line-height: 0.5;
  transform: translateY(-100%);
}
div.audiotakes-player-wrapper .audiotakes-player-progress .end-time {
  position: absolute;
  right: 0;
  top: 50%;
  background: var(--audiotakes-player-active-color);
  padding: 8px 6px;
  font-size: 12px;
  color: var(--global--color-white);
  z-index: 3;
  line-height: 0.5;
  transform: translateY(-100%);
}

/* ANIMATIONS KEYFRAMES */
@keyframes border-out {
  0% {
    margin: 10px;
    padding: 0;
    border: solid 2px transparent;
  }
  100% {
    margin: 0;
    padding: 10px;
    border: solid 2px transparent;
  }
}
/*
* IMPORTANT NOTICE: For have effect like "Effekt_3_Landing-Scroll"
* we should have fixed height parent with overflow: hidden
*/
@keyframes slide-top {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-left--10p {
  0% {
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes attach-label {
  0% {
    width: 0;
    height: 0;
    border-top-left-radius: 100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-top-left-radius: 2rem;
  }
}
@keyframes column-height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* SELECTORS WITH ANIMATIONS */
.border-animation {
  margin: 10px;
  padding: 0;
  border: 2px solid transparent;
  transition: all var(--global--animation-speed) ease-out;
  transition-delay: var(--global--animation-delay);
}
.border-animation .non-hovered {
  display: block;
}
.border-animation .hovered {
  display: none;
}

.border-animation:hover {
  margin: 0;
  padding: 10px;
  border: solid 2px rgba(var(--global--color-aqua-rgb), 1);
}
.border-animation:hover > * {
  background-color: rgba(var(--global--color-aqua-rgb), 1);
}
.border-animation:hover .non-hovered {
  display: none;
}
.border-animation:hover .hovered {
  display: block;
}

[data-on-screen=yes].slide-to-top {
  opacity: 0;
  animation: slide-top var(--global--animation-speed2) both;
}
[data-on-screen=yes].slide-to-top.delay-100 {
  animation-delay: 100ms;
}
[data-on-screen=yes].slide-to-top.delay-200 {
  animation-delay: 200ms;
}
[data-on-screen=yes].slide-to-top.delay-300 {
  animation-delay: 300ms;
}
[data-on-screen=yes].slide-to-top.delay-400 {
  animation-delay: 400ms;
}
[data-on-screen=yes].slide-to-top.delay-500 {
  animation-delay: 500ms;
}
[data-on-screen=yes].slide-to-top.delay-600 {
  animation-delay: 600ms;
}
[data-on-screen=yes].slide-to-top.delay-700 {
  animation-delay: 700ms;
}
[data-on-screen=yes].slide-to-top.delay-800 {
  animation-delay: 800ms;
}
[data-on-screen=yes].slide-to-top.delay-900 {
  animation-delay: 900ms;
}
[data-on-screen=yes].slide-to-top.delay-1000 {
  animation-delay: 1000ms;
}
[data-on-screen=yes].slide-to-top.delay-1100 {
  animation-delay: 1100ms;
}
[data-on-screen=yes].slide-to-top.delay-1200 {
  animation-delay: 1200ms;
}
[data-on-screen=yes].slide-to-top.delay-1300 {
  animation-delay: 1300ms;
}
[data-on-screen=yes].slide-to-top.delay-1400 {
  animation-delay: 1400ms;
}
[data-on-screen=yes].slide-to-top.delay-1500 {
  animation-delay: 1500ms;
}
[data-on-screen=yes].slide-to-top.delay-1600 {
  animation-delay: 1600ms;
}
[data-on-screen=yes].slide-to-top.delay-1700 {
  animation-delay: 1700ms;
}
[data-on-screen=yes].slide-to-top.delay-1800 {
  animation-delay: 1800ms;
}
[data-on-screen=yes].slide-to-top.delay-1900 {
  animation-delay: 1900ms;
}
[data-on-screen=yes].slide-to-top.delay-2000 {
  animation-delay: 2000ms;
}

.slide-from-left {
  opacity: 0;
}

[data-on-screen=yes].slide-from-left {
  animation: slide-left--10p var(--global--animation-speed2) both;
}
[data-on-screen=yes].slide-from-left.delay-100 {
  animation-delay: 100ms;
}
[data-on-screen=yes].slide-from-left.delay-200 {
  animation-delay: 200ms;
}
[data-on-screen=yes].slide-from-left.delay-300 {
  animation-delay: 300ms;
}
[data-on-screen=yes].slide-from-left.delay-400 {
  animation-delay: 400ms;
}
[data-on-screen=yes].slide-from-left.delay-500 {
  animation-delay: 500ms;
}
[data-on-screen=yes].slide-from-left.delay-600 {
  animation-delay: 600ms;
}
[data-on-screen=yes].slide-from-left.delay-700 {
  animation-delay: 700ms;
}
[data-on-screen=yes].slide-from-left.delay-800 {
  animation-delay: 800ms;
}
[data-on-screen=yes].slide-from-left.delay-900 {
  animation-delay: 900ms;
}
[data-on-screen=yes].slide-from-left.delay-1000 {
  animation-delay: 1000ms;
}
[data-on-screen=yes].slide-from-left.delay-1100 {
  animation-delay: 1100ms;
}
[data-on-screen=yes].slide-from-left.delay-1200 {
  animation-delay: 1200ms;
}
[data-on-screen=yes].slide-from-left.delay-1300 {
  animation-delay: 1300ms;
}
[data-on-screen=yes].slide-from-left.delay-1400 {
  animation-delay: 1400ms;
}
[data-on-screen=yes].slide-from-left.delay-1500 {
  animation-delay: 1500ms;
}
[data-on-screen=yes].slide-from-left.delay-1600 {
  animation-delay: 1600ms;
}
[data-on-screen=yes].slide-from-left.delay-1700 {
  animation-delay: 1700ms;
}
[data-on-screen=yes].slide-from-left.delay-1800 {
  animation-delay: 1800ms;
}
[data-on-screen=yes].slide-from-left.delay-1900 {
  animation-delay: 1900ms;
}
[data-on-screen=yes].slide-from-left.delay-2000 {
  animation-delay: 2000ms;
}

.attach-label-animation {
  width: 0;
  opacity: 0;
  margin-left: auto;
}

[data-on-screen=yes].attach-label-animation {
  animation: attach-label var(--global--animation-speed2) both;
}

.attach-label-animation .column-grow {
  height: 0;
}

[data-on-screen=yes].attach-label-animation .column-grow {
  animation: column-height var(--global--animation-speed2) both;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-100 {
  animation-delay: 100ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-200 {
  animation-delay: 200ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-300 {
  animation-delay: 300ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-400 {
  animation-delay: 400ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-500 {
  animation-delay: 500ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-600 {
  animation-delay: 600ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-700 {
  animation-delay: 700ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-800 {
  animation-delay: 800ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-900 {
  animation-delay: 900ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-1000 {
  animation-delay: 1000ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-1100 {
  animation-delay: 1100ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-1200 {
  animation-delay: 1200ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-1300 {
  animation-delay: 1300ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-1400 {
  animation-delay: 1400ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-1500 {
  animation-delay: 1500ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-1600 {
  animation-delay: 1600ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-1700 {
  animation-delay: 1700ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-1800 {
  animation-delay: 1800ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-1900 {
  animation-delay: 1900ms;
}
[data-on-screen=yes].attach-label-animation .column-grow.delay-2000 {
  animation-delay: 2000ms;
}

.attach-label-animation .column-grow .filler {
  height: 0;
}

[data-on-screen=yes].attach-label-animation .column-grow .filler {
  animation: column-height var(--global--animation-speed2) both;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-100 {
  animation-delay: 100ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-200 {
  animation-delay: 200ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-300 {
  animation-delay: 300ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-400 {
  animation-delay: 400ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-500 {
  animation-delay: 500ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-600 {
  animation-delay: 600ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-700 {
  animation-delay: 700ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-800 {
  animation-delay: 800ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-900 {
  animation-delay: 900ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-1000 {
  animation-delay: 1000ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-1100 {
  animation-delay: 1100ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-1200 {
  animation-delay: 1200ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-1300 {
  animation-delay: 1300ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-1400 {
  animation-delay: 1400ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-1500 {
  animation-delay: 1500ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-1600 {
  animation-delay: 1600ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-1700 {
  animation-delay: 1700ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-1800 {
  animation-delay: 1800ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-1900 {
  animation-delay: 1900ms;
}
[data-on-screen=yes].attach-label-animation .column-grow .filler.delay-2000 {
  animation-delay: 2000ms;
}

[data-on-screen=yes].attach-label-animation .tooltip-box {
  opacity: 0;
  animation: slide-top var(--global--animation-speed2) both;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-100 {
  animation-delay: 100ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-200 {
  animation-delay: 200ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-300 {
  animation-delay: 300ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-400 {
  animation-delay: 400ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-500 {
  animation-delay: 500ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-600 {
  animation-delay: 600ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-700 {
  animation-delay: 700ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-800 {
  animation-delay: 800ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-900 {
  animation-delay: 900ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-1000 {
  animation-delay: 1000ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-1100 {
  animation-delay: 1100ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-1200 {
  animation-delay: 1200ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-1300 {
  animation-delay: 1300ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-1400 {
  animation-delay: 1400ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-1500 {
  animation-delay: 1500ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-1600 {
  animation-delay: 1600ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-1700 {
  animation-delay: 1700ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-1800 {
  animation-delay: 1800ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-1900 {
  animation-delay: 1900ms;
}
[data-on-screen=yes].attach-label-animation .tooltip-box.delay-2000 {
  animation-delay: 2000ms;
}

/**
https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/
https://codepen.io/aaroniker/pen/ZEYoxEY by Aaron Iker.
License: MIT.
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    position: static;
    width: auto;
    height: auto;
    border: unset;
    background: unset;
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    opacity: 1;
  }
  .is-dark-theme input[type=checkbox],
  .is-dark-theme input[type=radio] {
    background: unset;
  }
  input[type=checkbox]:focus {
    outline-offset: unset;
    outline: none;
  }
  input[type=checkbox]:after {
    content: unset;
    opacity: 1;
    /*
    display: block;
    left: 5px;
    top: 2px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
    */
  }
  input[type=checkbox]:checked {
    color: unset;
  }
  input[type=checkbox]:checked:after {
    opacity: 1;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:focus {
    outline-offset: unset;
    outline: unset;
  }
  input[type=radio]:after {
    content: unset;
    opacity: 1;
    /*
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--form--color-text);
    */
  }
  input[type=radio]:checked {
    border: unset;
  }
  input[type=radio]:checked:after {
    opacity: 1;
  }
  input[type=radio]:checked:focus {
    outline-offset: unset;
    outline: unset;
  }
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  padding-left: unset;
  font-size: unset;
  vertical-align: unset;
}

/**
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=range] {
    -webkit-appearance: unset; /* Hides the slider so that custom slider can be made */
    width: unset; /* Specific width is required for Firefox. */
    height: unset;
    background: unset;
    border-radius: 0;
    outline-offset: unset;
  }
  input[type=range]:disabled {
    opacity: 1;
  }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: unset;
    border: unset;
    height: unset;
    width: unset;
    border-radius: unset;
    background: unset;
    cursor: unset;
  }
  input[type=range]::-moz-range-thumb {
    border: unset;
    height: unset;
    width: unset;
    border-radius: unset;
    background: unset;
    cursor: unset;
    box-sizing: unset;
  }
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/wp-content/themes/audiotakes/assets/fonts/PlusJakartaSans-Regular.ttf") format("ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/wp-content/themes/audiotakes/assets/fonts/PlusJakartaSans-Bold.ttf") format("ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/wp-content/themes/audiotakes/assets/fonts/PlusJakartaSans-ExtraBold.ttf") format("ttf");
  font-weight: 900;
}
.wave-underline {
  display: inline-flex;
  flex-direction: column;
}

/*
.wave-underline {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 900;
}
[data-on-screen="yes"].wave-underline:after {
    content: url("/wp-content/themes/audiotakes/assets/images/wave-underline.png") no-repeat center;
    display: flex;
    //background: url("/wp-content/themes/audiotakes/assets/images/wave-underline.png") no-repeat center;
    background-size: contain;
    height: 37px;
    align-self: center;
}
*/
.double-underline {
  display: inline-block;
}

.loop-arrow {
  display: inline-block;
}

/*
.double-underline {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 900;
}
.double-underline:after {
    content: "";
    display: flex;
    background: url("/wp-content/themes/audiotakes/assets/images/double-underline.svg") no-repeat center;
    background-size: contain;
    height: 37px;
    align-self: center;
}
*/
/*
.underline-type1::after{
    content: "";
    display: flex;
    background: url("/wp-content/themes/audiotakes/assets/images/underline-type1.png") no-repeat center;
    background-size: contain;
    height: 12px;
    align-self: center;
}
*/
.underline-type1 {
  display: inline-block;
}

/*
.underline-type2::after{
    content: "";
    display: flex;
    background: url("/wp-content/themes/audiotakes/assets/images/underline-type2.png") no-repeat center;
    background-size: contain;
    height: 10px;
    align-self: center;
}
*/
.spiral-arrow {
  display: inline-block;
  margin-top: -10%;
}
.spiral-arrow.down {
  transform: scale(1, -1);
}

/*
.pointer-arrow-to-right::before {
    content: "";
    display: flex;
    background: url("/wp-content/themes/audiotakes/assets/images/pointer-arrow-to-right.png") no-repeat center;
    background-size: contain;
    height: 44px;
    transform: translate(-30%, 100%);
}
*/
.circle-highlight {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.circle-highlight > img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.pointer-arrow-to-right {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}

.pointer-arrow-to-bottom-right {
  display: flex;
}
.pointer-arrow-to-bottom-right > img {
  width: 53px;
  height: auto;
  margin-top: 20px;
  margin-left: 14px;
}

:root {
  --heading--font-size-h1: 56px;
  --heading--font-size-h2: 45px;
  --global--font-size-base: 18px;
  --global--border-radius: 20px;
  --form--border-radius: 0;
  --button--border-radius: var(--global--border-radius);
  --audiotakes-player-active-color: var(--global--color-orange);
  --audiotakes-player-inactive-color: var(--global--color-gray);
  --global--color-orange: #ff9900;
  --global--color-aqua: #0099ab;
  --global--color-aqua-rgb: 0, 153, 171;
  --global--color-light2-gray: #efefef;
  --global--color-light-gray: #eeeeee;
  --global--color-gray: #c9c9c9;
  --global--color-dark3-gray: #313131;
  --global--color-cyan: #59bdc8;
  --global--color-violet: #633a97;
  --global--color-background: inherit;
  --global--animation-speed: 500ms;
  --global--animation-speed2: 1000ms;
  --global--animation-delay: 100ms;
  --global--animation-delay2: 200ms;
  --global--animation-delay3: 300ms;
  --global--animation-delay4: 400ms;
  --wpforms-field-size-input-height: 34px;
  --wpforms-field-size-font-size: 12px !important;
  --wpforms-field-size-padding-h: 11px !important;
  --wpforms-button-size-margin-top: 40px !important;
}

body {
  overflow-x: hidden;
}

header {
  position: relative;
}

h1 {
  font-size: var(--heading--font-size-h1);
}

h2 {
  font-size: var(--heading--font-size-h2);
}

a {
  color: inherit !important;
}

.links-aqua a {
  color: var(--global--color-aqua) !important;
}

/*
input[type="range"].vertical {
    position:relative;
    top: 100%;
    //width: 100%;
    //height: 100%;
    transform: rotate(270deg);
    //appearance: slider-vertical;
    grid: 1/1/1/1;

    #track {
        background: green;
    }
    #thumb {
        background: black;
    }
}
*/
.vertical-range-wrapper {
  position: relative;
  height: 100%;
  width: 3rem;
  /*
  &::before,
  &::after {
      display: block;
      position: absolute;
      z-index: 99;
      color: #fff;
      width: 100%;
      text-align: center;
      font-size: 1.5rem;
      line-height: 1;
      padding: .75rem 0;
      pointer-events: none;
  }

  &::before {
      content: "+";
  }

  &::after {
      content: "−";
      bottom: 0;
  }
  */
}
@media screen and (max-width: 1023px) {
  .vertical-range-wrapper {
    height: 3rem;
    width: 100%;
  }
}

input[type=range].vertical {
  -webkit-appearance: none;
  background-color: rgba(var(--global--color-aqua-rgb), 0.1);
  border-radius: 2rem;
  border: solid 10px white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: 10rem;
  height: 3.5rem;
  transform: translate(-50%, -50%) rotate(90deg);
  overflow: hidden;
  cursor: row-resize;
}
@media screen and (max-width: 1023px) {
  input[type=range].vertical {
    position: static;
    transform: none;
  }
}
input[type=range].vertical[step] {
  background-color: transparent;
  background-image: repeating-linear-gradient(to right, transparent, transparent 50px, var(--global--color-aqua) 50px, transparent 51px);
}
input[type=range].vertical::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  box-shadow: -20rem 0 0 24rem var(--global--color-orange);
  border-radius: 2rem;
}
@media screen and (max-width: 1023px) {
  input[type=range].vertical::-webkit-slider-thumb {
    box-shadow: -1023px 0 0 1022px var(--global--color-orange);
  }
}
input[type=range].vertical::-moz-range-thumb {
  border: none;
  width: 0;
  box-shadow: -20rem 0 0 24rem var(--global--color-orange);
}
@media screen and (max-width: 1023px) {
  input[type=range].vertical::-moz-range-thumb {
    box-shadow: -1023px 0 0 1022px var(--global--color-orange);
  }
}

/*
// not working in Mozilla
input[type="range"].vertical {
    appearance: slider-vertical;
//    -webkit-appearance: slider-vertical;
    //writing-mode: bt-lr;
    grid: 1/1/1/1;
    position: relative;
    height: 100%;
    grid: 1/1/1/1;
}
*/
/*
input[type="range"]:not(.vertical) {
    appearance: none;
    background-color: transparent;
    width: 200px;
}
*/
/*
input[type="range"]:not(.vertical)::-webkit-slider-runnable-track {
    position: relative;
    height: 8px;
    background-color: green;
    border-radius: 8px;
}
*/
/*
input[type="range"]:not(.vertical)::-moz-range-track {
    position: relative;
    height: 8px;
    background-color: green;
    border-radius: 8px;
}
*/
/*
input[type="range"]:not(.vertical)::-webkit-slider-thumb {
    box-sizing: border-box;
    appearance: none;
    position: relative;
    background-color: purple;
    border: 2px solid white;
    border-radius: 8px;
    width: 24px;
    height: 24px;
    top: 50%;
    translate: 0 -50%;
}
*/
/*
input[type="range"]:not(.vertical)::-moz-range-thumb {
    box-sizing: border-box;
    appearance: none;
    position: relative;
    background-color: purple;
    border: 2px solid white;
    border-radius: 8px;
    width: 24px;
    height: 24px;
}
*/
/*
input[type="range"]:not(.vertical)::-moz-range-progress {
    height: 8px;
    background-color: orangered;
    border-radius: 8px;
}
*/
/*
input[type="range"]:not(.vertical) {
    rotate: -90deg;
    grid: 1/1/1/1;
    position: absolute;
}
*/
.ui-slider-vertical {
  /*
  background-image: repeating-linear-gradient(to right, transparent, transparent 50px, var(--global--color-aqua) 50px, transparent 51px);
  */
  background: repeating-linear-gradient(transparent, transparent 50px, var(--global--color-aqua) 50px, transparent 51px);
}

.ui-slider-vertical .ui-slider-handle {
  left: 0;
  width: 100%;
  height: 0;
  border: none;
}

.ui-slider-vertical .ui-slider-range {
  background: var(--global--color-orange);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.ui-slider-horizontal .ui-slider-handle {
  height: 100%;
  width: 0;
  top: 0;
  border: none;
}

.ui-slider-horizontal .ui-slider-range {
  background: var(--global--color-orange);
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.checkbox-list li {
  display: flex;
}
.checkbox-list li::before {
  content: url("/wp-content/themes/audiotakes/assets/images/check.svg");
  display: block;
  width: 20px;
  margin-right: 8px;
}

.triangle {
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
}
.triangle.down {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.triangle.up {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.triangle.left {
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.triangle.right {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

#masthead {
  position: relative;
}

.site-branding {
  margin-right: auto;
}

.primary-navigation {
  position: static;
}

.menu-button-container {
  position: static;
  padding: 0;
}

.primary-navigation .current-menu-item:not(.contact-link) > a:first-child,
.primary-navigation .current_page_item:not(.contact-link) > a:first-child,
.primary-navigation .menu-item:not(.contact-link) a {
  border-bottom: solid 2px transparent;
}

.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child,
.primary-navigation .menu-item a:hover {
  text-decoration: none;
  -webkit-text-decoration-style: unset;
          text-decoration-style: unset;
}

.primary-navigation .current-menu-item:not(.contact-link) > a:first-child,
.primary-navigation .current_page_item:not(.contact-link) > a:first-child,
.primary-navigation .menu-item:not(.contact-link) a:hover {
  border-bottom: solid 2px var(--global--color-aqua);
}

.primary-navigation .current-menu-item > a:first-child:hover,
.primary-navigation .current_page_item > a:first-child:hover {
  text-decoration: none;
}

.primary-navigation > div > .menu-wrapper li {
  margin-left: 23px;
  margin-right: 23px;
}

#colophon {
  max-width: none;
  background: var(--global--color-dark3-gray);
}

.site-footer > .site-info {
  border: none;
  color: var(--global--color-white);
}

.social-links {
  font-size: 0;
}

.social-links .menu-item:first-of-type {
  margin-left: 0;
}

.social-links .menu-item:last-of-type {
  margin-right: 0;
}

.social-links .menu-item a {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.social-links .menu-item.twitter a {
  background: url("/wp-content/themes/audiotakes/assets/images/twitter.png");
}

.social-links .menu-item.facebook a {
  background: url("/wp-content/themes/audiotakes/assets/images/facebook.png");
}

.social-links .menu-item.youtube a {
  background: url("/wp-content/themes/audiotakes/assets/images/youtube.png");
}

.social-links .menu-item.linkedin a {
  background: url("/wp-content/themes/audiotakes/assets/images/linkedin.png");
}

.social-links .menu-item.instagram a {
  background: url("/wp-content/themes/audiotakes/assets/images/instagram.png");
}

.social-links .menu-item.pinterest a {
  background: url("/wp-content/themes/audiotakes/assets/images/pinterest.png");
}

.social-links .menu-item.telegram a {
  background: url("/wp-content/themes/audiotakes/assets/images/telegram.png");
}

.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
  outline-offset: unset;
  outline: unset;
}

.button {
  padding: 20px;
  border-radius: 20px;
}

.button.orange {
  background: var(--global--color-orange);
  color: var(--global--color-white);
}

/*
.with-prefix-dash {
    display: flex;
    align-items: center;
}
*/
.with-prefix-dash:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin-right: var(--button--border-radius);
}

.contact-link {
  border-radius: 2rem;
}

.contact-link a {
  display: inline-flex;
  align-items: center;
  border-radius: inherit;
}

.contact-link a:before {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  background: url("/wp-content/themes/audiotakes/assets/images/envelop.svg");
  margin-right: 10px;
}

.accordion-item {
  border-bottom: 2px solid var(--global--color-gray);
}

.accordion-item.open {
  background: var(--global--color-white);
  box-shadow: 5px 5px 10px var(--global--color-gray);
}

.accordion-title {
  display: flex;
  justify-content: space-between;
}

.accordion-title:hover {
  cursor: pointer;
}

.accordion-title.open .text {
  padding-bottom: 25px;
}

.accordion-title .icon {
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: solid 2px var(--global--color-black);
  width: 33px;
  height: 33px;
  font-size: 20px;
  line-height: 1px;
}

.accordion-title .icon.open {
  display: flex;
}

.accordion-title .icon.close {
  display: none;
}

.accordion-item.open .icon.open {
  display: none;
}

.accordion-item.open .icon.close {
  display: flex;
}

.accordion-item.open .accordion-title {
  color: var(--global--color-aqua);
}

.accordion-item.open .icon {
  border-color: var(--global--color-aqua);
}

.accordion-content {
  display: none;
  height: 0;
  visibility: hidden;
}

.accordion-item.open .accordion-content {
  display: block;
  height: auto;
  visibility: visible;
}

.overlap-neighbor-70p {
  width: 753.75px;
}

.overlap-neighbor-50p {
  /* half of container for 2xl */
  width: 603px;
}

.overlap-neighbor-40p {
  /* 40% of container for 2xl */
  width: 472.9411764706px;
}

/*
.left-image-overlap-w-40p {
    width: calc(100vw - 50%);
    margin-left: calc(0px - 50%);
    float: left;
}
.left-image-overlap-w-50p {
    width: calc(100vw - 50%);
    margin-left: calc(0px - 50%);
    float: left;
}
.right-image-overlap-w-50p {
    width: calc(100vw - 0%);
    margin-right: calc(0px - 50%);
    float: right;
}
.image-overlap-neighbor-column-w-50p {
    width: calc(50%);
    display: inline-block;
}
.image-overlap-neighbor-column-w-60p {
    width: calc(100vw - 40%);
    display: inline-block;
}
*/
.progress-bar-title {
  /*font-weight: 500;*/
}

.progress-bar-wrapper {
  display: flex;
  align-items: center;
}

.progress-bar {
  border: solid 1px var(--global--color-orange);
  height: 20px;
  flex: 1 1 100%;
}

.progress-bar .filler {
  background: var(--global--color-orange);
  height: 20px;
  width: 0;
}

.progress-bar-value {
  margin-left: 16px;
  /*font-weight: 600;*/
}

form.wpforms-form div.your-name input,
form.wpforms-form div.your-phone input,
form.wpforms-form div.your-email input {
  border-radius: 2rem;
  font-size: 18px;
  padding: 19px 48px;
}
form.wpforms-form div.your-name input::-moz-placeholder, form.wpforms-form div.your-phone input::-moz-placeholder, form.wpforms-form div.your-email input::-moz-placeholder {
  font-size: 18px;
  font-weight: normal;
  color: var(--global--color-orange);
}
form.wpforms-form div.your-name input::placeholder,
form.wpforms-form div.your-phone input::placeholder,
form.wpforms-form div.your-email input::placeholder {
  font-size: 18px;
  font-weight: normal;
  color: var(--global--color-orange);
}
form.wpforms-form .wpforms-submit-container {
  text-align: center;
}
form.wpforms-form .wpforms-submit-container button[type=submit]:not(:hover):not(:active),
form.wpforms-form .wpforms-submit-container button[type=submit]:hover,
form.wpforms-form .wpforms-submit-container button[type=submit]:active {
  background: var(--global--color-orange);
  border-radius: 2rem;
}

.contact-form {
  margin: 0;
}
.contact-form form.wpforms-form div.contact-name textarea::-moz-placeholder, .contact-form form.wpforms-form div.contact-name input::-moz-placeholder, .contact-form form.wpforms-form div.contact-email textarea::-moz-placeholder, .contact-form form.wpforms-form div.contact-email input::-moz-placeholder, .contact-form form.wpforms-form .contact-message-text textarea::-moz-placeholder, .contact-form form.wpforms-form .contact-message-text input::-moz-placeholder {
  color: var(--global--color-aqua);
  font-weight: 700;
}
.contact-form form.wpforms-form div.contact-name textarea::placeholder,
.contact-form form.wpforms-form div.contact-name input::placeholder,
.contact-form form.wpforms-form div.contact-email textarea::placeholder,
.contact-form form.wpforms-form div.contact-email input::placeholder,
.contact-form form.wpforms-form .contact-message-text textarea::placeholder,
.contact-form form.wpforms-form .contact-message-text input::placeholder {
  color: var(--global--color-aqua);
  font-weight: 700;
}
.contact-form form.wpforms-form .contact-request-type select.not-chosen,
.contact-form form.wpforms-form .contact-request-type select .placeholder {
  color: rgba(var(--global--color-aqua-rgb), 0.5);
  font-weight: 700;
}
.contact-form form.wpforms-form .wpforms-submit-container {
  text-align: left;
}
.contact-form form.wpforms-form .wpforms-submit-container button[type=submit]:not(:hover):not(:active),
.contact-form form.wpforms-form .wpforms-submit-container button[type=submit]:hover,
.contact-form form.wpforms-form .wpforms-submit-container button[type=submit]:active {
  background: var(--global--color-orange);
  border-radius: 2rem;
}
.contact-form.wpforms-container {
  margin: auto !important;
}
.contact-form.wpforms-container div.wpforms-field {
  padding: 0 0 14px 0 !important;
}

input[type=checkbox]:after {
  content: "";
  border: none;
}

.content-box p {
  margin-bottom: 30px;
}

@media screen and (max-width: 1206px) {
  .overlap-neighbor-70p {
    width: 753.75px;
  }
  .overlap-neighbor-50p {
    /* half of container for xl */
    width: 512px;
  }
  .overlap-neighbor-40p {
    /* 40% of container for xl */
    width: 401.568627451px;
  }
}
@media screen and (max-width: 1192px) {
  .overlap-neighbor-70p {
    width: 574.2857142857px;
  }
  .overlap-neighbor-50p {
    /* half of container for lg */
    width: 100%;
  }
  .overlap-neighbor-40p {
    /* 40% of container for lg */
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .overlap-neighbor-50p {
    /* half of container for lg */
    /*width: calc(991px / 2);*/
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .overlap-neighbor-40p {
    /* 40% of container for lg */
    /*width: 100%;*/
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .left-image-overlap {
    width: 100vw;
  }
  .overlap-neighbor-70p {
    /*width: calc(1206px / 2.1);*/
  }
  .overlap-neighbor-50p {
    /* half of container for lg */
    /*width: calc(991px / 2);*/
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .overlap-neighbor-40p {
    /* 40% of container for lg */
    /*width: 100%;*/
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .left-image-overlap {
    width: 100vw;
  }
}
@media screen and (max-width: 1023px) {
  .overlap-neighbor-70p {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pointer-arrow-to-right::before {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  .overlap-neighbor-70p {
    width: 100%;
  }
  .overlap-neighbor-50p {
    /* half of container for sm */
    max-width: 320px;
    width: 100%;
  }
  .overlap-neighbor-40p {
    /* 40% of container for sm */
    max-width: 320px;
    width: 100%;
  }
  .contact-link {
    padding-left: 20px;
  }
  .primary-navigation-open .primary-navigation {
    height: 60px;
  }
  .dropdown-icon.close {
    margin-right: 16px;
  }
}
