@charset "UTF-8";

/*!
 * Bootstrap Grid v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container-lg, .container {
    max-width: 1140px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-3xl: 1600px;
  --bs-breakpoint-4xl: 1700px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-5 {
  margin-left: 41.66666667%;
}


.gy-2 {
  --bs-gutter-y: 0.625rem;
}

.g-6 {
  --bs-gutter-x: 1.875rem;
}

.g-6 {
  --bs-gutter-y: 1.875rem;
}


.gy-10 {
  --bs-gutter-y: 3.125rem;
}
@media (min-width: 992px) {
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}
@media (min-width: 1700px) {
  .row-cols-4xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-4xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-4xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-4xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-4xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.d-inline-block {
  display: inline-block !important;
}

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

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

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

.flex-column {
  flex-direction: column !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

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

.mt-2 {
  margin-top: 0.625rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-3 {
  margin-right: 0.9375rem !important;
}

.mb-1 {
  margin-bottom: 0.3125rem !important;
}

.mb-2 {
  margin-bottom: 0.625rem !important;
}

.mb-4 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.875rem !important;
}

.mb-12 {
  margin-bottom: 3.75rem !important;
}

.ms-3 {
  margin-left: 0.9375rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-6 {
  padding: 1.875rem !important;
}

.ps-6 {
  padding-left: 1.875rem !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 6.25rem !important;
  }
  .p-lg-10 {
    padding: 3.125rem !important;
  }
  .px-lg-20 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-lg-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .pe-lg-12 {
    padding-right: 3.75rem !important;
  }
}
@media (min-width: 1700px) {
  .d-4xl-block {
    display: block !important;
  }
  .justify-content-4xl-end {
    justify-content: flex-end !important;
  }
}
/*!
 * Bootstrap Utilities v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.d-inline-block {
  display: inline-block !important;
}

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

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

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

.position-relative {
  position: relative !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

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

.mt-2 {
  margin-top: 0.625rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-3 {
  margin-right: 0.9375rem !important;
}

.mb-1 {
  margin-bottom: 0.3125rem !important;
}

.mb-2 {
  margin-bottom: 0.625rem !important;
}

.mb-4 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.875rem !important;
}

.mb-12 {
  margin-bottom: 3.75rem !important;
}

.ms-3 {
  margin-left: 0.9375rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-6 {
  padding: 1.875rem !important;
}

.ps-6 {
  padding-left: 1.875rem !important;
}

.gap-4 {
  gap: 1.25rem !important;
}

.gap-5 {
  gap: 1.5625rem !important;
}

.gap-8 {
  gap: 2.5rem !important;
}

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

/* rtl:begin:remove */

