body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p,
blockquote {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 15px;
}
body {
  color: #000000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
}
a {
  color: #000;
}
p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
p:last-child {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
blockquote {
  font-size: 1.4em;
  margin-bottom: 1em;
}
blockquote * {
  line-height: 1.1em;
}
dl {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
dl:last-child {
  margin: 0;
}
dd,
dt {
  margin: 0;
  padding: 0;
}
dt {
  margin-bottom: 0.1em;
}
dd {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4em;
}
.italic {
  font-style: italic;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.regular {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.green {
  color: #254542;
}
.yellow {
  color: #FEFCF0;
}
.side-font {
  font-family: "swear-display", serif;
  font-style: italic;
}
.main-font {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
.title {
  font-weight: 500;
  font-style: italic;
  font-family: "swear-display", serif;
  font-size: clamp(60px,5.4684vw,110px);
  color: rgba(37,69,66,0.85);
}
@media screen and (max-width: 700px) {
  .title {
    font-size: clamp(40px,5.4684vw,80px);
  }
}
.title b {
  color: #254542;
}
.title-70 {
  font-weight: 500;
  font-style: italic;
  font-family: "swear-display", serif;
  font-size: clamp(45px,3.6456vw,80px);
  color: #254542;
}
.title-50 {
  font-weight: 500;
  font-style: italic;
  font-family: "swear-display", serif;
  font-size: clamp(35px,2.604vw,60px);
  color: #254542;
  line-height: 1.01em;
}
.paragraph {
  font-size: clamp(15px,1.0416vw,30px);
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  text-align: left;
}
.font-100 {
  font-size: clamp(60px,5.4684vw,110px);
}
@media screen and (max-width: 700px) {
  .font-100 {
    font-size: clamp(40px,5.4684vw,80px);
  }
}
.font-70 {
  font-size: clamp(45px,3.6456vw,80px);
}
.font-50 {
  font-size: clamp(35px,2.604vw,60px);
}
.font-30 {
  font-size: clamp(25px,1.5624vw,40px);
}
.font-20 {
  font-size: clamp(15px,1.0416vw,30px);
}
.font-19 {
  font-size: clamp(17px,0.98952vw,29px);
}
.font-18 {
  font-size: 1.2rem;
}
.font-17 {
  font-size: 1.13rem;
}
.font-15 {
  font-size: 1rem;
}
.font-14 {
  font-size: 0.93rem;
}
html {
  scroll-padding-top: 120px;
}
.body {
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}
.body.scroll-locked {
  overflow: hidden;
  overflow-y: hidden;
}
.main {
  flex-grow: 1;
  background-color: #FEFCF0;
  width: 67%;
}
@media screen and (max-width: 1200px) {
  .main {
    width: 100%;
  }
}
img {
  display: block;
  width: 100%;
}
svg {
  overflow: visible;
}
video {
  width: 100%;
  display: block;
}
.success-color {
  color: #52af8d !important;
}
.error-color {
  color: #e73c5b !important;
}
ul {
  list-style-type: disc;
  list-style-position: inside;
}
span:not(.home__reviews__review__content__cta) {
  position: relative;
}
span[style*="underline"] {
  text-decoration-color: #00000035 !important;
  text-underline-offset: 6px;
}
input,
textarea,
select,
button {
  border: none;
  webkit-appearance: none;
  appearance: none;
  background: none;
  font: inherit;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0;
  outline: none;
}
button {
  width: auto;
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: 55px;
  line-height: 55px;
  border: 1px solid #000;
  padding: 0 15px;
  font-size: 1rem;
  transition: 300ms;
  background: #fff;
  color: #000000;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #000;
}
select {
  background-image: url(../img/icons/select-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  line-height: 1.2em;
  padding: 15px;
  height: auto;
}
label {
  display: block;
  margin-bottom: 3px;
}
.input {
  margin-bottom: 15px;
}
.radio label,
.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  letter-spacing: .05em;
}
.radio label input,
.checkbox label input {
  width: 0;
  height: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  position: absolute;
  top: 0;
  left: -10px;
}
.radio label input:checked ~ span::before,
.checkbox label input:checked ~ span::before {
  box-shadow: 0 0 0 3px #fff inset;
  background: #000000;
}
.radio label > span,
.checkbox label > span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.radio label > span::before,
.checkbox label > span::before {
  content: '';
  position: static;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #000;
  flex-shrink: 0;
}
.radio label {
  font-weight: bold;
}
.radio label > span::before {
  border-radius: 50%;
}
.input-hint,
.error-message {
  display: block;
  font-size: .8rem;
  text-transform: none;
  margin-top: 3px;
}
.error-message {
  color: #e73c5b;
  font-weight: bold;
  margin-bottom: 0;
}
.privacy-disclaimer {
  margin-bottom: 30px;
}
.required label::after {
  content: ' *';
}
.required.checkbox label::after {
  display: none;
}
.form-privacy {
  margin-bottom: 15px;
  font-size: .8rem;
}
.form-privacy a {
  color: inherit;
  text-decoration: underline;
}
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  height: auto;
  width: max-content;
  padding: 0.5em 1.5em;
  color: #000;
  transition: background-color 0.3s cubic-bezier(0.25,0.46,0.45,0.94), color 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  background-color: transparent;
  border: 1px solid #254542;
  border-radius: 40px;
}
.button__text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #254542;
  letter-spacing: 0.03em;
}
.button__icon {
  width: 1.8em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1336px) {
  .button__icon {
    transition: transform 0.5s cubic-bezier(0.455,0.03,0.515,0.955);
  }
}
.button svg {
  width: 100%;
  height: 100%;
  transition: color 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
}
.button:hover {
  background-color: #254542;
}
.button:hover .button__text {
  color: #fff;
}
.button:hover .button__icon svg {
  color: #fff;
}
#article {
  padding: 150px 5vw;
  font-size: 1.1rem;
}
#cookie_reload {
  cursor: pointer;
  text-decoration: none;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 1.2em;
  margin-bottom: 2em;
  font-weight: bold;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 h5 {
  font-size: 1.1em;
  font-weight: bold;
}
#cookiedisclaimer2022 h6 {
  font-size: 1em;
  font-weight: bold;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #999999;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_desc {
  margin-bottom: 1em;
}
#cookiedisclaimer2022 .cookie_desc:last-of-type {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
  margin-top: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
.alert {
  display: block;
  width: 440px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 20px 25px;
  min-height: 60px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  text-transform: uppercase;
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  opacity: 0.3;
  transition: 0.6s cubic-bezier(0.165,0.84,0.44,1);
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .alert {
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
    text-align: center;
    border-radius: 0;
    padding: 30px 40px 30px 25px;
  }
}
.alert.visible {
  visibility: visible;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165,0.84,0.44,1);
}
.alert.hidden {
  visibility: hidden;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 0;
}
.alert__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.alert__close::before,
.alert__close::after {
  content: '';
  height: 2px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 0;
  right: 0;
}
.alert__close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.alert__close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.alert--success {
  background-color: #52af8d;
}
.alert--warning {
  background-color: #e86f51;
}
.alert--error {
  background-color: #e73c5b;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
@keyframes move {
  0% {
    transform: translate3d(0,-100%,0);
  }
  100% {
    transform: translate3d(0,100%,0);
  }
}
@keyframes moveUp {
  0% {
    transform: translate3d(0,100%,0);
  }
  100% {
    transform: translate3d(0,-100%,0);
  }
}
@keyframes top-down {
  0% {
    transform: translate3d(-50%,-30px,0);
  }
  50% {
    transform: translate3d(-50%,-5px,0);
  }
  100% {
    transform: translate3d(-50%,-30px,0);
  }
}
@keyframes top-down-y-offset {
  0% {
    transform: translate3d(0,-30px,0);
  }
  50% {
    transform: translate3d(0,-5px,0);
  }
  100% {
    transform: translate3d(0,-30px,0);
  }
}
@keyframes translate-to-right {
  0% {
    transform: translate(-10vw,0);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes translate-to-left {
  0% {
    transform: translate(10vw,0);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes translateUp {
  0% {
    transform: translate(0,100px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes translateDown {
  0% {
    transform: translate(0,-100px);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes upperLeftToZero {
  0% {
    transform: translate3d(-20px,-20px,0);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}
@keyframes bottomLeftToZero {
  0% {
    transform: translate3d(-20px,20px,0);
  }
  100% {
    transform: translate3d(0,0,0);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate90 {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotate45 {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.reset-animation {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s cubic-bezier(0.55,0.085,0.68,0.53);
}
.reset-transform {
  transform: unset;
}
.rotate {
  transform: rotate(5deg);
}
.translate-to-right {
  transform: translate3d(-10vw,0,0);
}
.translate-to-left {
  transform: translate3d(10vw,0,0);
}
.translateUp {
  opacity: 0;
  transform: translate3d(0,100px,0);
}
.translateDown {
  opacity: 0;
  transform: translate3d(0,-100px,0);
}
.scale {
  transform: scale(0.7);
}
.fade-in {
  opacity: 0;
  visibility: hidden;
}
.header {
  height: 120px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 2vw;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #25454225;
  gap: 2.5vw;
  background-color: #FEFCF0;
  z-index: 99;
}
.header__button {
  padding: clamp(10px,1.45824vw,30px) clamp(20px,2.604vw,55px);
  background-color: #254542;
}
@media screen and (min-width: 1200px) {
  .header__button:hover {
    background-color: transparent;
  }
  .header__button:hover .header__button__text {
    color: #254542;
  }
}
@media screen and (max-width: 1400px) {
  .header__button {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header__button {
    background-color: #fff;
  }
  .header__button:hover {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .header__button:hover .header__button__text {
    color: #fff;
  }
}
.header__button__text {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .header__button__text {
    color: #254542;
  }
}
@media screen and (max-width: 550px) {
  .header__button__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header__button__container {
    width: 50%;
    position: fixed;
    bottom: 30px;
    right: auto;
    left: 50%;
    height: fit-content;
    transform: translate3d(100%,0,0);
    transition: transform 0.2s cubic-bezier(0.455,0.03,0.515,0.955);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .header__button__container.open {
    transform: translate3d(-50%,0,0);
  }
}
.header__logo {
  flex-grow: 1;
  display: flex;
  white-space: nowrap;
  align-items: baseline;
}
.header__logo__title__sub::before {
  content: "-";
  margin: 0 0.3em;
}
@media screen and (max-width: 550px) {
  .header__logo {
    flex-direction: column;
    gap: 5px;
  }
  .header__logo__title {
    font-size: 30px;
  }
  .header__logo__title__sub {
    font-size: 20px;
  }
  .header__logo__title__sub::before {
    content: none;
  }
}
.header__menu {
  margin-left: auto;
}
.header__menu .menu {
  display: flex;
  align-items: center;
  gap: 1vw;
}
.header__menu .menu li {
  line-height: unset;
}
.header__menu .menu a {
  font-weight: 600;
  color: #254542 !important;
  display: block;
  height: auto;
  padding: clamp(10px,0.5208vw,15px) clamp(5px,1.0416vw,25px);
  border: 1px solid transparent;
  border-radius: 25px;
  color: #000000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .header__menu .menu a {
    font-size: clamp(35px,2.604vw,60px);
  }
}
@media screen and (max-width: 550px) {
  .header__menu .menu a {
    font-size: 1.87rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__menu .menu a.selected {
    border: 1px solid #254542;
  }
}
@media screen and (max-width: 1200px) {
  .header__menu .menu a.selected {
    position: relative;
  }
  .header__menu .menu a.selected::after {
    position: absolute;
    content: "•";
    top: 50%;
    left: -15px;
    transform: translate3d(0,-50%,0);
  }
}
@media screen and (max-width: 1200px) {
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate3d(100%,0,0);
    transition: transform 0.2s cubic-bezier(0.455,0.03,0.515,0.955);
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    gap: min(15px,1.5624vw);
    background-color: #254542;
    align-items: center;
  }
  .header__menu .menu {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header__menu .menu li {
    padding-bottom: 40px;
  }
  .header__menu .menu li a {
    color: #fff !important;
  }
  .header__menu.open {
    transform: translate3d(0,0,0);
  }
}
@media screen and (max-width: 550px) {
  .header__menu .menu li {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header > .languages {
    display: none;
  }
}
.header__mobile-menu {
  display: none;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .header__mobile-menu {
    display: flex;
  }
}
.hamburger {
  display: none;
  width: 52px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .hamburger {
    display: block;
    width: 45px;
    justify-self: flex-end;
  }
}
@media screen and (max-width: 550px) {
  .hamburger {
    width: 40px;
  }
}
@media screen and (max-width: 400px) {
  .hamburger {
    margin-left: 10px;
  }
}
.hamburger span {
  position: absolute;
  height: 2px;
  background: #254542;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transition: 500ms cubic-bezier(0.25,0.46,0.45,0.94);
}
.hamburger span:first-child {
  transform: translate(0,-50%) translate3d(0,-9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,-9px,0);
}
.hamburger span:last-child {
  transform: translate(0,-50%) translate3d(0,9px,0);
  -webkit-transform: translate(0,-50%) translate3d(0,9px,0);
}
@media screen and (max-width: 1200px) {
  .hamburger span {
    width: 45px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger span {
    width: 40px;
  }
}
.hamburger.open span {
  background: #fff;
}
.hamburger.open span:first-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(-45deg);
}
.hamburger.open span:last-child {
  opacity: 1;
  transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
  -webkit-transform: translate(0,-50%) translate3d(0,0,0) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: translate(0,-50%) scale3d(0,1,1);
  -webkit-transform: translate(0,-50%) scale3d(0,1,1);
}
.search-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.search-toggler svg {
  width: 30px;
  height: 30px;
}
.search-area {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 25vh;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .search-area {
    padding-top: 5vh;
    justify-content: center;
  }
}
.search-area.visible {
  display: flex;
}
.search-area__inner {
  min-width: 45vw;
  max-width: 80vw;
  max-height: 60vh;
  padding-bottom: 5vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .search-area__inner {
    width: 65vw;
  }
}
@media screen and (max-width: 551px) {
  .search-area__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }
}
.search-area__input-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  position: relative;
  padding: 10px 24px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.search-area__input-wrapper input {
  border: 0;
  color: #000000;
  font-size: 16px;
}
.search-area__input-wrapper input::placeholder {
  color: lightgray;
}
.search-area__results {
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  margin-top: 20px;
  padding: 10px 24px;
  overflow-y: auto;
  transition: 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.search-area__results.visible {
  visibility: visible;
  opacity: 1;
}
.search-area__toggle div::after,
.search-area__toggle div::before,
.search-area__clear::after,
.search-area__clear::before {
  content: '';
  display: block;
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: 0;
  top: 50%;
}
.search-area__toggle div::after,
.search-area__clear::after {
  transform: rotate(-45deg);
}
.search-area__toggle div::before,
.search-area__clear::before {
  transform: rotate(45deg);
}
.search-area__toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(100% + 20px);
  bottom: calc(100% + 20px);
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  background-color: #000;
}
.search-area__toggle div {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-area__toggle div::after,
.search-area__toggle div::before {
  background-color: white;
}
@media screen and (max-width: 551px) {
  .search-area__toggle {
    right: -5px;
    left: 50%;
    top: auto;
    bottom: 30px;
    transform: translateX(-50%);
  }
}
.search-area__clear {
  position: relative;
  width: 20px;
  height: 20px;
}
.search-area__clear::after,
.search-area__clear::before {
  background-color: lightgray;
}
.search-area__icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.search-area__icon svg {
  width: 100%;
  height: 100%;
  fill: #c5c5c5;
}
.search-area__clean {
  position: relative;
}
.search-area__spinner {
  flex-shrink: 0;
  padding: 0 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #d2d2d2;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  animation-play-state: paused;
  visibility: hidden;
}
.search-area__spinner.loading {
  animation-play-state: running;
  visibility: visible;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  padding: 0 5.7288vw;
  position: relative;
  z-index: 2;
  background-color: #FEFCF0;
}
.footer__info {
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
.footer__info__mail {
  transition: color 0.2s cubic-bezier(0.25,0.46,0.45,0.94);
  color: #254542;
}
.footer__info__mail__container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer__info__mail__container:hover .footer__info__mail {
  color: #254542cf;
}
.footer__info::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: -5.7288vw;
  background-color: #00000025;
}
@media screen and (max-width: 700px) {
  .footer__info__mail {
    font-size: clamp(35px,2.604vw,60px);
  }
}
@media screen and (max-width: 550px) {
  .footer__info__mail {
    font-size: 25px;
  }
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: black;
  padding: 1.8228vw 0;
}
.footer__legal span {
  text-decoration: underline;
}
.footer__legal__socials {
  margin-left: auto;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .footer__legal__socials {
    margin-left: 0;
  }
}
.footer__legal__socials__yt {
  width: 30px;
  height: 25px;
}
.footer__legal__socials__fb {
  width: 11px;
  height: 25px;
}
.footer__legal__socials__fb,
.footer__legal__socials__yt {
  display: block;
}
.footer__legal__socials svg {
  width: 100%;
  height: 100%;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.error-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100vh;
}
.error-container h1 {
  text-align: center;
  margin-bottom: .5em;
}
.error-container a {
  text-decoration: underline;
}
.paginator__pages {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.paginator__pages a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
}
.paginator__pages .active a {
  background: #000;
  color: #fff;
}
.languages {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .languages {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 2;
    width: 50%;
    justify-content: center;
    transform: translate3d(100%,0,0);
    transition: transform 0.2s cubic-bezier(0.455,0.03,0.515,0.955);
    color: #fff !important;
  }
  .languages.open {
    transform: translate3d(0,0,0);
  }
  .languages a.active {
    border: 1px solid #fff !important;
  }
}
.languages a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .languages a {
    color: #fff;
  }
}
.languages a.active {
  background: #254542;
  color: #fff;
}
.languages--alt {
  position: relative;
  bottom: auto;
  transform: none;
}
.languages--alt::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  left: 101%;
  top: 50%;
  transform: translateY(-50%);
  background: url(/img/dropdown.svg) no-repeat center center;
  background-size: cover;
  margin-left: 5px;
}
.languages--alt__toggler {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  margin-top: 5px;
}
.languages--alt__toggler.open {
  visibility: visible;
  opacity: 1;
}
.languages--alt,
.languages--alt__toggler a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  background-color: #254542;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.catalog {
  display: flex;
}
.catalog__sidebar {
  flex: 0 0 300px;
  padding: 0 2.5vw;
}
.catalog__main {
  flex-grow: 1;
  padding: 0 2.5vw;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.5vw;
}
.product > div {
  margin-top: 50px;
}
.product > div:first-child {
  margin: 0;
}
.product-preview {
  display: block;
  color: #000000;
}
.product-preview__content {
  margin-top: 20px;
}
.category-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.category-menu a {
  color: #000000;
}
.category-menu li {
  margin-bottom: .6em;
}
.category-menu li.active > a {
  font-weight: bold;
}
.category-menu ul {
  list-style-type: none;
  margin: 0;
  padding: .6em 0 0 1em;
}
.news-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.news-preview:last-child {
  margin: 0;
}
.news-preview__content__date {
  margin-bottom: 10px;
  display: block;
}
.news-preview__content__cta {
  margin-top: 40px;
  display: inline-block;
}
.news > div {
  margin-top: 50px;
}
.news > div:first-child {
  margin: 0;
}
.post-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.post-preview:last-child {
  margin: 0;
}
.post-preview__content__date {
  margin-bottom: 10px;
  display: block;
}
.post-preview__content__cta {
  margin-top: 40px;
  display: inline-block;
}
.post__section {
  margin-top: 50px;
}
.post__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.service-preview {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2.5vw;
  align-items: center;
  margin-bottom: 80px;
}
.service-preview:last-child {
  margin: 0;
}
.service > div {
  margin-top: 50px;
}
.service > div:first-child {
  margin: 0;
}
.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5vw;
}
.policies {
  display: block;
  margin: 0 auto;
  max-width: 60vw;
  padding-top: 5vh;
}
.policies .article__title {
  margin-bottom: 55px;
}
.policies .article__text p,
.policies .article__text li {
  font-size: 1rem;
  color: black;
  margin-bottom: 40px;
}
.policies .article__text strong {
  font-size: 19px;
  color: black;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.home__cover {
  position: fixed;
  right: 0;
  bottom: 0;
  height: calc(100vh - 120px);
  width: 33vw;
}
@media screen and (max-width: 1200px) {
  .home__cover {
    width: 100%;
    position: relative;
    padding-top: 4.1664vw;
  }
}
@media screen and (max-width: 550px) {
  .home__cover {
    padding: 10px;
    height: 50vh;
  }
}
.home__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .home__cover img {
    object-fit: contain;
  }
}
@media screen and (max-width: 550px) {
  .home__cover img {
    object-fit: cover;
  }
}
.home__hero {
  padding: 5.208vw 13.02vw 6.2496vw 9.3744vw;
  border-bottom: 1px solid #00000026;
}
.home__hero__title {
  margin-bottom: 30px;
  line-height: 0.9em;
}
.home__hero__paragraph {
  margin-bottom: 30px;
}
.home__hero__list {
  margin-bottom: max(30px,3.1248vw);
}
.home__hero__list li {
  letter-spacing: 0.04em;
}
.home__hero__button {
  background-color: transparent;
  border: 1px solid #254542;
  padding: max(15px,0.93744vw) max(25px,2.0832vw);
}
.home__hero__button__icon {
  width: max(16px,1.0416vw);
  height: max(12px,0.83328vw);
}
.home__hero__button__icon svg {
  width: 100%;
  height: 100%;
  color: #254542;
}
.home__hero__button span {
  color: #254542;
  font-size: 1.2rem;
}
.home__plot {
  border-bottom: 1px solid #00000026;
  padding-bottom: max(60px,5.208vw);
}
.home__plot__description {
  padding: 7.2912vw 13.02vw 5.208vw;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .home__plot__description {
    padding: 13.02vw 13.02vw 13.02vw 9.3744vw;
    text-align: left;
  }
}
.home__plot__description__list {
  margin-bottom: 35px;
  text-align: left;
}
.home__plot__description__list li {
  letter-spacing: 0.04em;
}
.home__plot__description__title {
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 550px) {
  .home__plot__description__title {
    text-align: left;
  }
}
.home__plot__description__paragraph {
  margin-bottom: max(30px,2.0832vw);
}
@media screen and (max-width: 550px) {
  .home__plot__description__paragraph {
    margin-bottom: 20px;
  }
}
.home__plot__description__button {
  margin: 0 auto;
  padding: max(10px,0.93744vw) max(25px,1.97904vw);
}
@media screen and (max-width: 550px) {
  .home__plot__description__button {
    margin: unset;
  }
}
.home__plot__video {
  width: 86%;
  margin: 0 auto;
}
.home__goal {
  padding: 6.2496vw 13.02vw 3.1248vw 9.3744vw;
}
@media screen and (max-width: 550px) {
  .home__goal {
    padding: 7.812vw 13.02vw 6.2496vw 9.3744vw;
  }
}
.home__goal__list {
  margin-bottom: 2.604vw;
}
.home__goal__list li {
  line-height: 1.4em;
  letter-spacing: 0.04em;
}
.home__reviews {
  background-color: #fff;
  padding: 4.1664vw 8.8536vw 6.2496vw 11.4576vw;
}
.home__reviews__title {
  margin-bottom: 2em;
  max-width: 400px;
  letter-spacing: 0.04em;
}
.home__reviews__review {
  display: flex;
  gap: 20px;
  margin-bottom: 4.1664vw;
}
.home__reviews__review__preview {
  width: 5.208vw;
  min-width: 80px;
}
.home__reviews__review__preview img {
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.home__reviews__review__content__title {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.home__reviews__review__content__excerpt {
  height: 8.8536vw;
  overflow: hidden;
  margin-bottom: 23px;
  position: relative;
}
.home__reviews__review__content__excerpt > .p {
  letter-spacing: 0.05em;
  line-height: 1.71em;
  padding-bottom: 30px;
}
.home__reviews__review__content__excerpt::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#ffffff 100%);
  width: 100%;
  height: 50px;
}
.home__reviews__review__content__cta {
  cursor: pointer;
  text-underline-offset: 6px;
  text-decoration-color: #254542;
}
.home__history {
  padding: 7.2912vw 13.02vw 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .home__history {
    text-align: left;
  }
}
.home__history__list {
  margin-bottom: 35px;
  text-align: left;
}
.home__history__list li {
  line-height: 1.4em;
  letter-spacing: 0.04em;
}
.home__history__title {
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .home__history__title {
    text-align: left;
  }
}
.home__history__paragraph {
  margin-bottom: max(30px,2.0832vw);
}
.home__history__button {
  margin: 0 auto;
  margin-bottom: max(50px,4.1664vw);
  padding: max(10px,0.93744vw) max(25px,1.97904vw);
}
.home__history__button[data-read] {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%,0,0);
  transition: transform 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  color: #000;
  transition: background-color 0.3s cubic-bezier(0.25,0.46,0.45,0.94), color 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  background-color: transparent;
  border: 1px solid #254542;
  border-radius: 40px;
  cursor: pointer;
}
.home__history__button[data-read]:hover {
  background-color: #254542;
}
.home__history__button[data-read]:hover .home__history__button__text {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .home__history__button[data-read] {
    margin: unset;
    margin-bottom: max(50px,4.1664vw);
  }
}
.home__history__button[data-read].hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms;
}
.home__history__form {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%,0,0);
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.455,0.03,0.515,0.955), visibility 0ms cubic-bezier(0.455,0.03,0.515,0.955) 250ms;
  display: flex;
}
.home__history__form__mail-sender {
  width: clamp(250px,18.228vw,350px);
}
.home__history__form__mail-sender__label {
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.home__history__form__mail-sender label {
  display: none;
}
.home__history__form__mail-sender .input {
  margin-bottom: 0;
}
.home__history__form__mail-sender .input input {
  border: 1px solid #254542;
  border-radius: 15px;
  background-color: #FEFCF0;
  height: auto;
  line-height: unset;
  padding: clamp(15px,1.0416vw,20px) 15px;
}
.home__history__form__button {
  margin-top: auto;
}
.home__history__form__button .button {
  border: 0px;
  padding: 0;
  padding-left: max(20px,2.0832vw);
  padding-bottom: 20px;
}
.home__history__form__button .button:hover {
  color: #254542;
  background-color: transparent;
}
.home__history__form.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}
.home__author {
  background-color: #254542;
  width: 100vw;
  position: relative;
  z-index: 2;
  padding: max(30px,3.1248vw);
  padding-right: 0;
  display: flex;
  gap: 6.2496vw;
  margin-top: clamp(200px,13.02px,250px);
}
@media screen and (max-width: 550px) {
  .home__author {
    padding: 30px 7.812vw;
    flex-direction: column;
  }
}
.home__author * {
  color: #fff;
  border-color: #fff;
}
.home__author__img {
  width: 35.4144vw;
  height: 43.7472vw;
  flex-shrink: 0;
}
@media screen and (max-width: 550px) {
  .home__author__img {
    width: auto;
    height: auto;
    flex-shrink: 1;
  }
}
.home__author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__author__content {
  padding-right: 15.624vw;
  margin: auto;
}
.home__author__content__title {
  margin-bottom: 20px;
  max-width: 400px;
}
.home__author__content__paragraph {
  margin-bottom: 30px;
}
.home__author__content__list {
  margin-bottom: max(30px,2.0832vw);
}
.home__author__content__list li {
  letter-spacing: 0.04em;
}
.home__author__content__button {
  padding: max(10px,0.93744vw) max(25px,1.97904vw);
}
.home__author__content__button:hover {
  background-color: #FEFCF0;
}
.home__author__content__button:hover .button__text {
  color: #254542;
}
.home__libraries {
  background-color: #FEFCF0;
  width: 100vw;
  z-index: 2;
  position: relative;
  padding: 0 5.7288vw;
  padding-top: 3.6456vw;
}
.home__libraries__title {
  margin-bottom: 2em;
  max-width: 700px;
  letter-spacing: 0.04em;
}
.home__libraries__accordions {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  row-gap: 4.1664vw;
  column-gap: 50px;
}
@media screen and (max-width: 1200px) {
  .home__libraries__accordions {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 550px) {
  .home__libraries__accordions {
    grid-template-columns: 1fr;
  }
}
.home__libraries__accordions__accordion__content__title {
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  width: fit-content;
  text-decoration: underline;
  text-decoration-color: #254542;
}
.home__libraries__accordions__accordion__content__excerpt {
  height: max(70px,5.208vw);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.home__libraries__accordions__accordion__content__excerpt > .p {
  letter-spacing: 0.05em;
  line-height: 1.71em;
}
.home__libraries__accordions__accordion__content__excerpt > .p:last-child {
  padding-bottom: 30px;
}
.home__libraries__accordions__accordion__content__cta {
  cursor: pointer;
  text-underline-offset: 6px;
  text-decoration-color: #254542;
}
@media screen and (max-width: 550px) {
  .home__libraries__accordions__accordion__content__cta {
    display: block;
    margin-bottom: 20px;
  }
}
.extract {
  width: 100vw;
  height: 100vh;
  background-color: #FEFCF0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}
.extract__download__container {
  display: flex;
  flex-wrap: wrap;
  column-gap: max(150px,9.8952vw);
}
.extract__download__container__content {
  position: relative;
}
.extract__download__title {
  margin-bottom: 50px;
  width: 56%;
}
.extract__download [class*="paragraph"] {
  margin-bottom: max(30px,2.0832vw);
  width: 90%;
}
.extract__download [class*="amazon"] {
  width: 100%;
}
.extract__download__button {
  padding: max(10px,0.93744vw) max(25px,1.97904vw);
  margin-bottom: 100px;
}
@media screen and (min-width: 1000px) {
  .extract__download__button {
    position: absolute;
    top: 100%;
  }
}