/* COLORS */
/* Primary */
/* Secondary */
/* Support */
/* END COLORS */
/* TYPOGRAPHY */
/* Font Family */
/* Font Weight */
/* Font Size */
/* Font Line Height */
/* END TYPOGRAPHY */
/* STYLING TOKENS */
/* Spacing */
/* Radius */
/* Border */
/* Thickness */
/* Opacity */
/* Shadow */
/* Animation */
/* z-index */
/* Others */
._layout_rh8b0_22 {
  display: flex;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
  padding-bottom: 76px;
}/* COLORS */
/* Primary */
/* Secondary */
/* Support */
/* END COLORS */
/* TYPOGRAPHY */
/* Font Family */
/* Font Weight */
/* Font Size */
/* Font Line Height */
/* END TYPOGRAPHY */
/* STYLING TOKENS */
/* Spacing */
/* Radius */
/* Border */
/* Thickness */
/* Opacity */
/* Shadow */
/* Animation */
/* z-index */
/* Others */
._container_13le1_22 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  margin-top: 8px;
}/* COLORS */
/* Primary */
/* Secondary */
/* Support */
/* END COLORS */
/* TYPOGRAPHY */
/* Font Family */
/* Font Weight */
/* Font Size */
/* Font Line Height */
/* END TYPOGRAPHY */
/* STYLING TOKENS */
/* Spacing */
/* Radius */
/* Border */
/* Thickness */
/* Opacity */
/* Shadow */
/* Animation */
/* z-index */
/* Others */
._container_12pu2_22 {
  margin-top: 24px;
  padding: 0 24px;
}
._description_12pu2_27 {
  font-family: "Exo 2", sans-serif !important;
}._container_1mcwa_1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}/* COLORS */
/* Primary */
/* Secondary */
/* Support */
/* END COLORS */
/* TYPOGRAPHY */
/* Font Family */
/* Font Weight */
/* Font Size */
/* Font Line Height */
/* END TYPOGRAPHY */
/* STYLING TOKENS */
/* Spacing */
/* Radius */
/* Border */
/* Thickness */
/* Opacity */
/* Shadow */
/* Animation */
/* z-index */
/* Others */
._title_1pnsz_22 {
  text-align: left;
  margin-bottom: 24px;
  margin-left: 24px;
}
._card_1pnsz_28 div {
  margin-top: -3px !important;
}
._card_1pnsz_28 button {
  background-color: #fafafa !important;
}
._card_1pnsz_28 button div:nth-child(2) {
  height: 4px !important;
}
._description_1pnsz_39 {
  margin-left: 40px !important;
  margin-bottom: 10px !important;
}/* COLORS */
/* Primary */
/* Secondary */
/* Support */
/* END COLORS */
/* TYPOGRAPHY */
/* Font Family */
/* Font Weight */
/* Font Size */
/* Font Line Height */
/* END TYPOGRAPHY */
/* STYLING TOKENS */
/* Spacing */
/* Radius */
/* Border */
/* Thickness */
/* Opacity */
/* Shadow */
/* Animation */
/* z-index */
/* Others */
._paragraph_ieu80_22 {
  margin: 0 24px !important;
}
._card-container_ieu80_26 {
  margin: 12px 16px;
  height: 170px;
}
._card-container_ieu80_26 h1 {
  line-height: 0 !important;
  margin-top: 10px !important;
  font-size-adjust: 0.4 !important;
}
._card-active-dot_ieu80_37 {
  width: 28px;
  height: 10px;
  border-radius: 8px;
  background: #33820d !important;
  margin-right: 4px;
}
._card-inactive-dot_ieu80_45 {
  width: 16px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #33820d !important;
  margin-right: 4px;
}.alice-carousel .animated {
  animation-fill-mode: both;
}

.alice-carousel .animated-out {
  z-index: 1;
}

.alice-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}

.alice-carousel__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.alice-carousel__stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.alice-carousel__stage-item {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
}
.alice-carousel__stage-item * {
  line-height: initial;
}
.alice-carousel__stage-item.__hidden {
  opacity: 0;
  overflow: hidden;
}

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}
.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
  position: relative;
  content: attr(data-area);
  text-transform: capitalize;
}

.alice-carousel__prev-btn {
  text-align: right;
}

.alice-carousel__next-btn {
  text-align: left;
}

