@charset "UTF-8";
@font-face {
  font-family: "Sicoob sans";
  src: url("https://www.sicoob.com.br/documents/20128/190187180/SicoobSansVariable.woff2") format("woff2-variations"), url("https://www.sicoob.com.br/documents/20128/190187180/SicoobSansVariable.ttf") format("truetype");
  font-display: swap;
  font-weight: 100 1000;
  font-stretch: 80% 100%;
  font-style: normal;
}
@font-face {
  font-family: "Sicoob script";
  src: url("https://www.sicoob.com.br/documents/20128/190187180/SicoobScriptVariable.woff2") format("woff2-variations"), url("https://www.sicoob.com.br/documents/20128/190187180/SicoobScriptVariable.ttf") format("truetype");
  font-display: swap;
  font-weight: 100 1000;
  font-style: normal;
}
:root {
  --primary: var(--turq);
  --dark: var(--verdee);
  --light: var(--branco);
  --turq-200: var(--color-function-primary-lightest);
  --turq-300: var(--color-function-primary-active);
  --turq: var(--color-function-primary-action);
  --turq-500: var(--color-function-primary-default);
  --turq-600: var(--color-function-primary-darkest);
  --verdee-200: var(--cyprus-600);
  --verdee-300: var(--cyprus-700);
  --verdee: var(--cyprus-800);
  --verdee-500: var(--cyprus-900);
  --verdee-600: var(--cyprus-950);
  --verdem-200: var(--lima-200);
  --verdem-300: var(--lima-300);
  --verdem: var(--lima-500);
  --verdem-500: var(--lima-600);
  --verdem-600: var(--lima-700);
  --verdec-200: var(--rio-grande-200);
  --verdec-300: var(--rio-grande-300);
  --verdec: var(--rio-grande-600);
  --verdec-500: var(--rio-grande-700);
  --verdec-600: var(--rio-grande-800);
  --roxo-200: var(--victoria-400);
  --roxo-300: var(--victoria-500);
  --roxo: var(--victoria-700);
  --roxo-500: var(--victoria-800);
  --roxo-600: var(--victoria-900);
  --branco: var(--mine-shaft-50);
  --cinza-200: var(--athens-gray-50);
  --cinza-300: var(--athens-gray-100);
  --cinza-400: var(--athens-gray-200);
  --cinza-500: var(--athens-gray-300);
  --cinza-600: var(--mine-shaft-400);
  --cinza-700: var(--mine-shaft-600);
  --cinza-800: var(--mine-shaft-700);
  --cinza-900: var(--mine-shaft-900);
  --preto: var(--mine-shaft-950);
  --transparente: rgba(0, 0, 0, 0);
  --gradient-turq: radial-gradient(at 30% 90%, var(--persian-green-500) 0px, transparent 40%), radial-gradient(at 80% 20%, var(--persian-green-700) 0px, transparent 70%), radial-gradient(at 0% 0%, var(--persian-green-700) 0px, transparent 40%);
  --gradient-turq-line: linear-gradient(to right, var(--persian-green-600), var(--persian-green-700));
  --gradient-verdee: radial-gradient(at 30% 90%, var(--cyprus-950) 0px, transparent 40%), radial-gradient(at 80% 20%, var(--cyprus-900) 0px, transparent 70%), radial-gradient(at 0% 0%, var(--cyprus-800) 0px, transparent 40%);
  --gradient-verdee-line: linear-gradient(to right, var(--cyprus-800), var(--cyprus-950));
  --gradient-branco: radial-gradient(at 30% 90%, var(--persian-green-100) 0px, transparent 40%), radial-gradient(at 80% 20%, var(--persian-green-100) 0px, transparent 70%), radial-gradient(at 0% 0%, var(--persian-green-100) 0px, transparent 40%);
  --gradient-branco-line: linear-gradient(to right, var(--persian-green-50), var(--persian-green-100));
  --color-brand-main: #00ae9d;
  --color-brand-opposite: #49479d;
  --color-brand-complementary: #7db61c;
  --color-brand-supplementary: #c9d200;
  --color-brand-dusky: #003641;
  --color-denotative-success-darkest: #415e16;
  --color-denotative-success-action: #4f7714;
  --color-denotative-success-default: #7db61c;
  --color-denotative-success-active: #daf5a1;
  --color-denotative-success-lightest: #f8fde8;
  --color-denotative-info-darkest: #065786;
  --color-denotative-info-action: #0166a3;
  --color-denotative-info-default: #0090e0;
  --color-denotative-info-active: #b9e5fe;
  --color-denotative-info-lightest: #f0f9ff;
  --color-denotative-warning-darkest: #461202;
  --color-denotative-warning-action: #dd5c02;
  --color-denotative-warning-default: #ffaa2c;
  --color-denotative-warning-active: #ffd888;
  --color-denotative-warning-lightest: #fff9eb;
  --color-denotative-error-darkest: #1d020b;
  --color-denotative-error-action: #c10f47;
  --color-denotative-error-default: #f7406c;
  --color-denotative-error-active: #ffccd6;
  --color-denotative-error-lightest: #fff1f3;
  --color-function-disabled-background: #e3e3e3;
  --color-function-disabled-text: #818181;
  --color-function-disabled-border: #a4a4a4;
  --color-function-primary-darkest: #0a655e;
  --color-function-primary-action: #00ae9d;
  --color-function-primary-default: #058075;
  --color-function-primary-active: #04c8b0;
  --color-function-primary-lightest: #effefb;
  --color-function-secondary-darkest: #47438a;
  --color-function-secondary-action: #575ab9;
  --color-function-secondary-default: #49479d;
  --color-function-secondary-active: #6a72c7;
  --color-function-secondary-lightest: #f3f5fb;
  --color-function-tertiary-darkest: #002a33;
  --color-function-tertiary-action: #004452;
  --color-function-tertiary-default: #001e24;
  --color-function-tertiary-active: #04c8b0;
  --color-function-tertiary-lightest: #effefb;
  --color-surface-text-default-low: #818181;
  --color-surface-text-default-medium: #515151;
  --color-surface-text-default-high: #002a33;
  --color-surface-text-highlight-low: #f7f7f7;
  --color-surface-text-highlight-medium: #005566;
  --color-surface-text-highlight-high: #00ae9d;
  --color-surface-background-low: #ffffff;
  --color-surface-background-medium: #ebedf1;
  --color-surface-background-high: #002a33;
  --color-surface-background-elevation-1: #ffffff;
  --color-surface-background-elevation-2: #ffffff;
  --color-surface-background-elevation-3: #ffffff;
  --color-surface-stroke-low: #e3e3e3;
  --color-surface-stroke-medium: #d5dae2;
  --color-surface-stroke-high: #b1bbc8;
  --color-surface-support-1-low: #e3e3e3;
  --color-surface-support-1-medium: #003641;
  --color-surface-support-1-high: #001e24;
  --color-surface-support-2-low: #f7f7f7;
  --color-surface-support-2-medium: #8695aa;
  --color-surface-support-2-high: #343a46;
  --color-surface-support-3-low: #ffffff;
  --color-surface-support-3-medium: #818181;
  --color-surface-support-3-high: #313131;
  --color-surface-support-4-low: #effefb;
  --color-surface-support-4-medium: #058075;
  --color-surface-support-4-high: #003332;
  --color-surface-support-5-low: #f8fde8;
  --color-surface-support-5-medium: #679c14;
  --color-surface-support-5-high: #1b2c07;
  --color-surface-support-6-low: #f8fee8;
  --color-surface-support-6-medium: #aeb50e;
  --color-surface-support-6-high: #2b3300;
  --color-surface-support-7-low: #f3f5fb;
  --color-surface-support-7-medium: #8793d3;
  --color-surface-support-7-high: #282645;
  --color-surface-balance-income-low: #f8fde8;
  --color-surface-balance-income-medium: #679c14;
  --color-surface-balance-debit-low: #fff1f3;
  --color-surface-balance-debit-medium: #e41a54;
  --color-surface-shadow-default-low: rgb(0 30 36 / 8%);
  --color-surface-shadow-default-medium: rgb(0 30 36 / 24%);
  --color-surface-shadow-default-high: rgb(0 30 36 / 100%);
  --color-surface-shadow-highlight-low: #ffffff;
  --color-surface-shadow-highlight-medium: #ffffff;
  --color-surface-shadow-highlight-high: #002a33;
  --persian-green-50: #effefb;
  --persian-green-100: #c7fff4;
  --persian-green-200: #90ffe8;
  --persian-green-300: #51f7dc;
  --persian-green-400: #1de4c9;
  --persian-green-500: #04c8b0;
  --persian-green-600: #00ae9d;
  --persian-green-700: #03857F;
  --persian-green-800: #0a655e;
  --persian-green-900: #0d544e;
  --persian-green-950: #003332;
  --lima-50: #f8fde8;
  --lima-100: #ecfacd;
  --lima-200: #daf5a1;
  --lima-300: #bfec6a;
  --lima-400: #a5de3d;
  --lima-500: #7db61c;
  --lima-600: #679c14;
  --lima-700: #4f7714;
  --lima-800: #415e16;
  --lima-900: #375017;
  --lima-950: #1b2c07;
  --rio-grande-50: #f8fee8;
  --rio-grande-100: #eeffc2;
  --rio-grande-200: #e0ff88;
  --rio-grande-300: #d6ff43;
  --rio-grande-400: #d8ff10;
  --rio-grande-500: #d3ef03;
  --rio-grande-600: #c9d200;
  --rio-grande-700: #aeb50e;
  --rio-grande-800: #888b1a;
  --rio-grande-900: #525b0c;
  --rio-grande-950: #2b3300;
  --victoria-50: #f3f5fb;
  --victoria-100: #e4e6f5;
  --victoria-200: #cfd4ee;
  --victoria-300: #aeb8e2;
  --victoria-400: #8793d3;
  --victoria-500: #6a72c7;
  --victoria-600: #575ab9;
  --victoria-700: #49479d;
  --victoria-800: #47438a;
  --victoria-900: #3a396f;
  --victoria-950: #282645;
  --cyprus-50: #00A2C2;
  --cyprus-100: #009DBD;
  --cyprus-200: #008CA8;
  --cyprus-300: #008099;
  --cyprus-400: #006F85;
  --cyprus-500: #006275;
  --cyprus-600: #005566;
  --cyprus-700: #004452;
  --cyprus-800: #003641;
  --cyprus-900: #002A33;
  --cyprus-950: #001E24;
  --sunshade-50: #fff9eb;
  --sunshade-100: #ffedc6;
  --sunshade-200: #ffd888;
  --sunshade-300: #ffbf4a;
  --sunshade-400: #ffaa2c;
  --sunshade-500: #f98107;
  --sunshade-600: #dd5c02;
  --sunshade-700: #b73d06;
  --sunshade-800: #942e0c;
  --sunshade-900: #7a270d;
  --sunshade-950: #461202;
  --violet-red-50: #fff1f3;
  --violet-red-100: #ffe4e8;
  --violet-red-200: #ffccd6;
  --violet-red-300: #fea3b4;
  --violet-red-400: #fd6f8d;
  --violet-red-500: #f7406c;
  --violet-red-600: #e41a54;
  --violet-red-700: #c10f47;
  --violet-red-800: #a11042;
  --violet-red-900: #8a113e;
  --violet-red-950: #4d041e;
  --cerulean-50: #f0f9ff;
  --cerulean-100: #e0f1fe;
  --cerulean-200: #b9e5fe;
  --cerulean-300: #7cd1fd;
  --cerulean-400: #36bbfa;
  --cerulean-500: #0ca2eb;
  --cerulean-600: #0090e0;
  --cerulean-700: #0166a3;
  --cerulean-800: #065786;
  --cerulean-900: #0b486f;
  --cerulean-950: #072e4a;
  --athens-gray-50: #f7f7f7;
  --athens-gray-100: #ebedf1;
  --athens-gray-200: #d5dae2;
  --athens-gray-300: #b1bbc8;
  --athens-gray-400: #8695aa;
  --athens-gray-500: #677890;
  --athens-gray-600: #526077;
  --athens-gray-700: #434e61;
  --athens-gray-800: #3a4452;
  --athens-gray-900: #343a46;
  --athens-gray-950: #22272f;
  --mine-shaft-50: #FFFFFF;
  --mine-shaft-100: #e3e3e3;
  --mine-shaft-200: #c8c8c8;
  --mine-shaft-300: #a4a4a4;
  --mine-shaft-400: #818181;
  --mine-shaft-500: #666666;
  --mine-shaft-600: #515151;
  --mine-shaft-700: #434343;
  --mine-shaft-800: #383838;
  --mine-shaft-900: #313131;
  --mine-shaft-950: #1a1a1a;
  --cor-perfil-200: var(--turq-200);
  --cor-perfil-300: var(--turq-300);
  --cor-perfil: var(--turq);
  --cor-perfil-500: var(--turq-500);
  --cor-perfil-600: var(--turq-600);
  --cor-apoio-200: var(--verdee-200);
  --cor-apoio-300: var(--verdee-300);
  --cor-apoio: var(--verdee);
  --cor-apoio-500: var(--verdee-500);
  --cor-apoio-600: var(--verdee-600);
  --cor-destaque-200: var(--verdec-200);
  --cor-destaque-300: var(--verdec-300);
  --cor-destaque: var(--verdec);
  --cor-destaque-500: var(--verdec-500);
  --cor-destaque-600: var(--verdec-600);
  --cor-base-200: var(--cinza-200);
  --cor-base-300: var(--cinza-300);
  --cor-base: var(--branco);
  --cor-base-500: var(--cinza-500);
  --cor-base-600: var(--cinza-600);
  --size-0: 0rem;
  --size-1: 0.25rem;
  --size-2: 0.5rem;
  --size-3: 1rem;
  --size-4: 1.5rem;
  --size-5: 3rem;
  --spacing-none: 0;
  --spacing-quarck: 4px;
  --spacing-nano: 8px;
  --spacing-xxxs: 16px;
  --spacing-xxs: 24px;
  --spacing-xs: 32px;
  --spacing-sm: 40px;
  --spacing-md: 48px;
  --spacing-lg: 56px;
  --spacing-xl: 64px;
  --spacing-xxl: 80px;
  --spacing-xxxl: 120px;
  --spacing-huge: 160px;
  --spacing-giant: 200px;
  --spacing-base: 8px;
  --border-width-none: 0;
  --border-width-hairline: 1px;
  --border-width-thin: 2px;
  --border-width-thick: 4px;
  --border-width-heavy: 8px;
  --border-width-base: 8px;
  --border-radius-none: 0;
  --border-radius-xs: 6px;
  --border-radius-sm: 8px;
  --border-radius-md: 16px;
  --border-radius-lg: 24px;
  --border-radius-pill: 1000px;
  --border-radius-circular: 50%;
  --opacity-semi-opaque: 0.8;
  --opacity-intense: 0.64;
  --opacity-medium: 0.32;
  --opacity-light: 0.16;
  --opacity-semi-transparent: 0.08;
  --opacity-base: 8;
  /* @link https://utopia.fyi/type/calculator?c=320,16,1.18,1240,18,1.22285,8,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  /* Step Xsmall: 11.6px → 13px */
  --font-size-xs: clamp(0.725rem, 0.70rem + 0.06vw, 0.8125rem);
  /* Step Small: 13px → 15px */
  --font-size-sm: clamp(0.8125rem, 0.82rem + 0.13vw, 0.9375rem);
  /* Step Base/paragrafo/body: 16px → 18px */
  --font-size-bs: clamp(1rem, 0.95rem + 0.22vw, 1.125rem);
  /* Step h6: 19px → 22px */
  --font-size-6: clamp(1.18rem, 1.1875rem + 0.34vw, 1.375rem);
  /* Step h5: 23px → 27px */
  --font-size-5: clamp(1.4375rem, 1.3rem + 0.5vw, 1.6875rem);
  /* Step h4: 27px → 33px */
  --font-size-4: clamp(1.6875rem, 1.5rem + 0.72vw, 2.0625rem);
  /* Step h3: 32px → 40px */
  --font-size-3: clamp(2rem, 1.74rem + 1vw, 2.5rem);
  /* Step h2: 37px → 50px */
  --font-size-2: clamp(2.3125rem, 2rem + 1.37vw, 3.125rem);
  /* Step h1: 45px → 60px */
  --font-size-1: clamp(2.8125rem, 2.3rem + 1.85vw, 3.75rem);
  /* Step display lg: 52px → 75px */
  --font-size-lg: clamp(3.25rem, 2.7rem + 2.46vw, 4.6875rem);
  /* Step display xl: 60px → 90px */
  --font-size-xl: clamp(3.75rem, 3.1rem + 3.25vw, 5.625rem);
  --font-size-base: var(--font-size-bs);
  --font-size-minor: var(--font-size-xs);
  --font-size-small: var(--font-size-sm);
  --font-sans: "Sicoob sans", "Asap", sans-serif;
  --font-script: "Sicoob script", "Pacifico", cursive;
  --line-height-1: 100%;
  --line-height-2: 120%;
  --line-height-3: 150%;
  --line-height-4: 200%;
  --transition-1: all 0.3s cubic-bezier(0.6, -0.10, 0.4, 1.10);
  --transition-2: all 0.5s cubic-bezier(0.6, -0.10, 0.4, 1.10);
  --box-shadow-1: 0 4px 8px rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0 8px 16px rgba(0, 0, 0, 0.2);
  --box-shadow-3: 0 16px 32px rgba(0, 0, 0, 0.2);
  --box-shadow-4: 0 24px 48px rgba(0, 0, 0, 0.2);
  --box-shadow-xs: 0 2px 4px rgba(128, 128, 128, 0.2);
  --box-shadow-sm: 0 2px 8px rgba(128, 128, 128, 0.2);
}

body,
body .tema-turq {
  --cor-perfil-200: var(--turq-200);
  --cor-perfil-300: var(--turq-300);
  --cor-perfil: var(--turq);
  --cor-perfil-500: var(--turq-500);
  --cor-perfil-600: var(--turq-600);
  --cor-apoio-200: var(--verdee-200);
  --cor-apoio-300: var(--verdee-300);
  --cor-apoio: var(--verdee);
  --cor-apoio-500: var(--verdee-500);
  --cor-apoio-600: var(--verdee-600);
  --cor-destaque-200: var(--verdec-200);
  --cor-destaque-300: var(--verdec-300);
  --cor-destaque: var(--verdec);
  --cor-destaque-500: var(--verdec-500);
  --cor-destaque-600: var(--verdec-600);
  --cor-base-200: var(--cinza-200);
  --cor-base-300: var(--cinza-300);
  --cor-base: var(--branco);
  --cor-base-500: var(--cinza-500);
  --cor-base-600: var(--cinza-600);
}
body .tema-verdee {
  --cor-perfil-200: var(--verdee-200);
  --cor-perfil-300: var(--verdee-300);
  --cor-perfil: var(--verdee);
  --cor-perfil-500: var(--verdee-500);
  --cor-perfil-600: var(--verdee-600);
  --cor-destaque-200: var(--turq-200);
  --cor-destaque-300: var(--turq-300);
  --cor-destaque: var(--turq);
  --cor-destaque-500: var(--turq-500);
  --cor-destaque-600: var(--turq-600);
}
body .tema-verdem {
  --cor-perfil-200: var(--verdem-200);
  --cor-perfil-300: var(--verdem-300);
  --cor-perfil: var(--verdem);
  --cor-perfil-500: var(--verdem-500);
  --cor-perfil-600: var(--verdem-600);
  --cor-destaque-200: var(--turq-200);
  --cor-destaque-300: var(--turq-300);
  --cor-destaque: var(--turq);
  --cor-destaque-500: var(--turq-500);
  --cor-destaque-600: var(--turq-600);
}
body .tema-verdec {
  --cor-perfil-200: var(--verdec-200);
  --cor-perfil-300: var(--verdec-300);
  --cor-perfil: var(--verdec);
  --cor-perfil-500: var(--verdec-500);
  --cor-perfil-600: var(--verdec-600);
  --cor-destaque-200: var(--turq-200);
  --cor-destaque-300: var(--turq-300);
  --cor-destaque: var(--turq);
  --cor-destaque-500: var(--turq-500);
  --cor-destaque-600: var(--turq-600);
}
body .tema-dark {
  --cor-perfil-200: var(--turq-600);
  --cor-perfil-300: var(--turq-500);
  --cor-perfil: var(--turq);
  --cor-perfil-500: var(--turq-300);
  --cor-perfil-600: var(--turq-200);
  --cor-apoio-200: var(--cinza-600);
  --cor-apoio-300: var(--cinza-500);
  --cor-apoio: var(--branco);
  --cor-apoio-500: var(--cinza-300);
  --cor-apoio-600: var(--cinza-200);
  --cor-destaque-200: var(--verdec-600);
  --cor-destaque-300: var(--verdec-500);
  --cor-destaque: var(--verdec);
  --cor-destaque-500: var(--verdec-300);
  --cor-destaque-600: var(--verdec-200);
  --cor-base-200: var(--verdee-600);
  --cor-base-300: var(--verdee-500);
  --cor-base: var(--verdee);
  --cor-base-500: var(--verdee-300);
  --cor-base-600: var(--verdee-200);
}

/* 
--------------------------------
GERAIS
--------------------------------
*/
.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

body #content,
#content,
.portlet-column {
  padding: 0 !important;
}

.acland .portlet-column-content.empty {
  padding: 0 !important;
}

h1,
.h1 {
  font-size: 3.125rem;
  font-weight: bold;
  color: var(--turq);
}
h2,
.h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--turq);
}
h3,
.h3 {
  font-size: 2.1875rem;
  font-weight: bold;
  color: var(--turq);
}
h4,
.h4 {
  font-size: 1.75rem;
  font-weight: bold;
  color: var(--turq);
}
h5,
.h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--turq);
}
h6,
.h6 {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--turq);
}

a {
  color: var(--turq);
}
a:hover {
  color: var(--turq-600);
}
a:focus {
  box-shadow: none !important;
}

.whatsapp.wpp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  animation: all 1s ease-in-out;
}
.whatsapp.wpp img {
  width: 70px;
  height: auto;
}
.whatsapp.wpp:hover {
  transform: scale(0.95, 0.95);
}
.whatsapp.wpp .btn:focus {
  transform: scale(0.9, 0.9);
  box-shadow: none !important;
}

.container {
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1248px !important;
  }
}

img {
  max-width: 100%;
}

@media (max-width: 550px) {
  footer .col-xs-6 {
    max-width: 100%;
    padding-bottom: 30px;
  }
}

footer {
  padding-top: 4.0625rem;
}
footer .content {
  padding: 0 0 6.25rem 0;
}

.fa-youtube-play:before {
  content: "\f167";
}

.acland h1,
.acland .h1 {
  color: var(--cor-perfil);
  font-weight: bold;
  font-size: var(--font-size-1);
  margin-bottom: var(--size-3);
}
.acland h2,
.acland .h2 {
  color: var(--cor-perfil);
  font-weight: bold;
  font-size: var(--font-size-2);
  margin-bottom: var(--size-3);
}
.acland h3,
.acland .h3 {
  color: var(--cor-perfil);
  font-weight: bold;
  font-size: var(--font-size-3);
  margin-bottom: var(--size-3);
}
.acland h4,
.acland .h4 {
  color: var(--cor-perfil);
  font-weight: bold;
  font-size: var(--font-size-4);
  margin-bottom: var(--size-3);
}
.acland h5,
.acland .h5 {
  color: var(--cor-perfil);
  font-weight: bold;
  font-size: var(--font-size-5);
  margin-bottom: var(--size-3);
}
.acland h6,
.acland .h6 {
  color: var(--cor-perfil);
  font-weight: bold;
  font-size: var(--font-size-6);
  margin-bottom: var(--size-3);
}
.acland p {
  color: var(--cor-apoio);
  font-size: var(--font-size-bs);
}
.acland .small {
  color: var(--cor-apoio);
  font-size: var(--font-size-sm);
}
.acland button:focus {
  outline: 1px auto var(--turq);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans) !important;
}

.escrita, .script, .cursive, .cursiva, .pacifico {
  font-family: var(--font-script) !important;
  font-weight: 700;
}

