@font-face {
  font-family: 'TeX Gyre Heros';
  src: url('../fonts/texgyreheros-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TeX Gyre Heros';
  src: url('../fonts/texgyreheros-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --fuz-padding-side: 1.5rem;
  --fuz-blue: #D6E9FA;
  --fuz-yellow: #F0F0B6;
  --fuz-purple: #DEC9E3;
  --fuz-orange: #F7B197;
  --fuz-white: #FFFFFF;
  --fuz-black: #000000;
  box-sizing: border-box;
}

@media screen and (max-width: 1600px) {
  :root {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  :root {
    font-size: 12px;
  }
}

html,
body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--preset--color--foreground, #000);
  background-color: var(--wp--preset--color--background, #fff);
}

/* Global Styles */

.fuz-wp-menu {
  padding: 0;
  margin: 0;
}

.fuz-wp-menu li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  margin-bottom: 1.25rem;
}

.fuz-section-full-width {
  padding: 0;
}

.fuz-section-full-width .fuz-section__inner {
  width: 100%;
}

/* Classes for colors*/

.fuz-bg-color-blue {
  background-color: var(--fuz-blue);
}

.fuz-bg-color-yellow {
  background-color: var(--fuz-yellow);
}

.fuz-bg-color-purple {
  background-color: var(--fuz-purple);
}

.fuz-bg-color-orange {
  background-color: var(--fuz-orange);
}

.fuz-bg-color-white {
  background-color: var(--fuz-white);
}

.fuz-bg-color-black {
  background-color: var(--fuz-black);
}

.fuz-section {
  padding-left: var(--fuz-padding-side);
  padding-right: var(--fuz-padding-side);
}


/*------------------
Typography Styles
------------------*/

.fuz-heading-xl {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}

.fuz-heading-lg-bold {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.fuz-heading-lg {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}

.fuz-heading-md {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.25em;
  text-transform: uppercase;
}

.fuz-text-lg {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5em;
  max-width: 100rem;
}

.fuz-text-md {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
}

.fuz-text-sm {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {

.fuz-heading-xl {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.25em;
  text-transform: uppercase;
}


.fuz-heading-md {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25em;
  text-transform: uppercase;
}

  .fuz-text-lg {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5em;
  max-width: 100rem;
}
}


/* Buttons */

.fuz-button {
  display: flex;
  width: fit-content;
}

.fuz-button--text {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .fuz-button--text {
  font-family: 'TeX Gyre Heros', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5em;
  max-width: 100rem;
}
}

.fuz-button--primary {
	border: 2px solid black;
  border-radius: 20px;
  padding: 1rem 1.5rem;
}

.fuz-button--secondary {
	border: 2px solid currentColor;
	color: currentColor;
}


/* Header Styles */

.fuz-site-header {
  padding-left: var(--fuz-padding-side);
  padding-right: var(--fuz-padding-side);
  position: relative;
  z-index: 10;
  height: 60px;
  background-color: var(--fuz-blue);
} 

.fuz-site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.home .fuz-site-header__inner {
  justify-content: flex-end;
}

.fuz-site-header__lang-switcher {
  position: relative;
  padding-right: 0.75rem;
}

.fuz-site-header__lang-switcher::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  border-top: 0.75rem black solid;
  border-left: 0.5rem transparent solid;
  border-right: 0.5rem transparent solid;
}

/*-------------------------------------------------------
Block Styles
--------------------------------------------------------*/


/*------------------
Hero Block Styles
------------------*/

.fuz-hero {
	min-height: calc(100dvh - 60px);
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
  padding-top: 0.75rem;
	padding-bottom: 2.5rem;
}

.fuz-hero__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fuz-hero__header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 8rem;
}

.fuz-hero__header-top-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fuz-hero__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .fuz-hero__header-top-line{
    flex-direction: column;
  }
}


/* Accordion Block Styles*/

ul.fuz-accordion__items {
    padding: 0;
    margin: 0;
}

.fuz-accordion__items li {
    list-style: none;
}

.fuz-accordion__trigger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-left: var(--fuz-padding-side);
    padding-right: var(--fuz-padding-side);
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%;
    text-align: left;
}

.fuz-accordion__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(.65, 0, .35, 1);
    padding: 0 var(--fuz-padding-side);
    background-color: var(--fuz-page-accent);
}

.fuz-accordion__panel.is-open {
    opacity: 1;
    background-color: var(--fuz-page-accent);
}

.fuz-accordion__panel-inner {
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: var(--fuz-content-max-width);
    gap: 24px;
    padding-bottom: 40px;
    padding-top: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.fuz-accordion__panel.is-open .fuz-accordion__panel-inner {
    opacity: 1;
}

.fuz-accordion__panel-content {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fuz-accordion__panel-text {
    width: 100%;
    max-width: 1300px;
}

.fuz-accordion__panel.is-open {
    opacity: 1;
}

/*------------------
Footer Styles
------------------*/

.fuz-site-footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.fuz-site-footer__inner {
  display: flex;
  flex-direction: column;
}

.fuz-site-footer-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.fuz-site-footer-row-1 {
  margin-bottom: 4rem;
}

.fuz-site-footer-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fuz-site-footer-col-2 {
  justify-content: flex-end;
  text-align: right;
}

.fuz-site-footer__content-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fuz-site-footer__address,
.fuz-site-footer__menu {
  margin-top: 4rem;
}

.fuz-site-footer__menu li {
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .fuz-site-footer-row {
    flex-direction: column;
  }

  .fuz-site-footer-col {
    width: 100%;
    margin-bottom: 2rem;
  }

  .fuz-site-footer-col-2 {
    justify-content: flex-start;
    text-align: left;
  }
}