.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798;
}
.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
  color: darkred;
}
.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
  opacity: 0.4;
  pointer-events: none;
}

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
}
.alice-carousel__play-btn:hover {
  cursor: pointer;
}
.alice-carousel__play-btn-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
  position: absolute;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.4s linear;
  border-width: 8px 0 8px 15px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #465798;
}
.alice-carousel__play-btn-item::before {
  left: 5px;
  height: 14px;
}
.alice-carousel__play-btn-item::after {
  top: 7px;
  left: 18px;
}
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
  height: 30px;
  border-width: 0 0 0 10px;
}
.alice-carousel__play-btn-item.__pause::after {
  top: 0;
  left: 18px;
}

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.alice-carousel__dots > li {
  display: inline-block;
}
.alice-carousel__dots-item:not(.__custom) {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e0e4fb;
}
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 20px;
}
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
  background-color: #6e7ebc;
}

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6);
}
.alice-carousel__slide-info-item {
  vertical-align: middle;
  line-height: 0;
}/* COLORS */
/* Primary */
/* Secondary */
/* Support */
/* END COLORS */
/* TYPOGRAPHY */
/* Font Family */
/* Font Weight */
/* Font Size */
/* Font Line Height */
/* END TYPOGRAPHY */
/* STYLING TOKENS */
/* Spacing */
/* Radius */
/* Border */
/* Thickness */
/* Opacity */
/* Shadow */
/* Animation */
/* z-index */
/* Others */
._showcase-container_6kqya_22 {
  display: flex;
  width: 100%;
  flex-direction: column;
}
._showcase-container_6kqya_22 ul {
  margin: 3px 3px 5px;
}
._spacing-div_6kqya_31 {
  display: flex;
  margin-top: 24px;
}
section {
  height: 84px !important;
}
section > div {
  height: 100%;
  border-top: 1px solid #cdd3cd !important;
}._container_r3laz_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px;
}/* COLORS */
/* Primary */
/* Secondary */
/* Support */
/* END COLORS */
/* TYPOGRAPHY */
/* Font Family */
/* Font Weight */
/* Font Size */
/* Font Line Height */
/* END TYPOGRAPHY */
/* STYLING TOKENS */
/* Spacing */
/* Radius */
/* Border */
/* Thickness */
/* Opacity */
/* Shadow */
/* Animation */
/* z-index */
/* Others */
._card-container_1anr7_22 {
  padding: 0 24px;
}
._tabs_1anr7_26 ul li > button {
  position: relative !important;
  border-bottom: 2px solid #33820d !important;
  font-family: "Exo 2", sans-serif !important;
}
._tabs_1anr7_26 ul li > button[aria-selected=true]::before {
  content: "" !important;
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  margin-left: -9.5px !important;
  width: 0 !important;
  height: 0 !important;
  border-top: solid 10px #33820d !important;
  border-left: solid 10px transparent !important;
  border-right: solid 10px transparent !important;
}
._tabs_1anr7_26 ul li > button[aria-selected=true]::after {
  content: "" !important;
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  margin-left: -7.5px !important;
  width: 0 !important;
  height: 0 !important;
  border-top: solid 8.5px #fafafa !important;
  border-left: solid 8.5px transparent !important;
  border-right: solid 8.5px transparent !important;
}
._info-five-years-text_1anr7_58 {
  text-align: center;
}
._card-label-value_1anr7_62 > div > div > div > * > dl > * > * {
  font-family: Nunito, sans-serif !important;
}
._card-label-value_1anr7_62 > div > h1 {
  width: min-content;
  font-size-adjust: 0.4 !important;
}._account-card_byk4s_1 {
  margin: 24px;
}/* COLORS */
/* Primary */
/* Secondary */
/* Support */
/* END COLORS */
/* TYPOGRAPHY */
/* Font Family */
/* Font Weight */
/* Font Size */
/* Font Line Height */
/* END TYPOGRAPHY */
/* STYLING TOKENS */
/* Spacing */
/* Radius */
/* Border */
/* Thickness */
/* Opacity */
/* Shadow */
/* Animation */
/* z-index */
/* Others */
html,
body {
  width: 100%;
  height: 100%;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
}
body {
  color: #323c32;
  font-family: "'Nunito'", sans-serif;
}
body *,
body *::after,
body *::before {
  font-family: inherit;
}
body.sicredi-focus-disabled *:focus {
  outline: none;
}
body {
  margin: 0 !important;
}/* COLORS */
/* Primary */
/* Secondary */
/* Support */
/* END COLORS */
/* TYPOGRAPHY */
/* Font Family */
/* Font Weight */
/* Font Size */
/* Font Line Height */
/* END TYPOGRAPHY */
/* STYLING TOKENS */
/* Spacing */
/* Radius */
/* Border */
/* Thickness */
/* Opacity */
/* Shadow */
/* Animation */
/* z-index */
/* Others */
._number-phone_1fcl5_22 > button {
  padding: 4px !important;
  padding-left: 0 !important;
  display: inline !important;
  margin-right: 8px !important;
}
._number-phone_1fcl5_22 > button > span {
  margin-top: 6px !important;
}
._font-small_1fcl5_32 > p {
  font-size: 16px !important;
}
._contact-container_1fcl5_36 {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: center !important;
  width: 90vw !important;
}
._icon_1fcl5_43 {
  margin-right: 8px !important;
}
._gray-line_1fcl5_47 {
  width: 100vw !important;
  height: 1px !important;
  background-color: #cdd3cd !important;
  margin-left: -24px !important;
}
._common-contacts-container_1fcl5_54 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}
._footer_1fcl5_60 {
  display: flex !important;
  flex-direction: column !important;
}
._container_1fcl5_65 {
  display: flex !important;
  margin-top: -12px !important;
  flex-direction: column !important;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}.not-found-container {
  max-width: 630px;
  display: flex;
  text-align: center;
  place-self: center center;
}