.acland.accordion .card,
.acland .accordion .card {
  margin-bottom: var(--size-3) !important;
  background: transparent;
  border-radius: var(--size-2) !important;
  border: var(--size-0) !important;
  box-shadow: none;
}
.acland.accordion .card .card-header,
.acland .accordion .card .card-header {
  border: 0 !important;
  background: var(--cor-perfil) !important;
  border-radius: 0.5rem !important;
  padding: 0 !important;
  transition: var(--transition-1);
}
.acland.accordion .card .card-header:hover,
.acland .accordion .card .card-header:hover {
  background: var(--cor-perfil-500) !important;
}
.acland.accordion .card .card-header .btn-link,
.acland .accordion .card .card-header .btn-link {
  font-size: var(--font-size-base);
  width: 100%;
  color: var(--branco) !important;
  text-align: left;
  text-decoration: none !important;
  outline: var(--size-0) !important;
  box-shadow: none !important;
  position: relative;
  padding: 1rem 2.25rem 1rem 1.25rem !important;
}
.acland.accordion .card .card-header .btn-link:hover, .acland.accordion .card .card-header .btn-link:focus,
.acland .accordion .card .card-header .btn-link:hover,
.acland .accordion .card .card-header .btn-link:focus {
  color: var(--branco);
}
.acland.accordion .card .card-header .btn-link:after, .acland.accordion .card .card-header .btn-link:before,
.acland .accordion .card .card-header .btn-link:after,
.acland .accordion .card .card-header .btn-link:before {
  --minus-size: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1,8.39v-2.78h12v2.78H1Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 50%;
  translate: 0 -50%;
  width: var(--minus-size);
  height: var(--minus-size);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.acland.accordion .card .card-header .btn-link.collapsed:after,
.acland .accordion .card .card-header .btn-link.collapsed:after {
  rotate: -90deg;
}
.acland.accordion .card .card-header .btn-link.collapsed:before,
.acland .accordion .card .card-header .btn-link.collapsed:before {
  rotate: -180deg;
}
.acland.accordion .card p,
.acland .accordion .card p {
  color: var(--cor-apoio);
}
.acland.accordion-line .card,
.acland .accordion-line .card {
  border: 2px solid var(--cor-perfil) !important;
}
.acland.accordion-line .card .card-header,
.acland .accordion-line .card .card-header {
  background: transparent !important;
}
.acland.accordion-line .card .card-header:hover,
.acland .accordion-line .card .card-header:hover {
  background: transparent !important;
}
.acland.accordion-line .card .card-header .btn-link,
.acland .accordion-line .card .card-header .btn-link {
  color: var(--verdee) !important;
  border: 0 !important;
}
.acland.accordion-line .card .card-header .btn-link:after, .acland.accordion-line .card .card-header .btn-link:before,
.acland .accordion-line .card .card-header .btn-link:after,
.acland .accordion-line .card .card-header .btn-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1,8.39v-2.78h12v2.78H1Z' fill='%23003641'/%3E%3C/svg%3E");
}
.acland.accordion-dark .accordion-dark .card {
  border: 1px solid var(--turq-300) !important;
  background: linear-gradient(230deg, var(--color-surface-support-1-medium) -10%, var(--color-function-tertiary-darkest) 70%);
}
.acland.accordion-dark .accordion-dark .card .card-header {
  background: transparent !important;
}
.acland.accordion-dark .accordion-dark .card .card-header:hover {
  background: transparent !important;
}
.acland.accordion-dark .accordion-dark .card .card-header .btn-link {
  color: var(--turq-300) !important;
  border: 0 !important;
}
.acland.accordion-dark .accordion-dark .card .card-body {
  background: transparent !important;
  color: var(--branco) !important;
}
.acland.accordion-dark .accordion-dark .card .card-body:hover {
  background: transparent !important;
}
.acland.accordion-dark .accordion-dark .card .card-body p {
  color: var(--branco) !important;
}

.acland .box {
  border-radius: var(--size-2);
  padding: var(--size-4);
  margin-bottom: var(--size-3);
  border: 1px solid var(--cor-perfil);
  background: var(--transparente);
}
.acland .box-bg {
  border-radius: var(--size-2);
  padding: var(--size-4);
  margin-bottom: var(--size-3);
  background: var(--cor-base);
  border: 1px solid var(--cor-base);
}

/* BOTÕES */
.btn {
  --btn-bg: var(--color-function-primary-action);
  --btn-text: var(--color-surface-text-highlight-low);
  --btn-bg-hover: var(--color-function-primary-default);
  --btn-text-hover: var(--color-surface-text-highlight-low);
  --btn-bg-active: var(--color-function-primary-darkest);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-function-primary-action);
  outline: var(--size-0) !important;
  transition: var(--transition-2);
}
.btn:focus {
  box-shadow: none !important;
}
.btn-primary, .btn-default {
  border-color: var(--btn-bg) !important;
  background-color: var(--btn-bg) !important;
  color: var(--btn-text) !important;
  fill: var(--btn-text) !important;
  font-weight: bold;
}
.btn-primary:hover, .btn-default:hover {
  background-color: var(--btn-bg-hover) !important;
  border-color: var(--btn-bg-hover) !important;
  color: var(--btn-text-hover) !important;
  fill: var(--btn-text-hover) !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
  background-color: var(--btn-bg-active) !important;
  border-color: var(--btn-bg-active) !important;
  color: var(--btn-text-active) !important;
  fill: var(--btn-text-active) !important;
}
.btn-primary:focus-visible, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-default:focus-visible, .btn-default.focus, .btn-default:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0px 0px var(--size-2) 0px var(--btn-focus);
  box-shadow: 0px 0px var(--size-2) 0px color-mix(in srgb, var(--btn-focus) 80%, transparent);
  outline: 0px !important;
}
.btn-secondary {
  border-color: var(--btn-bg) !important;
  background-color: var(--transparente) !important;
  color: var(--btn-bg) !important;
  fill: var(--btn-bg) !important;
  font-weight: bold;
}
.btn-secondary:hover {
  background-color: var(--btn-bg) !important;
  border-color: var(--btn-bg) !important;
  color: var(--btn-text) !important;
  fill: var(--btn-text) !important;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color: var(--btn-bg-hover) !important;
  border-color: var(--btn-bg-hover) !important;
  color: var(--btn-text-hover) !important;
  fill: var(--btn-text-hover) !important;
}
.btn-secondary:focus-visible, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0px 0px var(--size-2) 0px var(--btn-focus);
  box-shadow: 0px 0px var(--size-2) 0px color-mix(in srgb, var(--btn-focus) 80%, transparent);
  outline: 0px !important;
}
.btn.btn-light, .btn.btn-branco {
  --btn-bg: var(--color-surface-background-low);
  --btn-text: var(--color-surface-support-1-medium);
  --btn-bg-hover: var(--color-surface-stroke-low);
  --btn-text-hover: var(--color-surface-support-1-medium);
  --btn-bg-active: var(--color-surface-text-default-low);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-surface-background-low);
}
.btn.btn-dark, .btn.btn-verdee {
  --btn-bg: var(--color-surface-support-1-medium);
  --btn-text: var(--color-surface-text-highlight-low);
  --btn-bg-hover: var(--color-surface-text-highlight-medium);
  --btn-text-hover: var(--color-surface-text-highlight-low);
  --btn-bg-active: var(--color-function-tertiary-default);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-surface-support-1-medium);
}
.btn.btn-verdec {
  --btn-bg: var(--color-brand-supplementary);
  --btn-text: var(--color-surface-support-1-medium);
  --btn-bg-hover: var(--color-surface-support-6-medium);
  --btn-text-hover: var(--color-surface-support-1-medium);
  --btn-bg-active: var(--color-surface-support-6-high);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-brand-supplementary);
}
.btn.btn-verdem {
  --btn-bg: var(--color-brand-complementary);
  --btn-text: var(--color-surface-support-1-medium);
  --btn-bg-hover: var(--color-surface-support-5-medium);
  --btn-text-hover: var(--color-surface-support-1-medium);
  --btn-bg-active: var(--color-surface-support-5-high);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-brand-complementary);
}
.btn.btn-roxo {
  --btn-bg: var(--color-function-secondary-default);
  --btn-text: var(--color-surface-text-highlight-low);
  --btn-bg-hover: var(--color-function-secondary-active);
  --btn-text-hover: var(--color-surface-text-highlight-low);
  --btn-bg-active: var(--color-surface-support-7-high);
  --btn-text-active: var(--color-surface-text-highlight-low);
  --btn-focus: var(--color-function-secondary-default);
}
.btn-click {
  transition: var(--transition-2);
}
.btn-click:hover {
  transform: translateX(2px) translateY(2px);
}
.btn-click:active {
  transform: translateX(4px) translateY(4px);
}
.btn-click-shadow {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}
.btn-click-shadow:hover {
  transform: translateX(2px) translateY(2px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.btn-click-shadow:active {
  transform: translateX(4px) translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.btn-click-img {
  box-shadow: none !important;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.1));
}
.btn-click-img:hover {
  transform: translateX(2px) translateY(2px);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1));
}
.btn-click-img:active {
  transform: translateX(4px) translateY(4px);
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}
.btn-bg-perfil {
  --btn-bg: var(--cor-perfil);
  --btn-bg-hover: var(--cor-perfil-500);
}
.btn-bg-apoio {
  --btn-bg: var(--corapoio);
  --btn-bg-hover: var(--cor-apoio-500);
}
.btn-bg-base {
  --btn-bg: var(--cor-base);
  --btn-bg-hover: var(--cor-base-500);
}
.btn-bg-verdee {
  --btn-bg: var(--verdee);
  --btn-bg-hover: var(--verdee-500);
}
.btn-bg-verdem {
  --btn-bg: var(--verdem);
  --btn-bg-hover: var(--verdem-500);
}
.btn-bg-verdec {
  --btn-bg: var(--verdec);
  --btn-bg-hover: var(--verdec-300);
}
.btn-bg-roxo {
  --btn-bg: var(--roxo);
  --btn-bg-hover: var(--roxo-300);
}
.btn-bg-preto {
  --btn-bg: var(--cinza-900);
  --btn-bg-hover: var(--preto);
}
.btn-bg-branco {
  --btn-bg: var(--branco);
  --btn-bg-hover: var(--cinza-300);
}
.btn-bg-h-perfil {
  --btn-bg-hover: var(--cor-perfil);
}
.btn-bg-h-apoio {
  --btn-bg-hover: var(--cor-apoio);
}
.btn-bg-h-base {
  --btn-bg-hover: var(--cor-base);
}
.btn-bg-h-turq {
  --btn-bg-hover: var(--turq);
}
.btn-bg-h-verdee {
  --btn-bg-hover: var(--verdee);
}
.btn-bg-h-verdem {
  --btn-bg-hover: var(--verdem);
}
.btn-bg-h-verdec {
  --btn-bg-hover: var(--verdec);
}
.btn-bg-h-roxo {
  --btn-bg-hover: var(--roxo);
}
.btn-bg-h-preto {
  --btn-bg-hover: var(--preto);
}
.btn-bg-h-branco {
  --btn-bg-hover: var(--branco);
}
.btn-text-perfil {
  --btn-text: var(--cor-perfil);
  --btn-text-hover: var(--cor-perfil-300);
}
.btn-text-apoio {
  --btn-text: var(--cor-apoio);
  --btn-text-hover: var(--cor-apoio-500);
}
.btn-text-base {
  --btn-text: var(--cor-base);
  --btn-text-hover: var(--cor-base-300);
}
.btn-text-turq {
  --btn-text: var(--turq);
  --btn-text-hover: var(--turq-300);
}
.btn-text-verdee {
  --btn-text: var(--verdee);
  --btn-text-hover: var(--verdee-500);
}
.btn-text-verdem {
  --btn-text: var(--verdem);
  --btn-text-hover: var(--verdem-300);
}
.btn-text-verdec {
  --btn-text: var(--verdec);
  --btn-text-hover: var(--verdec-300);
}
.btn-text-roxo {
  --btn-text: var(--roxo);
  --btn-text-hover: var(--roxo-300);
}
.btn-text-preto {
  --btn-text: var(--cinza-900);
  --btn-text-hover: var(--preto);
}
.btn-text-branco {
  --btn-text: var(--branco);
  --btn-text-hover: var(--cinza-200);
}
.btn-text-h-perfil {
  --btn-text-hover: var(--cor-perfil);
}
.btn-text-h-apoio {
  --btn-text-hover: var(--cor-apoio);
}
.btn-text-h-base {
  --btn-text-hover: var(--cor-base);
}
.btn-text-h-turq {
  --btn-text-hover: var(--turq);
}
.btn-text-h-verdee {
  --btn-text-hover: var(--verdee);
}
.btn-text-h-verdem {
  --btn-text-hover: var(--verdem);
}
.btn-text-h-verdec {
  --btn-text-hover: var(--verdec);
}
.btn-text-h-roxo {
  --btn-text-hover: var(--roxo);
}
.btn-text-h-preto {
  --btn-text-hover: var(--preto);
}
.btn-text-h-branco {
  --btn-text-hover: var(--branco);
}

.acland .btn {
  padding: 0.65em 1em;
  border-radius: var(--size-2);
  font-size: var(--font-size-base);
}
@media (max-width: 768px) {
  .acland .btn {
    padding: 0.725em 1em;
  }
}

.acland-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: var(--size-3);
}
.acland-cards * {
  transition: var(--transition-2);
}
.acland .card {
  height: 100%;
  border-radius: var(--size-3);
  overflow: hidden;
  border: 1px solid var(--color-surface-stroke-medium);
  box-shadow: var(--box-shadow-2);
  transition: var(--transition-1);
}
.acland .card[class*=card-size] {
  --card-width: 100%;
  width: var(--card-width);
  flex: 0 0 var(--card-width) !important;
}
.acland .card-size-lg {
  --card-width: 360px!important;
}
.acland .card-size-md {
  --card-width: 320px!important;
}
.acland .card-size-sm {
  --card-width: 290px!important;
}
.acland .card-size-xs {
  --card-width: 235px!important;
}
.acland .card:hover {
  border-color: var(--turq);
}
.acland .card-img-top {
  aspect-ratio: 13/8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.acland .card-top {
  display: flex;
  place-items: center;
  width: 100%;
}
.acland .card-top.flex-column .card-top-icon {
  margin-right: 0;
  margin-bottom: var(--size-3);
}
.acland .card-top-icon {
  --icon-size: 48px;
  flex: 0 0 var(--icon-size);
  margin-right: var(--size-3);
}
.acland .card-top-icon-big {
  --icon-size: 80px;
}
.acland .card-top-icon-normal {
  --icon-size: 42px;
}
.acland .card-top-icon-small {
  --icon-size: 32px;
}
.acland .card-top-icon svg,
.acland .card-top-icon img {
  width: var(--icon-size);
  height: var(--icon-size);
  margin: auto;
}
.acland .card-top-title {
  --title-lines: 2;
  --font-size: var(--font-size-5);
  --title-size: calc(var(--font-size) * var(--title-lines) * 1.1);
  display: flex;
  place-items: center;
  height: var(--title-size);
  min-height: var(--title-size);
}
.acland .card-top-title-big {
  --font-size: var(--font-size-3);
}
.acland .card-top-title-normal {
  --font-size: var(--font-size-5);
}
.acland .card-top-title-small {
  --font-size: var(--font-size-6);
}
.acland .card-top-title-1 {
  --title-lines: 1;
}
.acland .card-top-title-2 {
  --title-lines: 2;
}
.acland .card-top-title-3 {
  --title-lines: 3;
}
@media (min-width: 1200px) {
  .acland .card-top-title-xl-big {
    --font-size: var(--font-size-3);
  }
  .acland .card-top-title-xl-normal {
    --font-size: var(--font-size-5);
  }
  .acland .card-top-title-xl-small {
    --font-size: var(--font-size-6);
  }
  .acland .card-top-title-xl-1 {
    --title-lines: 1;
  }
  .acland .card-top-title-xl-2 {
    --title-lines: 2;
  }
  .acland .card-top-title-xl-3 {
    --title-lines: 3;
  }
}
@media (min-width: 992px) {
  .acland .card-top-title-lg-big {
    --font-size: var(--font-size-3);
  }
  .acland .card-top-title-lg-normal {
    --font-size: var(--font-size-5);
  }
  .acland .card-top-title-lg-small {
    --font-size: var(--font-size-6);
  }
  .acland .card-top-title-lg-1 {
    --title-lines: 1;
  }
  .acland .card-top-title-lg-2 {
    --title-lines: 2;
  }
  .acland .card-top-title-lg-3 {
    --title-lines: 3;
  }
}
@media (min-width: 767px) {
  .acland .card-top-title-md-big {
    --font-size: var(--font-size-3);
  }
  .acland .card-top-title-md-normal {
    --font-size: var(--font-size-5);
  }
  .acland .card-top-title-md-small {
    --font-size: var(--font-size-6);
  }
  .acland .card-top-title-md-1 {
    --title-lines: 1;
  }
  .acland .card-top-title-md-2 {
    --title-lines: 2;
  }
  .acland .card-top-title-md-3 {
    --title-lines: 3;
  }
}
@media (min-width: 567px) {
  .acland .card-top-title-sm-big {
    --font-size: var(--font-size-3);
  }
  .acland .card-top-title-sm-normal {
    --font-size: var(--font-size-5);
  }
  .acland .card-top-title-sm-small {
    --font-size: var(--font-size-6);
  }
  .acland .card-top-title-sm-1 {
    --title-lines: 1;
  }
  .acland .card-top-title-sm-2 {
    --title-lines: 2;
  }
  .acland .card-top-title-sm-3 {
    --title-lines: 3;
  }
}
.acland .card-top-title * {
  margin: 0px !important;
  font-size: var(--font-size) !important;
}
.acland .card-description {
  --description-size: 81px;
  height: var(--description-size);
  min-height: var(--description-size);
}
.acland .card-description-long {
  --description-size: 161px;
}
.acland .card-description-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.acland .card-footer {
  padding: var(--size-3);
  height: auto !important;
}
.acland .card-footer, .acland .card-header {
  background: transparent;
  border: 0px !important;
}
.acland .card-link {
  border: solid 1px var(--cinza-400);
  padding: 1.5rem 2rem !important;
  border-radius: 0.5rem !important;
  max-width: 100%;
  flex: 0 0 30% !important;
  flex-direction: column;
  min-width: 312px;
  box-shadow: var(--box-shadow-1);
}
@media (max-width: 992px) {
  .acland .card-link {
    flex: 0 0 50% !important;
  }
}
.acland .card-link:hover {
  border-color: var(--cor-perfil);
  box-shadow: var(--box-shadow-2);
  transform: translateY(-2px);
  text-decoration: none !important;
  color: inherit;
}
.acland .card-link .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.acland .card-link .btn svg {
  fill: var(--cor-perfil);
  transition: none;
}
.acland .card-link .btn:hover svg {
  fill: var(--branco);
}
.acland .card-link-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-inline: auto;
  margin-bottom: 30px;
  flex-wrap: nowrap;
  width: 90%;
}
.acland .card-link-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--verdee);
  padding: 0.75rem;
  border-radius: 8px;
  width: 75px;
  height: 75px;
  flex: 0 0 75px !important;
  margin-inline: auto !important;
}
.acland .card-link-logo svg,
.acland .card-link-logo img {
  max-width: 80%;
  max-height: 80%;
  filter: brightness(10) saturate(0%) contrast(200%);
}
.acland .card-link-info {
  flex: 0 0 70% !important;
}
.acland .card-link-title {
  color: var(--cor-perfil) !important;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 35px !important;
  margin-bottom: 0 !important;
}
.acland .card-link-title, .acland .card-link-text {
  margin-bottom: 0px !important;
}

.acland .carousel .carousel-indicators {
  margin-block: 1rem;
  bottom: -48px;
}
.acland .carousel .carousel-indicators li {
  height: var(--size-3);
  width: var(--size-3);
  background-color: var(--cinza-400) !important;
  margin-right: var(--size-1);
  margin-left: var(--size-1);
  transition: var(--transition-1);
  border-radius: var(--size-3);
  opacity: 1;
  border: 0px !important;
}
.acland .carousel .carousel-indicators li.active {
  width: calc(var(--size-3) * 2);
  background-color: var(--turq) !important;
}
.acland .carousel .carousel-control-prev, .acland .carousel .carousel-control-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 50px;
  width: 50px;
  border-radius: var(--size-5);
  transition: var(--transition-1);
  opacity: 1;
  font-size: 1.5rem;
  outline: none !important;
}
.acland .carousel .carousel-control-prev:hover, .acland .carousel .carousel-control-prev:hover, .acland .carousel .carousel-control-next:hover, .acland .carousel .carousel-control-next:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: scale(1.1);
  outline: 1px solid var(--primary) !important;
}
.acland .carousel .carousel-control-prev:active, .acland .carousel .carousel-control-next:active {
  transform: scale(0.95);
}
.acland .carousel .carousel-control-prev.disabled, .acland .carousel .carousel-control-prev.disabled, .acland .carousel .carousel-control-next.disabled, .acland .carousel .carousel-control-next.disabled {
  opacity: 0;
}
.acland .carousel .carousel-control-prev span, .acland .carousel .carousel-control-prev span, .acland .carousel .carousel-control-next span, .acland .carousel .carousel-control-next span {
  opacity: 0;
}
.acland .carousel .carousel-control-prev {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23003641' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M14.3,2.4c0.5,0.5,0.5,1.3,0,1.8L8.4,10l5.8,5.8c0.5,0.5,0.5,1.3,0,1.8c-0.5,0.5-1.3,0.5-1.8,0l-6.7-6.7c-0.5-0.5-0.5-1.3,0-1.8l6.7-6.7C13,1.9,13.8,1.9,14.3,2.4z'/%3e%3c/svg%3e") center center no-repeat !important;
  left: -24px;
}
.acland .carousel .carousel-control-next {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23003641' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M5.7,17.6c-0.5-0.5-0.5-1.3,0-1.8l5.8-5.8L5.7,4.2c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.8,0l6.7,6.7 c0.5, 0.5, 0.5, 1.3, 0, 1.8l-6.7, 6.7C7, 18.1, 6.2, 18.1, 5.7, 17.6z'/%3e%3c/svg%3e") center center no-repeat !important;
  right: -24px;
}

.iconlist {
  --iconlist-size: var(--size-5);
}
.iconlist-item {
  display: flex;
  place-items: center;
  margin-bottom: var(--size-4);
}
.iconlist-item:nth-last-child(1) {
  margin-bottom: var(--size-0);
}
.iconlist-icon {
  flex: 0 0 var(--iconlist-size);
  margin-right: var(--size-3);
}
.iconlist-icon svg {
  width: 100%;
  max-height: var(--iconlist-size);
  margin: auto;
}
.iconlist-text * {
  margin: 0px !important;
}

