:root {
  --transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>: #f0eeee;
  --dark-green: #2d777e;
  --playfair: "Playfair Display", sans-serif;
  --fira-sans: "Fira Sans", sans-serif;
  --link_blue: #52abd1;
  --shadow: rgba(0, 0, 0, .27);
  --maize: #faf9f6;
  --white\<deleted\|variable-efa0f6e6\>: var(--black);
  --black-40a\<deleted\|variable-08a66568\>: rgba(0, 0, 0, .4);
  --size\<deleted\|variable-3432c494-8aa1-7499-9627-06dc72eabf7a\>: 5px;
  --white: white;
  --black: black;
  --gray-808080\<deleted\|variable-a524dc4d\>: grey;
  --light-gray: #f0eeee;
  --char-spc\<deleted\|variable-ce7c3d1b-943b-4b5b-b67b-aa123a8b3688\>: 3px;
  --light-goldenrod-yellow: #f5ffd6;
  --light-green: #2aa3af;
}

body {
  background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
  color: #333;
  flex-direction: column;
  font-family: Inter;
  font-size: 17px;
  line-height: 1.5;
  display: flex;
}

h1 {
  color: var(--dark-green);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  font-family: var(--playfair);
  color: var(--dark-green);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  font-family: var(--playfair);
  color: var(--dark-green);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  font-family: var(--fira-sans);
  color: var(--dark-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  font-family: var(--fira-sans);
  color: var(--dark-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  font-family: var(--fira-sans);
  color: var(--dark-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  font-family: var(--fira-sans);
  text-align: left;
  max-width: 100ch;
  margin-bottom: 10px;
  font-size: 20px;
}

a {
  border-bottom: 1px dashed var(--link_blue);
  color: var(--link_blue);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: var(--fira-sans);
  color: var(--dark-green);
}

strong {
  font-variation-settings: "wght" 600;
  font-weight: 600;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border: 1px solid var(--shadow);
  background-color: var(--maize);
  outline-offset: 0px;
  font-family: var(--fira-sans);
  color: var(--dark-green);
  font-variation-settings: "wght" 475;
  border-radius: 5px;
  outline: 3px #2c737a;
  width: 90%;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

.main {
  background-color: var(--maize);
  box-shadow: inset 0 3px 7px 0 var(--shadow);
  opacity: 1;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.header {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.section {
  background-color: var(--maize);
  font-variation-settings: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: block;
}

.footer {
  background-color: var(--white\<deleted\|variable-efa0f6e6\>);
  box-shadow: 0 0 20px 0 var(--black-40a\<deleted\|variable-08a66568\>);
  margin-top: auto;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
}

.article {
  border: 1px solid var(--black-40a\<deleted\|variable-08a66568\>);
  border-radius: var(--size\<deleted\|variable-3432c494-8aa1-7499-9627-06dc72eabf7a\>);
  background-color: var(--white);
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  width: 90vw;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin: 40px auto 60px;
  padding: 10px 40px 40px;
  display: block;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}

.figcaption {
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.3;
}

.address {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_text-block {
  color: var(--black);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.head_h2 {
  z-index: 10;
  color: var(--gray-808080\<deleted\|variable-a524dc4d\>);
  font-variation-settings: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  position: static;
  top: 63px;
}

.nav_content-wrapper {
  background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
  justify-content: space-around;
  width: 80vw;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav_dropdown {
  font-family: var(--fira-sans);
}

.nav {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: transparent transparent var(--gray-808080\<deleted\|variable-a524dc4d\>);
  background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
  box-shadow: 0 0 20px 0 var(--gray-808080\<deleted\|variable-a524dc4d\>);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav_dropdown-icon {
  color: var(--link_blue);
  margin-top: 21px;
}

.nav_brand-link {
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 200px;
  height: 60px;
  text-decoration: none;
  position: static;
}

.icon {
  font-size: 24px;
}

.icon.slide-arrow {
  color: #f0eeee;
  margin-bottom: 0;
  bottom: 20px;
}

.icon.slide-arrow.left {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  top: auto;
  bottom: 4%;
  left: 20%;
  right: auto;
}

.icon.slide-arrow.right {
  margin-top: 0;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 20%;
}

.nav_link {
  letter-spacing: var(--char-spc\<deleted\|variable-ce7c3d1b-943b-4b5b-b67b-aa123a8b3688\>);
  border-bottom-style: none;
  padding-top: 14px;
  text-decoration: none;
}

.nav_link:hover {
  color: #3898ec;
}

.nav_link.w--current {
  padding-top: 40px;
}

.nav_dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.nav_dropdown-list.w--open {
  font-family: var(--fira-sans);
  background-color: #fff;
  margin-top: -10px;
}

.nav_menu {
  background-color: rgba(0, 0, 0, 0);
}

.nav_dropdown-link {
  background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
  color: var(--link_blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom-style: none;
  padding: 0 20px 10px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.nav_dropdown-link:hover {
  color: #3898ec;
  background-color: #eef2ff;
}

.nav_link-label {
  font-family: var(--fira-sans);
  color: var(--link_blue);
  letter-spacing: normal;
  font-weight: 500;
}

.nav_brand-image {
  aspect-ratio: auto;
  background-color: rgba(255, 255, 255, .1);
  width: 200px;
  max-width: none;
  height: 50px;
  margin-top: 0;
  text-decoration: none;
  display: block;
}

.figure {
  display: block;
}

.h1 {
  z-index: 0;
  color: #9a94cc;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 15px;
  font-family: Bitter Thin;
  font-style: italic;
  font-weight: 300;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.paragraph {
  font-weight: 400;
}

.text-block {
  font-family: Inter;
}

.img {
  cursor: pointer;
}

.collection-item {
  margin: 8px 1px;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  padding-top: 54px;
  padding-bottom: 54px;
}

.heading {
  color: #246066;
  font-weight: 500;
}

.heading-2, .heading-3 {
  font-family: var(--playfair);
  color: var(--dark-green);
  font-weight: 500;
}

.heading-4, .heading-5, .heading-6 {
  font-family: var(--fira-sans);
  color: var(--dark-green);
  font-weight: 600;
}

.paragraph-2 {
  font-family: var(--fira-sans);
}

.block-quote {
  background-color: var(--maize);
  font-family: var(--fira-sans);
  color: var(--dark-green);
  object-fit: fill;
  font-weight: 600;
  display: inline-block;
}

.heading-7 {
  font-family: var(--playfair);
  color: var(--dark-green);
  font-weight: 500;
}

.heading-8 {
  font-weight: 600;
}

.link_text {
  border-bottom: 1px dashed var(--link_blue);
  color: var(--link_blue);
  text-decoration: none;
}

.rtb-minutes {
  font-size: 20px;
  font-weight: 400;
}

.rtb-minutes h2, .rtb-minutes h3 {
  text-align: left;
}

.rtb-minutes blockquote {
  line-height: 1.5;
}

.bold-text {
  font-weight: 700;
}

.rich-text-block {
  font-family: var(--fira-sans);
}

.bold-text-2, .bold-text-3 {
  font-variation-settings: "wght" 600;
}

.heading-9 {
  font-family: var(--fira-sans);
  font-weight: 600;
}

.italic-text {
  font-style: normal;
}

.rtb_centered {
  text-align: left;
  margin-left: 0;
}

.rtb_centered a {
  border-bottom: 1px dashed var(--link_blue);
  color: var(--link_blue);
  text-decoration: none;
}

.rtb_centered.indent {
  margin-left: 40px;
}

.rtb_centered.indent.larger {
  font-size: 20px;
}

.rtb_centered p {
  text-align: center;
  max-width: 100%;
}

.link_minutes {
  border-bottom: 1px dashed var(--link_blue);
  color: var(--link_blue);
  margin-left: 20px;
  text-decoration: none;
}

.link {
  border-bottom: 1px dashed var(--link_blue);
  color: var(--link_blue);
  text-decoration: none;
}

.paragraph-3 {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-10 {
  text-align: center;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-chevron {
  color: var(--link_blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.nav_component {
  border-bottom: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-image: linear-gradient(to bottom, var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>), var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>));
  font-family: var(--fira-sans);
  color: var(--link_blue);
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  font-weight: 500;
  display: flex;
  position: static;
}

.nav_menu-dropdown {
  color: var(--maize);
}

.nav_menu-dropdown:hover {
  background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
}

.navbar1_menu-button {
  color: var(--link_blue);
  padding: 0;
}

.navbar1_dropdown-list {
  line-height: 1.2;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.nav_dropdown-toggle {
  grid-column-gap: .5rem;
  background-color: #f0eeee;
  align-items: center;
  padding: 0 10px;
  display: flex;
}

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

.menu-icon1_line-bottom {
  color: var(--link_blue);
}

.nav_logo-link {
  border-bottom-style: none;
  margin-top: 0;
  padding-left: 0;
}

.navbar_link {
  color: var(--light-green);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  padding: 8px 20px;
  font-size: 20px;
}

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

.navbar_link.w--current {
  background-color: var(--light-green);
  color: var(--white);
}

.navbar_link.no-highlight.w--current {
  background-color: var(--light-gray);
  color: var(--light-green);
}

.navbar_link.no-highlight.w--current:hover {
  background-color: var(--white);
}

.nav__dropdown-link {
  background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
  color: var(--light-green);
  border-bottom-style: none;
  padding: 5px 15px 5px 20px;
}

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

.nav__dropdown-link.w--current {
  background-color: var(--light-green);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.nav__dropdown-link.link_agenda {
  color: var(--light-green);
  padding-bottom: 0;
}

.nav__dropdown-link.link_agenda.spacer {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-green);
}

.nav__dropdown-link.spacer {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.nav__dropdown-link.spacer.first, .nav__dropdown-link.first {
  margin-top: 9px;
}

.nav_logo {
  border-bottom: 1px #000;
  margin-bottom: 10px;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  background-color: #f0eeee;
  margin-top: 10px;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: rgba(0, 0, 0, 0);
}

.link_nav {
  color: var(--light-green);
  border-bottom-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
}

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

.link_nav.w--current {
  background-color: var(--light-green);
  color: var(--white);
}

.body {
  background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
}

.wrapper-1 {
  width: 60%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-2 {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-11 {
  margin-bottom: 40px;
}

.p-centered {
  text-align: center;
}

.rtb {
  text-decoration: none;
}

.rtb p {
  max-width: 80ch;
  font-size: 20px;
}

.rtb h1 {
  color: var(--dark-green);
}

.rtb h2 {
  text-align: left;
  margin-top: 0;
}

.rtb h3 {
  text-align: left;
}

.rtb blockquote {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

.rtb ol, .rtb ul {
  font-size: 20px;
}

.rtb h4 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}

.block-quote-2 {
  width: 1118px;
}

.div-block-3 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.wrapper_slider-hero {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.hero_slider {
  z-index: 0;
  flex: 1;
  justify-content: center;
  align-self: center;
  height: auto;
  max-height: none;
  display: block;
  position: relative;
}

.mask_full {
  height: 950px;
  padding: 0;
}

.slider-hero {
  width: auto;
  height: auto;
  min-height: 0;
}

.slide {
  width: 100%;
}

.slider-image {
  width: auto;
  max-width: none;
  height: 530px;
  margin-top: 0;
  margin-bottom: -5px;
}

.wrapper_slideshow {
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.slider_hero {
  height: auto;
}

.head_page {
  margin-bottom: 20px;
}

.container-medium {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-2 {
  font-size: 30px;
}

.slide-nav {
  font-size: 12px;
}

.left-arrow {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.body-2 {
  background-color: #f0eeee;
}

.wrapper-3 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_q-wrapper {
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.faq_icon {
  color: #ea56c4;
  flex: 0 auto;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq_q {
  color: var(--link_blue);
  word-break: normal;
  font-family: Fira Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.faq_a {
  overflow: hidden;
}

.faq_a-graf {
  padding-left: 60px;
}

.faq_list {
  padding-left: 100px;
}

.link_nav_no-underline {
  border-bottom-style: none;
}

.link_nav_no-underline.w--current {
  color: var(--light-green);
  border-bottom-style: none;
}

.link_nav_no-underline.current {
  background-color: var(--light-green);
  color: var(--white\<deleted\|variable-efa0f6e6\>);
}

.heading-12 {
  margin-bottom: 0;
}

.wrapper_nav {
  z-index: 5;
  background-color: var(--light-gray);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
}

.goat-2ssy-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.goat-2ssy-slides-wrap {
  width: 100%;
  height: 100%;
}

.goat-2ssy-slide-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  position: relative;
}

.goat-2ssy-bg-wrap {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide_name-slide-button {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 100px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1;
  transition: box-shadow .4s, background-color .4s;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .4);
}

.slide_name-slide-button:hover {
  background-color: rgba(255, 255, 255, .3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .6);
}

.goat-2ssy-slide-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.2;
}

.goat-2ssy-slide {
  background-color: #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.goat-2ssy-slide-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.goat-2ssy-slide-description {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.goat-2ssy-slide-background {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goat-2ssy-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.goat-2ssy-slide-background-overlay {
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .1));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goat-2ssy-arrows {
  z-index: 1;
  pointer-events: none;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goat-2ssy-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.goat-2ssy-arrow-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: rgba(255, 255, 255, .9);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .8);
}

.goat-2ssy-arrow-button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .4);
  box-shadow: 0 0 0 1px #fff;
}

.goat-2ssy-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-2ssy-arrow-button-disabled {
  opacity: .5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: rgba(255, 255, 255, .9);
  background-color: rgba(255, 255, 255, .3);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .8);
}

.goat-2ssy-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 10px;
}

.goat-2ssy-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-2ssy-points {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 0%;
  right: 0%;
}

.goat-2ssy-point-active {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.goat-2ssy-point-active-inside {
  border-radius: 100px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .8);
}

.goat-2ssy-point-active-inside-circle {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
}

.goat-2ssy-point {
  opacity: .7;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.goat-2ssy-point:hover {
  opacity: .9;
}

.goat-2ssy-point-inside {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
}

.goat-2ssy-animations, .goat-2ssy-utilities {
  display: none;
}

.goat-vocy-slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.goat-vocy-slides-wrap {
  width: 100%;
  height: 100%;
}

.goat-vocy-slide-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  position: relative;
}

.goat-vocy-bg-wrap {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goat-vocy-slide-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.2;
}

.goat-vocy-slide {
  background-color: #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.goat-vocy-slide-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.goat-vocy-slide-description {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.goat-vocy-slide-background {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goat-vocy-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.goat-vocy-slide-background-overlay {
  pointer-events: none;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goat-vocy-arrows {
  z-index: 1;
  pointer-events: none;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.goat-vocy-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.goat-vocy-arrow-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: rgba(255, 255, 255, .9);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .8);
}

.goat-vocy-arrow-button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .4);
  box-shadow: 0 0 0 1px #fff;
}

.goat-vocy-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-vocy-arrow-button-disabled {
  opacity: .5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  color: rgba(255, 255, 255, .9);
  background-color: rgba(255, 255, 255, .3);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .8);
}

.goat-vocy-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 10px;
}

.goat-vocy-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-vocy-points {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 0%;
  right: 0%;
}

.goat-vocy-point-active {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.goat-vocy-point-active-inside {
  border-radius: 100px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .8);
}

.goat-vocy-point-active-inside-circle {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
}

.goat-vocy-point {
  opacity: .7;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.goat-vocy-point:hover {
  opacity: .9;
}

.goat-vocy-point-inside {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
}

.goat-vocy-animations, .goat-vocy-utilities {
  display: none;
}

@media screen and (min-width: 1440px) {
  .goat-2ssy-slide-container, .goat-vocy-slide-container {
    max-width: 1350px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h4 {
    font-weight: 600;
  }

  blockquote {
    width: 100%;
  }

  .article {
    width: 90vw;
    padding-left: 40px;
  }

  .figcaption {
    font-size: 15px;
  }

  .head_h2 {
    font-size: 30px;
    top: 148px;
  }

  .nav_menu-button, .nav_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_dropdown {
    background-color: #f3f3f5;
  }

  .nav {
    background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-color: #fff;
    flex: 0 auto;
  }

  .nav:hover {
    border-color: #fff;
  }

  .nav_dropdown-icon {
    background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
    margin-top: 5px;
    margin-left: 122px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_brand-link {
    height: 60px;
  }

  .icon {
    color: var(--link_blue);
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    margin-top: 0;
    font-size: 24px;
  }

  .icon.slide-arrow {
    color: var(--light-gray);
    margin-left: 20px;
    margin-right: 0;
  }

  .icon.slide-arrow.left {
    margin-left: 0;
    font-size: 20px;
    top: auto;
    bottom: 10%;
    left: 10%;
    right: auto;
  }

  .icon.slide-arrow.right {
    margin-left: 0;
    font-size: 20px;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 10%;
  }

  .nav_link {
    border-bottom-style: none;
    padding: 0 24px 0 10px;
  }

  .nav_link:hover {
    margin-left: 0;
  }

  .nav_link.w--current {
    padding-top: 0;
  }

  .nav_link.w--open {
    color: var(--link_blue);
    margin-top: 0;
  }

  .nav_dropdown-list {
    background-color: #eef2ff;
    margin-top: 0;
  }

  .nav_dropdown-list.w--open {
    background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
    margin-top: -10px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_menu {
    background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
    margin-top: 23px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav_dropdown-link {
    background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
    margin-top: 0;
    padding: 0 0 10px 20px;
    top: 30px;
  }

  .nav_link-label {
    text-decoration: none;
  }

  .nav_link-label:hover {
    background-color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
    color: var(--link_blue);
  }

  .h1 {
    z-index: 0;
    color: rgba(0, 0, 0, .33);
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .div-block-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rtb-minutes h1 {
    font-size: 32px;
  }

  .rtb-minutes h2 {
    font-size: 28px;
  }

  .menu-icon1_line-top {
    aspect-ratio: auto;
    background-color: var(--link_blue);
    width: 15px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav_menu-dropdown {
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 2;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list:hover {
    color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    color: var(--link_blue);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-top: 14px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .nav_dropdown-toggle {
    color: var(--transparent\<deleted\|variable-a4bfd4c1-5601-8bc0-53db-2b5cce05f0e1\>);
    align-items: center;
    padding: 0 15px 0 10px;
    display: flex;
  }

  .nav_dropdown-toggle:hover {
    background-color: var(--maize);
    color: var(--maize);
  }

  .nav_dropdown-toggle.w--open {
    color: var(--light-goldenrod-yellow);
  }

  .menu-icon1_line-bottom {
    background-color: var(--link_blue);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 15px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_logo-link {
    margin-top: 3px;
  }

  .navbar_link {
    color: var(--light-green);
    width: auto;
    margin-bottom: 5px;
    padding: 0 15px 0 10px;
    font-size: 18px;
    line-height: 2;
  }

  .navbar_link:hover {
    background-color: var(--maize);
  }

  .nav__dropdown-link {
    width: auto;
    padding: 0 0 0 5%;
    font-size: 16px;
    line-height: 1.8;
  }

  .nav__dropdown-link:hover {
    background-color: var(--maize);
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    width: 300px;
    height: auto;
    margin-top: 66px;
    padding: 0;
    transition: height .5s;
  }

  .menu-icon1_line-middle {
    background-color: var(--link_blue);
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .link_nav {
    color: var(--light-green);
    font-size: 18px;
  }

  .link_nav:hover {
    background-color: var(--maize);
  }

  .wrapper-1, .wrapper-2 {
    width: 90%;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero_slider {
    height: auto;
    max-height: none;
  }

  .mask_full {
    height: 550px;
  }

  .slider-hero {
    height: auto;
  }

  .slider-image {
    height: 410px;
  }

  .wrapper_slideshow {
    width: auto;
    padding-right: 60px;
  }

  .slider_hero {
    height: auto;
  }

  .left-arrow {
    top: 50%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow {
    top: 50%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .wrapper-3 {
    width: 80%;
  }

  .faq_q {
    font-size: 24px;
  }

  .faq_a-graf {
    margin-bottom: 0;
  }

  .goat-2ssy-slide-title {
    max-width: 100%;
    font-size: 50px;
  }

  .goat-2ssy-arrows {
    height: 70px;
  }

  .goat-2ssy-arrow-button, .goat-2ssy-arrow-button-disabled {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .goat-2ssy-points {
    height: 40px;
    bottom: 15px;
  }

  .goat-vocy-slide-title {
    max-width: 100%;
    font-size: 50px;
  }

  .goat-vocy-arrows {
    height: 70px;
  }

  .goat-vocy-arrow-button, .goat-vocy-arrow-button-disabled {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .goat-vocy-points {
    height: 40px;
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  p {
    font-size: 18px;
  }

  .article {
    width: 90vw;
    padding-left: 40px;
  }

  .head_h2 {
    font-size: 28px;
  }

  .nav_dropdown-list.w--open {
    background-color: #eef2ff;
  }

  .nav_brand-image {
    margin-top: 0;
  }

  .h1 {
    top: -54px;
    left: 14px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .rtb-minutes h1 {
    font-size: 24px;
  }

  .rtb-minutes h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 21px;
  }

  .rtb-minutes h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 21px;
  }

  .nav_component {
    height: auto;
    min-height: 4rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .wrapper-1 {
    width: auto;
  }

  .wrapper-2 {
    width: 95%;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .mask_full {
    height: 425px;
  }

  .slider-hero {
    width: auto;
    height: 100%;
  }

  .slider-image {
    width: auto;
    height: 410px;
  }

  .wrapper_slideshow {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-3 {
    width: 95%;
  }

  .faq_q-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq_icon {
    width: 1.75rem;
  }

  .faq_q {
    font-size: 20px;
  }

  .faq_a-graf {
    padding-left: 30px;
  }

  .goat-2ssy-slide-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .goat-2ssy-slide-title {
    font-size: 40px;
  }

  .goat-2ssy-slide-description {
    font-size: 16px;
  }

  .goat-vocy-slide-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .goat-vocy-slide-title {
    font-size: 40px;
  }

  .goat-vocy-slide-description {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  p {
    font-size: 18px;
  }

  .article {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .figcaption {
    font-size: 14px;
  }

  .address {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .head_h2 {
    margin-bottom: 10px;
    font-size: 22px;
    position: static;
    top: 181px;
    left: 6px;
  }

  .nav_brand-link {
    width: 175px;
    height: 60px;
  }

  .icon {
    width: auto;
  }

  .icon.slide-arrow {
    font-size: 20px;
  }

  .nav_dropdown-list {
    margin-top: -16px;
  }

  .nav_brand-image {
    width: 160px;
    height: 40px;
    margin-top: 10px;
  }

  .h1 {
    margin-bottom: 0;
    position: relative;
    top: -62px;
    left: 9px;
  }

  .nav_logo {
    width: 200px;
  }

  .wrapper-2 {
    width: 95%;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .wrapper_slider-hero {
    height: 90%;
  }

  .mask_full {
    height: 240px;
  }

  .slide {
    max-width: 100%;
    max-height: 100%;
  }

  .slider-image {
    width: auto;
    height: 250px;
  }

  .wrapper_slideshow {
    aspect-ratio: auto;
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_icon {
    margin-left: 0;
  }

  .faq_a-graf {
    padding-left: 15px;
  }

  .goat-2ssy-slide-container {
    padding: 3em 1em;
  }

  .goat-2ssy-slide-title {
    font-size: 34px;
  }

  .goat-2ssy-point-active, .goat-2ssy-point {
    width: 20px;
    height: 20px;
  }

  .goat-vocy-slide-container {
    padding: 3em 1em;
  }

  .goat-vocy-slide-title {
    font-size: 34px;
  }

  .goat-vocy-point-active, .goat-vocy-point {
    width: 20px;
    height: 20px;
  }
}


