/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
/* TYPOGRAPHY */
/* Nexa Text */
@font-face {
  font-family: "Nexa Text";
  src: url("/themes/custom/teide/build/fonts/NexaText-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text Light";
  src: url("/themes/custom/teide/build/fonts/NexaText-Light.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text ExtraBold";
  src: url("/themes/custom/teide/build/fonts/NexaText-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text Bold";
  src: url("/themes/custom/teide/build/fonts/NexaText-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text Heavy";
  src: url("/themes/custom/teide/build/fonts/NexaText-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text Black";
  src: url("/themes/custom/teide/build/fonts/NexaText-Black.otf") format("opentype");
}
@font-face {
  font-family: "Nexa Text Book";
  src: url("/themes/custom/teide/build/fonts/NexaText-Book.otf") format("opentype");
}
body {
  word-break: break-word;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0178A3;
  --bs-indigo: #6610f2;
  --bs-purple: #613d7c;
  --bs-pink: #e83e8c;
  --bs-red: #FF533F;
  --bs-orange: #D93E12;
  --bs-yellow: #F8BE17;
  --bs-green: #477615;
  --bs-teal: #20c997;
  --bs-cyan: #9954bb;
  --bs-black: #2D2D2D;
  --bs-white: #fff;
  --bs-gray: #868e96;
  --bs-gray-dark: #373a3c;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #868e96;
  --bs-gray-700: #495057;
  --bs-gray-800: #373a3c;
  --bs-gray-900: #212529;
  --bs-primary: #0178A3;
  --bs-secondary: #D93E12;
  --bs-tertiary: #fff;
  --bs-blue: #0178A3;
  --bs-orange: #D93E12;
  --bs-green: #477615;
  --bs-success: #477615;
  --bs-info: #9954bb;
  --bs-warning: #F8BE17;
  --bs-danger: #FF533F;
  --bs-light: #f8f9fa;
  --bs-dark: #373a3c;
  --bs-primary-rgb: 1, 120, 163;
  --bs-secondary-rgb: 217, 62, 18;
  --bs-tertiary-rgb: 255, 255, 255;
  --bs-blue-rgb: 1, 120, 163;
  --bs-orange-rgb: 217, 62, 18;
  --bs-green-rgb: 71, 118, 21;
  --bs-success-rgb: 71, 118, 21;
  --bs-info-rgb: 153, 84, 187;
  --bs-warning-rgb: 248, 190, 23;
  --bs-danger-rgb: 255, 83, 63;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 55, 58, 60;
  --bs-primary-text-emphasis: rgb(0.4, 48, 65.2);
  --bs-secondary-text-emphasis: rgb(86.8, 24.8, 7.2);
  --bs-success-text-emphasis: rgb(28.4, 47.2, 8.4);
  --bs-info-text-emphasis: rgb(61.2, 33.6, 74.8);
  --bs-warning-text-emphasis: rgb(99.2, 76, 9.2);
  --bs-danger-text-emphasis: rgb(102, 33.2, 25.2);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(204.2, 228, 236.6);
  --bs-secondary-bg-subtle: rgb(247.4, 216.4, 207.6);
  --bs-success-bg-subtle: rgb(218.2, 227.6, 208.2);
  --bs-info-bg-subtle: rgb(234.6, 220.8, 241.4);
  --bs-warning-bg-subtle: rgb(253.6, 242, 208.6);
  --bs-danger-bg-subtle: rgb(255, 220.6, 216.6);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(153.4, 201, 218.2);
  --bs-secondary-border-subtle: rgb(239.8, 177.8, 160.2);
  --bs-success-border-subtle: rgb(181.4, 200.2, 161.4);
  --bs-info-border-subtle: rgb(214.2, 186.6, 227.8);
  --bs-warning-border-subtle: rgb(252.2, 229, 162.2);
  --bs-danger-border-subtle: rgb(255, 186.2, 178.2);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 45, 45, 45;
  --bs-font-sans-serif: "Nexa Text", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2D2D2D;
  --bs-body-color-rgb: 45, 45, 45;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #2D2D2D;
  --bs-emphasis-color-rgb: 45, 45, 45;
  --bs-secondary-color: rgba(45, 45, 45, 0.75);
  --bs-secondary-color-rgb: 45, 45, 45;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(45, 45, 45, 0.5);
  --bs-tertiary-color-rgb: 45, 45, 45;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0178A3;
  --bs-link-color-rgb: 1, 120, 163;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #00A9E0;
  --bs-link-hover-color-rgb: 0, 169, 224;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #2D2D2D;
  --bs-highlight-bg: rgb(253.6, 242, 208.6);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(45, 45, 45, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0px 1px 2px 0px rgba(9, 30, 66, 0.25);
  --bs-box-shadow-sm: 0px 1px 2px 0px rgba(9, 30, 66, 0.25);
  --bs-box-shadow-lg: 0px 8px 12px 0px rgba(9, 30, 66, 0.1);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(1, 120, 163, 0.25);
  --bs-form-valid-color: #477615;
  --bs-form-valid-border-color: #477615;
  --bs-form-invalid-color: #FF533F;
  --bs-form-invalid-border-color: #FF533F;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #373a3c;
  --bs-secondary-bg-rgb: 55, 58, 60;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(44, 47.5, 50.5);
  --bs-tertiary-bg-rgb: 44, 48, 51;
  --bs-primary-text-emphasis: rgb(102.6, 174, 199.8);
  --bs-secondary-text-emphasis: rgb(232.2, 139.2, 112.8);
  --bs-success-text-emphasis: rgb(144.6, 172.8, 114.6);
  --bs-info-text-emphasis: rgb(193.8, 152.4, 214.2);
  --bs-warning-text-emphasis: rgb(250.8, 216, 115.8);
  --bs-danger-text-emphasis: rgb(255, 151.8, 139.8);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(0.2, 24, 32.6);
  --bs-secondary-bg-subtle: rgb(43.4, 12.4, 3.6);
  --bs-success-bg-subtle: rgb(14.2, 23.6, 4.2);
  --bs-info-bg-subtle: rgb(30.6, 16.8, 37.4);
  --bs-warning-bg-subtle: rgb(49.6, 38, 4.6);
  --bs-danger-bg-subtle: rgb(51, 16.6, 12.6);
  --bs-light-bg-subtle: #373a3c;
  --bs-dark-bg-subtle: rgb(50, 51.5, 52.5);
  --bs-primary-border-subtle: rgb(0.6, 72, 97.8);
  --bs-secondary-border-subtle: rgb(130.2, 37.2, 10.8);
  --bs-success-border-subtle: rgb(42.6, 70.8, 12.6);
  --bs-info-border-subtle: rgb(91.8, 50.4, 112.2);
  --bs-warning-border-subtle: rgb(148.8, 114, 13.8);
  --bs-danger-border-subtle: rgb(153, 49.8, 37.8);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #373a3c;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(102.6, 174, 199.8);
  --bs-link-hover-color: rgb(133.08, 190.2, 210.84);
  --bs-link-color-rgb: 103, 174, 200;
  --bs-link-hover-color-rgb: 133, 190, 211;
  --bs-code-color: rgb(241.2, 139.2, 186);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(99.2, 76, 9.2);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(144.6, 172.8, 114.6);
  --bs-form-valid-border-color: rgb(144.6, 172.8, 114.6);
  --bs-form-invalid-color: rgb(255, 151.8, 139.8);
  --bs-form-invalid-border-color: rgb(255, 151.8, 139.8);
}

.box-shadow {
  box-shadow: 0px 1px 2px 0px rgba(9, 30, 66, 0.25);
}

.box-shadow-lg {
  box-shadow: 0px 8px 12px 0px rgba(9, 30, 66, 0.1);
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 1rem;
}

.rounded-circle {
  border-radius: 50%;
}

.font-family-regular {
  font-family: "Nexa Text", sans-serif;
}

.font-family-light {
  font-family: "Nexa Text Light", sans-serif;
}

.font-family-bold {
  font-family: "Nexa Text Bold", sans-serif;
}

.font-family-extrabold {
  font-family: "Nexa Text ExtraBold", sans-serif;
}

.font-family-heavy {
  font-family: "Nexa Text Heavy", sans-serif;
}

.font-family-black {
  font-family: "Nexa Text Black", sans-serif;
}

.font-family-book {
  font-family: "Nexa Text Book", sans-serif;
}

.line-height-sm {
  line-height: 1.25;
}

.line-height-base {
  line-height: 1.5;
}

.line-height-lg {
  line-height: 2;
}

[class*=display-] {
  line-height: 1.5;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  line-height: 1.5;
}

p {
  margin-bottom: 2em;
}

.font-size-xs {
  font-size: 0.75rem;
}

.font-size-sm {
  font-size: 0.875rem;
}

.font-size-lg {
  font-size: 1.25rem;
}

.font-size-xl {
  font-size: 1.5rem;
}

.font-size-xxl {
  font-size: 2rem;
}

.highlight-pill, .highlight-pill--white, .highlight-pill--blue, .highlight-pill--green, .highlight-pill--orange {
  border-width: 0.0625em;
  border-style: solid;
  border-color: #0178A3;
  border-color: var(--landing-page-accent-color, #0178A3);
  border-radius: 1em;
  padding: 0 0.2em;
}
.highlight-pill--orange {
  border-color: #D93E12;
}
.highlight-pill--green {
  border-color: #477615;
}
.highlight-pill--blue {
  border-color: #0CACEB;
}
.highlight-pill--white {
  border-color: #fff;
}

.label-pill {
  display: inline;
  font-size: 0.75rem;
  padding: 4px;
  background-color: #FFF1E9;
  color: #D93E12;
  border-radius: 1rem;
  padding: 4px 16px;
}

.text-black {
  color: #2D2D2D !important;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(45, 45, 45, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.field__item:has(.paragraph--type--rotating-text) {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .field__item:has(.paragraph--type--rotating-text) {
    margin-bottom: 3.5rem;
  }
}

.paragraph--type--rotating-text .rotating-text-block__icons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.75rem;
  margin-bottom: 1rem;
}
.paragraph--type--rotating-text .rotating-text-block__icons-wrapper img {
  max-width: 50px;
  height: auto;
}
@media (min-width: 992px) {
  .paragraph--type--rotating-text .rotating-text-block__icons-wrapper img {
    max-width: 72px;
  }
}
.paragraph--type--rotating-text .rotating-text-block__text-wrapper {
  position: relative;
  font-family: "Nexa Text ExtraBold", sans-serif;
  margin-bottom: calc(var(--rotating-text-margin-bottom));
  transition: margin-bottom 0.5s ease-out;
}
.paragraph--type--rotating-text .rotating-text-block__text-wrapper .rotating-text__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  height: auto;
  margin-top: 1rem;
}
.paragraph--type--rotating-text .rotating-text-block__text-wrapper .rotating-text__item .field__item {
  position: absolute;
  top: var(--rotating-text-top, 3rem);
  opacity: 0;
  overflow: hidden;
  width: 100%;
  min-width: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.paragraph--type--rotating-text .rotating-text-block__text-wrapper .rotating-text__item .field__item .rotating-text-pill {
  display: inline-block;
  padding: 0.3rem 2rem;
  vertical-align: middle;
  border: 4px solid #0CACEB;
  border-radius: 5em;
  background: white;
  white-space: nowrap;
  margin-bottom: 1rem;
}

/*# sourceMappingURL=paragraph--rotating-text.css.map*/