.swiper-side-mask {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
.swiper [class*=swiper-button] {
  height: 25%;
  width: 30px;
  translate: 0 -50%;
  transition: var(--transition-1);
}
.swiper [class*=swiper-button]:hover {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0.75;
  border-radius: var(--size-2);
}
.swiper [class*=swiper-button]::after {
  display: none;
}
.swiper-button-next {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300ae9d' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M5.7,17.6c-0.5-0.5-0.5-1.3,0-1.8l5.8-5.8L5.7,4.2c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.8,0l6.7,6.7c0.5,0.5,0.5,1.3,0,1.8l-6.7,6.7C7,18.1,6.2,18.1,5.7,17.6z'/%3e%3c/svg%3e") center center no-repeat;
}
.swiper-button-next.swiper-button-next-light {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M5.7,17.6c-0.5-0.5-0.5-1.3,0-1.8l5.8-5.8L5.7,4.2c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.8,0l6.7,6.7c0.5,0.5,0.5,1.3,0,1.8l-6.7,6.7C7,18.1,6.2,18.1,5.7,17.6z'/%3e%3c/svg%3e") center center no-repeat;
}
.swiper-button-next.swiper-button-next-dark {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23003641' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M5.7,17.6c-0.5-0.5-0.5-1.3,0-1.8l5.8-5.8L5.7,4.2c-0.5-0.5-0.5-1.3,0-1.8c0.5-0.5,1.3-0.5,1.8,0l6.7,6.7c0.5,0.5,0.5,1.3,0,1.8l-6.7,6.7C7,18.1,6.2,18.1,5.7,17.6z'/%3e%3c/svg%3e") center center no-repeat;
}
.swiper-button-prev {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300ae9d' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M14.3,2.4c0.5,0.5,0.5,1.3,0,1.8L8.4,10l5.8,5.8c0.5,0.5,0.5,1.3,0,1.8c-0.5,0.5-1.3,0.5-1.8,0l-6.7-6.7c-0.5-0.5-0.5-1.3,0-1.8l6.7-6.7C13,1.9,13.8,1.9,14.3,2.4z'/%3e%3c/svg%3e") center center no-repeat;
}
.swiper-button-prev.swiper-button-prev-light {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M14.3,2.4c0.5,0.5,0.5,1.3,0,1.8L8.4,10l5.8,5.8c0.5,0.5,0.5,1.3,0,1.8c-0.5,0.5-1.3,0.5-1.8,0l-6.7-6.7c-0.5-0.5-0.5-1.3,0-1.8l6.7-6.7C13,1.9,13.8,1.9,14.3,2.4z'/%3e%3c/svg%3e") center center no-repeat;
}
.swiper-button-prev.swiper-button-prev-dark {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23003641' viewBox='0 0 20 20' width='18' height='18'%3e%3cpath d='M14.3,2.4c0.5,0.5,0.5,1.3,0,1.8L8.4,10l5.8,5.8c0.5,0.5,0.5,1.3,0,1.8c-0.5,0.5-1.3,0.5-1.8,0l-6.7-6.7c-0.5-0.5-0.5-1.3,0-1.8l6.7-6.7C13,1.9,13.8,1.9,14.3,2.4z'/%3e%3c/svg%3e") center center no-repeat;
}
.swiper-pagination {
  position: relative !important;
  display: flex;
  justify-content: center;
  gap: var(--size-2);
  padding: var(--size-3);
}
.swiper-pagination-bullet {
  --swiper-pagination-bullet-size: var(--size-3);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: var(--size-3);
  background-color: var(--color-surface-stroke-medium) !important;
  box-shadow: var(--box-shadow-1);
  transition: var(--transition-1);
  margin: 0 !important;
}
.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: calc(var(--size-3) * 2);
  width: calc(var(--size-3) * 2);
  background-color: var(--color-function-primary-action) !important;
}
.swiper-pagination-dark .swiper-pagination-bullet {
  background-color: var(--color-surface-support-1-low) !important;
}
.swiper-pagination-dark .swiper-pagination-bullet-active {
  background-color: var(--color-surface-support-1-medium) !important;
}
.swiper-pagination-light .swiper-pagination-bullet-active {
  background-color: var(--color-surface-background-low) !important;
  border: 1px solid var(--color-function-primary-action);
}

.acland,
* {
  /* COR DAS FONTES */
  /* COR DOS FUNDOS */
  /* COR, PESO E RADIUS DA BORDA */
  /* PESO DAS FONTES */
  /* TAMANHO DAS FONTES */
  /* ALTURA DA LINHA - LINE HEIGHT */
  /* ALINHAMENTO */
  /* FILL */
  /* WIDTH */
  /* HEIGTH */
  /* GAP */
  /* BOX SHADOW */
  /* TRANSITION */
  /* OPACITY */
}
.acland .c-perfil,
* .c-perfil {
  color: var(--cor-perfil) !important;
}
.acland .c-perfil-200,
* .c-perfil-200 {
  color: var(--cor-perfil-200) !important;
}
.acland .c-perfil-300,
* .c-perfil-300 {
  color: var(--cor-perfil-300) !important;
}
.acland .c-perfil-500,
* .c-perfil-500 {
  color: var(--cor-perfil-500) !important;
}
.acland .c-perfil-600,
* .c-perfil-600 {
  color: var(--cor-perfil-600) !important;
}
.acland .c-apoio,
* .c-apoio {
  color: var(--cor-apoio) !important;
}
.acland .c-apoio-200,
* .c-apoio-200 {
  color: var(--cor-apoio-200) !important;
}
.acland .c-apoio-300,
* .c-apoio-300 {
  color: var(--cor-apoio-300) !important;
}
.acland .c-apoio-500,
* .c-apoio-500 {
  color: var(--cor-apoio-500) !important;
}
.acland .c-apoio-600,
* .c-apoio-600 {
  color: var(--cor-apoio-600) !important;
}
.acland .c-destaque,
* .c-destaque {
  color: var(--cor-destaque) !important;
}
.acland .c-destaque-200,
* .c-destaque-200 {
  color: var(--cor-destaque-200) !important;
}
.acland .c-destaque-300,
* .c-destaque-300 {
  color: var(--cor-destaque-300) !important;
}
.acland .c-destaque-500,
* .c-destaque-500 {
  color: var(--cor-destaque-500) !important;
}
.acland .c-destaque-600,
* .c-destaque-600 {
  color: var(--cor-destaque-600) !important;
}
.acland .c-base,
* .c-base {
  color: var(--cor-base) !important;
}
.acland .c-base-200,
* .c-base-200 {
  color: var(--cor-base-200) !important;
}
.acland .c-base-300,
* .c-base-300 {
  color: var(--cor-base-300) !important;
}
.acland .c-base-500,
* .c-base-500 {
  color: var(--cor-base-500) !important;
}
.acland .c-base-600,
* .c-base-600 {
  color: var(--cor-base-600) !important;
}
.acland .c-turq, .acland .c-primary,
* .c-turq,
* .c-primary {
  color: var(--turq) !important;
}
.acland .c-turq-200, .acland .c-primary-200,
* .c-turq-200,
* .c-primary-200 {
  color: var(--turq-200) !important;
}
.acland .c-turq-300, .acland .c-primary-300,
* .c-turq-300,
* .c-primary-300 {
  color: var(--turq-300) !important;
}
.acland .c-turq-500, .acland .c-primary-500,
* .c-turq-500,
* .c-primary-500 {
  color: var(--turq-500) !important;
}
.acland .c-turq-600, .acland .c-primary-600,
* .c-turq-600,
* .c-primary-600 {
  color: var(--turq-600) !important;
}
.acland .c-verdee, .acland .c-dark,
* .c-verdee,
* .c-dark {
  color: var(--verdee) !important;
}
.acland .c-verdee-200, .acland .c-dark-200,
* .c-verdee-200,
* .c-dark-200 {
  color: var(--verdee-200) !important;
}
.acland .c-verdee-300, .acland .c-dark-300,
* .c-verdee-300,
* .c-dark-300 {
  color: var(--verdee-300) !important;
}
.acland .c-verdee-500, .acland .c-dark-500,
* .c-verdee-500,
* .c-dark-500 {
  color: var(--verdee-500) !important;
}
.acland .c-verdee-600, .acland .c-dark-600,
* .c-verdee-600,
* .c-dark-600 {
  color: var(--verdee-600) !important;
}
.acland .c-verdem,
* .c-verdem {
  color: var(--verdem) !important;
}
.acland .c-verdem-200,
* .c-verdem-200 {
  color: var(--verdem-200) !important;
}
.acland .c-verdem-300,
* .c-verdem-300 {
  color: var(--verdem-300) !important;
}
.acland .c-verdem-500,
* .c-verdem-500 {
  color: var(--verdem-500) !important;
}
.acland .c-verdem-600,
* .c-verdem-600 {
  color: var(--verdem-600) !important;
}
.acland .c-verdec,
* .c-verdec {
  color: var(--verdec) !important;
}
.acland .c-verdec-200,
* .c-verdec-200 {
  color: var(--verdec-200) !important;
}
.acland .c-verdec-300,
* .c-verdec-300 {
  color: var(--verdec-300) !important;
}
.acland .c-verdec-500,
* .c-verdec-500 {
  color: var(--verdec-500) !important;
}
.acland .c-verdec-600,
* .c-verdec-600 {
  color: var(--verdec-600) !important;
}
.acland .c-roxo,
* .c-roxo {
  color: var(--roxo) !important;
}
.acland .c-roxo-200,
* .c-roxo-200 {
  color: var(--roxo-200) !important;
}
.acland .c-roxo-300,
* .c-roxo-300 {
  color: var(--roxo-300) !important;
}
.acland .c-roxo-500,
* .c-roxo-500 {
  color: var(--roxo-500) !important;
}
.acland .c-roxo-600,
* .c-roxo-600 {
  color: var(--roxo-600) !important;
}
.acland .c-cinza-200,
* .c-cinza-200 {
  color: var(--cinza-200) !important;
}
.acland .c-cinza-300,
* .c-cinza-300 {
  color: var(--cinza-300) !important;
}
.acland .c-cinza-400,
* .c-cinza-400 {
  color: var(--cinza-400) !important;
}
.acland .c-cinza-500,
* .c-cinza-500 {
  color: var(--cinza-500) !important;
}
.acland .c-cinza-600,
* .c-cinza-600 {
  color: var(--cinza-600) !important;
}
.acland .c-cinza-700,
* .c-cinza-700 {
  color: var(--cinza-700) !important;
}
.acland .c-cinza-800,
* .c-cinza-800 {
  color: var(--cinza-800) !important;
}
.acland .c-cinza-900,
* .c-cinza-900 {
  color: var(--cinza-900) !important;
}
.acland .c-branco, .acland .c-light,
* .c-branco,
* .c-light {
  color: var(--branco) !important;
}
.acland .c-preto,
* .c-preto {
  color: var(--preto) !important;
}
.acland .bg-perfil,
* .bg-perfil {
  background-color: var(--cor-perfil) !important;
}
.acland .bg-perfil-200,
* .bg-perfil-200 {
  background-color: var(--cor-perfil-200) !important;
}
.acland .bg-perfil-300,
* .bg-perfil-300 {
  background-color: var(--cor-perfil-300) !important;
}
.acland .bg-perfil-500,
* .bg-perfil-500 {
  background-color: var(--cor-perfil-500) !important;
}
.acland .bg-perfil-600,
* .bg-perfil-600 {
  background-color: var(--cor-perfil-600) !important;
}
.acland .bg-apoio,
* .bg-apoio {
  background-color: var(--cor-apoio) !important;
}
.acland .bg-apoio-200,
* .bg-apoio-200 {
  background-color: var(--cor-apoio-200) !important;
}
.acland .bg-apoio-300,
* .bg-apoio-300 {
  background-color: var(--cor-apoio-300) !important;
}
.acland .bg-apoio-500,
* .bg-apoio-500 {
  background-color: var(--cor-apoio-500) !important;
}
.acland .bg-apoio-600,
* .bg-apoio-600 {
  background-color: var(--cor-apoio-600) !important;
}
.acland .bg-destaque,
* .bg-destaque {
  background-color: var(--cor-destaque) !important;
}
.acland .bg-destaque-200,
* .bg-destaque-200 {
  background-color: var(--cor-destaque-200) !important;
}
.acland .bg-destaque-300,
* .bg-destaque-300 {
  background-color: var(--cor-destaque-300) !important;
}
.acland .bg-destaque-500,
* .bg-destaque-500 {
  background-color: var(--cor-destaque-500) !important;
}
.acland .bg-destaque-600,
* .bg-destaque-600 {
  background-color: var(--cor-destaque-600) !important;
}
.acland .bg-base,
* .bg-base {
  background-color: var(--cor-base) !important;
}
.acland .bg-base-200,
* .bg-base-200 {
  background-color: var(--cor-base-200) !important;
}
.acland .bg-base-300,
* .bg-base-300 {
  background-color: var(--cor-base-300) !important;
}
.acland .bg-base-500,
* .bg-base-500 {
  background-color: var(--cor-base-500) !important;
}
.acland .bg-base-600,
* .bg-base-600 {
  background-color: var(--cor-base-600) !important;
}
.acland .bg-turq, .acland .bg-primary,
* .bg-turq,
* .bg-primary {
  background-color: var(--turq) !important;
}
.acland .bg-turq-200, .acland .bg-primary-200,
* .bg-turq-200,
* .bg-primary-200 {
  background-color: var(--turq-200) !important;
}
.acland .bg-turq-300, .acland .bg-primary-300,
* .bg-turq-300,
* .bg-primary-300 {
  background-color: var(--turq-300) !important;
}
.acland .bg-turq-500, .acland .bg-primary-500,
* .bg-turq-500,
* .bg-primary-500 {
  background-color: var(--turq-500) !important;
}
.acland .bg-turq-600, .acland .bg-primary-600,
* .bg-turq-600,
* .bg-primary-600 {
  background-color: var(--turq-600) !important;
}
.acland .bg-verdee, .acland .bg-dark,
* .bg-verdee,
* .bg-dark {
  background-color: var(--verdee) !important;
}
.acland .bg-verdee-200, .acland .bg-dark-200,
* .bg-verdee-200,
* .bg-dark-200 {
  background-color: var(--verdee-200) !important;
}
.acland .bg-verdee-300, .acland .bg-dark-300,
* .bg-verdee-300,
* .bg-dark-300 {
  background-color: var(--verdee-300) !important;
}
.acland .bg-verdee-500, .acland .bg-dark-500,
* .bg-verdee-500,
* .bg-dark-500 {
  background-color: var(--verdee-500) !important;
}
.acland .bg-verdee-600, .acland .bg-dark-600,
* .bg-verdee-600,
* .bg-dark-600 {
  background-color: var(--verdee-600) !important;
}
.acland .bg-verdem,
* .bg-verdem {
  background-color: var(--verdem) !important;
}
.acland .bg-verdem-200,
* .bg-verdem-200 {
  background-color: var(--verdem-200) !important;
}
.acland .bg-verdem-300,
* .bg-verdem-300 {
  background-color: var(--verdem-300) !important;
}
.acland .bg-verdem-500,
* .bg-verdem-500 {
  background-color: var(--verdem-500) !important;
}
.acland .bg-verdem-600,
* .bg-verdem-600 {
  background-color: var(--verdem-600) !important;
}
.acland .bg-verdec,
* .bg-verdec {
  background-color: var(--verdec) !important;
}
.acland .bg-verdec-200,
* .bg-verdec-200 {
  background-color: var(--verdec-200) !important;
}
.acland .bg-verdec-300,
* .bg-verdec-300 {
  background-color: var(--verdec-300) !important;
}
.acland .bg-verdec-500,
* .bg-verdec-500 {
  background-color: var(--verdec-500) !important;
}
.acland .bg-verdec-600,
* .bg-verdec-600 {
  background-color: var(--verdec-600) !important;
}
.acland .bg-roxo,
* .bg-roxo {
  background-color: var(--roxo) !important;
}
.acland .bg-roxo-200,
* .bg-roxo-200 {
  background-color: var(--roxo-200) !important;
}
.acland .bg-roxo-300,
* .bg-roxo-300 {
  background-color: var(--roxo-300) !important;
}
.acland .bg-roxo-500,
* .bg-roxo-500 {
  background-color: var(--roxo-500) !important;
}
.acland .bg-roxo-600,
* .bg-roxo-600 {
  background-color: var(--roxo-600) !important;
}
.acland .bg-cinza-200,
* .bg-cinza-200 {
  background-color: var(--cinza-200) !important;
}
.acland .bg-cinza-300,
* .bg-cinza-300 {
  background-color: var(--cinza-300) !important;
}
.acland .bg-cinza-400,
* .bg-cinza-400 {
  background-color: var(--cinza-400) !important;
}
.acland .bg-cinza-500,
* .bg-cinza-500 {
  background-color: var(--cinza-500) !important;
}
.acland .bg-cinza-600,
* .bg-cinza-600 {
  background-color: var(--cinza-600) !important;
}
.acland .bg-cinza-700,
* .bg-cinza-700 {
  background-color: var(--cinza-700) !important;
}
.acland .bg-cinza-800,
* .bg-cinza-800 {
  background-color: var(--cinza-800) !important;
}
.acland .bg-cinza-900,
* .bg-cinza-900 {
  background-color: var(--cinza-900) !important;
}
.acland .bg-branco, .acland .bg-light,
* .bg-branco,
* .bg-light {
  background-color: var(--branco) !important;
}
.acland .bg-preto,
* .bg-preto {
  background-color: var(--preto) !important;
}
.acland .bg-gradient-turq, .acland .bg-gradient-primary,
* .bg-gradient-turq,
* .bg-gradient-primary {
  background-color: var(--turq);
  background-image: var(--gradient-turq);
}
.acland .bg-gradient-turq-line, .acland .bg-gradient-primary-line,
* .bg-gradient-turq-line,
* .bg-gradient-primary-line {
  background-color: var(--turq);
  background-image: var(--gradient-turq-line);
}
.acland .bg-gradient-verdee, .acland .bg-gradient-dark,
* .bg-gradient-verdee,
* .bg-gradient-dark {
  background-color: var(--verdee);
  background-image: var(--gradient-verdee);
}
.acland .bg-gradient-verdee-line, .acland .bg-gradient-dark-line,
* .bg-gradient-verdee-line,
* .bg-gradient-dark-line {
  background-color: var(--verdee);
  background-image: var(--gradient-verdee-line);
}
.acland .bg-gradient-branco, .acland .bg-gradient-light,
* .bg-gradient-branco,
* .bg-gradient-light {
  background-color: var(--branco);
  background-image: var(--gradient-branco);
}
.acland .bg-gradient-branco-line, .acland .bg-gradient-light-line,
* .bg-gradient-branco-line,
* .bg-gradient-light-line {
  background-color: var(--branco);
  background-image: var(--gradient-branco-line);
}
.acland .bg-moviment,
* .bg-moviment {
  background-size: 250% 250%;
  animation: bg-moviment 20s ease-in-out infinite;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}
