@charset "UTF-8";
/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
/* TOOLS - MIXINS */
/* SETTINGS */
@font-face {
  font-family: "Old School Grotesk";
  src: url("resources/fonts/oldschool-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Old School Grotesk";
  src: url("resources/fonts/oldschool-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Old School Grotesk";
  src: url("resources/fonts/oldschool-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Old School Grotesk";
  src: url("resources/fonts/oldschool-800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/* GENERIC */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

/* TAGS */
/* SETTINGS */
/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
:root {
  --color-berry: #3f112b;
  --color-peach: #fdbfae;
  --color-orange: #ff6f4a;
  --color-white: #f8f5ee;
  --color-beige: #f1eadc;
  --color-grey: #d9d9d9;
  --color-darkgrey: #909090;
  --gradient: linear-gradient(
  	to bottom,
  	var(--color-peach) 38%,
  	var(--color-orange) 100%
  );
  --color-text: var(--color-berry);
  --transition-standard: 0.25s ease-out;
  --transition-slow: 0.5s ease-out;
  --padding-top: 6rem;
  --padding-side: 4.5rem;
  --space-top: 4.5rem;
  --padding-bottom: 10rem;
  --gap: 1.5rem;
  --margin-block: 7rem;
  --border-radius: 3.5rem;
}
@media (max-width: 1300px) {
  :root {
    --padding-side: 3.5rem;
    --padding-top: 4.8rem;
    --padding-bottom: 8rem;
    --margin-block: 5rem;
    --border-radius: 3rem;
  }
}
@media (max-width: 1000px) {
  :root {
    --padding-side: 2.25rem;
    --padding-top: 4rem;
    --padding-bottom: 6rem;
    --margin-block: 4rem;
    --border-radius: 2rem;
  }
}
@media (max-width: 768px) {
  :root {
    --space-top: 3.75rem;
    --padding-side: 1.25rem;
    --padding-top: 3rem;
    --padding-bottom: 4rem;
    --border-radius: 1rem;
    --margin-block: 3rem;
  }
}

html {
  font-size: clamp(18px, 1.2vw, 20px);
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: var(--color-text);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Old School Grotesk", Arial, Helvetica, sans-serif;
  line-height: 1.3;
}
body.is-overlay-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
a.opac {
  transition: opacity var(--transition-standard);
}
a.opac:hover {
  opacity: 0.65;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.cky-notice .cky-title {
  margin-bottom: 6px !important;
}

.cky-notice-des {
  line-height: 18px !important;
}

#cookie-notice {
  font-family: "Old School Grotesk", Arial, Helvetica, sans-serif;
}
#cookie-notice .cn-button {
  font-family: "Old School Grotesk", Arial, Helvetica, sans-serif !important;
  border-radius: 1.5rem !important;
  font-weight: 500 !important;
  color: var(--color-berry) !important;
  letter-spacing: 0 !important;
  padding: 0.5rem 1.25rem !important;
  transition: all var(--transition-standard) !important;
}
#cookie-notice .cn-button:hover {
  background-color: var(--color-berry) !important;
  color: var(--color-white) !important;
}

/* OBJECTS */
.o-nav ul {
  display: flex;
  list-style-type: none;
  gap: 1.5rem;
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.o-button, .c-donate__text a {
  display: inline-block;
  padding: 0.8rem 1.9rem 0.6rem;
  background-color: var(--color-orange);
  border-radius: 3rem;
  color: var(--color-berry);
  transition: all var(--transition-standard);
  font-weight: 500;
  font-size: 1.45rem;
}
@media (max-width: 1000px) {
  .o-button, .c-donate__text a {
    padding: 0.8rem 1.5rem 0.6rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .o-button, .c-donate__text a {
    padding: 0.6rem 1.25rem 0.45rem;
    font-size: 1.1rem;
  }
}
.o-button:hover, .c-donate__text a:hover {
  background-color: var(--color-berry);
  color: var(--color-white);
}
.o-button--big {
  padding: 0.8rem 2rem 0.6rem;
  border-radius: 2rem;
}
.o-button--small {
  padding: 0.35rem 1.25rem 0.3rem;
  font-size: 0.9rem;
}
.o-button--dark {
  background-color: var(--color-berry);
  border: 2px solid var(--color-berry);
  color: var(--color-peach);
}
.o-button--dark:hover {
  background-color: var(--color-transparent);
  color: var(--color-berry);
}
.o-button--border, .c-donate__text a {
  background-color: transparent;
  border: 2px solid var(--color-text);
  color: var(--color-text);
}
.o-button--hover-orange:hover {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
  color: var(--color-berry);
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.o-h1 {
  font-size: clamp(3rem, 7vw, 10rem);
  font-weight: 700;
  line-height: 1.05;
}

.o-titol {
  font-size: clamp(2rem, 7vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.07;
}
@media (max-width: 1000px) {
  .o-titol {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .o-titol {
    font-size: 3rem;
  }
}

.o-h2 {
  font-size: clamp(2rem, 4vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
}

.o-seccio {
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
@media (max-width: 1000px) {
  .o-seccio {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .o-seccio {
    font-size: 2.2rem;
  }
}
.o-seccio--light {
  font-weight: 700;
}

.o-large {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 2.2vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
}

.o-subseccio, .c-progress__text h2,
.c-progress__text h3,
.c-progress__text h4, .c-donate__text h2, .c-boxes__text h2,
.c-boxes__text h3,
.c-boxes__text h4, .c-text__content h1,
.c-text__content h2,
.c-text__content h3, .c-textpic__text h2,
.c-textpic__text h3,
.c-textpic__text h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .o-subseccio, .c-progress__text h2,
  .c-progress__text h3,
  .c-progress__text h4, .c-donate__text h2, .c-boxes__text h2,
  .c-boxes__text h3,
  .c-boxes__text h4, .c-text__content h1,
  .c-text__content h2,
  .c-text__content h3, .c-textpic__text h2,
  .c-textpic__text h3,
  .c-textpic__text h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .o-subseccio, .c-progress__text h2,
  .c-progress__text h3,
  .c-progress__text h4, .c-donate__text h2, .c-boxes__text h2,
  .c-boxes__text h3,
  .c-boxes__text h4, .c-text__content h1,
  .c-text__content h2,
  .c-text__content h3, .c-textpic__text h2,
  .c-textpic__text h3,
  .c-textpic__text h4 {
    font-size: 1.5rem;
  }
}

.o-medium {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.o-entradeta, .c-donate__text h3, .c-boxes__text p strong {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.275;
}
@media (max-width: 1000px) {
  .o-entradeta, .c-donate__text h3, .c-boxes__text p strong {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .o-entradeta, .c-donate__text h3, .c-boxes__text p strong {
    font-size: 1.1rem;
  }
}

.o-base, .c-donate__text p, .c-boxes__text p, .c-text__content p,
.c-text__content ul,
.c-text__content ol {
  font-size: 1rem;
  line-height: 1.35;
}

.o-mini, .c-donate__disclaimers {
  font-size: 0.7rem;
  line-height: 1.3;
  font-weight: 400;
}

.o-initial:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (max-width: 1300px) {
  .o-initial:not(:last-child) {
    margin-bottom: 2.1rem;
  }
}
@media (max-width: 1000px) {
  .o-initial:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 768px) {
  .o-initial:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.o-main {
  padding-top: var(--space-top);
}
.o-main--editorial {
  padding: calc(var(--space-top) + var(--padding-top)) var(--padding-side) var(--padding-bottom);
}
.o-main:has(.c-research:last-child) {
  padding-bottom: 0;
}

.o-container {
  margin: 0 auto;
  padding: 0 var(--padding-side);
}

.o-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gap);
}

/* COMPONENTS */
/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.b-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 6;
  background: var(--color-peach);
}

.b-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem var(--padding-side) 0.8rem;
}
@media (max-width: 768px) {
  .b-header__container {
    padding: 0.5rem 1rem 0.6rem;
  }
}

.b-header__logo img {
  height: 3.25rem;
  width: auto;
}
@media (max-width: 768px) {
  .b-header__logo img {
    height: 2.75rem;
  }
}

.b-header__nav {
  align-items: baseline;
  display: flex;
  gap: 1.5rem;
}
.b-header__nav ul li {
  font-weight: 500;
}
.b-header__nav ul li a {
  position: relative;
  display: inline-block;
  transition: opacity var(--transition-standard);
}
.b-header__nav ul li a::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0;
  background-color: var(--color-text);
  transform: translateX(-50%);
  transition: width var(--transition-standard);
}
.b-header__nav ul li a:hover::after {
  width: 100%;
}
.b-header__nav ul li.current-menu-item a {
  pointer-events: none;
}
.b-header__nav ul li.current-menu-item a::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  background-color: var(--color-text);
  transform: translateX(-50%);
  transition: width var(--transition-standard);
}
.b-header__nav ul#menu-lang {
  gap: 0.25rem;
  font-size: 0.825em;
}
.b-header__nav ul#menu-lang li {
  font-weight: 400;
}
.b-header__nav ul#menu-lang li a::after {
  display: none;
}
.b-header__nav ul#menu-lang li:not(:last-child)::after {
  content: "|";
  margin-left: 0.25rem;
  font-weight: 400;
}
.b-header__nav ul#menu-lang li.wpml-ls-current-language {
  font-weight: 700;
}
.b-header__nav ul#menu-lang li.wpml-ls-current-language a {
  pointer-events: none;
  /* &::after {
  	display: block;
  	width: 100%;
  	height: 2px;
  } */
}

.b-header__nav,
.b-header__button {
  transform: translateY(2px);
}

.b-header__icon {
  display: block;
  height: auto;
}
.is-overlay-open .b-header__icon--burger {
  display: none;
}
.b-header__icon--close {
  display: none;
}
.is-overlay-open .b-header__icon--close {
  display: block;
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.b-footer__main {
  background-color: var(--color-berry);
  color: var(--color-peach);
}

.b-footer__container {
  padding: 2rem var(--padding-side) 3rem;
  row-gap: 2rem;
}
@media (max-width: 1000px) {
  .b-footer__container {
    row-gap: 2rem;
  }
}

.b-footer__members {
  grid-column: 1/span 12;
  border-bottom: 1px solid var(--color-peach);
  padding-bottom: 2rem;
}

.b-footer__members-logos {
  display: flex;
  gap: 4rem;
}
@media (max-width: 1000px) {
  .b-footer__members-logos {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .b-footer__members-logos {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.b-footer__members-logos img {
  height: 3.5rem;
  width: auto;
}

.b-footer__tag {
  margin-bottom: 1rem;
}

.b-footer__nav {
  grid-column-end: span 2;
}
.b-footer__nav--first {
  grid-column-start: 7;
}
@media (max-width: 1000px) {
  .b-footer__nav--first {
    grid-column: 1/span 6 !important;
  }
}
@media (max-width: 1000px) {
  .b-footer__nav {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .b-footer__nav {
    grid-column: span 12;
  }
}
.b-footer__nav ul {
  flex-direction: column;
  gap: 0.5rem;
}
.b-footer__nav ul li a {
  transition: color var(--transition-standard);
}
.b-footer__nav ul li a:hover {
  color: var(--color-beige);
}

.b-footer__logo {
  grid-column: 1/span 3;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .b-footer__logo {
    grid-column: 1/span 6;
  }
}
@media (max-width: 768px) {
  .b-footer__logo {
    grid-column: 1/span 12;
  }
}
.b-footer__logo img {
  height: 6rem;
  width: auto;
}
@media (max-width: 768px) {
  .b-footer__logo img {
    height: auto;
    width: 12rem;
  }
}

.b-footer__deco {
  grid-column: 8/span 1;
}
@media (max-width: 1000px) {
  .b-footer__deco {
    grid-column: 7/span 2;
    grid-row: 1/span 1;
  }
}
.b-footer__deco img {
  width: 100%;
  max-width: 6rem;
  margin-left: auto;
}

.b-footer__banner {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem var(--padding-side);
  background-color: var(--color-peach);
}
@media (max-width: 768px) {
  .b-footer__banner {
    flex-direction: column;
    gap: 0.75rem;
    padding: var(--padding-side);
  }
}

.b-footer__copyright {
  grid-column: span 6;
  padding-top: 2rem;
}
@media (max-width: 1000px) {
  .b-footer__copyright {
    grid-column: span 12;
    padding-top: 0;
  }
}
.b-footer__copyright p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.b-footer__social {
  grid-column: span 2;
  display: flex;
  gap: 0.75rem;
}
.b-footer__social a {
  transition: opacity var(--transition-standard);
}
.b-footer__social a:hover {
  opacity: 0.7;
}
.b-footer__social a img {
  height: 1.5rem;
  width: auto;
}
@media (max-width: 1000px) {
  .b-footer__social {
    grid-column: span 12;
  }
}

.b-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--space-top) + 1rem) var(--padding-side) 2rem;
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh, 1vh));
  background-color: var(--color-peach);
  transform: translateY(-100%);
  transition: all var(--transition-slow);
}
.is-overlay-open .b-overlay {
  transform: translateY(0);
}

.b-overlay__nav ul {
  flex-direction: column;
  gap: 1.15rem;
  font-size: 1.45rem;
  font-weight: 500;
  text-align: center;
  align-items: center;
}
.b-overlay__nav ul#menu-lang {
  flex-direction: row;
  margin-top: 1.15rem;
  justify-content: center;
  gap: 0.3rem;
  font-size: 1.1rem;
}
.b-overlay__nav ul#menu-lang li {
  font-weight: 400;
}
.b-overlay__nav ul#menu-lang li a {
  display: inline;
}
.b-overlay__nav ul#menu-lang li a::after {
  display: none;
}
.b-overlay__nav ul#menu-lang li:not(:last-child)::after {
  content: "|";
  margin-left: 0.3rem;
  font-weight: 400;
}
.b-overlay__nav ul#menu-lang li.wpml-ls-current-language {
  font-weight: 700;
}
.b-overlay__nav ul#menu-lang li.wpml-ls-current-language a {
  pointer-events: none;
  /* &::after {
  	display: block;
  	width: 100%;
  	height: 2px;
  } */
}
.b-overlay__nav ul li.current-menu-item {
  position: relative;
}
.b-overlay__nav ul li.current-menu-item a {
  pointer-events: none;
}
.b-overlay__nav ul li.current-menu-item a::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  background-color: var(--color-text);
  transform: translateX(-50%);
  transition: width var(--transition-standard);
}