/* rtl:end:remove */
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 6.25rem !important;
  }
  .p-lg-10 {
    padding: 3.125rem !important;
  }
  .px-lg-20 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .py-lg-10 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .pe-lg-12 {
    padding-right: 3.75rem !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
}
@media (min-width: 1700px) {
  .d-4xl-block {
    display: block !important;
  }
  .justify-content-4xl-end {
    justify-content: flex-end !important;
  }
}
@font-face {
  font-family: "Rotonda Bold";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("/static/fonts/Rotonda/rotonda_bold.otf") format("opentype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("/static/fonts/manrope/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: url("/static/fonts/manrope/Manrope-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: url("/static/fonts/manrope/Manrope-Bold.ttf") format("truetype");
}
:root {
  --clr-neutral-100: #fff;
  --clr-neutral-900: rgb(20, 20, 20);
  --clr-brand-blue: #01a8e5;
  --clr-neutral-200: #F0F0F0;
  --bg-brand-gradient: linear-gradient(101.43deg, #009FEE 5.5%, #00A1DB 81.43%);
  --bg-brand-gray: #414F57;
  --body-bg: var(--clr-neutral-100);
  --body-color: var(--clr-neutral-900);
  --body-bg-gray: var(--clr-neutral-200);
}

:root {
  --pvs-fs-300: 16px;
  --pvs-fs-400: 18px;
  --pvs-fs-450: 18px;
  --pvs-fs-500: 20px;
  --pvs-fs-550: 20px;
  --pvs-fs-600: 24px;
  --pvs-fs-900: 30px;
  --pvs-fs-999: 45px;
}
@media screen and (min-width: 576px) {
  :root {
    --pvs-fs-300: 16px;
    --pvs-fs-400: 18px;
    --pvs-fs-450: 18px;
    --pvs-fs-500: 20px;
    --pvs-fs-550: 20px;
    --pvs-fs-600: 24px;
    --pvs-fs-900: 30px;
    --pvs-fs-999: 45px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --pvs-fs-300: 16px;
    --pvs-fs-400: 18px;
    --pvs-fs-450: 18px;
    --pvs-fs-500: 20px;
    --pvs-fs-550: 20px;
    --pvs-fs-600: 24px;
    --pvs-fs-900: 30px;
    --pvs-fs-999: 45px;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --pvs-fs-300: 18px;
    --pvs-fs-400: 18px;
    --pvs-fs-450: 20px;
    --pvs-fs-500: 24px;
    --pvs-fs-550: 30px;
    --pvs-fs-600: 36px;
    --pvs-fs-900: 50px;
    --pvs-fs-999: 72px;
  }
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input {
  font: inherit;
}

/* No-style */
ul.no-style {
  list-style: none;
  padding-left: 0;
}

a.no-style {
  color: inherit;
  text-decoration: none;
}

a.no-style:hover {
  text-decoration: underline;
}

.clr-neutral-100 {
  color: var(--clr-neutral-100);
}

.bg-brand-gray {
  background: var(--bg-brand-gray);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--body-color);
  background: var(--body-bg);
}

a {
  color: var(--clr-brand-blue);
}

.no-scroll {
  overflow-y: hidden;
}

.header {
  --nav-z-index: 1000;
  --burger-z-index: 1001;
}

.header-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--nav-z-index);
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--body-color);
  background: var(--body-bg);
  transition: top 0.5s ease;
}

@media (min-width: 992px) {
  .header-nav {
    /* Перебиваем .header-nav:not(.active) */
    top: 0 !important;
    height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 0;
    padding-right: 0;
    color: var(--clr-neutral-100);
    background: transparent;
  }
}
.header-nav:not(.active) {
  top: -100%;
}

#header-nav-burger {
  --burger-width: 36px;
  --burger-height: 28px;
  --burger-line-height: 4px;
  --burger-line-margin: 8px;
  background: none;
  border: 0;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: var(--burger-z-index);
  width: var(--burger-width);
  height: var(--burger-height);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#header-nav-burger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  background: var(--clr-neutral-100);
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#header-nav-burger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#header-nav-burger span:nth-child(2) {
  top: calc(var(--burger-line-height) + var(--burger-line-margin));
  transform-origin: left center;
}

#header-nav-burger span:nth-child(3) {
  top: calc(var(--burger-line-height) * 2 + var(--burger-line-margin) * 2);
  transform-origin: left center;
}

#header-nav-burger.active span {
  background: var(--clr-neutral-900);
}

#header-nav-burger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 5px;
}

#header-nav-burger.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#header-nav-burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 5px;
}