@keyframes bg-moviment {
  0% {
    background-position: left top;
  }
  25% {
    background-position: right bottom;
  }
  50% {
    background-position: left bottom;
  }
  75% {
    background-position: right top;
  }
  100% {
    background-position: left top;
  }
}
.acland .border-perfil,
* .border-perfil {
  border-color: var(--cor-perfil) !important;
}
.acland .border-perfil-200,
* .border-perfil-200 {
  border-color: var(--cor-perfil-200) !important;
}
.acland .border-perfil-300,
* .border-perfil-300 {
  border-color: var(--cor-perfil-300) !important;
}
.acland .border-perfil-500,
* .border-perfil-500 {
  border-color: var(--cor-perfil-500) !important;
}
.acland .border-perfil-600,
* .border-perfil-600 {
  border-color: var(--cor-perfil-600) !important;
}
.acland .border-apoio,
* .border-apoio {
  border-color: var(--cor-apoio) !important;
}
.acland .border-apoio-200,
* .border-apoio-200 {
  border-color: var(--cor-apoio-200) !important;
}
.acland .border-apoio-300,
* .border-apoio-300 {
  border-color: var(--cor-apoio-300) !important;
}
.acland .border-apoio-500,
* .border-apoio-500 {
  border-color: var(--cor-apoio-500) !important;
}
.acland .border-apoio-600,
* .border-apoio-600 {
  border-color: var(--cor-apoio-600) !important;
}
.acland .border-destaque,
* .border-destaque {
  border-color: var(--cor-destaque) !important;
}
.acland .border-destaque-200,
* .border-destaque-200 {
  border-color: var(--cor-destaque-200) !important;
}
.acland .border-destaque-300,
* .border-destaque-300 {
  border-color: var(--cor-destaque-300) !important;
}
.acland .border-destaque-500,
* .border-destaque-500 {
  border-color: var(--cor-destaque-500) !important;
}
.acland .border-destaque-600,
* .border-destaque-600 {
  border-color: var(--cor-destaque-600) !important;
}
.acland .border-base,
* .border-base {
  border-color: var(--cor-base) !important;
}
.acland .border-base-200,
* .border-base-200 {
  border-color: var(--cor-base-200) !important;
}
.acland .border-base-300,
* .border-base-300 {
  border-color: var(--cor-base-300) !important;
}
.acland .border-base-500,
* .border-base-500 {
  border-color: var(--cor-base-500) !important;
}
.acland .border-base-600,
* .border-base-600 {
  border-color: var(--cor-base-600) !important;
}
.acland .border-turq, .acland .border-primary,
* .border-turq,
* .border-primary {
  border-color: var(--turq) !important;
}
.acland .border-turq-200, .acland .border-primary-200,
* .border-turq-200,
* .border-primary-200 {
  border-color: var(--turq-200) !important;
}
.acland .border-turq-300, .acland .border-primary-300,
* .border-turq-300,
* .border-primary-300 {
  border-color: var(--turq-300) !important;
}
.acland .border-turq-500, .acland .border-primary-500,
* .border-turq-500,
* .border-primary-500 {
  border-color: var(--turq-500) !important;
}
.acland .border-turq-600, .acland .border-primary-600,
* .border-turq-600,
* .border-primary-600 {
  border-color: var(--turq-600) !important;
}
.acland .border-verdee, .acland .border-dark,
* .border-verdee,
* .border-dark {
  border-color: var(--verdee) !important;
}
.acland .border-verdee-200, .acland .border-dark-200,
* .border-verdee-200,
* .border-dark-200 {
  border-color: var(--verdee-200) !important;
}
.acland .border-verdee-300, .acland .border-dark-300,
* .border-verdee-300,
* .border-dark-300 {
  border-color: var(--verdee-300) !important;
}
.acland .border-verdee-500, .acland .border-dark-500,
* .border-verdee-500,
* .border-dark-500 {
  border-color: var(--verdee-500) !important;
}
.acland .border-verdee-600, .acland .border-dark-600,
* .border-verdee-600,
* .border-dark-600 {
  border-color: var(--verdee-600) !important;
}
.acland .border-verdem,
* .border-verdem {
  border-color: var(--verdem) !important;
}
.acland .border-verdem-200,
* .border-verdem-200 {
  border-color: var(--verdem-200) !important;
}
.acland .border-verdem-300,
* .border-verdem-300 {
  border-color: var(--verdem-300) !important;
}
.acland .border-verdem-500,
* .border-verdem-500 {
  border-color: var(--verdem-500) !important;
}
.acland .border-verdem-600,
* .border-verdem-600 {
  border-color: var(--verdem-600) !important;
}
.acland .border-verdec,
* .border-verdec {
  border-color: var(--verdec) !important;
}
.acland .border-verdec-200,
* .border-verdec-200 {
  border-color: var(--verdec-200) !important;
}
.acland .border-verdec-300,
* .border-verdec-300 {
  border-color: var(--verdec-300) !important;
}
.acland .border-verdec-500,
* .border-verdec-500 {
  border-color: var(--verdec-500) !important;
}
.acland .border-verdec-600,
* .border-verdec-600 {
  border-color: var(--verdec-600) !important;
}
.acland .border-roxo,
* .border-roxo {
  border-color: var(--roxo) !important;
}
.acland .border-roxo-200,
* .border-roxo-200 {
  border-color: var(--roxo-200) !important;
}
.acland .border-roxo-300,
* .border-roxo-300 {
  border-color: var(--roxo-300) !important;
}
.acland .border-roxo-500,
* .border-roxo-500 {
  border-color: var(--roxo-500) !important;
}
.acland .border-roxo-600,
* .border-roxo-600 {
  border-color: var(--roxo-600) !important;
}
.acland .border-cinza-200,
* .border-cinza-200 {
  border-color: var(--cinza-200) !important;
}
.acland .border-cinza-300,
* .border-cinza-300 {
  border-color: var(--cinza-300) !important;
}
.acland .border-cinza-400,
* .border-cinza-400 {
  border-color: var(--cinza-400) !important;
}
.acland .border-cinza-500,
* .border-cinza-500 {
  border-color: var(--cinza-500) !important;
}
.acland .border-cinza-600,
* .border-cinza-600 {
  border-color: var(--cinza-600) !important;
}
.acland .border-cinza-700,
* .border-cinza-700 {
  border-color: var(--cinza-700) !important;
}
.acland .border-cinza-800,
* .border-cinza-800 {
  border-color: var(--cinza-800) !important;
}
.acland .border-cinza-900,
* .border-cinza-900 {
  border-color: var(--cinza-900) !important;
}
.acland .border-branco, .acland .border-light,
* .border-branco,
* .border-light {
  border-color: var(--branco) !important;
}
.acland .border-preto,
* .border-preto {
  border-color: var(--preto) !important;
}
.acland .border-left-0, .acland .border-left-none,
* .border-left-0,
* .border-left-none {
  border-left-style: solid !important;
  border-left-width: 0px !important;
}
.acland .border-left-1,
* .border-left-1 {
  border-left-style: solid !important;
  border-left-width: 1px !important;
}
.acland .border-left-2,
* .border-left-2 {
  border-left-style: solid !important;
  border-left-width: 2px !important;
}
.acland .border-left-3,
* .border-left-3 {
  border-left-style: solid !important;
  border-left-width: 3px !important;
}
.acland .border-left-4,
* .border-left-4 {
  border-left-style: solid !important;
  border-left-width: 4px !important;
}
.acland .border-left-5,
* .border-left-5 {
  border-left-style: solid !important;
  border-left-width: 5px !important;
}
.acland .border-right-0, .acland .border-right-none,
* .border-right-0,
* .border-right-none {
  border-right-style: solid !important;
  border-right-width: 0px !important;
}
.acland .border-right-1,
* .border-right-1 {
  border-right-style: solid !important;
  border-right-width: 1px !important;
}
.acland .border-right-2,
* .border-right-2 {
  border-right-style: solid !important;
  border-right-width: 2px !important;
}
.acland .border-right-3,
* .border-right-3 {
  border-right-style: solid !important;
  border-right-width: 3px !important;
}
.acland .border-right-4,
* .border-right-4 {
  border-right-style: solid !important;
  border-right-width: 4px !important;
}
.acland .border-right-5,
* .border-right-5 {
  border-right-style: solid !important;
  border-right-width: 5px !important;
}
.acland .border-top-0, .acland .border-top-none,
* .border-top-0,
* .border-top-none {
  border-top-style: solid !important;
  border-top-width: 0px !important;
}
.acland .border-top-1,
* .border-top-1 {
  border-top-style: solid !important;
  border-top-width: 1px !important;
}
.acland .border-top-2,
* .border-top-2 {
  border-top-style: solid !important;
  border-top-width: 2px !important;
}
.acland .border-top-3,
* .border-top-3 {
  border-top-style: solid !important;
  border-top-width: 3px !important;
}
.acland .border-top-4,
* .border-top-4 {
  border-top-style: solid !important;
  border-top-width: 4px !important;
}
.acland .border-top-5,
* .border-top-5 {
  border-top-style: solid !important;
  border-top-width: 5px !important;
}
.acland .border-bottom-0, .acland .border-bottom-none,
* .border-bottom-0,
* .border-bottom-none {
  border-bottom-style: solid !important;
  border-bottom-width: 0px !important;
}
.acland .border-bottom-1,
* .border-bottom-1 {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
}
.acland .border-bottom-2,
* .border-bottom-2 {
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important;
}
.acland .border-bottom-3,
* .border-bottom-3 {
  border-bottom-style: solid !important;
  border-bottom-width: 3px !important;
}
.acland .border-bottom-4,
* .border-bottom-4 {
  border-bottom-style: solid !important;
  border-bottom-width: 4px !important;
}
.acland .border-bottom-5,
* .border-bottom-5 {
  border-bottom-style: solid !important;
  border-bottom-width: 5px !important;
}
.acland .border-0, .acland .border-none,
* .border-0,
* .border-none {
  border-style: solid !important;
  border-width: 0px !important;
}
.acland .border-1,
* .border-1 {
  border-style: solid !important;
  border-width: 1px !important;
}
.acland .border-2,
* .border-2 {
  border-style: solid !important;
  border-width: 2px !important;
}
.acland .border-3,
* .border-3 {
  border-style: solid !important;
  border-width: 3px !important;
}
.acland .border-4,
* .border-4 {
  border-style: solid !important;
  border-width: 4px !important;
}
.acland .border-5,
* .border-5 {
  border-style: solid !important;
  border-width: 5px !important;
}
.acland .border-dashed,
* .border-dashed {
  border-style: dashed !important;
}
.acland .border-solid,
* .border-solid {
  border-style: solid !important;
}
.acland .border-dotted,
* .border-dotted {
  border-style: dotted !important;
}
.acland .border-radius-0,
* .border-radius-0 {
  border-radius: 0rem !important;
}
.acland .border-radius-1,
* .border-radius-1 {
  border-radius: var(--size-1) !important;
}
.acland .border-radius-2,
* .border-radius-2 {
  border-radius: var(--size-2) !important;
}
.acland .border-radius-3,
* .border-radius-3 {
  border-radius: var(--size-3) !important;
}
.acland .border-radius-4,
* .border-radius-4 {
  border-radius: var(--size-4) !important;
}
.acland .border-radius-5,
* .border-radius-5 {
  border-radius: var(--size-5) !important;
}
.acland .border-radius-025,
* .border-radius-025 {
  border-radius: 0.25rem !important;
}
.acland .border-radius-05,
* .border-radius-05 {
  border-radius: 0.5rem !important;
}
.acland .border-radius-075,
* .border-radius-075 {
  border-radius: 0.75rem !important;
}
.acland .border-radius-10,
* .border-radius-10 {
  border-radius: 1rem !important;
}
.acland .border-radius-15,
* .border-radius-15 {
  border-radius: 1.5rem !important;
}
.acland .border-radius-20,
* .border-radius-20 {
  border-radius: 2rem !important;
}
.acland .border-radius-25,
* .border-radius-25 {
  border-radius: 2.5rem !important;
}
.acland .border-radius-round,
* .border-radius-round {
  border-radius: 100rem !important;
}
.acland .border-radius-t, .acland .border-radius-top,
* .border-radius-t,
* .border-radius-top {
  border-top-left-radius: var(--size-3);
  border-top-right-radius: var(--size-3);
}
.acland .border-radius-t-0, .acland .border-radius-t-none, .acland .border-radius-top-0, .acland .border-radius-top-none,
* .border-radius-t-0,
* .border-radius-t-none,
* .border-radius-top-0,
* .border-radius-top-none {
  border-top-left-radius: var(--size-0);
  border-top-right-radius: var(--size-0);
}
.acland .border-radius-t-1, .acland .border-radius-top-1,
* .border-radius-t-1,
* .border-radius-top-1 {
  border-top-left-radius: var(--size-1);
  border-top-right-radius: var(--size-1);
}
.acland .border-radius-t-2, .acland .border-radius-top-2,
* .border-radius-t-2,
* .border-radius-top-2 {
  border-top-left-radius: var(--size-2);
  border-top-right-radius: var(--size-2);
}
.acland .border-radius-t-3, .acland .border-radius-top-3,
* .border-radius-t-3,
* .border-radius-top-3 {
  border-top-left-radius: var(--size-3);
  border-top-right-radius: var(--size-3);
}
.acland .border-radius-t-4, .acland .border-radius-top-4,
* .border-radius-t-4,
* .border-radius-top-4 {
  border-top-left-radius: var(--size-4);
  border-top-right-radius: var(--size-4);
}
.acland .border-radius-t-5, .acland .border-radius-top-5,
* .border-radius-t-5,
* .border-radius-top-5 {
  border-top-left-radius: var(--size-5);
  border-top-right-radius: var(--size-5);
}
.acland .border-radius-b, .acland .border-radius-bottom,
* .border-radius-b,
* .border-radius-bottom {
  border-bottom-left-radius: var(--size-3);
  border-bottom-right-radius: var(--size-3);
}
.acland .border-radius-b-0, .acland .border-radius-b-none, .acland .border-radius-bottom-0, .acland .border-radius-bottom-none,
* .border-radius-b-0,
* .border-radius-b-none,
* .border-radius-bottom-0,
* .border-radius-bottom-none {
  border-bottom-left-radius: var(--size-0);
  border-bottom-right-radius: var(--size-0);
}
.acland .border-radius-b-1, .acland .border-radius-bottom-1,
* .border-radius-b-1,
* .border-radius-bottom-1 {
  border-bottom-left-radius: var(--size-1);
  border-bottom-right-radius: var(--size-1);
}
.acland .border-radius-b-2, .acland .border-radius-bottom-2,
* .border-radius-b-2,
* .border-radius-bottom-2 {
  border-bottom-left-radius: var(--size-2);
  border-bottom-right-radius: var(--size-2);
}
.acland .border-radius-b-3, .acland .border-radius-bottom-3,
* .border-radius-b-3,
* .border-radius-bottom-3 {
  border-bottom-left-radius: var(--size-3);
  border-bottom-right-radius: var(--size-3);
}
.acland .border-radius-b-4, .acland .border-radius-bottom-4,
* .border-radius-b-4,
* .border-radius-bottom-4 {
  border-bottom-left-radius: var(--size-4);
  border-bottom-right-radius: var(--size-4);
}
.acland .border-radius-b-5, .acland .border-radius-bottom-5,
* .border-radius-b-5,
* .border-radius-bottom-5 {
  border-bottom-left-radius: var(--size-5);
  border-bottom-right-radius: var(--size-5);
}
.acland .border-radius-l, .acland .border-radius-left,
* .border-radius-l,
* .border-radius-left {
  border-top-left-radius: var(--size-3);
  border-bottom-left-radius: var(--size-3);
}
.acland .border-radius-l-0, .acland .border-radius-l-none, .acland .border-radius-left-0, .acland .border-radius-left-none,
* .border-radius-l-0,
* .border-radius-l-none,
* .border-radius-left-0,
* .border-radius-left-none {
  border-top-left-radius: var(--size-0);
  border-bottom-left-radius: var(--size-0);
}
.acland .border-radius-l-1, .acland .border-radius-left-1,
* .border-radius-l-1,
* .border-radius-left-1 {
  border-top-left-radius: var(--size-1);
  border-bottom-left-radius: var(--size-1);
}
.acland .border-radius-l-2, .acland .border-radius-left-2,
* .border-radius-l-2,
* .border-radius-left-2 {
  border-top-left-radius: var(--size-2);
  border-bottom-left-radius: var(--size-2);
}
.acland .border-radius-l-3, .acland .border-radius-left-3,
* .border-radius-l-3,
* .border-radius-left-3 {
  border-top-left-radius: var(--size-3);
  border-bottom-left-radius: var(--size-3);
}
.acland .border-radius-l-4, .acland .border-radius-left-4,
* .border-radius-l-4,
* .border-radius-left-4 {
  border-top-left-radius: var(--size-4);
  border-bottom-left-radius: var(--size-4);
}
.acland .border-radius-l-5, .acland .border-radius-left-5,
* .border-radius-l-5,
* .border-radius-left-5 {
  border-top-left-radius: var(--size-5);
  border-bottom-left-radius: var(--size-5);
}
.acland .border-radius-r, .acland .border-radius-right,
* .border-radius-r,
* .border-radius-right {
  border-top-right-radius: var(--size-3);
  border-bottom-right-radius: var(--size-3);
}
.acland .border-radius-r-0, .acland .border-radius-r-none, .acland .border-radius-right-0, .acland .border-radius-right-none,
* .border-radius-r-0,
* .border-radius-r-none,
* .border-radius-right-0,
* .border-radius-right-none {
  border-top-right-radius: var(--size-0);
  border-bottom-right-radius: var(--size-0);
}
.acland .border-radius-r-1, .acland .border-radius-right-1,
* .border-radius-r-1,
* .border-radius-right-1 {
  border-top-right-radius: var(--size-1);
  border-bottom-right-radius: var(--size-1);
}
.acland .border-radius-r-2, .acland .border-radius-right-2,
* .border-radius-r-2,
* .border-radius-right-2 {
  border-top-right-radius: var(--size-2);
  border-bottom-right-radius: var(--size-2);
}
.acland .border-radius-r-3, .acland .border-radius-right-3,
* .border-radius-r-3,
* .border-radius-right-3 {
  border-top-right-radius: var(--size-3);
  border-bottom-right-radius: var(--size-3);
}
.acland .border-radius-r-4, .acland .border-radius-right-4,
* .border-radius-r-4,
* .border-radius-right-4 {
  border-top-right-radius: var(--size-4);
  border-bottom-right-radius: var(--size-4);
}
.acland .border-radius-r-5, .acland .border-radius-right-5,
* .border-radius-r-5,
* .border-radius-right-5 {
  border-top-right-radius: var(--size-5);
  border-bottom-right-radius: var(--size-5);
}
.acland .border-radius-tl, .acland .border-radius-top-left,
* .border-radius-tl,
* .border-radius-top-left {
  border-top-left-radius: var(--size-3);
}
.acland .border-radius-tl-0, .acland .border-radius-tl-none, .acland .border-radius-top-left-0, .acland .border-radius-top-left-none,
* .border-radius-tl-0,
* .border-radius-tl-none,
* .border-radius-top-left-0,
* .border-radius-top-left-none {
  border-top-left-radius: var(--size-0);
}
.acland .border-radius-tl-1, .acland .border-radius-top-left-1,
* .border-radius-tl-1,
* .border-radius-top-left-1 {
  border-top-left-radius: var(--size-1);
}
.acland .border-radius-tl-2, .acland .border-radius-top-left-2,
* .border-radius-tl-2,
* .border-radius-top-left-2 {
  border-top-left-radius: var(--size-2);
}
.acland .border-radius-tl-3, .acland .border-radius-top-left-3,
* .border-radius-tl-3,
* .border-radius-top-left-3 {
  border-top-left-radius: var(--size-3);
}
.acland .border-radius-tl-4, .acland .border-radius-top-left-4,
* .border-radius-tl-4,
* .border-radius-top-left-4 {
  border-top-left-radius: var(--size-4);
}
.acland .border-radius-tl-5, .acland .border-radius-top-left-5,
* .border-radius-tl-5,
* .border-radius-top-left-5 {
  border-top-left-radius: var(--size-5);
}
.acland .border-radius-tr, .acland .border-radius-top-right,
* .border-radius-tr,
* .border-radius-top-right {
  border-top-right-radius: var(--size-3);
}
.acland .border-radius-tr-0, .acland .border-radius-tr-none, .acland .border-radius-top-right-0, .acland .border-radius-top-right-none,
* .border-radius-tr-0,
* .border-radius-tr-none,
* .border-radius-top-right-0,
* .border-radius-top-right-none {
  border-top-right-radius: var(--size-0);
}
.acland .border-radius-tr-1, .acland .border-radius-top-right-1,
* .border-radius-tr-1,
* .border-radius-top-right-1 {
  border-top-right-radius: var(--size-1);
}
.acland .border-radius-tr-2, .acland .border-radius-top-right-2,
* .border-radius-tr-2,
* .border-radius-top-right-2 {
  border-top-right-radius: var(--size-2);
}
.acland .border-radius-tr-3, .acland .border-radius-top-right-3,
* .border-radius-tr-3,
* .border-radius-top-right-3 {
  border-top-right-radius: var(--size-3);
}
.acland .border-radius-tr-4, .acland .border-radius-top-right-4,
* .border-radius-tr-4,
* .border-radius-top-right-4 {
  border-top-right-radius: var(--size-4);
}
.acland .border-radius-tr-5, .acland .border-radius-top-right-5,
* .border-radius-tr-5,
* .border-radius-top-right-5 {
  border-top-right-radius: var(--size-5);
}
.acland .border-radius-bl, .acland .border-radius-bottom-left,
* .border-radius-bl,
* .border-radius-bottom-left {
  border-bottom-left-radius: var(--size-3);
}
.acland .border-radius-bl-0, .acland .border-radius-bl-none, .acland .border-radius-bottom-left-0, .acland .border-radius-bottom-left-none,
* .border-radius-bl-0,
* .border-radius-bl-none,
* .border-radius-bottom-left-0,
* .border-radius-bottom-left-none {
  border-bottom-left-radius: var(--size-0);
}
.acland .border-radius-bl-1, .acland .border-radius-bottom-left-1,
* .border-radius-bl-1,
* .border-radius-bottom-left-1 {
  border-bottom-left-radius: var(--size-1);
}
.acland .border-radius-bl-2, .acland .border-radius-bottom-left-2,
* .border-radius-bl-2,
* .border-radius-bottom-left-2 {
  border-bottom-left-radius: var(--size-2);
}
.acland .border-radius-bl-3, .acland .border-radius-bottom-left-3,
* .border-radius-bl-3,
* .border-radius-bottom-left-3 {
  border-bottom-left-radius: var(--size-3);
}
.acland .border-radius-bl-4, .acland .border-radius-bottom-left-4,
* .border-radius-bl-4,
* .border-radius-bottom-left-4 {
  border-bottom-left-radius: var(--size-4);
}
.acland .border-radius-bl-5, .acland .border-radius-bottom-left-5,
* .border-radius-bl-5,
* .border-radius-bottom-left-5 {
  border-bottom-left-radius: var(--size-5);
}
.acland .border-radius-br, .acland .border-radius-bottom-right,
* .border-radius-br,
* .border-radius-bottom-right {
  border-bottom-right-radius: var(--size-3);
}
.acland .border-radius-br-0, .acland .border-radius-br-none, .acland .border-radius-bottom-right-0, .acland .border-radius-bottom-right-none,
* .border-radius-br-0,
* .border-radius-br-none,
* .border-radius-bottom-right-0,
* .border-radius-bottom-right-none {
  border-bottom-right-radius: var(--size-0);
}
.acland .border-radius-br-1, .acland .border-radius-bottom-right-1,
* .border-radius-br-1,
* .border-radius-bottom-right-1 {
  border-bottom-right-radius: var(--size-1);
}
.acland .border-radius-br-2, .acland .border-radius-bottom-right-2,
* .border-radius-br-2,
* .border-radius-bottom-right-2 {
  border-bottom-right-radius: var(--size-2);
}
.acland .border-radius-br-3, .acland .border-radius-bottom-right-3,
* .border-radius-br-3,
* .border-radius-bottom-right-3 {
  border-bottom-right-radius: var(--size-3);
}
.acland .border-radius-br-4, .acland .border-radius-bottom-right-4,
* .border-radius-br-4,
* .border-radius-bottom-right-4 {
  border-bottom-right-radius: var(--size-4);
}
.acland .border-radius-br-5, .acland .border-radius-bottom-right-5,
* .border-radius-br-5,
* .border-radius-bottom-right-5 {
  border-bottom-right-radius: var(--size-5);
}
.acland .border-radius-alternate,
* .border-radius-alternate {
  border-radius: 0 var(--size-3) 0 var(--size-3);
}
.acland .border-radius-alternate-1,
* .border-radius-alternate-1 {
  border-radius: 0 var(--size-1) 0 var(--size-1);
}
.acland .border-radius-alternate-2,
* .border-radius-alternate-2 {
  border-radius: 0 var(--size-2) 0 var(--size-2);
}
.acland .border-radius-alternate-3,
* .border-radius-alternate-3 {
  border-radius: 0 var(--size-3) 0 var(--size-1);
}
.acland .border-radius-alternate-4,
* .border-radius-alternate-4 {
  border-radius: 0 var(--size-4) 0 var(--size-1);
}
.acland .border-radius-alternate-5,
* .border-radius-alternate-5 {
  border-radius: 0 var(--size-5) 0 var(--size-1);
}
.acland .border-radius-alternate-inverse,
* .border-radius-alternate-inverse {
  border-radius: var(--size-3) 0 var(--size-3) 0;
}
.acland .border-radius-alternate-inverse-1,
* .border-radius-alternate-inverse-1 {
  border-radius: var(--size-1) 0 var(--size-1) 0;
}
.acland .border-radius-alternate-inverse-2,
* .border-radius-alternate-inverse-2 {
  border-radius: var(--size-2) 0 var(--size-2) 0;
}
.acland .border-radius-alternate-inverse-3,
* .border-radius-alternate-inverse-3 {
  border-radius: var(--size-3) 0 var(--size-1) 0;
}
.acland .border-radius-alternate-inverse-4,
* .border-radius-alternate-inverse-4 {
  border-radius: var(--size-4) 0 var(--size-1) 0;
}
.acland .border-radius-alternate-inverse-5,
* .border-radius-alternate-inverse-5 {
  border-radius: var(--size-5) 0 var(--size-1) 0;
}
.acland .c-brand-main,
* .c-brand-main {
  color: var(--color-brand-main) !important;
}
.acland .c-brand-main-hover:hover,
* .c-brand-main-hover:hover {
  color: var(--color-brand-main) !important;
}
.acland .bg-brand-main,
* .bg-brand-main {
  background-color: var(--color-brand-main) !important;
}
.acland .bg-brand-main-hover:hover,
* .bg-brand-main-hover:hover {
  background-color: var(--color-brand-main) !important;
}
.acland .border-brand-main,
* .border-brand-main {
  border-color: var(--color-brand-main) !important;
}
.acland .border-brand-main-hover:hover,
* .border-brand-main-hover:hover {
  border-color: var(--color-brand-main) !important;
}
.acland .c-brand-opposite,
* .c-brand-opposite {
  color: var(--color-brand-opposite) !important;
}
.acland .c-brand-opposite-hover:hover,
* .c-brand-opposite-hover:hover {
  color: var(--color-brand-opposite) !important;
}
.acland .bg-brand-opposite,
* .bg-brand-opposite {
  background-color: var(--color-brand-opposite) !important;
}
.acland .bg-brand-opposite-hover:hover,
* .bg-brand-opposite-hover:hover {
  background-color: var(--color-brand-opposite) !important;
}
.acland .border-brand-opposite,
* .border-brand-opposite {
  border-color: var(--color-brand-opposite) !important;
}
.acland .border-brand-opposite-hover:hover,
* .border-brand-opposite-hover:hover {
  border-color: var(--color-brand-opposite) !important;
}
.acland .c-brand-complementary,
* .c-brand-complementary {
  color: var(--color-brand-complementary) !important;
}
.acland .c-brand-complementary-hover:hover,
* .c-brand-complementary-hover:hover {
  color: var(--color-brand-complementary) !important;
}
.acland .bg-brand-complementary,
* .bg-brand-complementary {
  background-color: var(--color-brand-complementary) !important;
}
.acland .bg-brand-complementary-hover:hover,
* .bg-brand-complementary-hover:hover {
  background-color: var(--color-brand-complementary) !important;
}
.acland .border-brand-complementary,
* .border-brand-complementary {
  border-color: var(--color-brand-complementary) !important;
}
.acland .border-brand-complementary-hover:hover,
* .border-brand-complementary-hover:hover {
  border-color: var(--color-brand-complementary) !important;
}
.acland .c-brand-supplementary,
* .c-brand-supplementary {
  color: var(--color-brand-supplementary) !important;
}
.acland .c-brand-supplementary-hover:hover,
* .c-brand-supplementary-hover:hover {
  color: var(--color-brand-supplementary) !important;
}
.acland .bg-brand-supplementary,
* .bg-brand-supplementary {
  background-color: var(--color-brand-supplementary) !important;
}
.acland .bg-brand-supplementary-hover:hover,
* .bg-brand-supplementary-hover:hover {
  background-color: var(--color-brand-supplementary) !important;
}
.acland .border-brand-supplementary,
* .border-brand-supplementary {
  border-color: var(--color-brand-supplementary) !important;
}
.acland .border-brand-supplementary-hover:hover,
* .border-brand-supplementary-hover:hover {
  border-color: var(--color-brand-supplementary) !important;
}
.acland .c-brand-dusky,
* .c-brand-dusky {
  color: var(--color-brand-dusky) !important;
}
.acland .c-brand-dusky-hover:hover,
* .c-brand-dusky-hover:hover {
  color: var(--color-brand-dusky) !important;
}
.acland .bg-brand-dusky,
* .bg-brand-dusky {
  background-color: var(--color-brand-dusky) !important;
}
.acland .bg-brand-dusky-hover:hover,
* .bg-brand-dusky-hover:hover {
  background-color: var(--color-brand-dusky) !important;
}
.acland .border-brand-dusky,
* .border-brand-dusky {
  border-color: var(--color-brand-dusky) !important;
}
.acland .border-brand-dusky-hover:hover,
* .border-brand-dusky-hover:hover {
  border-color: var(--color-brand-dusky) !important;
}
.acland .c-success-darkest,
* .c-success-darkest {
  color: var(--color-denotative-success-darkest) !important;
}
.acland .c-success-darkest-hover:hover,
* .c-success-darkest-hover:hover {
  color: var(--color-denotative-success-darkest) !important;
}
.acland .bg-success-darkest,
* .bg-success-darkest {
  background-color: var(--color-denotative-success-darkest) !important;
}
.acland .bg-success-darkest-hover:hover,
* .bg-success-darkest-hover:hover {
  background-color: var(--color-denotative-success-darkest) !important;
}
.acland .border-success-darkest,
* .border-success-darkest {
  border-color: var(--color-denotative-success-darkest) !important;
}
.acland .border-success-darkest-hover:hover,
* .border-success-darkest-hover:hover {
  border-color: var(--color-denotative-success-darkest) !important;
}
.acland .c-success-action,
* .c-success-action {
  color: var(--color-denotative-success-action) !important;
}
.acland .c-success-action-hover:hover,
* .c-success-action-hover:hover {
  color: var(--color-denotative-success-action) !important;
}
.acland .bg-success-action,
* .bg-success-action {
  background-color: var(--color-denotative-success-action) !important;
}
.acland .bg-success-action-hover:hover,
* .bg-success-action-hover:hover {
  background-color: var(--color-denotative-success-action) !important;
}
.acland .border-success-action,
* .border-success-action {
  border-color: var(--color-denotative-success-action) !important;
}
.acland .border-success-action-hover:hover,
* .border-success-action-hover:hover {
  border-color: var(--color-denotative-success-action) !important;
}
.acland .c-success-default,
* .c-success-default {
  color: var(--color-denotative-success-default) !important;
}
.acland .c-success-default-hover:hover,
* .c-success-default-hover:hover {
  color: var(--color-denotative-success-default) !important;
}
.acland .bg-success-default,
* .bg-success-default {
  background-color: var(--color-denotative-success-default) !important;
}
.acland .bg-success-default-hover:hover,
* .bg-success-default-hover:hover {
  background-color: var(--color-denotative-success-default) !important;
}
.acland .border-success-default,
* .border-success-default {
  border-color: var(--color-denotative-success-default) !important;
}
.acland .border-success-default-hover:hover,
* .border-success-default-hover:hover {
  border-color: var(--color-denotative-success-default) !important;
}
.acland .c-success-active,
* .c-success-active {
  color: var(--color-denotative-success-active) !important;
}
.acland .c-success-active-hover:hover,
* .c-success-active-hover:hover {
  color: var(--color-denotative-success-active) !important;
}
.acland .bg-success-active,
* .bg-success-active {
  background-color: var(--color-denotative-success-active) !important;
}
.acland .bg-success-active-hover:hover,
* .bg-success-active-hover:hover {
  background-color: var(--color-denotative-success-active) !important;
}
.acland .border-success-active,
* .border-success-active {
  border-color: var(--color-denotative-success-active) !important;
}
.acland .border-success-active-hover:hover,
* .border-success-active-hover:hover {
  border-color: var(--color-denotative-success-active) !important;
}
.acland .c-success-lightest,
* .c-success-lightest {
  color: var(--color-denotative-success-lightest) !important;
}
.acland .c-success-lightest-hover:hover,
* .c-success-lightest-hover:hover {
  color: var(--color-denotative-success-lightest) !important;
}
.acland .bg-success-lightest,
* .bg-success-lightest {
  background-color: var(--color-denotative-success-lightest) !important;
}
.acland .bg-success-lightest-hover:hover,
* .bg-success-lightest-hover:hover {
  background-color: var(--color-denotative-success-lightest) !important;
}
.acland .border-success-lightest,
* .border-success-lightest {
  border-color: var(--color-denotative-success-lightest) !important;
}
.acland .border-success-lightest-hover:hover,
* .border-success-lightest-hover:hover {
  border-color: var(--color-denotative-success-lightest) !important;
}
.acland .c-info-darkest,
* .c-info-darkest {
  color: var(--color-denotative-info-darkest) !important;
}
.acland .c-info-darkest-hover:hover,
* .c-info-darkest-hover:hover {
  color: var(--color-denotative-info-darkest) !important;
}
.acland .bg-info-darkest,
* .bg-info-darkest {
  background-color: var(--color-denotative-info-darkest) !important;
}
.acland .bg-info-darkest-hover:hover,
* .bg-info-darkest-hover:hover {
  background-color: var(--color-denotative-info-darkest) !important;
}
.acland .border-info-darkest,
* .border-info-darkest {
  border-color: var(--color-denotative-info-darkest) !important;
}
.acland .border-info-darkest-hover:hover,
* .border-info-darkest-hover:hover {
  border-color: var(--color-denotative-info-darkest) !important;
}
.acland .c-info-action,
* .c-info-action {
  color: var(--color-denotative-info-action) !important;
}
.acland .c-info-action-hover:hover,
* .c-info-action-hover:hover {
  color: var(--color-denotative-info-action) !important;
}
.acland .bg-info-action,
* .bg-info-action {
  background-color: var(--color-denotative-info-action) !important;
}
.acland .bg-info-action-hover:hover,
* .bg-info-action-hover:hover {
  background-color: var(--color-denotative-info-action) !important;
}
.acland .border-info-action,
* .border-info-action {
  border-color: var(--color-denotative-info-action) !important;
}
.acland .border-info-action-hover:hover,
* .border-info-action-hover:hover {
  border-color: var(--color-denotative-info-action) !important;
}
.acland .c-info-default,
* .c-info-default {
  color: var(--color-denotative-info-default) !important;
}
.acland .c-info-default-hover:hover,
* .c-info-default-hover:hover {
  color: var(--color-denotative-info-default) !important;
}
.acland .bg-info-default,
* .bg-info-default {
  background-color: var(--color-denotative-info-default) !important;
}
.acland .bg-info-default-hover:hover,
* .bg-info-default-hover:hover {
  background-color: var(--color-denotative-info-default) !important;
}
.acland .border-info-default,
* .border-info-default {
  border-color: var(--color-denotative-info-default) !important;
}
.acland .border-info-default-hover:hover,
* .border-info-default-hover:hover {
  border-color: var(--color-denotative-info-default) !important;
}
.acland .c-info-active,
* .c-info-active {
  color: var(--color-denotative-info-active) !important;
}
.acland .c-info-active-hover:hover,
* .c-info-active-hover:hover {
  color: var(--color-denotative-info-active) !important;
}
.acland .bg-info-active,
* .bg-info-active {
  background-color: var(--color-denotative-info-active) !important;
}
.acland .bg-info-active-hover:hover,
* .bg-info-active-hover:hover {
  background-color: var(--color-denotative-info-active) !important;
}
.acland .border-info-active,
* .border-info-active {
  border-color: var(--color-denotative-info-active) !important;
}
.acland .border-info-active-hover:hover,
* .border-info-active-hover:hover {
  border-color: var(--color-denotative-info-active) !important;
}
.acland .c-info-lightest,
* .c-info-lightest {
  color: var(--color-denotative-info-lightest) !important;
}
.acland .c-info-lightest-hover:hover,
* .c-info-lightest-hover:hover {
  color: var(--color-denotative-info-lightest) !important;
}
.acland .bg-info-lightest,
* .bg-info-lightest {
  background-color: var(--color-denotative-info-lightest) !important;
}
.acland .bg-info-lightest-hover:hover,
* .bg-info-lightest-hover:hover {
  background-color: var(--color-denotative-info-lightest) !important;
}
.acland .border-info-lightest,
* .border-info-lightest {
  border-color: var(--color-denotative-info-lightest) !important;
}
.acland .border-info-lightest-hover:hover,
* .border-info-lightest-hover:hover {
  border-color: var(--color-denotative-info-lightest) !important;
}
.acland .c-warning-darkest,
* .c-warning-darkest {
  color: var(--color-denotative-warning-darkest) !important;
}
.acland .c-warning-darkest-hover:hover,
* .c-warning-darkest-hover:hover {
  color: var(--color-denotative-warning-darkest) !important;
}
.acland .bg-warning-darkest,
* .bg-warning-darkest {
  background-color: var(--color-denotative-warning-darkest) !important;
}
.acland .bg-warning-darkest-hover:hover,
* .bg-warning-darkest-hover:hover {
  background-color: var(--color-denotative-warning-darkest) !important;
}
.acland .border-warning-darkest,
* .border-warning-darkest {
  border-color: var(--color-denotative-warning-darkest) !important;
}
.acland .border-warning-darkest-hover:hover,
* .border-warning-darkest-hover:hover {
  border-color: var(--color-denotative-warning-darkest) !important;
}
.acland .c-warning-action,
* .c-warning-action {
  color: var(--color-denotative-warning-action) !important;
}
.acland .c-warning-action-hover:hover,
* .c-warning-action-hover:hover {
  color: var(--color-denotative-warning-action) !important;
}
.acland .bg-warning-action,
* .bg-warning-action {
  background-color: var(--color-denotative-warning-action) !important;
}
.acland .bg-warning-action-hover:hover,
* .bg-warning-action-hover:hover {
  background-color: var(--color-denotative-warning-action) !important;
}
.acland .border-warning-action,
* .border-warning-action {
  border-color: var(--color-denotative-warning-action) !important;
}
.acland .border-warning-action-hover:hover,
* .border-warning-action-hover:hover {
  border-color: var(--color-denotative-warning-action) !important;
}
.acland .c-warning-default,
* .c-warning-default {
  color: var(--color-denotative-warning-default) !important;
}
.acland .c-warning-default-hover:hover,
* .c-warning-default-hover:hover {
  color: var(--color-denotative-warning-default) !important;
}
.acland .bg-warning-default,
* .bg-warning-default {
  background-color: var(--color-denotative-warning-default) !important;
}
.acland .bg-warning-default-hover:hover,
* .bg-warning-default-hover:hover {
  background-color: var(--color-denotative-warning-default) !important;
}
.acland .border-warning-default,
* .border-warning-default {
  border-color: var(--color-denotative-warning-default) !important;
}
.acland .border-warning-default-hover:hover,
* .border-warning-default-hover:hover {
  border-color: var(--color-denotative-warning-default) !important;
}
.acland .c-warning-active,
* .c-warning-active {
  color: var(--color-denotative-warning-active) !important;
}
.acland .c-warning-active-hover:hover,
* .c-warning-active-hover:hover {
  color: var(--color-denotative-warning-active) !important;
}
.acland .bg-warning-active,
* .bg-warning-active {
  background-color: var(--color-denotative-warning-active) !important;
}
.acland .bg-warning-active-hover:hover,
* .bg-warning-active-hover:hover {
  background-color: var(--color-denotative-warning-active) !important;
}
.acland .border-warning-active,
* .border-warning-active {
  border-color: var(--color-denotative-warning-active) !important;
}
.acland .border-warning-active-hover:hover,
* .border-warning-active-hover:hover {
  border-color: var(--color-denotative-warning-active) !important;
}
.acland .c-warning-lightest,
* .c-warning-lightest {
  color: var(--color-denotative-warning-lightest) !important;
}
.acland .c-warning-lightest-hover:hover,
* .c-warning-lightest-hover:hover {
  color: var(--color-denotative-warning-lightest) !important;
}
.acland .bg-warning-lightest,
* .bg-warning-lightest {
  background-color: var(--color-denotative-warning-lightest) !important;
}
.acland .bg-warning-lightest-hover:hover,
* .bg-warning-lightest-hover:hover {
  background-color: var(--color-denotative-warning-lightest) !important;
}
.acland .border-warning-lightest,
* .border-warning-lightest {
  border-color: var(--color-denotative-warning-lightest) !important;
}
.acland .border-warning-lightest-hover:hover,
* .border-warning-lightest-hover:hover {
  border-color: var(--color-denotative-warning-lightest) !important;
}
.acland .c-error-darkest,
* .c-error-darkest {
  color: var(--color-denotative-error-darkest) !important;
}
.acland .c-error-darkest-hover:hover,
* .c-error-darkest-hover:hover {
  color: var(--color-denotative-error-darkest) !important;
}
.acland .bg-error-darkest,
* .bg-error-darkest {
  background-color: var(--color-denotative-error-darkest) !important;
}
.acland .bg-error-darkest-hover:hover,
* .bg-error-darkest-hover:hover {
  background-color: var(--color-denotative-error-darkest) !important;
}
.acland .border-error-darkest,
* .border-error-darkest {
  border-color: var(--color-denotative-error-darkest) !important;
}
.acland .border-error-darkest-hover:hover,
* .border-error-darkest-hover:hover {
  border-color: var(--color-denotative-error-darkest) !important;
}
.acland .c-error-action,
* .c-error-action {
  color: var(--color-denotative-error-action) !important;
}
.acland .c-error-action-hover:hover,
* .c-error-action-hover:hover {
  color: var(--color-denotative-error-action) !important;
}
.acland .bg-error-action,
* .bg-error-action {
  background-color: var(--color-denotative-error-action) !important;
}
.acland .bg-error-action-hover:hover,
* .bg-error-action-hover:hover {
  background-color: var(--color-denotative-error-action) !important;
}
.acland .border-error-action,
* .border-error-action {
  border-color: var(--color-denotative-error-action) !important;
}
.acland .border-error-action-hover:hover,
* .border-error-action-hover:hover {
  border-color: var(--color-denotative-error-action) !important;
}
.acland .c-error-default,
* .c-error-default {
  color: var(--color-denotative-error-default) !important;
}
.acland .c-error-default-hover:hover,
* .c-error-default-hover:hover {
  color: var(--color-denotative-error-default) !important;
}
.acland .bg-error-default,
* .bg-error-default {
  background-color: var(--color-denotative-error-default) !important;
}
.acland .bg-error-default-hover:hover,
* .bg-error-default-hover:hover {
  background-color: var(--color-denotative-error-default) !important;
}
.acland .border-error-default,
* .border-error-default {
  border-color: var(--color-denotative-error-default) !important;
}
.acland .border-error-default-hover:hover,
* .border-error-default-hover:hover {
  border-color: var(--color-denotative-error-default) !important;
}
.acland .c-error-active,
* .c-error-active {
  color: var(--color-denotative-error-active) !important;
}
.acland .c-error-active-hover:hover,
* .c-error-active-hover:hover {
  color: var(--color-denotative-error-active) !important;
}
.acland .bg-error-active,
* .bg-error-active {
  background-color: var(--color-denotative-error-active) !important;
}
.acland .bg-error-active-hover:hover,
* .bg-error-active-hover:hover {
  background-color: var(--color-denotative-error-active) !important;
}
.acland .border-error-active,
* .border-error-active {
  border-color: var(--color-denotative-error-active) !important;
}
.acland .border-error-active-hover:hover,
* .border-error-active-hover:hover {
  border-color: var(--color-denotative-error-active) !important;
}
.acland .c-error-lightest,
* .c-error-lightest {
  color: var(--color-denotative-error-lightest) !important;
}
.acland .c-error-lightest-hover:hover,
* .c-error-lightest-hover:hover {
  color: var(--color-denotative-error-lightest) !important;
}
.acland .bg-error-lightest,
* .bg-error-lightest {
  background-color: var(--color-denotative-error-lightest) !important;
}
.acland .bg-error-lightest-hover:hover,
* .bg-error-lightest-hover:hover {
  background-color: var(--color-denotative-error-lightest) !important;
}
.acland .border-error-lightest,
* .border-error-lightest {
  border-color: var(--color-denotative-error-lightest) !important;
}
.acland .border-error-lightest-hover:hover,
* .border-error-lightest-hover:hover {
  border-color: var(--color-denotative-error-lightest) !important;
}
.acland .c-disabled-background,
* .c-disabled-background {
  color: var(--color-function-disabled-background) !important;
}
.acland .c-disabled-background-hover:hover,
* .c-disabled-background-hover:hover {
  color: var(--color-function-disabled-background) !important;
}
.acland .bg-disabled-background,
* .bg-disabled-background {
  background-color: var(--color-function-disabled-background) !important;
}
.acland .bg-disabled-background-hover:hover,
* .bg-disabled-background-hover:hover {
  background-color: var(--color-function-disabled-background) !important;
}
.acland .border-disabled-background,
* .border-disabled-background {
  border-color: var(--color-function-disabled-background) !important;
}
.acland .border-disabled-background-hover:hover,
* .border-disabled-background-hover:hover {
  border-color: var(--color-function-disabled-background) !important;
}
.acland .c-disabled-text,
* .c-disabled-text {
  color: var(--color-function-disabled-text) !important;
}
.acland .c-disabled-text-hover:hover,
* .c-disabled-text-hover:hover {
  color: var(--color-function-disabled-text) !important;
}
.acland .bg-disabled-text,
* .bg-disabled-text {
  background-color: var(--color-function-disabled-text) !important;
}
.acland .bg-disabled-text-hover:hover,
* .bg-disabled-text-hover:hover {
  background-color: var(--color-function-disabled-text) !important;
}
.acland .border-disabled-text,
* .border-disabled-text {
  border-color: var(--color-function-disabled-text) !important;
}
.acland .border-disabled-text-hover:hover,
* .border-disabled-text-hover:hover {
  border-color: var(--color-function-disabled-text) !important;
}
.acland .c-disabled-border,
* .c-disabled-border {
  color: var(--color-function-disabled-border) !important;
}
.acland .c-disabled-border-hover:hover,
* .c-disabled-border-hover:hover {
  color: var(--color-function-disabled-border) !important;
}
.acland .bg-disabled-border,
* .bg-disabled-border {
  background-color: var(--color-function-disabled-border) !important;
}
.acland .bg-disabled-border-hover:hover,
* .bg-disabled-border-hover:hover {
  background-color: var(--color-function-disabled-border) !important;
}
.acland .border-disabled-border,
* .border-disabled-border {
  border-color: var(--color-function-disabled-border) !important;
}
.acland .border-disabled-border-hover:hover,
* .border-disabled-border-hover:hover {
  border-color: var(--color-function-disabled-border) !important;
}
.acland .c-primary-darkest,
* .c-primary-darkest {
  color: var(--color-function-primary-darkest) !important;
}
.acland .c-primary-darkest-hover:hover,
* .c-primary-darkest-hover:hover {
  color: var(--color-function-primary-darkest) !important;
}
.acland .bg-primary-darkest,
* .bg-primary-darkest {
  background-color: var(--color-function-primary-darkest) !important;
}
.acland .bg-primary-darkest-hover:hover,
* .bg-primary-darkest-hover:hover {
  background-color: var(--color-function-primary-darkest) !important;
}
.acland .border-primary-darkest,
* .border-primary-darkest {
  border-color: var(--color-function-primary-darkest) !important;
}
.acland .border-primary-darkest-hover:hover,
* .border-primary-darkest-hover:hover {
  border-color: var(--color-function-primary-darkest) !important;
}
.acland .c-primary-action,
* .c-primary-action {
  color: var(--color-function-primary-action) !important;
}
.acland .c-primary-action-hover:hover,
* .c-primary-action-hover:hover {
  color: var(--color-function-primary-action) !important;
}
.acland .bg-primary-action,
* .bg-primary-action {
  background-color: var(--color-function-primary-action) !important;
}
.acland .bg-primary-action-hover:hover,
* .bg-primary-action-hover:hover {
  background-color: var(--color-function-primary-action) !important;
}
.acland .border-primary-action,
* .border-primary-action {
  border-color: var(--color-function-primary-action) !important;
}
.acland .border-primary-action-hover:hover,
* .border-primary-action-hover:hover {
  border-color: var(--color-function-primary-action) !important;
}
.acland .c-primary-default,
* .c-primary-default {
  color: var(--color-function-primary-default) !important;
}
.acland .c-primary-default-hover:hover,
* .c-primary-default-hover:hover {
  color: var(--color-function-primary-default) !important;
}
.acland .bg-primary-default,
* .bg-primary-default {
  background-color: var(--color-function-primary-default) !important;
}
.acland .bg-primary-default-hover:hover,
* .bg-primary-default-hover:hover {
  background-color: var(--color-function-primary-default) !important;
}
.acland .border-primary-default,
* .border-primary-default {
  border-color: var(--color-function-primary-default) !important;
}
.acland .border-primary-default-hover:hover,
* .border-primary-default-hover:hover {
  border-color: var(--color-function-primary-default) !important;
}
.acland .c-primary-active,
* .c-primary-active {
  color: var(--color-function-primary-active) !important;
}
.acland .c-primary-active-hover:hover,
* .c-primary-active-hover:hover {
  color: var(--color-function-primary-active) !important;
}
.acland .bg-primary-active,
* .bg-primary-active {
  background-color: var(--color-function-primary-active) !important;
}
.acland .bg-primary-active-hover:hover,
* .bg-primary-active-hover:hover {
  background-color: var(--color-function-primary-active) !important;
}
.acland .border-primary-active,
* .border-primary-active {
  border-color: var(--color-function-primary-active) !important;
}
.acland .border-primary-active-hover:hover,
* .border-primary-active-hover:hover {
  border-color: var(--color-function-primary-active) !important;
}
.acland .c-primary-lightest,
* .c-primary-lightest {
  color: var(--color-function-primary-lightest) !important;
}
.acland .c-primary-lightest-hover:hover,
* .c-primary-lightest-hover:hover {
  color: var(--color-function-primary-lightest) !important;
}
.acland .bg-primary-lightest,
* .bg-primary-lightest {
  background-color: var(--color-function-primary-lightest) !important;
}
.acland .bg-primary-lightest-hover:hover,
* .bg-primary-lightest-hover:hover {
  background-color: var(--color-function-primary-lightest) !important;
}
.acland .border-primary-lightest,
* .border-primary-lightest {
  border-color: var(--color-function-primary-lightest) !important;
}
.acland .border-primary-lightest-hover:hover,
* .border-primary-lightest-hover:hover {
  border-color: var(--color-function-primary-lightest) !important;
}
.acland .c-secondary-darkest,
* .c-secondary-darkest {
  color: var(--color-function-secondary-darkest) !important;
}
.acland .c-secondary-darkest-hover:hover,
* .c-secondary-darkest-hover:hover {
  color: var(--color-function-secondary-darkest) !important;
}
.acland .bg-secondary-darkest,
* .bg-secondary-darkest {
  background-color: var(--color-function-secondary-darkest) !important;
}
.acland .bg-secondary-darkest-hover:hover,
* .bg-secondary-darkest-hover:hover {
  background-color: var(--color-function-secondary-darkest) !important;
}
.acland .border-secondary-darkest,
* .border-secondary-darkest {
  border-color: var(--color-function-secondary-darkest) !important;
}
.acland .border-secondary-darkest-hover:hover,
* .border-secondary-darkest-hover:hover {
  border-color: var(--color-function-secondary-darkest) !important;
}
.acland .c-secondary-action,
* .c-secondary-action {
  color: var(--color-function-secondary-action) !important;
}
.acland .c-secondary-action-hover:hover,
* .c-secondary-action-hover:hover {
  color: var(--color-function-secondary-action) !important;
}
.acland .bg-secondary-action,
* .bg-secondary-action {
  background-color: var(--color-function-secondary-action) !important;
}
.acland .bg-secondary-action-hover:hover,
* .bg-secondary-action-hover:hover {
  background-color: var(--color-function-secondary-action) !important;
}
.acland .border-secondary-action,
* .border-secondary-action {
  border-color: var(--color-function-secondary-action) !important;
}
.acland .border-secondary-action-hover:hover,
* .border-secondary-action-hover:hover {
  border-color: var(--color-function-secondary-action) !important;
}
.acland .c-secondary-default,
* .c-secondary-default {
  color: var(--color-function-secondary-default) !important;
}
.acland .c-secondary-default-hover:hover,
* .c-secondary-default-hover:hover {
  color: var(--color-function-secondary-default) !important;
}
.acland .bg-secondary-default,
* .bg-secondary-default {
  background-color: var(--color-function-secondary-default) !important;
}
.acland .bg-secondary-default-hover:hover,
* .bg-secondary-default-hover:hover {
  background-color: var(--color-function-secondary-default) !important;
}
.acland .border-secondary-default,
* .border-secondary-default {
  border-color: var(--color-function-secondary-default) !important;
}
.acland .border-secondary-default-hover:hover,
* .border-secondary-default-hover:hover {
  border-color: var(--color-function-secondary-default) !important;
}
.acland .c-secondary-active,
* .c-secondary-active {
  color: var(--color-function-secondary-active) !important;
}
.acland .c-secondary-active-hover:hover,
* .c-secondary-active-hover:hover {
  color: var(--color-function-secondary-active) !important;
}
.acland .bg-secondary-active,
* .bg-secondary-active {
  background-color: var(--color-function-secondary-active) !important;
}
.acland .bg-secondary-active-hover:hover,
* .bg-secondary-active-hover:hover {
  background-color: var(--color-function-secondary-active) !important;
}
.acland .border-secondary-active,
* .border-secondary-active {
  border-color: var(--color-function-secondary-active) !important;
}
.acland .border-secondary-active-hover:hover,
* .border-secondary-active-hover:hover {
  border-color: var(--color-function-secondary-active) !important;
}
.acland .c-secondary-lightest,
* .c-secondary-lightest {
  color: var(--color-function-secondary-lightest) !important;
}
.acland .c-secondary-lightest-hover:hover,
* .c-secondary-lightest-hover:hover {
  color: var(--color-function-secondary-lightest) !important;
}
.acland .bg-secondary-lightest,
* .bg-secondary-lightest {
  background-color: var(--color-function-secondary-lightest) !important;
}
.acland .bg-secondary-lightest-hover:hover,
* .bg-secondary-lightest-hover:hover {
  background-color: var(--color-function-secondary-lightest) !important;
}
.acland .border-secondary-lightest,
* .border-secondary-lightest {
  border-color: var(--color-function-secondary-lightest) !important;
}
.acland .border-secondary-lightest-hover:hover,
* .border-secondary-lightest-hover:hover {
  border-color: var(--color-function-secondary-lightest) !important;
}
.acland .c-tertiary-darkest,
* .c-tertiary-darkest {
  color: var(--color-function-tertiary-darkest) !important;
}
.acland .c-tertiary-darkest-hover:hover,
* .c-tertiary-darkest-hover:hover {
  color: var(--color-function-tertiary-darkest) !important;
}
.acland .bg-tertiary-darkest,
* .bg-tertiary-darkest {
  background-color: var(--color-function-tertiary-darkest) !important;
}
.acland .bg-tertiary-darkest-hover:hover,
* .bg-tertiary-darkest-hover:hover {
  background-color: var(--color-function-tertiary-darkest) !important;
}
.acland .border-tertiary-darkest,
* .border-tertiary-darkest {
  border-color: var(--color-function-tertiary-darkest) !important;
}
.acland .border-tertiary-darkest-hover:hover,
* .border-tertiary-darkest-hover:hover {
  border-color: var(--color-function-tertiary-darkest) !important;
}
.acland .c-tertiary-action,
* .c-tertiary-action {
  color: var(--color-function-tertiary-action) !important;
}
.acland .c-tertiary-action-hover:hover,
* .c-tertiary-action-hover:hover {
  color: var(--color-function-tertiary-action) !important;
}
.acland .bg-tertiary-action,
* .bg-tertiary-action {
  background-color: var(--color-function-tertiary-action) !important;
}
.acland .bg-tertiary-action-hover:hover,
* .bg-tertiary-action-hover:hover {
  background-color: var(--color-function-tertiary-action) !important;
}
.acland .border-tertiary-action,
* .border-tertiary-action {
  border-color: var(--color-function-tertiary-action) !important;
}
.acland .border-tertiary-action-hover:hover,
* .border-tertiary-action-hover:hover {
  border-color: var(--color-function-tertiary-action) !important;
}
.acland .c-tertiary-default,
* .c-tertiary-default {
  color: var(--color-function-tertiary-default) !important;
}
.acland .c-tertiary-default-hover:hover,
* .c-tertiary-default-hover:hover {
  color: var(--color-function-tertiary-default) !important;
}
.acland .bg-tertiary-default,
* .bg-tertiary-default {
  background-color: var(--color-function-tertiary-default) !important;
}
.acland .bg-tertiary-default-hover:hover,
* .bg-tertiary-default-hover:hover {
  background-color: var(--color-function-tertiary-default) !important;
}
.acland .border-tertiary-default,
* .border-tertiary-default {
  border-color: var(--color-function-tertiary-default) !important;
}
.acland .border-tertiary-default-hover:hover,
* .border-tertiary-default-hover:hover {
  border-color: var(--color-function-tertiary-default) !important;
}
.acland .c-tertiary-active,
* .c-tertiary-active {
  color: var(--color-function-tertiary-active) !important;
}
.acland .c-tertiary-active-hover:hover,
* .c-tertiary-active-hover:hover {
  color: var(--color-function-tertiary-active) !important;
}
.acland .bg-tertiary-active,
* .bg-tertiary-active {
  background-color: var(--color-function-tertiary-active) !important;
}
.acland .bg-tertiary-active-hover:hover,
* .bg-tertiary-active-hover:hover {
  background-color: var(--color-function-tertiary-active) !important;
}
.acland .border-tertiary-active,
* .border-tertiary-active {
  border-color: var(--color-function-tertiary-active) !important;
}
.acland .border-tertiary-active-hover:hover,
* .border-tertiary-active-hover:hover {
  border-color: var(--color-function-tertiary-active) !important;
}
.acland .c-tertiary-lightest,
* .c-tertiary-lightest {
  color: var(--color-function-tertiary-lightest) !important;
}
.acland .c-tertiary-lightest-hover:hover,
* .c-tertiary-lightest-hover:hover {
  color: var(--color-function-tertiary-lightest) !important;
}
.acland .bg-tertiary-lightest,
* .bg-tertiary-lightest {
  background-color: var(--color-function-tertiary-lightest) !important;
}
.acland .bg-tertiary-lightest-hover:hover,
* .bg-tertiary-lightest-hover:hover {
  background-color: var(--color-function-tertiary-lightest) !important;
}
.acland .border-tertiary-lightest,
* .border-tertiary-lightest {
  border-color: var(--color-function-tertiary-lightest) !important;
}
.acland .border-tertiary-lightest-hover:hover,
* .border-tertiary-lightest-hover:hover {
  border-color: var(--color-function-tertiary-lightest) !important;
}
.acland .c-text-default-low,
* .c-text-default-low {
  color: var(--color-surface-text-default-low) !important;
}
.acland .c-text-default-low-hover:hover,
* .c-text-default-low-hover:hover {
  color: var(--color-surface-text-default-low) !important;
}
.acland .bg-text-default-low,
* .bg-text-default-low {
  background-color: var(--color-surface-text-default-low) !important;
}
.acland .bg-text-default-low-hover:hover,
* .bg-text-default-low-hover:hover {
  background-color: var(--color-surface-text-default-low) !important;
}
.acland .border-text-default-low,
* .border-text-default-low {
  border-color: var(--color-surface-text-default-low) !important;
}
.acland .border-text-default-low-hover:hover,
* .border-text-default-low-hover:hover {
  border-color: var(--color-surface-text-default-low) !important;
}
.acland .c-text-default-medium,
* .c-text-default-medium {
  color: var(--color-surface-text-default-medium) !important;
}
.acland .c-text-default-medium-hover:hover,
* .c-text-default-medium-hover:hover {
  color: var(--color-surface-text-default-medium) !important;
}
.acland .bg-text-default-medium,
* .bg-text-default-medium {
  background-color: var(--color-surface-text-default-medium) !important;
}
.acland .bg-text-default-medium-hover:hover,
* .bg-text-default-medium-hover:hover {
  background-color: var(--color-surface-text-default-medium) !important;
}
.acland .border-text-default-medium,
* .border-text-default-medium {
  border-color: var(--color-surface-text-default-medium) !important;
}
.acland .border-text-default-medium-hover:hover,
* .border-text-default-medium-hover:hover {
  border-color: var(--color-surface-text-default-medium) !important;
}
.acland .c-text-default-high,
* .c-text-default-high {
  color: var(--color-surface-text-default-high) !important;
}
.acland .c-text-default-high-hover:hover,
* .c-text-default-high-hover:hover {
  color: var(--color-surface-text-default-high) !important;
}
.acland .bg-text-default-high,
* .bg-text-default-high {
  background-color: var(--color-surface-text-default-high) !important;
}
.acland .bg-text-default-high-hover:hover,
* .bg-text-default-high-hover:hover {
  background-color: var(--color-surface-text-default-high) !important;
}
.acland .border-text-default-high,
* .border-text-default-high {
  border-color: var(--color-surface-text-default-high) !important;
}
.acland .border-text-default-high-hover:hover,
* .border-text-default-high-hover:hover {
  border-color: var(--color-surface-text-default-high) !important;
}
.acland .c-text-highlight-low,
* .c-text-highlight-low {
  color: var(--color-surface-text-highlight-low) !important;
}
.acland .c-text-highlight-low-hover:hover,
* .c-text-highlight-low-hover:hover {
  color: var(--color-surface-text-highlight-low) !important;
}
.acland .bg-text-highlight-low,
* .bg-text-highlight-low {
  background-color: var(--color-surface-text-highlight-low) !important;
}
.acland .bg-text-highlight-low-hover:hover,
* .bg-text-highlight-low-hover:hover {
  background-color: var(--color-surface-text-highlight-low) !important;
}
.acland .border-text-highlight-low,
* .border-text-highlight-low {
  border-color: var(--color-surface-text-highlight-low) !important;
}
.acland .border-text-highlight-low-hover:hover,
* .border-text-highlight-low-hover:hover {
  border-color: var(--color-surface-text-highlight-low) !important;
}
.acland .c-text-highlight-medium,
* .c-text-highlight-medium {
  color: var(--color-surface-text-highlight-medium) !important;
}
.acland .c-text-highlight-medium-hover:hover,
* .c-text-highlight-medium-hover:hover {
  color: var(--color-surface-text-highlight-medium) !important;
}
.acland .bg-text-highlight-medium,
* .bg-text-highlight-medium {
  background-color: var(--color-surface-text-highlight-medium) !important;
}
.acland .bg-text-highlight-medium-hover:hover,
* .bg-text-highlight-medium-hover:hover {
  background-color: var(--color-surface-text-highlight-medium) !important;
}
.acland .border-text-highlight-medium,
* .border-text-highlight-medium {
  border-color: var(--color-surface-text-highlight-medium) !important;
}
.acland .border-text-highlight-medium-hover:hover,
* .border-text-highlight-medium-hover:hover {
  border-color: var(--color-surface-text-highlight-medium) !important;
}
.acland .c-text-highlight-high,
* .c-text-highlight-high {
  color: var(--color-surface-text-highlight-high) !important;
}
.acland .c-text-highlight-high-hover:hover,
* .c-text-highlight-high-hover:hover {
  color: var(--color-surface-text-highlight-high) !important;
}
.acland .bg-text-highlight-high,
* .bg-text-highlight-high {
  background-color: var(--color-surface-text-highlight-high) !important;
}
.acland .bg-text-highlight-high-hover:hover,
* .bg-text-highlight-high-hover:hover {
  background-color: var(--color-surface-text-highlight-high) !important;
}
.acland .border-text-highlight-high,
* .border-text-highlight-high {
  border-color: var(--color-surface-text-highlight-high) !important;
}
.acland .border-text-highlight-high-hover:hover,
* .border-text-highlight-high-hover:hover {
  border-color: var(--color-surface-text-highlight-high) !important;
}
.acland .c-background-low,
* .c-background-low {
  color: var(--color-surface-background-low) !important;
}
.acland .c-background-low-hover:hover,
* .c-background-low-hover:hover {
  color: var(--color-surface-background-low) !important;
}
.acland .bg-background-low,
* .bg-background-low {
  background-color: var(--color-surface-background-low) !important;
}
.acland .bg-background-low-hover:hover,
* .bg-background-low-hover:hover {
  background-color: var(--color-surface-background-low) !important;
}
.acland .border-background-low,
* .border-background-low {
  border-color: var(--color-surface-background-low) !important;
}
.acland .border-background-low-hover:hover,
* .border-background-low-hover:hover {
  border-color: var(--color-surface-background-low) !important;
}
.acland .c-background-medium,
* .c-background-medium {
  color: var(--color-surface-background-medium) !important;
}
.acland .c-background-medium-hover:hover,
* .c-background-medium-hover:hover {
  color: var(--color-surface-background-medium) !important;
}
.acland .bg-background-medium,
* .bg-background-medium {
  background-color: var(--color-surface-background-medium) !important;
}
.acland .bg-background-medium-hover:hover,
* .bg-background-medium-hover:hover {
  background-color: var(--color-surface-background-medium) !important;
}
.acland .border-background-medium,
* .border-background-medium {
  border-color: var(--color-surface-background-medium) !important;
}
.acland .border-background-medium-hover:hover,
* .border-background-medium-hover:hover {
  border-color: var(--color-surface-background-medium) !important;
}
.acland .c-background-high,
* .c-background-high {
  color: var(--color-surface-background-high) !important;
}
.acland .c-background-high-hover:hover,
* .c-background-high-hover:hover {
  color: var(--color-surface-background-high) !important;
}
.acland .bg-background-high,
* .bg-background-high {
  background-color: var(--color-surface-background-high) !important;
}
.acland .bg-background-high-hover:hover,
* .bg-background-high-hover:hover {
  background-color: var(--color-surface-background-high) !important;
}
.acland .border-background-high,
* .border-background-high {
  border-color: var(--color-surface-background-high) !important;
}
.acland .border-background-high-hover:hover,
* .border-background-high-hover:hover {
  border-color: var(--color-surface-background-high) !important;
}
.acland .c-stroke-low,
* .c-stroke-low {
  color: var(--color-surface-stroke-low) !important;
}
.acland .c-stroke-low-hover:hover,
* .c-stroke-low-hover:hover {
  color: var(--color-surface-stroke-low) !important;
}
.acland .bg-stroke-low,
* .bg-stroke-low {
  background-color: var(--color-surface-stroke-low) !important;
}
.acland .bg-stroke-low-hover:hover,
* .bg-stroke-low-hover:hover {
  background-color: var(--color-surface-stroke-low) !important;
}
.acland .border-stroke-low,
* .border-stroke-low {
  border-color: var(--color-surface-stroke-low) !important;
}
.acland .border-stroke-low-hover:hover,
* .border-stroke-low-hover:hover {
  border-color: var(--color-surface-stroke-low) !important;
}
.acland .c-stroke-medium,
* .c-stroke-medium {
  color: var(--color-surface-stroke-medium) !important;
}
.acland .c-stroke-medium-hover:hover,
* .c-stroke-medium-hover:hover {
  color: var(--color-surface-stroke-medium) !important;
}
.acland .bg-stroke-medium,
* .bg-stroke-medium {
  background-color: var(--color-surface-stroke-medium) !important;
}
.acland .bg-stroke-medium-hover:hover,
* .bg-stroke-medium-hover:hover {
  background-color: var(--color-surface-stroke-medium) !important;
}
.acland .border-stroke-medium,
* .border-stroke-medium {
  border-color: var(--color-surface-stroke-medium) !important;
}
.acland .border-stroke-medium-hover:hover,
* .border-stroke-medium-hover:hover {
  border-color: var(--color-surface-stroke-medium) !important;
}
.acland .c-stroke-high,
* .c-stroke-high {
  color: var(--color-surface-stroke-high) !important;
}
.acland .c-stroke-high-hover:hover,
* .c-stroke-high-hover:hover {
  color: var(--color-surface-stroke-high) !important;
}
.acland .bg-stroke-high,
* .bg-stroke-high {
  background-color: var(--color-surface-stroke-high) !important;
}
.acland .bg-stroke-high-hover:hover,
* .bg-stroke-high-hover:hover {
  background-color: var(--color-surface-stroke-high) !important;
}
.acland .border-stroke-high,
* .border-stroke-high {
  border-color: var(--color-surface-stroke-high) !important;
}
.acland .border-stroke-high-hover:hover,
* .border-stroke-high-hover:hover {
  border-color: var(--color-surface-stroke-high) !important;
}
.acland .c-support-1-low,
* .c-support-1-low {
  color: var(--color-surface-support-1-low) !important;
}
.acland .c-support-1-low-hover:hover,
* .c-support-1-low-hover:hover {
  color: var(--color-surface-support-1-low) !important;
}
.acland .bg-support-1-low,
* .bg-support-1-low {
  background-color: var(--color-surface-support-1-low) !important;
}
.acland .bg-support-1-low-hover:hover,
* .bg-support-1-low-hover:hover {
  background-color: var(--color-surface-support-1-low) !important;
}
.acland .border-support-1-low,
* .border-support-1-low {
  border-color: var(--color-surface-support-1-low) !important;
}
.acland .border-support-1-low-hover:hover,
* .border-support-1-low-hover:hover {
  border-color: var(--color-surface-support-1-low) !important;
}
.acland .c-support-1-medium,
* .c-support-1-medium {
  color: var(--color-surface-support-1-medium) !important;
}
.acland .c-support-1-medium-hover:hover,
* .c-support-1-medium-hover:hover {
  color: var(--color-surface-support-1-medium) !important;
}
.acland .bg-support-1-medium,
* .bg-support-1-medium {
  background-color: var(--color-surface-support-1-medium) !important;
}
.acland .bg-support-1-medium-hover:hover,
* .bg-support-1-medium-hover:hover {
  background-color: var(--color-surface-support-1-medium) !important;
}
.acland .border-support-1-medium,
* .border-support-1-medium {
  border-color: var(--color-surface-support-1-medium) !important;
}
.acland .border-support-1-medium-hover:hover,
* .border-support-1-medium-hover:hover {
  border-color: var(--color-surface-support-1-medium) !important;
}
.acland .c-support-1-high,
* .c-support-1-high {
  color: var(--color-surface-support-1-high) !important;
}
.acland .c-support-1-high-hover:hover,
* .c-support-1-high-hover:hover {
  color: var(--color-surface-support-1-high) !important;
}
.acland .bg-support-1-high,
* .bg-support-1-high {
  background-color: var(--color-surface-support-1-high) !important;
}
.acland .bg-support-1-high-hover:hover,
* .bg-support-1-high-hover:hover {
  background-color: var(--color-surface-support-1-high) !important;
}
.acland .border-support-1-high,
* .border-support-1-high {
  border-color: var(--color-surface-support-1-high) !important;
}
.acland .border-support-1-high-hover:hover,
* .border-support-1-high-hover:hover {
  border-color: var(--color-surface-support-1-high) !important;
}
.acland .c-support-2-low,
* .c-support-2-low {
  color: var(--color-surface-support-2-low) !important;
}
.acland .c-support-2-low-hover:hover,
* .c-support-2-low-hover:hover {
  color: var(--color-surface-support-2-low) !important;
}
.acland .bg-support-2-low,
* .bg-support-2-low {
  background-color: var(--color-surface-support-2-low) !important;
}
.acland .bg-support-2-low-hover:hover,
* .bg-support-2-low-hover:hover {
  background-color: var(--color-surface-support-2-low) !important;
}
.acland .border-support-2-low,
* .border-support-2-low {
  border-color: var(--color-surface-support-2-low) !important;
}
.acland .border-support-2-low-hover:hover,
* .border-support-2-low-hover:hover {
  border-color: var(--color-surface-support-2-low) !important;
}
.acland .c-support-2-medium,
* .c-support-2-medium {
  color: var(--color-surface-support-2-medium) !important;
}
.acland .c-support-2-medium-hover:hover,
* .c-support-2-medium-hover:hover {
  color: var(--color-surface-support-2-medium) !important;
}
.acland .bg-support-2-medium,
* .bg-support-2-medium {
  background-color: var(--color-surface-support-2-medium) !important;
}
.acland .bg-support-2-medium-hover:hover,
* .bg-support-2-medium-hover:hover {
  background-color: var(--color-surface-support-2-medium) !important;
}
.acland .border-support-2-medium,
* .border-support-2-medium {
  border-color: var(--color-surface-support-2-medium) !important;
}
.acland .border-support-2-medium-hover:hover,
* .border-support-2-medium-hover:hover {
  border-color: var(--color-surface-support-2-medium) !important;
}
.acland .c-support-2-high,
* .c-support-2-high {
  color: var(--color-surface-support-2-high) !important;
}
.acland .c-support-2-high-hover:hover,
* .c-support-2-high-hover:hover {
  color: var(--color-surface-support-2-high) !important;
}
.acland .bg-support-2-high,
* .bg-support-2-high {
  background-color: var(--color-surface-support-2-high) !important;
}
.acland .bg-support-2-high-hover:hover,
* .bg-support-2-high-hover:hover {
  background-color: var(--color-surface-support-2-high) !important;
}
.acland .border-support-2-high,
* .border-support-2-high {
  border-color: var(--color-surface-support-2-high) !important;
}
.acland .border-support-2-high-hover:hover,
* .border-support-2-high-hover:hover {
  border-color: var(--color-surface-support-2-high) !important;
}
.acland .c-support-3-low,
* .c-support-3-low {
  color: var(--color-surface-support-3-low) !important;
}
.acland .c-support-3-low-hover:hover,
* .c-support-3-low-hover:hover {
  color: var(--color-surface-support-3-low) !important;
}
.acland .bg-support-3-low,
* .bg-support-3-low {
  background-color: var(--color-surface-support-3-low) !important;
}
.acland .bg-support-3-low-hover:hover,
* .bg-support-3-low-hover:hover {
  background-color: var(--color-surface-support-3-low) !important;
}
.acland .border-support-3-low,
* .border-support-3-low {
  border-color: var(--color-surface-support-3-low) !important;
}
.acland .border-support-3-low-hover:hover,
* .border-support-3-low-hover:hover {
  border-color: var(--color-surface-support-3-low) !important;
}
.acland .c-support-3-medium,
* .c-support-3-medium {
  color: var(--color-surface-support-3-medium) !important;
}
.acland .c-support-3-medium-hover:hover,
* .c-support-3-medium-hover:hover {
  color: var(--color-surface-support-3-medium) !important;
}
.acland .bg-support-3-medium,
* .bg-support-3-medium {
  background-color: var(--color-surface-support-3-medium) !important;
}
.acland .bg-support-3-medium-hover:hover,
* .bg-support-3-medium-hover:hover {
  background-color: var(--color-surface-support-3-medium) !important;
}
.acland .border-support-3-medium,
* .border-support-3-medium {
  border-color: var(--color-surface-support-3-medium) !important;
}
.acland .border-support-3-medium-hover:hover,
* .border-support-3-medium-hover:hover {
  border-color: var(--color-surface-support-3-medium) !important;
}
.acland .c-support-3-high,
* .c-support-3-high {
  color: var(--color-surface-support-3-high) !important;
}
.acland .c-support-3-high-hover:hover,
* .c-support-3-high-hover:hover {
  color: var(--color-surface-support-3-high) !important;
}
.acland .bg-support-3-high,
* .bg-support-3-high {
  background-color: var(--color-surface-support-3-high) !important;
}
.acland .bg-support-3-high-hover:hover,
* .bg-support-3-high-hover:hover {
  background-color: var(--color-surface-support-3-high) !important;
}
.acland .border-support-3-high,
* .border-support-3-high {
  border-color: var(--color-surface-support-3-high) !important;
}
.acland .border-support-3-high-hover:hover,
* .border-support-3-high-hover:hover {
  border-color: var(--color-surface-support-3-high) !important;
}
.acland .c-support-4-low,
* .c-support-4-low {
  color: var(--color-surface-support-4-low) !important;
}
.acland .c-support-4-low-hover:hover,
* .c-support-4-low-hover:hover {
  color: var(--color-surface-support-4-low) !important;
}
.acland .bg-support-4-low,
* .bg-support-4-low {
  background-color: var(--color-surface-support-4-low) !important;
}
.acland .bg-support-4-low-hover:hover,
* .bg-support-4-low-hover:hover {
  background-color: var(--color-surface-support-4-low) !important;
}
.acland .border-support-4-low,
* .border-support-4-low {
  border-color: var(--color-surface-support-4-low) !important;
}
.acland .border-support-4-low-hover:hover,
* .border-support-4-low-hover:hover {
  border-color: var(--color-surface-support-4-low) !important;
}
.acland .c-support-4-medium,
* .c-support-4-medium {
  color: var(--color-surface-support-4-medium) !important;
}
.acland .c-support-4-medium-hover:hover,
* .c-support-4-medium-hover:hover {
  color: var(--color-surface-support-4-medium) !important;
}
.acland .bg-support-4-medium,
* .bg-support-4-medium {
  background-color: var(--color-surface-support-4-medium) !important;
}
.acland .bg-support-4-medium-hover:hover,
* .bg-support-4-medium-hover:hover {
  background-color: var(--color-surface-support-4-medium) !important;
}
.acland .border-support-4-medium,
* .border-support-4-medium {
  border-color: var(--color-surface-support-4-medium) !important;
}
.acland .border-support-4-medium-hover:hover,
* .border-support-4-medium-hover:hover {
  border-color: var(--color-surface-support-4-medium) !important;
}
.acland .c-support-4-high,
* .c-support-4-high {
  color: var(--color-surface-support-4-high) !important;
}
.acland .c-support-4-high-hover:hover,
* .c-support-4-high-hover:hover {
  color: var(--color-surface-support-4-high) !important;
}
.acland .bg-support-4-high,
* .bg-support-4-high {
  background-color: var(--color-surface-support-4-high) !important;
}
.acland .bg-support-4-high-hover:hover,
* .bg-support-4-high-hover:hover {
  background-color: var(--color-surface-support-4-high) !important;
}
.acland .border-support-4-high,
* .border-support-4-high {
  border-color: var(--color-surface-support-4-high) !important;
}
.acland .border-support-4-high-hover:hover,
* .border-support-4-high-hover:hover {
  border-color: var(--color-surface-support-4-high) !important;
}
.acland .c-support-5-low,
* .c-support-5-low {
  color: var(--color-surface-support-5-low) !important;
}
.acland .c-support-5-low-hover:hover,
* .c-support-5-low-hover:hover {
  color: var(--color-surface-support-5-low) !important;
}
.acland .bg-support-5-low,
* .bg-support-5-low {
  background-color: var(--color-surface-support-5-low) !important;
}
.acland .bg-support-5-low-hover:hover,
* .bg-support-5-low-hover:hover {
  background-color: var(--color-surface-support-5-low) !important;
}
.acland .border-support-5-low,
* .border-support-5-low {
  border-color: var(--color-surface-support-5-low) !important;
}
.acland .border-support-5-low-hover:hover,
* .border-support-5-low-hover:hover {
  border-color: var(--color-surface-support-5-low) !important;
}
.acland .c-support-5-medium,
* .c-support-5-medium {
  color: var(--color-surface-support-5-medium) !important;
}
.acland .c-support-5-medium-hover:hover,
* .c-support-5-medium-hover:hover {
  color: var(--color-surface-support-5-medium) !important;
}
.acland .bg-support-5-medium,
* .bg-support-5-medium {
  background-color: var(--color-surface-support-5-medium) !important;
}
.acland .bg-support-5-medium-hover:hover,
* .bg-support-5-medium-hover:hover {
  background-color: var(--color-surface-support-5-medium) !important;
}
.acland .border-support-5-medium,
* .border-support-5-medium {
  border-color: var(--color-surface-support-5-medium) !important;
}
.acland .border-support-5-medium-hover:hover,
* .border-support-5-medium-hover:hover {
  border-color: var(--color-surface-support-5-medium) !important;
}
.acland .c-support-5-high,
* .c-support-5-high {
  color: var(--color-surface-support-5-high) !important;
}
.acland .c-support-5-high-hover:hover,
* .c-support-5-high-hover:hover {
  color: var(--color-surface-support-5-high) !important;
}
.acland .bg-support-5-high,
* .bg-support-5-high {
  background-color: var(--color-surface-support-5-high) !important;
}
.acland .bg-support-5-high-hover:hover,
* .bg-support-5-high-hover:hover {
  background-color: var(--color-surface-support-5-high) !important;
}
.acland .border-support-5-high,
* .border-support-5-high {
  border-color: var(--color-surface-support-5-high) !important;
}
.acland .border-support-5-high-hover:hover,
* .border-support-5-high-hover:hover {
  border-color: var(--color-surface-support-5-high) !important;
}
.acland .c-support-6-low,
* .c-support-6-low {
  color: var(--color-surface-support-6-low) !important;
}
.acland .c-support-6-low-hover:hover,
* .c-support-6-low-hover:hover {
  color: var(--color-surface-support-6-low) !important;
}
.acland .bg-support-6-low,
* .bg-support-6-low {
  background-color: var(--color-surface-support-6-low) !important;
}
.acland .bg-support-6-low-hover:hover,
* .bg-support-6-low-hover:hover {
  background-color: var(--color-surface-support-6-low) !important;
}
.acland .border-support-6-low,
* .border-support-6-low {
  border-color: var(--color-surface-support-6-low) !important;
}
.acland .border-support-6-low-hover:hover,
* .border-support-6-low-hover:hover {
  border-color: var(--color-surface-support-6-low) !important;
}
.acland .c-support-6-medium,
* .c-support-6-medium {
  color: var(--color-surface-support-6-medium) !important;
}
.acland .c-support-6-medium-hover:hover,
* .c-support-6-medium-hover:hover {
  color: var(--color-surface-support-6-medium) !important;
}
.acland .bg-support-6-medium,
* .bg-support-6-medium {
  background-color: var(--color-surface-support-6-medium) !important;
}
.acland .bg-support-6-medium-hover:hover,
* .bg-support-6-medium-hover:hover {
  background-color: var(--color-surface-support-6-medium) !important;
}
.acland .border-support-6-medium,
* .border-support-6-medium {
  border-color: var(--color-surface-support-6-medium) !important;
}
.acland .border-support-6-medium-hover:hover,
* .border-support-6-medium-hover:hover {
  border-color: var(--color-surface-support-6-medium) !important;
}
.acland .c-support-6-high,
* .c-support-6-high {
  color: var(--color-surface-support-6-high) !important;
}
.acland .c-support-6-high-hover:hover,
* .c-support-6-high-hover:hover {
  color: var(--color-surface-support-6-high) !important;
}
.acland .bg-support-6-high,
* .bg-support-6-high {
  background-color: var(--color-surface-support-6-high) !important;
}
.acland .bg-support-6-high-hover:hover,
* .bg-support-6-high-hover:hover {
  background-color: var(--color-surface-support-6-high) !important;
}
.acland .border-support-6-high,
* .border-support-6-high {
  border-color: var(--color-surface-support-6-high) !important;
}
.acland .border-support-6-high-hover:hover,
* .border-support-6-high-hover:hover {
  border-color: var(--color-surface-support-6-high) !important;
}
.acland .c-support-7-low,
* .c-support-7-low {
  color: var(--color-surface-support-7-low) !important;
}
.acland .c-support-7-low-hover:hover,
* .c-support-7-low-hover:hover {
  color: var(--color-surface-support-7-low) !important;
}
.acland .bg-support-7-low,
* .bg-support-7-low {
  background-color: var(--color-surface-support-7-low) !important;
}
.acland .bg-support-7-low-hover:hover,
* .bg-support-7-low-hover:hover {
  background-color: var(--color-surface-support-7-low) !important;
}
.acland .border-support-7-low,
* .border-support-7-low {
  border-color: var(--color-surface-support-7-low) !important;
}
.acland .border-support-7-low-hover:hover,
* .border-support-7-low-hover:hover {
  border-color: var(--color-surface-support-7-low) !important;
}
.acland .c-support-7-medium,
* .c-support-7-medium {
  color: var(--color-surface-support-7-medium) !important;
}
.acland .c-support-7-medium-hover:hover,
* .c-support-7-medium-hover:hover {
  color: var(--color-surface-support-7-medium) !important;
}
.acland .bg-support-7-medium,
* .bg-support-7-medium {
  background-color: var(--color-surface-support-7-medium) !important;
}
.acland .bg-support-7-medium-hover:hover,
* .bg-support-7-medium-hover:hover {
  background-color: var(--color-surface-support-7-medium) !important;
}
.acland .border-support-7-medium,
* .border-support-7-medium {
  border-color: var(--color-surface-support-7-medium) !important;
}
.acland .border-support-7-medium-hover:hover,
* .border-support-7-medium-hover:hover {
  border-color: var(--color-surface-support-7-medium) !important;
}
.acland .c-support-7-high,
* .c-support-7-high {
  color: var(--color-surface-support-7-high) !important;
}
.acland .c-support-7-high-hover:hover,
* .c-support-7-high-hover:hover {
  color: var(--color-surface-support-7-high) !important;
}
.acland .bg-support-7-high,
* .bg-support-7-high {
  background-color: var(--color-surface-support-7-high) !important;
}
.acland .bg-support-7-high-hover:hover,
* .bg-support-7-high-hover:hover {
  background-color: var(--color-surface-support-7-high) !important;
}
.acland .border-support-7-high,
* .border-support-7-high {
  border-color: var(--color-surface-support-7-high) !important;
}
.acland .border-support-7-high-hover:hover,
* .border-support-7-high-hover:hover {
  border-color: var(--color-surface-support-7-high) !important;
}
.acland .c-balance-income-low,
* .c-balance-income-low {
  color: var(--color-surface-balance-income-low) !important;
}
.acland .c-balance-income-low-hover:hover,
* .c-balance-income-low-hover:hover {
  color: var(--color-surface-balance-income-low) !important;
}
.acland .bg-balance-income-low,
* .bg-balance-income-low {
  background-color: var(--color-surface-balance-income-low) !important;
}
.acland .bg-balance-income-low-hover:hover,
* .bg-balance-income-low-hover:hover {
  background-color: var(--color-surface-balance-income-low) !important;
}
.acland .border-balance-income-low,
* .border-balance-income-low {
  border-color: var(--color-surface-balance-income-low) !important;
}
.acland .border-balance-income-low-hover:hover,
* .border-balance-income-low-hover:hover {
  border-color: var(--color-surface-balance-income-low) !important;
}
.acland .c-balance-income-medium,
* .c-balance-income-medium {
  color: var(--color-surface-balance-income-medium) !important;
}
.acland .c-balance-income-medium-hover:hover,
* .c-balance-income-medium-hover:hover {
  color: var(--color-surface-balance-income-medium) !important;
}
.acland .bg-balance-income-medium,
* .bg-balance-income-medium {
  background-color: var(--color-surface-balance-income-medium) !important;
}
.acland .bg-balance-income-medium-hover:hover,
* .bg-balance-income-medium-hover:hover {
  background-color: var(--color-surface-balance-income-medium) !important;
}
.acland .border-balance-income-medium,
* .border-balance-income-medium {
  border-color: var(--color-surface-balance-income-medium) !important;
}
.acland .border-balance-income-medium-hover:hover,
* .border-balance-income-medium-hover:hover {
  border-color: var(--color-surface-balance-income-medium) !important;
}
.acland .c-balance-debit-low,
* .c-balance-debit-low {
  color: var(--color-surface-balance-debit-low) !important;
}
.acland .c-balance-debit-low-hover:hover,
* .c-balance-debit-low-hover:hover {
  color: var(--color-surface-balance-debit-low) !important;
}
.acland .bg-balance-debit-low,
* .bg-balance-debit-low {
  background-color: var(--color-surface-balance-debit-low) !important;
}
.acland .bg-balance-debit-low-hover:hover,
* .bg-balance-debit-low-hover:hover {
  background-color: var(--color-surface-balance-debit-low) !important;
}
.acland .border-balance-debit-low,
* .border-balance-debit-low {
  border-color: var(--color-surface-balance-debit-low) !important;
}
.acland .border-balance-debit-low-hover:hover,
* .border-balance-debit-low-hover:hover {
  border-color: var(--color-surface-balance-debit-low) !important;
}
.acland .c-balance-debit-medium,
* .c-balance-debit-medium {
  color: var(--color-surface-balance-debit-medium) !important;
}
.acland .c-balance-debit-medium-hover:hover,
* .c-balance-debit-medium-hover:hover {
  color: var(--color-surface-balance-debit-medium) !important;
}
.acland .bg-balance-debit-medium,
* .bg-balance-debit-medium {
  background-color: var(--color-surface-balance-debit-medium) !important;
}
.acland .bg-balance-debit-medium-hover:hover,
* .bg-balance-debit-medium-hover:hover {
  background-color: var(--color-surface-balance-debit-medium) !important;
}
.acland .border-balance-debit-medium,
* .border-balance-debit-medium {
  border-color: var(--color-surface-balance-debit-medium) !important;
}
.acland .border-balance-debit-medium-hover:hover,
* .border-balance-debit-medium-hover:hover {
  border-color: var(--color-surface-balance-debit-medium) !important;
}
.acland .c-shadow-default-low,
* .c-shadow-default-low {
  color: var(--color-surface-shadow-default-low) !important;
}
.acland .c-shadow-default-low-hover:hover,
* .c-shadow-default-low-hover:hover {
  color: var(--color-surface-shadow-default-low) !important;
}
.acland .bg-shadow-default-low,
* .bg-shadow-default-low {
  background-color: var(--color-surface-shadow-default-low) !important;
}
.acland .bg-shadow-default-low-hover:hover,
* .bg-shadow-default-low-hover:hover {
  background-color: var(--color-surface-shadow-default-low) !important;
}
.acland .border-shadow-default-low,
* .border-shadow-default-low {
  border-color: var(--color-surface-shadow-default-low) !important;
}
.acland .border-shadow-default-low-hover:hover,
* .border-shadow-default-low-hover:hover {
  border-color: var(--color-surface-shadow-default-low) !important;
}
.acland .c-shadow-default-medium,
* .c-shadow-default-medium {
  color: var(--color-surface-shadow-default-medium) !important;
}
.acland .c-shadow-default-medium-hover:hover,
* .c-shadow-default-medium-hover:hover {
  color: var(--color-surface-shadow-default-medium) !important;
}
.acland .bg-shadow-default-medium,
* .bg-shadow-default-medium {
  background-color: var(--color-surface-shadow-default-medium) !important;
}
.acland .bg-shadow-default-medium-hover:hover,
* .bg-shadow-default-medium-hover:hover {
  background-color: var(--color-surface-shadow-default-medium) !important;
}
.acland .border-shadow-default-medium,
* .border-shadow-default-medium {
  border-color: var(--color-surface-shadow-default-medium) !important;
}
.acland .border-shadow-default-medium-hover:hover,
* .border-shadow-default-medium-hover:hover {
  border-color: var(--color-surface-shadow-default-medium) !important;
}
.acland .c-shadow-default-high,
* .c-shadow-default-high {
  color: var(--color-surface-shadow-default-high) !important;
}
.acland .c-shadow-default-high-hover:hover,
* .c-shadow-default-high-hover:hover {
  color: var(--color-surface-shadow-default-high) !important;
}
.acland .bg-shadow-default-high,
* .bg-shadow-default-high {
  background-color: var(--color-surface-shadow-default-high) !important;
}
.acland .bg-shadow-default-high-hover:hover,
* .bg-shadow-default-high-hover:hover {
  background-color: var(--color-surface-shadow-default-high) !important;
}
.acland .border-shadow-default-high,
* .border-shadow-default-high {
  border-color: var(--color-surface-shadow-default-high) !important;
}
.acland .border-shadow-default-high-hover:hover,
* .border-shadow-default-high-hover:hover {
  border-color: var(--color-surface-shadow-default-high) !important;
}
.acland .c-shadow-highlight-low,
* .c-shadow-highlight-low {
  color: var(--color-surface-shadow-highlight-low) !important;
}
.acland .c-shadow-highlight-low-hover:hover,
* .c-shadow-highlight-low-hover:hover {
  color: var(--color-surface-shadow-highlight-low) !important;
}
.acland .bg-shadow-highlight-low,
* .bg-shadow-highlight-low {
  background-color: var(--color-surface-shadow-highlight-low) !important;
}
.acland .bg-shadow-highlight-low-hover:hover,
* .bg-shadow-highlight-low-hover:hover {
  background-color: var(--color-surface-shadow-highlight-low) !important;
}
.acland .border-shadow-highlight-low,
* .border-shadow-highlight-low {
  border-color: var(--color-surface-shadow-highlight-low) !important;
}
.acland .border-shadow-highlight-low-hover:hover,
* .border-shadow-highlight-low-hover:hover {
  border-color: var(--color-surface-shadow-highlight-low) !important;
}
.acland .c-shadow-highlight-medium,
* .c-shadow-highlight-medium {
  color: var(--color-surface-shadow-highlight-medium) !important;
}
.acland .c-shadow-highlight-medium-hover:hover,
* .c-shadow-highlight-medium-hover:hover {
  color: var(--color-surface-shadow-highlight-medium) !important;
}
.acland .bg-shadow-highlight-medium,
* .bg-shadow-highlight-medium {
  background-color: var(--color-surface-shadow-highlight-medium) !important;
}
.acland .bg-shadow-highlight-medium-hover:hover,
* .bg-shadow-highlight-medium-hover:hover {
  background-color: var(--color-surface-shadow-highlight-medium) !important;
}
.acland .border-shadow-highlight-medium,
* .border-shadow-highlight-medium {
  border-color: var(--color-surface-shadow-highlight-medium) !important;
}
.acland .border-shadow-highlight-medium-hover:hover,
* .border-shadow-highlight-medium-hover:hover {
  border-color: var(--color-surface-shadow-highlight-medium) !important;
}
.acland .c-shadow-highlight-high,
* .c-shadow-highlight-high {
  color: var(--color-surface-shadow-highlight-high) !important;
}
.acland .c-shadow-highlight-high-hover:hover,
* .c-shadow-highlight-high-hover:hover {
  color: var(--color-surface-shadow-highlight-high) !important;
}
.acland .bg-shadow-highlight-high,
* .bg-shadow-highlight-high {
  background-color: var(--color-surface-shadow-highlight-high) !important;
}
.acland .bg-shadow-highlight-high-hover:hover,
* .bg-shadow-highlight-high-hover:hover {
  background-color: var(--color-surface-shadow-highlight-high) !important;
}
.acland .border-shadow-highlight-high,
* .border-shadow-highlight-high {
  border-color: var(--color-surface-shadow-highlight-high) !important;
}
.acland .border-shadow-highlight-high-hover:hover,
* .border-shadow-highlight-high-hover:hover {
  border-color: var(--color-surface-shadow-highlight-high) !important;
}
.acland .fw-100,
* .fw-100 {
  font-weight: 100 !important;
}
.acland .fw-200,
* .fw-200 {
  font-weight: 200 !important;
}
.acland .fw-300,
* .fw-300 {
  font-weight: 300 !important;
}
.acland .fw-400,
* .fw-400 {
  font-weight: 400 !important;
}
.acland .fw-500,
* .fw-500 {
  font-weight: 500 !important;
}
.acland .fw-600,
* .fw-600 {
  font-weight: 600 !important;
}
.acland .fw-700,
* .fw-700 {
  font-weight: 700 !important;
}
.acland .fw-800,
* .fw-800 {
  font-weight: 800 !important;
}
.acland .fw-900,
* .fw-900 {
  font-weight: 900 !important;
}
.acland .fw-normal,
* .fw-normal {
  font-weight: 400 !important;
}
.acland .fw-bold,
* .fw-bold {
  font-weight: 700 !important;
}
.acland .fs-1,
* .fs-1 {
  font-size: var(--font-size-1) !important;
}
.acland .fs-2,
* .fs-2 {
  font-size: var(--font-size-2) !important;
}
.acland .fs-3,
* .fs-3 {
  font-size: var(--font-size-3) !important;
}
.acland .fs-4,
* .fs-4 {
  font-size: var(--font-size-4) !important;
}
.acland .fs-5,
* .fs-5 {
  font-size: var(--font-size-5) !important;
}
.acland .fs-6,
* .fs-6 {
  font-size: var(--font-size-6) !important;
}
.acland .fs-base,
* .fs-base {
  font-size: var(--font-size-bs) !important;
}
.acland .fs-bs,
* .fs-bs {
  font-size: var(--font-size-bs) !important;
}
.acland .fs-small,
* .fs-small {
  font-size: var(--font-size-small) !important;
}
.acland .fs-sm,
* .fs-sm {
  font-size: var(--font-size-sm) !important;
}
.acland .fs-xs,
* .fs-xs {
  font-size: var(--font-size-xs) !important;
}
.acland .fs-lg,
* .fs-lg {
  font-size: var(--font-size-lg) !important;
}
.acland .fs-xl,
* .fs-xl {
  font-size: var(--font-size-xl) !important;
}
.acland .fs-08,
* .fs-08 {
  font-size: 0.8rem !important;
}
.acland .fs-100,
* .fs-100 {
  font-size: 1rem !important;
}
.acland .fs-125,
* .fs-125 {
  font-size: 1.25rem !important;
}
.acland .fs-150,
* .fs-150 {
  font-size: 1.5rem !important;
}
.acland .fs-175,
* .fs-175 {
  font-size: 1.75rem !important;
}
.acland .fs-200,
* .fs-200 {
  font-size: 2rem !important;
}
.acland .fs-225,
* .fs-225 {
  font-size: 2.25rem !important;
}
.acland .fs-250,
* .fs-250 {
  font-size: 2.5rem !important;
}
.acland .fs-275,
* .fs-275 {
  font-size: 2.75rem !important;
}
.acland .fs-300,
* .fs-300 {
  font-size: 3rem !important;
}
.acland .fs-400,
* .fs-400 {
  font-size: 4rem !important;
}
.acland .fs-500,
* .fs-500 {
  font-size: 5rem !important;
}
@media (min-width: 567px) {
  .acland .fs-sm-1,
  * .fs-sm-1 {
    font-size: var(--font-size-1) !important;
  }
  .acland .fs-sm-2,
  * .fs-sm-2 {
    font-size: var(--font-size-2) !important;
  }
  .acland .fs-sm-3,
  * .fs-sm-3 {
    font-size: var(--font-size-3) !important;
  }
  .acland .fs-sm-4,
  * .fs-sm-4 {
    font-size: var(--font-size-4) !important;
  }
  .acland .fs-sm-5,
  * .fs-sm-5 {
    font-size: var(--font-size-5) !important;
  }
  .acland .fs-sm-6,
  * .fs-sm-6 {
    font-size: var(--font-size-6) !important;
  }
  .acland .fs-sm-base,
  * .fs-sm-base {
    font-size: var(--font-size-bs) !important;
  }
  .acland .fs-sm-bs,
  * .fs-sm-bs {
    font-size: var(--font-size-bs) !important;
  }
  .acland .fs-sm-small,
  * .fs-sm-small {
    font-size: var(--font-size-small) !important;
  }
  .acland .fs-sm-sm,
  * .fs-sm-sm {
    font-size: var(--font-size-sm) !important;
  }
  .acland .fs-sm-xs,
  * .fs-sm-xs {
    font-size: var(--font-size-xs) !important;
  }
  .acland .fs-sm-lg,
  * .fs-sm-lg {
    font-size: var(--font-size-lg) !important;
  }
  .acland .fs-sm-xl,
  * .fs-sm-xl {
    font-size: var(--font-size-xl) !important;
  }
  .acland .fs-sm-08,
  * .fs-sm-08 {
    font-size: 0.8rem !important;
  }
  .acland .fs-sm-100,
  * .fs-sm-100 {
    font-size: 1rem !important;
  }
  .acland .fs-sm-125,
  * .fs-sm-125 {
    font-size: 1.25rem !important;
  }
  .acland .fs-sm-150,
  * .fs-sm-150 {
    font-size: 1.5rem !important;
  }
  .acland .fs-sm-175,
  * .fs-sm-175 {
    font-size: 1.75rem !important;
  }
  .acland .fs-sm-200,
  * .fs-sm-200 {
    font-size: 2rem !important;
  }
  .acland .fs-sm-225,
  * .fs-sm-225 {
    font-size: 2.25rem !important;
  }
  .acland .fs-sm-250,
  * .fs-sm-250 {
    font-size: 2.5rem !important;
  }
  .acland .fs-sm-275,
  * .fs-sm-275 {
    font-size: 2.75rem !important;
  }
  .acland .fs-sm-300,
  * .fs-sm-300 {
    font-size: 3rem !important;
  }
  .acland .fs-sm-400,
  * .fs-sm-400 {
    font-size: 4rem !important;
  }
  .acland .fs-sm-500,
  * .fs-sm-500 {
    font-size: 5rem !important;
  }
}
@media (min-width: 767px) {
  .acland .fs-md-1,
  * .fs-md-1 {
    font-size: var(--font-size-1) !important;
  }
  .acland .fs-md-2,
  * .fs-md-2 {
    font-size: var(--font-size-2) !important;
  }
  .acland .fs-md-3,
  * .fs-md-3 {
    font-size: var(--font-size-3) !important;
  }
  .acland .fs-md-4,
  * .fs-md-4 {
    font-size: var(--font-size-4) !important;
  }
  .acland .fs-md-5,
  * .fs-md-5 {
    font-size: var(--font-size-5) !important;
  }
  .acland .fs-md-6,
  * .fs-md-6 {
    font-size: var(--font-size-6) !important;
  }
  .acland .fs-md-base,
  * .fs-md-base {
    font-size: var(--font-size-bs) !important;
  }
  .acland .fs-md-bs,
  * .fs-md-bs {
    font-size: var(--font-size-bs) !important;
  }
  .acland .fs-md-small,
  * .fs-md-small {
    font-size: var(--font-size-small) !important;
  }
  .acland .fs-md-sm,
  * .fs-md-sm {
    font-size: var(--font-size-sm) !important;
  }
  .acland .fs-md-xs,
  * .fs-md-xs {
    font-size: var(--font-size-xs) !important;
  }
  .acland .fs-md-lg,
  * .fs-md-lg {
    font-size: var(--font-size-lg) !important;
  }
  .acland .fs-md-xl,
  * .fs-md-xl {
    font-size: var(--font-size-xl) !important;
  }
  .acland .fs-md-08,
  * .fs-md-08 {
    font-size: 0.8rem !important;
  }
  .acland .fs-md-100,
  * .fs-md-100 {
    font-size: 1rem !important;
  }
  .acland .fs-md-125,
  * .fs-md-125 {
    font-size: 1.25rem !important;
  }
  .acland .fs-md-150,
  * .fs-md-150 {
    font-size: 1.5rem !important;
  }
  .acland .fs-md-175,
  * .fs-md-175 {
    font-size: 1.75rem !important;
  }
  .acland .fs-md-200,
  * .fs-md-200 {
    font-size: 2rem !important;
  }
  .acland .fs-md-225,
  * .fs-md-225 {
    font-size: 2.25rem !important;
  }
  .acland .fs-md-250,
  * .fs-md-250 {
    font-size: 2.5rem !important;
  }
  .acland .fs-md-275,
  * .fs-md-275 {
    font-size: 2.75rem !important;
  }
  .acland .fs-md-300,
  * .fs-md-300 {
    font-size: 3rem !important;
  }
  .acland .fs-md-400,
  * .fs-md-400 {
    font-size: 4rem !important;
  }
  .acland .fs-md-500,
  * .fs-md-500 {
    font-size: 5rem !important;
  }
}
@media (min-width: 992px) {
  .acland .fs-lg-1,
  * .fs-lg-1 {
    font-size: var(--font-size-1) !important;
  }
  .acland .fs-lg-2,
  * .fs-lg-2 {
    font-size: var(--font-size-2) !important;
  }
  .acland .fs-lg-3,
  * .fs-lg-3 {
    font-size: var(--font-size-3) !important;
  }
  .acland .fs-lg-4,
  * .fs-lg-4 {
    font-size: var(--font-size-4) !important;
  }
  .acland .fs-lg-5,
  * .fs-lg-5 {
    font-size: var(--font-size-5) !important;
  }
  .acland .fs-lg-6,
  * .fs-lg-6 {
    font-size: var(--font-size-6) !important;
  }
  .acland .fs-lg-base,
  * .fs-lg-base {
    font-size: var(--font-size-bs) !important;
  }
  .acland .fs-lg-bs,
  * .fs-lg-bs {
    font-size: var(--font-size-bs) !important;
  }
  .acland .fs-lg-small,
  * .fs-lg-small {
    font-size: var(--font-size-small) !important;
  }
  .acland .fs-lg-sm,
  * .fs-lg-sm {
    font-size: var(--font-size-sm) !important;
  }
  .acland .fs-lg-xs,
  * .fs-lg-xs {
    font-size: var(--font-size-xs) !important;
  }
  .acland .fs-lg-lg,
  * .fs-lg-lg {
    font-size: var(--font-size-lg) !important;
  }
  .acland .fs-lg-xl,
  * .fs-lg-xl {
    font-size: var(--font-size-xl) !important;
  }
  .acland .fs-lg-08,
  * .fs-lg-08 {
    font-size: 0.8rem !important;
  }
  .acland .fs-lg-100,
  * .fs-lg-100 {
    font-size: 1rem !important;
  }
  .acland .fs-lg-125,
  * .fs-lg-125 {
    font-size: 1.25rem !important;
  }
  .acland .fs-lg-150,
  * .fs-lg-150 {
    font-size: 1.5rem !important;
  }
  .acland .fs-lg-175,
  * .fs-lg-175 {
    font-size: 1.75rem !important;
  }
  .acland .fs-lg-200,
  * .fs-lg-200 {
    font-size: 2rem !important;
  }
  .acland .fs-lg-225,
  * .fs-lg-225 {
    font-size: 2.25rem !important;
  }
  .acland .fs-lg-250,
  * .fs-lg-250 {
    font-size: 2.5rem !important;
  }
  .acland .fs-lg-275,
  * .fs-lg-275 {
    font-size: 2.75rem !important;
  }
  .acland .fs-lg-300,
  * .fs-lg-300 {
    font-size: 3rem !important;
  }
  .acland .fs-lg-400,
  * .fs-lg-400 {
    font-size: 4rem !important;
  }
  .acland .fs-lg-500,
  * .fs-lg-500 {
    font-size: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .acland .fs-xl-1,
  * .fs-xl-1 {
    font-size: var(--font-size-1) !important;
  }
  .acland .fs-xl-2,
  * .fs-xl-2 {
    font-size: var(--font-size-2) !important;
  }
  .acland .fs-xl-3,
  * .fs-xl-3 {
    font-size: var(--font-size-3) !important;
  }
  .acland .fs-xl-4,
  * .fs-xl-4 {
    font-size: var(--font-size-4) !important;
  }
  .acland .fs-xl-5,
  * .fs-xl-5 {
    font-size: var(--font-size-5) !important;
  }
  .acland .fs-xl-6,
  * .fs-xl-6 {
    font-size: var(--font-size-6) !important;
  }
  .acland .fs-xl-base,
  * .fs-xl-base {
    font-size: var(--font-size-bs) !important;
  }
  .acland .fs-xl-bs,
  * .fs-xl-bs {
    font-size: var(--font-size-bs) !important;
  }
  .acland .fs-xl-small,
  * .fs-xl-small {
    font-size: var(--font-size-small) !important;
  }
  .acland .fs-xl-sm,
  * .fs-xl-sm {
    font-size: var(--font-size-sm) !important;
  }
  .acland .fs-xl-xs,
  * .fs-xl-xs {
    font-size: var(--font-size-xs) !important;
  }
  .acland .fs-xl-lg,
  * .fs-xl-lg {
    font-size: var(--font-size-lg) !important;
  }
  .acland .fs-xl-xl,
  * .fs-xl-xl {
    font-size: var(--font-size-xl) !important;
  }
  .acland .fs-xl-08,
  * .fs-xl-08 {
    font-size: 0.8rem !important;
  }
  .acland .fs-xl-100,
  * .fs-xl-100 {
    font-size: 1rem !important;
  }
  .acland .fs-xl-125,
  * .fs-xl-125 {
    font-size: 1.25rem !important;
  }
  .acland .fs-xl-150,
  * .fs-xl-150 {
    font-size: 1.5rem !important;
  }
  .acland .fs-xl-175,
  * .fs-xl-175 {
    font-size: 1.75rem !important;
  }
  .acland .fs-xl-200,
  * .fs-xl-200 {
    font-size: 2rem !important;
  }
  .acland .fs-xl-225,
  * .fs-xl-225 {
    font-size: 2.25rem !important;
  }
  .acland .fs-xl-250,
  * .fs-xl-250 {
    font-size: 2.5rem !important;
  }
  .acland .fs-xl-275,
  * .fs-xl-275 {
    font-size: 2.75rem !important;
  }
  .acland .fs-xl-300,
  * .fs-xl-300 {
    font-size: 3rem !important;
  }
  .acland .fs-xl-400,
  * .fs-xl-400 {
    font-size: 4rem !important;
  }
  .acland .fs-xl-500,
  * .fs-xl-500 {
    font-size: 5rem !important;
  }
}
.acland .lh-1,
* .lh-1 {
  line-height: var(--line-height-1) !important;
}
.acland .lh-2,
* .lh-2 {
  line-height: var(--line-height-2) !important;
}
.acland .lh-3,
* .lh-3 {
  line-height: var(--line-height-3) !important;
}
.acland .lh-4,
* .lh-4 {
  line-height: var(--line-height-4) !important;
}
.acland .center-s,
* .center-s {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.acland .center-v,
* .center-v {
  display: flex !important;
  align-items: center !important;
}
.acland .center-h,
* .center-h {
  display: flex !important;
  justify-content: center !important;
}
@media (min-width: 1200px) {
  .acland .center-xl-s,
  * .center-xl-s {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .acland .center-xl-v,
  * .center-xl-v {
    display: flex !important;
    align-items: center !important;
  }
  .acland .center-xl-h,
  * .center-xl-h {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  .acland .center-lg-s,
  * .center-lg-s {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .acland .center-lg-v,
  * .center-lg-v {
    display: flex !important;
    align-items: center !important;
  }
  .acland .center-lg-h,
  * .center-lg-h {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (min-width: 756px) {
  .acland .center-md-s,
  * .center-md-s {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .acland .center-md-v,
  * .center-md-v {
    display: flex !important;
    align-items: center !important;
  }
  .acland .center-md-h,
  * .center-md-h {
    display: flex !important;
    justify-content: center !important;
  }
}
@media (min-width: 567px) {
  .acland .center-sm-s,
  * .center-sm-s {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .acland .center-sm-v,
  * .center-sm-v {
    display: flex !important;
    align-items: center !important;
  }
  .acland .center-sm-h,
  * .center-sm-h {
    display: flex !important;
    justify-content: center !important;
  }
}
.acland .place-center,
* .place-center {
  place-content: center;
}
.acland .fill-perfil,
* .fill-perfil {
  fill: var(--cor-perfil) !important;
}
.acland .fill-perfil-200,
* .fill-perfil-200 {
  fill: var(--cor-perfil-200) !important;
}
.acland .fill-perfil-300,
* .fill-perfil-300 {
  fill: var(--cor-perfil-300) !important;
}
.acland .fill-perfil-500,
* .fill-perfil-500 {
  fill: var(--cor-perfil-500) !important;
}
.acland .fill-perfil-600,
* .fill-perfil-600 {
  fill: var(--cor-perfil-600) !important;
}
.acland .fill-apoio,
* .fill-apoio {
  fill: var(--cor-apoio) !important;
}
.acland .fill-apoio-200,
* .fill-apoio-200 {
  fill: var(--cor-apoio-200) !important;
}
.acland .fill-apoio-300,
* .fill-apoio-300 {
  fill: var(--cor-apoio-300) !important;
}
.acland .fill-apoio-500,
* .fill-apoio-500 {
  fill: var(--cor-apoio-500) !important;
}
.acland .fill-apoio-600,
* .fill-apoio-600 {
  fill: var(--cor-apoio-600) !important;
}
.acland .fill-destaque,
* .fill-destaque {
  fill: var(--cor-destaque) !important;
}
.acland .fill-destaque-200,
* .fill-destaque-200 {
  fill: var(--cor-destaque-200) !important;
}
.acland .fill-destaque-300,
* .fill-destaque-300 {
  fill: var(--cor-destaque-300) !important;
}
.acland .fill-destaque-500,
* .fill-destaque-500 {
  fill: var(--cor-destaque-500) !important;
}
.acland .fill-destaque-600,
* .fill-destaque-600 {
  fill: var(--cor-destaque-600) !important;
}
.acland .fill-base,
* .fill-base {
  fill: var(--cor-base) !important;
}
.acland .fill-base-200,
* .fill-base-200 {
  fill: var(--cor-base-200) !important;
}
.acland .fill-base-300,
* .fill-base-300 {
  fill: var(--cor-base-300) !important;
}
.acland .fill-base-500,
* .fill-base-500 {
  fill: var(--cor-base-500) !important;
}
.acland .fill-base-600,
* .fill-base-600 {
  fill: var(--cor-base-600) !important;
}
.acland .fill-turq, .acland .fill-primary,
* .fill-turq,
* .fill-primary {
  fill: var(--turq) !important;
}
.acland .fill-turq-200, .acland .fill-primary-200,
* .fill-turq-200,
* .fill-primary-200 {
  fill: var(--turq-200) !important;
}
.acland .fill-turq-300, .acland .fill-primary-300,
* .fill-turq-300,
* .fill-primary-300 {
  fill: var(--turq-300) !important;
}
.acland .fill-turq-500, .acland .fill-primary-500,
* .fill-turq-500,
* .fill-primary-500 {
  fill: var(--turq-500) !important;
}
.acland .fill-turq-600, .acland .fill-primary-600,
* .fill-turq-600,
* .fill-primary-600 {
  fill: var(--turq-600) !important;
}
.acland .fill-verdee, .acland .fill-dark,
* .fill-verdee,
* .fill-dark {
  fill: var(--verdee) !important;
}
.acland .fill-verdee-200, .acland .fill-dark-200,
* .fill-verdee-200,
* .fill-dark-200 {
  fill: var(--verdee-200) !important;
}
.acland .fill-verdee-300, .acland .fill-dark-300,
* .fill-verdee-300,
* .fill-dark-300 {
  fill: var(--verdee-300) !important;
}
.acland .fill-verdee-500, .acland .fill-dark-500,
* .fill-verdee-500,
* .fill-dark-500 {
  fill: var(--verdee-500) !important;
}
.acland .fill-verdee-600, .acland .fill-dark-600,
* .fill-verdee-600,
* .fill-dark-600 {
  fill: var(--verdee-600) !important;
}
.acland .fill-verdem,
* .fill-verdem {
  fill: var(--verdem) !important;
}
.acland .fill-verdem-200,
* .fill-verdem-200 {
  fill: var(--verdem-200) !important;
}
.acland .fill-verdem-300,
* .fill-verdem-300 {
  fill: var(--verdem-300) !important;
}
.acland .fill-verdem-500,
* .fill-verdem-500 {
  fill: var(--verdem-500) !important;
}
.acland .fill-verdem-600,
* .fill-verdem-600 {
  fill: var(--verdem-600) !important;
}
.acland .fill-verdec,
* .fill-verdec {
  fill: var(--verdec) !important;
}
.acland .fill-verdec-200,
* .fill-verdec-200 {
  fill: var(--verdec-200) !important;
}
.acland .fill-verdec-300,
* .fill-verdec-300 {
  fill: var(--verdec-300) !important;
}
.acland .fill-verdec-500,
* .fill-verdec-500 {
  fill: var(--verdec-500) !important;
}
.acland .fill-verdec-600,
* .fill-verdec-600 {
  fill: var(--verdec-600) !important;
}
.acland .fill-roxo,
* .fill-roxo {
  fill: var(--roxo) !important;
}
.acland .fill-roxo-200,
* .fill-roxo-200 {
  fill: var(--roxo-200) !important;
}
.acland .fill-roxo-300,
* .fill-roxo-300 {
  fill: var(--roxo-300) !important;
}
.acland .fill-roxo-500,
* .fill-roxo-500 {
  fill: var(--roxo-500) !important;
}
.acland .fill-roxo-600,
* .fill-roxo-600 {
  fill: var(--roxo-600) !important;
}
.acland .fill-cinza-200,
* .fill-cinza-200 {
  fill: var(--cinza-200) !important;
}
.acland .fill-cinza-300,
* .fill-cinza-300 {
  fill: var(--cinza-300) !important;
}
.acland .fill-cinza-400,
* .fill-cinza-400 {
  fill: var(--cinza-400) !important;
}
.acland .fill-cinza-500,
* .fill-cinza-500 {
  fill: var(--cinza-500) !important;
}
.acland .fill-cinza-600,
* .fill-cinza-600 {
  fill: var(--cinza-600) !important;
}
.acland .fill-cinza-700,
* .fill-cinza-700 {
  fill: var(--cinza-700) !important;
}
.acland .fill-cinza-800,
* .fill-cinza-800 {
  fill: var(--cinza-800) !important;
}
.acland .fill-cinza-900,
* .fill-cinza-900 {
  fill: var(--cinza-900) !important;
}
.acland .fill-branco, .acland .fill-light,
* .fill-branco,
* .fill-light {
  fill: var(--branco) !important;
}
.acland .fill-preto,
* .fill-preto {
  fill: var(--preto) !important;
}
.acland .w,
* .w {
  /* viewport */
}
.acland .w-fit-content,
* .w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 576px) {
  .acland .w-sm-100,
  * .w-sm-100 {
    width: 100%;
  }
}
.acland .wv-100,
* .wv-100 {
  width: 100vw;
}
.acland .h,
* .h {
  /* viewport */
  /* dinamic viewport */
}
.acland .h-fit-content,
* .h-fit-content {
  height: -moz-fit-content;
  height: fit-content;
}
.acland .h-100,
* .h-100 {
  height: 100%;
}
.acland .hv-100,
* .hv-100 {
  height: 100vh;
}
.acland .hdv-100,
* .hdv-100 {
  height: 100dvh;
}
.acland .gap-0,
* .gap-0 {
  gap: var(--size-0) !important;
}
.acland .gap-1,
* .gap-1 {
  gap: var(--size-1) !important;
}
.acland .gap-2,
* .gap-2 {
  gap: var(--size-2) !important;
}
.acland .gap-3,
* .gap-3 {
  gap: var(--size-3) !important;
}
.acland .gap-4,
* .gap-4 {
  gap: var(--size-4) !important;
}
.acland .gap-5,
* .gap-5 {
  gap: var(--size-5) !important;
}
.acland .gap-row-0,
* .gap-row-0 {
  row-gap: var(--size-0) !important;
}
.acland .gap-row-1,
* .gap-row-1 {
  row-gap: var(--size-1) !important;
}
.acland .gap-row-2,
* .gap-row-2 {
  row-gap: var(--size-2) !important;
}
.acland .gap-row-3,
* .gap-row-3 {
  row-gap: var(--size-3) !important;
}
.acland .gap-row-4,
* .gap-row-4 {
  row-gap: var(--size-4) !important;
}
.acland .gap-row-5,
* .gap-row-5 {
  row-gap: var(--size-5) !important;
}
.acland .gap-col-0,
* .gap-col-0 {
  -moz-column-gap: var(--size-0) !important;
       column-gap: var(--size-0) !important;
}
.acland .gap-col-1,
* .gap-col-1 {
  -moz-column-gap: var(--size-1) !important;
       column-gap: var(--size-1) !important;
}
.acland .gap-col-2,
* .gap-col-2 {
  -moz-column-gap: var(--size-2) !important;
       column-gap: var(--size-2) !important;
}
.acland .gap-col-3,
* .gap-col-3 {
  -moz-column-gap: var(--size-3) !important;
       column-gap: var(--size-3) !important;
}
.acland .gap-col-4,
* .gap-col-4 {
  -moz-column-gap: var(--size-4) !important;
       column-gap: var(--size-4) !important;
}
.acland .gap-col-5,
* .gap-col-5 {
  -moz-column-gap: var(--size-5) !important;
       column-gap: var(--size-5) !important;
}
.acland .-mt-1,
* .-mt-1 {
  margin-top: calc(-1 * var(--size-1)) !important;
}
.acland .-mt-2,
* .-mt-2 {
  margin-top: calc(-1 * var(--size-2)) !important;
}
.acland .-mt-3,
* .-mt-3 {
  margin-top: calc(-1 * var(--size-3)) !important;
}
.acland .-mt-4,
* .-mt-4 {
  margin-top: calc(-1 * var(--size-4)) !important;
}
.acland .-mt-5,
* .-mt-5 {
  margin-top: calc(-1 * var(--size-5)) !important;
}
.acland .-mb-1,
* .-mb-1 {
  margin-bottom: calc(-1 * var(--size-1)) !important;
}
.acland .-mb-2,
* .-mb-2 {
  margin-bottom: calc(-1 * var(--size-2)) !important;
}
.acland .-mb-3,
* .-mb-3 {
  margin-bottom: calc(-1 * var(--size-3)) !important;
}
.acland .-mb-4,
* .-mb-4 {
  margin-bottom: calc(-1 * var(--size-4)) !important;
}
.acland .-mb-5,
* .-mb-5 {
  margin-bottom: calc(-1 * var(--size-5)) !important;
}
.acland .-ml-1,
* .-ml-1 {
  margin-left: calc(-1 * var(--size-1)) !important;
}
.acland .-ml-2,
* .-ml-2 {
  margin-left: calc(-1 * var(--size-2)) !important;
}
.acland .-ml-3,
* .-ml-3 {
  margin-left: calc(-1 * var(--size-3)) !important;
}
.acland .-ml-4,
* .-ml-4 {
  margin-left: calc(-1 * var(--size-4)) !important;
}
.acland .-ml-5,
* .-ml-5 {
  margin-left: calc(-1 * var(--size-5)) !important;
}
.acland .-mr-1,
* .-mr-1 {
  margin-right: calc(-1 * var(--size-1)) !important;
}
.acland .-mr-2,
* .-mr-2 {
  margin-right: calc(-1 * var(--size-2)) !important;
}
.acland .-mr-3,
* .-mr-3 {
  margin-right: calc(-1 * var(--size-3)) !important;
}
.acland .-mr-4,
* .-mr-4 {
  margin-right: calc(-1 * var(--size-4)) !important;
}
.acland .-mr-5,
* .-mr-5 {
  margin-right: calc(-1 * var(--size-5)) !important;
}
.acland .box-shadow-none, .acland .box-shadow-0,
* .box-shadow-none,
* .box-shadow-0 {
  box-shadow: none;
}
.acland .box-shadow-1,
* .box-shadow-1 {
  box-shadow: var(--box-shadow-1);
}
.acland .box-shadow-2,
* .box-shadow-2 {
  box-shadow: var(--box-shadow-2);
}
.acland .box-shadow-3,
* .box-shadow-3 {
  box-shadow: var(--box-shadow-3);
}
.acland .box-shadow-4,
* .box-shadow-4 {
  box-shadow: var(--box-shadow-4);
}
.acland .transition-1,
* .transition-1 {
  transition: var(--transition-1);
}
.acland .transition-2,
* .transition-2 {
  transition: var(--box-shadow-2);
}
.acland .opacity-0,
* .opacity-0 {
  opacity: 0;
}
.acland .opacity-025,
* .opacity-025 {
  opacity: 0.25;
}
.acland .opacity-05,
* .opacity-05 {
  opacity: 0.5;
}
.acland .opacity-075,
* .opacity-075 {
  opacity: 0.75;
}
.acland .opacity-1,
* .opacity-1 {
  opacity: 1;
}
.acland .overflow-hidden,
* .overflow-hidden {
  overflow: hidden;
}
.acland .text-balance,
* .text-balance {
  text-wrap: balance;
}
.acland .text-pretty,
* .text-pretty {
  text-wrap: pretty;
}
.acland .nowrap,
* .nowrap {
  white-space: nowrap;
}
.acland .cursor-pointer,
* .cursor-pointer {
  cursor: pointer;
}
.acland .cursor-default,
* .cursor-default {
  cursor: default;
}
.acland .z-index-1,
* .z-index-1 {
  z-index: 1;
}
.acland .z-index-2,
* .z-index-2 {
  z-index: 2;
}
.acland .z-index-3,
* .z-index-3 {
  z-index: 3;
}
.acland .z-index-4,
* .z-index-4 {
  z-index: 4;
}
.acland .z-index-5,
* .z-index-5 {
  z-index: 5;
}
.acland .z-index-99,
* .z-index-99 {
  z-index: 99;
}
.acland .z-index-999,
* .z-index-999 {
  z-index: 999;
}
.acland .z-index-9999,
* .z-index-9999 {
  z-index: 9999;
}
.acland .bg-mais,
* .bg-mais {
  --plus-size: 24px;
  position: absolute;
  background-size: var(--plus-size) var(--plus-size);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%23000000" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>');
}
.acland .bg-mais.turq,
* .bg-mais.turq {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%2300ae9d" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>');
}
.acland .bg-mais.verdee,
* .bg-mais.verdee {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%23003641" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>');
}
.acland .bg-mais.verdem,
* .bg-mais.verdem {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%237DB61C" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>');
}
.acland .bg-mais.verdec,
* .bg-mais.verdec {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%23C9D200" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>');
}
.acland .bg-mais.roxo,
* .bg-mais.roxo {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%2349479D" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>');
}
.acland .bg-mais.branco,
* .bg-mais.branco {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20"><g><path fill="%23FFFFFF" d="m4.4,9c-.5,0-.7-.2-.7-.4v-3.3H.4c-.3,0-.4-.3-.4-.7v-.2c0-.4.1-.6.4-.6h3.3V.4c0-.3.2-.4.7-.4h.2c.4,0,.7.1.7.4v3.3h3.3c.2.1.4.3.4.7v.1c0,.5-.2.8-.5.8h-3.2v3.3c0,.2-.3.4-.7.4h-.2Z"/></g></svg>');
}/*# sourceMappingURL=sicoob-style.css.map */