.b-overlay__donate {
  margin: 1.75rem auto 0;
  padding: 0.7rem 1.75rem 0.55rem;
  text-align: center;
  display: block;
  font-size: 1.45rem;
  font-weight: 500;
}

.c-jumbo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - var(--space-top));
  min-height: calc(100 * var(--vh, 1vh) - var(--space-top));
  padding-top: var(--padding-side);
  padding-bottom: calc(var(--padding-side) * 1.5);
  color: var(--color-white);
}

.c-jumbo__video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.c-jumbo__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-jumbo__text {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  position: relative;
  z-index: 1;
}
.c-jumbo__text strong {
  color: var(--color-peach);
  font-weight: 700;
}

.c-jumbo__icon {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 1;
  overflow: visible;
  cursor: pointer;
  transform: translateX(-50%);
}
.c-jumbo__icon svg {
  display: block;
  width: 3rem;
  height: auto;
  overflow: visible;
}
.c-jumbo__icon svg .st0,
.c-jumbo__icon svg .st1 {
  fill: transparent;
  stroke: var(--color-white);
  stroke-width: 10px;
  transition: all var(--transition-standard);
}
.c-jumbo__icon svg .st1 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.c-jumbo__icon:hover svg .st0 {
  fill: var(--color-text);
}
.c-jumbo__icon:hover svg .st1 {
  stroke: var(--color-white);
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.c-mission {
  padding: max(6rem, 9vw) 0;
  background-color: var(--color-white);
}
@media (max-width: 768px) {
  .c-mission {
    padding: 3rem 0;
  }
}

.c-mission__container {
  align-items: center;
  row-gap: 2.5rem;
}

.c-mission__slider {
  width: 100%;
  height: 100%;
}
.c-mission__slider .swiper-slide {
  position: relative;
}
.c-mission__slider .swiper-slide .band {
  box-sizing: border-box;
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  display: flex;
  padding: 0 1rem;
  background-color: var(--color-berry);
  text-align: center;
}
@media (max-width: 1000px) {
  .c-mission__slider .swiper-slide .band {
    padding: 0;
  }
}
.c-mission__slider .swiper-slide .band .band__left,
.c-mission__slider .swiper-slide .band .band__right {
  flex: 1 0 40%;
  padding: 0.35rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-mission__slider .swiper-slide .band .band__right {
  padding-top: 0.5rem;
  background-color: var(--color-peach);
  color: var(--color-berry);
}
.c-mission__slider .swiper-slide .band .band__left {
  background-color: var(--color-berry);
  color: var(--color-peach);
}

.c-mission__pic {
  position: relative;
  aspect-ratio: 3/4;
  grid-column: span 5;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.c-mission__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .c-mission__pic {
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .c-mission__pic {
    grid-column: span 12;
    order: 2;
  }
}

.c-mission__info {
  grid-column: 7/span 6;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .c-mission__info {
    grid-column: span 12;
    order: 1;
    padding-right: 0;
  }
}

.c-mission__title {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .c-mission__title {
    margin-bottom: 2rem;
  }
}

.c-mission__lead {
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .c-mission__lead {
    margin-bottom: 1rem;
  }
}

.c-mission__text {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .c-mission__text {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .c-mission__button-container {
    text-align: center;
  }
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.c-cta {
  padding: max(6rem, 9vw) 0;
  background-color: var(--color-berry);
  color: var(--color-text);
  --color-text: var(--color-peach);
}
@media (max-width: 768px) {
  .c-cta {
    padding: 3rem 0;
  }
}

.c-cta__text {
  font-size: clamp(2rem, 4vw, 5rem);
}
.c-cta__text strong {
  color: var(--color-orange);
  font-weight: 800;
}

.c-cta__container {
  padding: 0 calc(1.5 * var(--padding-side));
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .c-cta__container {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
    gap: 1.5rem;
  }
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.c-squares {
  padding: max(8rem, 10vw) 0;
  background: linear-gradient(to bottom, var(--color-peach) 45%, var(--color-orange) 100%);
}
@media (max-width: 768px) {
  .c-squares {
    padding: 3rem 0;
  }
}

.c-squares__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
@media (max-width: 1000px) {
  .c-squares__container {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .c-squares__container {
    grid-template-columns: 1fr;
  }
}

.c-squares__el {
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 3rem;
  border: 2px solid var(--color-text);
  border-radius: var(--border-radius);
}
@media (max-width: 1300px) {
  .c-squares__el {
    padding: 1.5rem;
    aspect-ratio: auto;
  }
}
@media (max-width: 1000px) {
  .c-squares__el {
    padding: 1.25rem;
  }
}
@media (max-width: 768px) {
  .c-squares__el {
    padding: 1rem;
    aspect-ratio: auto;
  }
}

/* OBJECTS */
/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.c-who:not(:last-child) {
  margin-bottom: var(--margin-block);
}

.c-who__section:not(:first-child) {
  margin-top: 6.5rem;
}
@media (max-width: 1300px) {
  .c-who__section:not(:first-child) {
    margin-top: 5rem;
  }
}
@media (max-width: 1000px) {
  .c-who__section:not(:first-child) {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .c-who__section:not(:first-child) {
    margin-top: 3rem;
  }
}

.c-who__section-title {
  margin-bottom: 3rem;
}
@media (max-width: 1000px) {
  .c-who__section-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .c-who__section-title {
    margin-bottom: 1.5rem;
  }
}

.c-who__elements {
  grid-template-columns: repeat(15, 1fr);
}
@media (max-width: 1300px) {
  .c-who__elements {
    grid-template-columns: repeat(12, 1fr);
  }
}

.c-who__element {
  grid-column: span 3;
  list-style-type: none;
}
@media (max-width: 1000px) {
  .c-who__element {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .c-who__element {
    grid-column: span 6;
  }
}
@media (max-width: 400px) {
  .c-who__element {
    grid-column: span 12;
  }
}

.c-who__element-pic {
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  background-color: var(--color-grey);
  overflow: hidden;
  aspect-ratio: 1/1;
}
.c-who__element-pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-who__element-name {
  margin-bottom: 0.15rem;
  line-height: 1.15;
}

.c-who__element-position {
  color: var(--color-orange);
  font-weight: 500;
  font-size: 0.95rem;
}
.c-who__element-position:not(:last-child) {
  margin-bottom: 0.5rem;
}

.c-who__element-content {
  font-size: 0.95rem;
}
.c-who__element-content a {
  text-decoration: underline;
}
.c-who__element-content a:hover {
  text-decoration: none;
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.c-opening:not(:last-child) {
  margin-bottom: var(--margin-block);
}

.c-opening__content {
  grid-column: 3/span 8;
}
@media (max-width: 1300px) {
  .c-opening__content {
    grid-column: 2/span 10;
  }
}
@media (max-width: 1000px) {
  .c-opening__content {
    grid-column: 1/span 12;
  }
}

.c-opening__intro p:not(:last-child) {
  margin-bottom: 0.75rem;
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.c-ctapic:not(:last-child) {
  margin-bottom: var(--margin-block);
}
.c-ctapic {
  row-gap: var(--gap);
  align-items: center;
}

.c-ctapic__pic {
  grid-column: 1/span 6;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: var(--color-grey);
  aspect-ratio: 4/3;
}
@media (max-width: 1000px) {
  .c-ctapic__pic {
    order: 2;
    grid-column: 1/span 12;
  }
}

.c-ctapic__box {
  grid-column: 8/span 4;
  padding: 5rem 1.5rem 4rem;
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.8rem;
  border: 2px solid var(--color-text);
}
@media (max-width: 1300px) {
  .c-ctapic__box {
    grid-column: 7/span 6;
  }
}
@media (max-width: 1000px) {
  .c-ctapic__box {
    gap: 1.5rem;
    order: 1;
    grid-column: 1/span 12;
    padding: 3rem 1.5rem 2rem;
  }
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
/* OBJECTS */
.c-textpic:not(:last-child) {
  margin-bottom: var(--margin-block);
}
.c-textpic {
  row-gap: calc(2 * var(--gap));
  align-items: center;
}
.c-textpic--color {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-left: calc(-1 * var(--padding-side));
  margin-right: calc(-1 * var(--padding-side));
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
  background: var(--gradient);
}
.c-textpic--full {
  row-gap: var(--gap);
}

.c-textpic__text {
  grid-column: 1/span 6;
}
@media (max-width: 768px) {
  .c-textpic__text {
    grid-column: 1/span 12;
  }
}
.c-textpic__text h2,
.c-textpic__text h3,
.c-textpic__text h4 {
  margin-bottom: 1.5rem;
}
.c-textpic--full .c-textpic__text h2,
.c-textpic--full .c-textpic__text h3,
.c-textpic--full .c-textpic__text h4 {
  margin-bottom: 0.5rem;
}
.c-textpic__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.c-textpic__text a {
  text-decoration: underline;
}
.c-textpic__text a:hover {
  text-decoration: none;
}
.c-textpic--full .c-textpic__text {
  grid-column: 1/span 12;
}

.c-textpic__pic {
  grid-column: 8/span 4;
  aspect-ratio: 1/1;
  background-color: var(--color-grey);
  overflow: hidden;
  border-radius: 100%;
}
.c-textpic__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .c-textpic__pic {
    grid-column: 7/span 6;
  }
}
@media (max-width: 768px) {
  .c-textpic__pic {
    grid-column: 3/span 8;
  }
}
@media (max-width: 400px) {
  .c-textpic__pic {
    grid-column: 1/span 12;
  }
}

.c-textpic__image {
  grid-column: 3/span 8;
}
.c-textpic__image img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .c-textpic__image {
    grid-column: 2/span 10;
  }
}
@media (max-width: 768px) {
  .c-textpic__image {
    grid-column: 1/span 12;
  }
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.c-linklist {
  row-gap: calc(2 * var(--gap));
}
.c-linklist:not(:last-child) {
  margin-bottom: var(--margin-block);
}
@media (max-width: 1000px) {
  .c-linklist {
    row-gap: var(--gap);
  }
}

.c-linklist__title {
  grid-column: 1/span 12;
}

.c-linklist__block {
  grid-column: span 6;
}
@media (max-width: 1000px) {
  .c-linklist__block {
    grid-column: span 12;
  }
}
.c-linklist__block p:not(:last-child) {
  margin-bottom: var(--gap);
}
.c-linklist__block a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--color-orange);
  text-decoration-thickness: 2px;
}
.c-linklist__block a::after {
  content: " ↗";
}
.c-linklist__block a:hover {
  text-decoration: none;
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
/* OBJECTS */
.c-text__content {
  grid-column: 3/span 8;
}
.c-text__content h1,
.c-text__content h2,
.c-text__content h3 {
  margin-bottom: 3rem;
}
@media (max-width: 1000px) {
  .c-text__content h1,
  .c-text__content h2,
  .c-text__content h3 {
    margin-bottom: 2rem;
  }
}
.c-text__content h1:not(:first-child),
.c-text__content h2:not(:first-child),
.c-text__content h3:not(:first-child) {
  margin-top: var(--margin-block);
}
.c-text__content p,
.c-text__content ul,
.c-text__content ol {
  margin-bottom: 1rem;
}
@media (max-width: 1300px) {
  .c-text__content {
    grid-column: 2/span 10;
  }
}
@media (max-width: 1000px) {
  .c-text__content {
    grid-column: 1/span 12;
  }
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.c-textcols:not(:last-child) {
  margin-bottom: var(--margin-block);
}

.c-textcols__col {
  grid-column: span 6;
  color: var(--color-darkgrey);
}
.c-textcols__col p:not(:last-child) {
  margin-bottom: 0.85em;
}
@media (max-width: 768px) {
  .c-textcols__col {
    grid-column: span 12;
  }
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
/* OBJECTS */
.c-form__content {
  grid-column: 4/span 6;
}
@media (max-width: 1300px) {
  .c-form__content {
    grid-column: 3/span 8;
  }
}
@media (max-width: 1000px) {
  .c-form__content {
    grid-column: 2/span 10;
  }
}
@media (max-width: 768px) {
  .c-form__content {
    grid-column: 1/span 12;
  }
}

.c-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem var(--gap);
  align-items: start;
}
@media (max-width: 768px) {
  .c-form form {
    grid-template-columns: 1fr;
  }
}
.c-form form label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--color-orange);
  font-weight: 500;
}
.c-form form .wpcf7-text,
.c-form form .wpcf7-textarea {
  width: 100%;
  padding: 0.5rem 0.7rem;
  background-color: var(--color-beige);
  border: 2px solid var(--color-beige);
  color: var(--color-berry);
  border-radius: 0.5rem;
  line-height: 1;
}
.c-form form .wpcf7-text:focus,
.c-form form .wpcf7-textarea:focus {
  outline: none;
  border-color: var(--color-orange);
}
.c-form form .wpcf7-textarea {
  resize: none;
  height: 6rem;
}
.c-form form .wpcf7-not-valid-tip {
  color: var(--color-berry);
  font-size: 0.7rem;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 0.25rem;
}
.c-form form .wpcf7-response-output {
  border-color: var(--color-peach);
  grid-column: span 2;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem;
}

.c-form__field--double {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .c-form__field--double {
    grid-column: span 1;
  }
}

.c-form__submit {
  grid-column: span 2;
  padding-top: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-form__submit {
    grid-column: span 1;
    padding-top: 2rem;
  }
}
.c-form__submit input {
  display: inline-block;
  padding: 0.8rem 1.9rem 0.6rem;
  background-color: transparent;
  border: 2px solid var(--color-text);
  border-radius: 3rem;
  color: var(--color-text);
  cursor: pointer;
  transition: all var(--transition-standard);
  font-weight: 500;
  font-size: 1.45rem;
}
@media (max-width: 1000px) {
  .c-form__submit input {
    padding: 1rem 1.5rem 0.8rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .c-form__submit input {
    padding: 0.8rem 1.25rem 0.6rem;
    font-size: 1.1rem;
  }
}
.c-form__submit input:hover {
  background-color: var(--color-berry);
  color: var(--color-white);
}
.c-form__submit .wpcf7-spinner {
  display: none;
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
/* OBJECTS */
.c-boxes:not(:last-child) {
  margin-bottom: var(--margin-block);
}

.c-boxes__el {
  display: flex;
  flex-direction: column;
  grid-column-end: span 5;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .c-boxes__el {
    grid-column-end: span 6;
  }
}
@media (max-width: 1000px) {
  .c-boxes__el {
    grid-column-end: span 12;
  }
}
.c-boxes__el:first-child {
  grid-column-start: 2;
}
@media (max-width: 1300px) {
  .c-boxes__el:first-child {
    grid-column-start: 1;
  }
}

.c-boxes__title {
  padding: 1.2rem 1rem 1rem;
  background-color: var(--color-orange);
  color: var(--color-berry);
}
.c-boxes__el--color .c-boxes__title {
  background-color: var(--color-berry);
  color: var(--color-peach);
}

.c-boxes__content {
  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: 2.5rem 5rem;
  height: auto;
  background-color: var(--color-peach);
  color: var(--color-berry);
}
@media (max-width: 1300px) {
  .c-boxes__content {
    padding: 2.5rem 4rem;
  }
}
@media (max-width: 1000px) {
  .c-boxes__content {
    padding: 2.5rem 3rem;
  }
}
@media (max-width: 768px) {
  .c-boxes__content {
    padding: 2.5rem 2rem;
  }
}

.c-boxes__text h2:not(:last-child),
.c-boxes__text h3:not(:last-child),
.c-boxes__text h4:not(:last-child) {
  margin-bottom: 1rem;
}
.c-boxes__text h2:not(:first-child),
.c-boxes__text h3:not(:first-child),
.c-boxes__text h4:not(:first-child) {
  margin-top: 2.5rem;
}
.c-boxes__link {
  margin: 0 auto;
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
/* OBJECTS */
.c-bigbox {
  padding: 6.5rem;
  border-radius: var(--border-radius);
  background-color: var(--color-peach);
}
.c-bigbox:not(:last-child) {
  margin-bottom: var(--margin-block);
}
@media (max-width: 1300px) {
  .c-bigbox {
    padding: 4.25rem;
  }
}
@media (max-width: 1000px) {
  .c-bigbox {
    padding: 3.5rem;
  }
}
@media (max-width: 768px) {
  .c-bigbox {
    padding: 2rem var(--padding-side);
  }
}

.c-bigbox__title:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 1300px) {
  .c-bigbox__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .c-bigbox__title:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .c-bigbox__title:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.c-bigbox__els {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-bigbox__els {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.c-bigbox__el {
  flex: 0 1 18rem;
}
@media (max-width: 768px) {
  .c-bigbox__el {
    flex: 0 1 auto;
  }
}

.c-bigbox__subtitle {
  margin-bottom: 1rem;
}

.c-bigbox__icon {
  margin-bottom: 2rem;
}
@media (max-width: 1000px) {
  .c-bigbox__icon {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .c-bigbox__icon {
    margin-bottom: 1rem;
  }
}
.c-bigbox__icon img {
  width: 6rem;
  height: 7rem;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
/* OBJECTS */
.c-donate:not(:last-child) {
  margin-bottom: var(--margin-block);
}

.c-donate__subtitle {
  margin-bottom: 1.8rem;
}

.c-donate__form {
  margin-bottom: 12.5rem;
}
@media (max-width: 1000px) {
  .c-donate__form {
    margin-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .c-donate__form {
    margin-bottom: 7.5rem;
  }
}

.c-donate__buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
  width: auto;
  padding: 0.4rem;
  border: 2px solid var(--color-berry);
  border-radius: 2.5rem;
}
@media (max-width: 768px) {
  .c-donate__buttons {
    border: none;
    border-radius: 0;
    padding: 0;
    gap: 0.4rem;
  }
}

.c-donate__button {
  display: inline-block;
  padding: 0.8rem 1.9rem 0.6rem;
  min-width: 12rem;
  border-radius: 3rem;
  color: var(--color-berry);
  transition: all var(--transition-standard);
  cursor: pointer;
  font-weight: 500;
  font-size: 1.45rem;
}
.c-donate__button.is-active {
  background-color: #fdbfae;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .c-donate__button {
    padding: 0.8rem 1.5rem 0.6rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .c-donate__button {
    padding: 0.6rem 1.25rem 0.45rem;
    font-size: 1.1rem;
    width: 100%;
    background-color: var(--color-beige);
  }
}

.c-donate__sections {
  margin-bottom: 2.8rem;
}
@media (max-width: 1300px) {
  .c-donate__sections {
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 768px) {
  .c-donate__sections {
    margin-bottom: 1.8rem;
  }
}

.c-donate__section {
  display: none;
  justify-content: center;
  gap: var(--gap);
}
.c-donate__section.is-active {
  display: flex;
}
@media (max-width: 768px) {
  .c-donate__section {
    gap: 0.4rem;
  }
}

.c-donate__type {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  width: 11.5rem;
  height: 7.2rem;
  background-color: #f1eadc;
  cursor: pointer;
  transition: all var(--transition-standard);
}
@media (min-width: 769px) {
  .c-donate__type:hover {
    background-color: var(--color-orange);
  }
}
.c-donate__type.is-active {
  background-color: var(--color-berry);
  color: var(--color-beige);
  pointer-events: none;
}
@media (max-width: 768px) {
  .c-donate__type {
    font-size: 1.4rem;
  }
}

.c-donate__texts,
.c-donate__disclaimers {
  margin-top: 7.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}
@media (max-width: 1000px) {
  .c-donate__texts,
  .c-donate__disclaimers {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .c-donate__texts,
  .c-donate__disclaimers {
    margin-top: 3.5rem;
  }
}

.c-donate__text {
  padding-right: 4rem;
}
.c-donate__text h2 {
  margin-bottom: 1.25rem;
}
.c-donate__text p:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 1000px) {
  .c-donate__text {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .c-donate__text {
    padding-right: 0;
  }
}

.c-donate__disclaimers {
  color: var(--color-darkgrey);
}
.c-donate__disclaimers p:not(:last-child) {
  margin-bottom: 0.75em;
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.c-research {
  margin-left: calc(-1 * var(--padding-side));
  margin-right: calc(-1 * var(--padding-side));
  padding: var(--padding-bottom) var(--padding-side);
  background-color: var(--color-peach);
  border-bottom: 2px solid var(--color-berry);
}
.c-research:not(:last-child) {
  margin-bottom: var(--margin-block);
  border-bottom: none;
}
.c-research {
  row-gap: 4.8rem;
}
@media (max-width: 1000px) {
  .c-research {
    row-gap: 3.5rem;
  }
}
@media (max-width: 768px) {
  .c-research {
    row-gap: 2.5rem;
  }
}

.c-research__title {
  grid-column: 1/span 12;
}

.c-research__el {
  grid-column: 3/span 8;
}
@media (max-width: 1000px) {
  .c-research__el {
    grid-column: 2/span 10;
  }
}
@media (max-width: 768px) {
  .c-research__el {
    grid-column: 1/span 12;
  }
}
.c-research__el a {
  text-decoration: underline;
}
.c-research__el a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .c-research__el--foot br {
    display: none;
  }
}

.c-research__title {
  margin-bottom: 2.8rem;
}
@media (max-width: 1000px) {
  .c-research__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .c-research__title {
    margin-bottom: 1rem;
  }
}

.c-research__down {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .c-research__down {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-research__icon {
  flex: 0 0 auto;
}
.c-research__icon img {
  width: 5rem;
  height: auto;
}
@media (max-width: 1000px) {
  .c-research__icon img {
    width: 3.5rem;
  }
}

.c-research__foot {
  grid-column: 3/span 8;
}

/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
/* OBJECTS */
.c-progress {
  row-gap: 5rem;
}
@media (max-width: 1000px) {
  .c-progress {
    row-gap: 3.5rem;
  }
}
@media (max-width: 768px) {
  .c-progress {
    row-gap: 1.75rem;
  }
}
.c-progress:not(:last-child) {
  margin-bottom: var(--margin-block);
}

.c-progress__text {
  grid-column: 1/span 6;
}
@media (max-width: 1000px) {
  .c-progress__text {
    grid-column: 1/span 12;
  }
}
.c-progress__text h2,
.c-progress__text h3,
.c-progress__text h4 {
  margin-bottom: 1.5rem;
}
.c-progress__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.c-progress__text a {
  text-decoration: underline;
}
.c-progress__text a:hover {
  text-decoration: none;
}

.c-progress__title {
  grid-column: 1/span 12;
}

.c-progress__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  grid-column: 8/span 4;
}
@media (max-width: 1300px) {
  .c-progress__right {
    grid-column: 8/span 5;
  }
}
@media (max-width: 1000px) {
  .c-progress__right {
    grid-column: 4/span 6;
  }
}
@media (max-width: 768px) {
  .c-progress__right {
    grid-column: 2/span 10;
  }
}

.c-progress__count {
  align-self: center;
}

.c-progress__bar {
  row-gap: 0.75rem;
}
@media (max-width: 1000px) {
  .c-progress__bar {
    row-gap: 0.5rem;
  }
}

.c-progress__intro span {
  display: block;
  line-height: 1;
}

.c-progress__tag {
  margin-bottom: 0.25rem;
}

.c-progress__number {
  margin-bottom: 2rem;
}
@media (max-width: 1000px) {
  .c-progress__number {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .c-progress__number {
    margin-bottom: 0.5rem;
  }
}
.c-progress__number--es {
  display: block;
  padding-left: 0.35em;
}
html[lang=en] .c-progress__number--es, html[lang=en-US] .c-progress__number--es {
  display: none;
}
.c-progress__number--en {
  display: none;
  padding-right: 0.35em;
}
html[lang=en] .c-progress__number--en, html[lang=en-US] .c-progress__number--en {
  display: block;
}
.c-progress__number--last {
  margin-bottom: 1.5rem;
}
@media (max-width: 1000px) {
  .c-progress__number--last {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .c-progress__number--last {
    margin-bottom: 0.5rem;
  }
}

.c-progress__bar {
  width: 100%;
  height: 2rem;
  background-color: #fdbfae;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .c-progress__bar {
    height: 1.75rem;
  }
}
@media (max-width: 1000px) {
  .c-progress__bar {
    height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .c-progress__bar {
    height: 1.25rem;
  }
}

.c-progress__fill {
  height: 100%;
  border-radius: 2rem;
  background-color: var(--color-orange);
}

.c-progress__module {
  position: relative;
  padding-bottom: 1.75rem;
  margin-bottom: 1rem;
}

.c-progress__percentage {
  position: absolute;
  bottom: 0;
}
.c-progress__percentage span {
  display: block;
  transform: translateX(-45%);
}

.c-progress__donate {
  grid-column: 1/span 12;
  text-align: center;
}

.c-progress__pic {
  grid-column: 4/span 6;
}
@media (max-width: 1300px) {
  .c-progress__pic {
    grid-column: 3/span 8;
  }
}
.c-progress__pic img {
  width: 100%;
  border-radius: var(--border-radius);
}

.c-progress__video {
  grid-column: 4/span 6;
}
@media (max-width: 1300px) {
  .c-progress__video {
    grid-column: 3/span 8;
  }
}
@media (max-width: 768px) {
  .c-progress__video {
    grid-column: 1/span 12;
  }
}
.c-progress__video video {
  width: 100%;
  border-radius: var(--border-radius);
}

.c-progress__logo img {
  width: 15rem;
  max-width: 100%;
  height: auto;
}

/* UTILITIES */
/*!
Theme Name: Cure KARS
Author: Sud+Sud
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-curekars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cure KARS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* TOOLS */
.u-none {
  display: none !important;
}
@media (max-width: 768px) {
  .u-desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .u-mobile {
    display: none !important;
  }
}

.u-tal {
  text-align: left !important;
}

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

.u-tar {
  text-align: right !important;
}

.u-balance {
  text-wrap: balance;
}

/*# sourceMappingURL=style.css.map */