.header-nav-links {
  gap: 20px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .header-nav-links {
    gap: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 1700px) {
  .container, .container-lg {
    max-width: 1590px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  color: var(--pvs-clr-neutral-900);
  background-color: var(--pvs-clr-neutral-100);
  box-shadow: var(--pvs-box-shadow-1);
  border-radius: 0.5rem;
}
.card:has(.card-img:hover) h3 {
  text-decoration: underline;
}

:root {
  --pvs-clr-neutral-900: hsl(0, 0%, 8%);
  --pvs-clr-neutral-100: hsl(0, 0%, 100%);
  --pvs-box-shadow-1: 0px 2px 4px rgba(0, 0, 0, 0.075);
}

/* Sections */
.section {
  --py: 100px;
  padding-top: var(--py);
  padding-bottom: var(--py);
}
@media (min-width: 992px) {
  .section {
    --py: 150px;
  }
}
@media (min-width: 992px) {
  .section[data-size=big] {
    --py: 260px;
  }
}

@media (min-width: 992px) {
  .section {
    --py: 150px;
  }
}
@media (min-width: 1200px) {
  #hero-text:not([data-wide]) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

@media (min-width: 1700px) {
  #hero-text[data-wide] {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

 .cols-bg-gray {
  position: absolute;
  z-index: -1;
  width: 100%;
}

@media (min-width: 992px) {
  .cols-bg-gray > *:nth-child(1) {
    background: var(--bg-brand-gray);
  }
}

@media (min-width: 992px) {
   .cols-bg-gray > *:nth-child(2) {
    background: url(/static/images/book_giveaway/author.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}

 .cols-content-gray > * {
  padding-top: var(--py);
  padding-bottom: var(--py);
}

.cols-content-gray > *:nth-child(1) {
  color: white;
}
@media (max-width: 991px) {
  .cols-content-gray > *:nth-child(1) {
    background: var(--bg-brand-gray);
  }
}

.cols-content-socials {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
@media (min-width: 992px) {
  .cols-content-socials {
    left: calc(50% + 50px);
    bottom: 50px;
  }
}

.heading-1 {
  display: block;
  margin: 0;
  font-size: var(--pvs-fs-900);
  font-weight: 400;
  font-family: "Rotonda Bold", serif;
  line-height: 1.2;
  text-decoration: none;
}

.heading-2 {
  display: block;
  margin: 0;
  font-size: var(--pvs-fs-600);
  font-weight: 400;
  font-family: "Rotonda Bold", serif;
  line-height: 1.2;
  text-decoration: none;
}

.heading-3 {
  display: block;
  margin: 0;
  font-size: var(--pvs-fs-500);
  font-weight: 400;
  font-family: "Rotonda Bold", serif;
  line-height: 1.2;
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 36px;
  padding-left: 36px;
  font-family: "Rotonda Bold", sans-serif;
  font-size: var(--pvs-fs-450);
  color: var(--body-color);
  text-decoration: none;
  background: var(--clr-neutral-100);
  box-shadow: 2px 3px 16px 2px rgba(20, 20, 20, 0.2), 0px 0px 0px 0px rgba(20, 20, 20, 0.29) inset;
  border-radius: 8px;
  border: none;
  transition: transform 0.15s, box-shadow 0.15s;
  cursor: pointer;
}
.button[data-variant=secondary] {
  color: var(--clr-neutral-100);
  background-color: rgb(0, 85, 116);
}
.button[data-variant=tertiary] {
  color: var(--clr-neutral-100);
  background-color: rgb(1, 168, 229);
}
.button[disabled] {
  background-color: hsl(0, 0%, 90%);
  pointer-events: none;
}
.button:hover {
  box-shadow: 2px 3px 20px 2px rgba(20, 20, 20, 0.4), 0px 0px 0px 0px rgba(20, 20, 20, 0.29) inset;
  transform: translateY(-1px);
}
.button:active {
  box-shadow: 0px 0px 0px 0px rgba(20, 20, 20, 0.2), 1px 2px 9px 0px rgba(20, 20, 20, 0.29) inset;
  transform: translateY(1px);
}

.pvs-fs-550 {
  font-size: var(--pvs-fs-550);
}

@media screen and (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 1600px) {
  .w-3xl-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 1700px) {
  .w-4xl-auto {
    width: auto !important;
  }
}

.input {
  width: 100%;
}

.box-shadow-1 {
  box-shadow: 2px 3px 16px 2px rgba(20, 20, 20, 0.2);
}

.border-radius-1 {
  border-radius: 8px;
}

.success {
  color: #15c6b9;
}

.error {
  color: #ee3030;
}

.input-group input {
  --px: 20px;
  padding-left: var(--px);
  padding-right: var(--px);
  padding-top: 1em;
  padding-bottom: 1em;
  border: none;
  box-shadow: 1px 2px 9px 0px rgba(20, 20, 20, 0.2) inset;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .input-group input {
    --px: 32px;
  }
}
.input-group input::placeholder {
  color: rgb(112, 112, 112);
}
.input-group input:-webkit-autofill {
  -webkit-box-shadow: 1px 2px 9px 0px rgba(20, 20, 20, 0.2) inset, 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: var(--body-color) !important;
}

.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
