@charset "UTF-8";
:root {
  --noahs_page_builder-primary-color:#f74c83;
  --noahs_page_builder-secondary-color:#212529;
  --noahs-editor-primary-color:#f74c83;
  --noahs-editor-secondary-color:#212529;
}

.link-li {
  display: flex;
  align-items: flex-start;
  margin-left: 10px;
}

.link-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 0.8rem;
}

.link-checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #eee;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  text-align: center;
  font-size: 18px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  border: 1px solid #ccc;
  cursor: pointer;
}
.link-icon i {
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: #666;
  transition: color 0.2s;
  pointer-events: none;
}

.link-checkbox:checked + .link-icon {
  background: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
}
.link-checkbox:checked + .link-icon i {
  color: #fff;
}

select::-ms-expand {
  display: none;
}

.description {
  font-size: 0.8rem;
}

label {
  display: block;
}

form {
  margin: 0;
}

.field__info {
  text-align: center;
  font-size: 0.8rem;
  padding: 15px;
  background-color: #ddeaff;
}
.field__info p {
  margin: 0;
}

.noahs_page_builder_field {
  background: #ffffff;
  position: relative;
  margin-bottom: 5px;
}
.noahs_page_builder_field .noahs_page_builder_field {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  position: static;
}
.noahs_page_builder_field .noahs_page_builder_field:last-child {
  margin-bottom: 0;
}
.noahs_page_builder_field.field__hidden {
  display: none;
}
.noahs_page_builder_field.contain-responsive-tabs .hover_tabs {
  padding-right: 45px;
}
.noahs_page_builder_field.contain-responsive-tabs .responsive__tabs {
  position: absolute;
  right: 0;
  top: 20px;
}
.noahs_page_builder_field .responsive-field-wrapper,
.noahs_page_builder_field .hover-field-wrapper,
.noahs_page_builder_field .field-static-wrapper,
.noahs_page_builder_field .noahs_page_builder-group_content {
  padding: 15px;
  border: 1px solid #dedede;
  border-top: 0;
  position: relative;
}
.noahs_page_builder_field .noahs_page_builder-group_content .without-wrapper {
  padding: 0;
}
.noahs_page_builder_field .responsive-status {
  font-weight: bold;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.noahs_page_builder_field.without-wrapper {
  padding-bottom: 0;
}
.noahs_page_builder_field.active h5 .fa-solid {
  transform: rotate(-180deg);
}
.noahs_page_builder_field h5 {
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0;
  border: 1px solid #dedede;
  padding: 10px;
  font-weight: bold;
}
.noahs_page_builder_field h5 .fa-solid {
  transform: rotate(0deg);
  font-size: 20px;
  transition: transform 0.1s ease-in;
}
.noahs_page_builder_field label {
  font-size: 0.8rem;
}
.noahs_page_builder_field .noahs_field--description {
  font-size: 0.7rem;
}
.noahs_page_builder_field .nohas-field-description {
  font-size: 0.7rem;
}
.noahs_page_builder_field .form-control,
.noahs_page_builder_field .form-select {
  font-size: 0.8rem;
}
.noahs_page_builder_field input::-moz-placeholder {
  font-size: 0.7rem;
}
.noahs_page_builder_field input::placeholder {
  font-size: 0.7rem;
}

.accordion-actions {
  display: flex;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.accordion-actions .btn {
  font-size: 0.8rem;
}

.noahs_page_builder_multiple_elements ul.noahs_page_builder-tabs a {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 15px 5px 10px;
  border-bottom-width: 5px;
}
.noahs_page_builder_multiple_elements .accordion {
  border: none;
  box-shadow: none;
}
.noahs_page_builder_multiple_elements .accordion .accordion-button {
  background-color: #ececec;
}
.noahs_page_builder_multiple_elements .accordion .accordion-body {
  padding: 0;
}
.noahs_page_builder_multiple_elements .accordion .accordion-button {
  font-size: 0.8rem;
}

.field-element-list-horizontal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.field-element-list-horizontal li {
  margin-bottom: 0;
  margin-right: 0;
}
.field-element-list-horizontal li input {
  border-radius: 0;
  border-left-width: 0;
}
.field-element-list-horizontal li:first-child input {
  border-radius: 5px 0 0 5px;
  border-left-width: 1px;
}
.field-element-list-horizontal li:last-child input {
  border-radius: 0 5px 5px 0;
}

.sp-original-input-container {
  display: flex;
  height: 33px;
  font-size: 12px;
}
.sp-original-input-container .sp-colorize-container {
  width: 40px !important;
  display: block;
  border-radius: 5px 0 0 5px !important;
}
.sp-original-input-container .spectrum {
  width: 100%;
  min-width: calc(100% - 40px);
  border: 1px solid #dedede;
  border-radius: 0 5px 5px 0px;
}

.noahs_page_builder_field__responsive h5 {
  width: 100%;
}
.noahs_page_builder_field__responsive p {
  margin: 0;
  font-size: 0.8rem;
}
.noahs_page_builder_field__responsive .noahs_page_builder_field {
  margin: 0;
  padding: 0;
}

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-group-margin {
  display: flex;
  justify-content: space-between;
}
.btn-group-margin .btn {
  margin-right: 15px;
}
.btn-group-margin .btn:last-child {
  margin-right: 0;
}

/* Carga Ajaxs */
.ajax-progress {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 502;
  transition: all 0.5s ease-in-out;
  background-image: none;
}
.ajax-progress:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 75px;
  width: 75px;
  top: 50%;
  display: inline-block;
  margin-top: -15px;
  margin-left: -15px;
  animation: spin 1s linear infinite;
}
.ajax-progress .throbber {
  display: none;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.select2 {
  width: 100% !important;
}

.select2-results__options--nested {
  font-size: 0.8rem;
}

.noahs_page_builder_loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.js-form-type-checkbox label {
  display: inline-block;
  margin-left: 10px;
}

.form-type--boolean {
  margin-inline-start: 1.6875rem;
  line-height: 1.5rem;
}

.form-type--boolean .form-boolean {
  position: relative;
  inset-block-start: 0.75rem;
  float: left;
  margin-inline-start: -1.6875rem;
  transform: translateY(-50%);
}

[dir=rtl] .form-type--boolean .form-boolean {
  float: right;
}

.form-type--boolean.form-item--no-label {
  margin-inline-start: 0;
}
.form-type--boolean.form-item--no-label .form-boolean {
  position: static;
  float: none;
  margin-inline: 0;
  transform: none;
}

.form-boolean-group .form-type--boolean {
  margin-block: 0.4em;
}

/**
  * Input appearance.
  */
.form-checkboxes ul {
  list-style: none;
}
.form-checkboxes > ul {
  padding-left: 0;
}
.form-checkboxes > ul ul {
  font-size: 1rem;
}
.form-checkboxes.bef-nested > ul > li > .form-item label {
  font-weight: 600;
}

.form-boolean,
.form-checkbox {
  display: inline-block;
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: text-bottom;
  border: 1px solid #919297;
  border-radius: 2px;
  background: #fff no-repeat 50% 50%;
  background-size: 100% 100%;
  box-shadow: 0 0 0 4px transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-boolean:active, .form-boolean:hover,
.form-checkbox:active,
.form-checkbox:hover {
  border-color: #232429;
  box-shadow: inset 0 0 0 1px #232429;
}
.form-boolean:focus:active, .form-boolean:focus:hover,
.form-checkbox:focus:active,
.form-checkbox:focus:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #26a769, inset 0 0 0 1px #232429;
}
.form-boolean.error,
.form-checkbox.error {
  border-color: #c61f1f;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #c61f1f;
}
.form-boolean.error:active, .form-boolean.error:hover,
.form-checkbox.error:active,
.form-checkbox.error:hover {
  box-shadow: inset 0 0 0 1px #c61f1f;
}
.form-boolean.error:focus, .form-boolean.error:focus:active, .form-boolean.error:focus:hover,
.form-checkbox.error:focus,
.form-checkbox.error:focus:active,
.form-checkbox.error:focus:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #26a769, inset 0 0 0 1px #c61f1f;
}
.form-boolean.error:checked:active, .form-boolean.error:checked:hover,
.form-checkbox.error:checked:active,
.form-checkbox.error:checked:hover {
  border-color: #c61f1f;
  background-color: #fff;
}
.form-boolean[disabled], .form-boolean[disabled]:hover, .form-boolean.error[disabled], .form-boolean.error[disabled]:hover,
.form-checkbox[disabled],
.form-checkbox[disabled]:hover,
.form-checkbox.error[disabled],
.form-checkbox.error[disabled]:hover {
  border-color: #bababf;
  background-color: #f2f2f3;
  background-image: none;
  box-shadow: none;
}
.form-boolean--type-checkbox:checked,
.form-checkbox--type-checkbox:checked {
  border-color: #003ecc;
  background-color: #003ecc;
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.795 7.096l2.387 2.506 6.023-6.327 1.484 1.56-7.507 7.89L2.31 8.656z' fill='%23fff'/%3e%3c/svg%3e");
}
.form-boolean--type-checkbox:checked:active, .form-boolean--type-checkbox:checked:hover,
.form-checkbox--type-checkbox:checked:active,
.form-checkbox--type-checkbox:checked:hover {
  border-color: #232429;
  background-color: #232429;
}
.form-boolean--type-checkbox.error:checked:active, .form-boolean--type-checkbox.error:checked:hover,
.form-checkbox--type-checkbox.error:checked:active,
.form-checkbox--type-checkbox.error:checked:hover {
  background-color: #c61f1f;
}
.form-boolean--type-checkbox[disabled]:checked,
.form-checkbox--type-checkbox[disabled]:checked {
  background-image: url("data:image/svg+xml,%3csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.795 7.096l2.387 2.506 6.023-6.327 1.484 1.56-7.507 7.89L2.31 8.656z' fill='%2382828c'/%3e%3c/svg%3e");
}
.form-boolean--type-radio,
.form-checkbox--type-radio {
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 1.1875rem;
}
.form-boolean--type-radio:checked,
.form-checkbox--type-radio:checked {
  border-color: #003ecc;
  background-image: url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%23003ecc'/%3e%3c/svg%3e");
  box-shadow: inset 0 0 0 1px #003ecc;
}
.form-boolean--type-radio:checked:focus,
.form-checkbox--type-radio:checked:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #26a769, inset 0 0 0 1px #003ecc;
}
.form-boolean--type-radio:checked:focus:active, .form-boolean--type-radio:checked:focus:hover,
.form-checkbox--type-radio:checked:focus:active,
.form-checkbox--type-radio:checked:focus:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #26a769, inset 0 0 0 1px #232429;
}
.form-boolean--type-radio:checked:active, .form-boolean--type-radio:checked:hover,
.form-checkbox--type-radio:checked:active,
.form-checkbox--type-radio:checked:hover {
  border-color: #232429;
  background-image: url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%23000f33'/%3e%3c/svg%3e");
  box-shadow: inset 0 0 0 1px #232429;
}
.form-boolean--type-radio:checked.error,
.form-checkbox--type-radio:checked.error {
  background-image: url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%23d72222'/%3e%3c/svg%3e");
}
.form-boolean--type-radio:checked.error:focus,
.form-checkbox--type-radio:checked.error:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #26a769, inset 0 0 0 1px #c61f1f;
}
.form-boolean--type-radio:checked.error:focus:active, .form-boolean--type-radio:checked.error:focus:hover,
.form-checkbox--type-radio:checked.error:focus:active,
.form-checkbox--type-radio:checked.error:focus:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #26a769, inset 0 0 0 1px #232429;
}
.form-boolean--type-radio:checked.error[disabled],
.form-checkbox--type-radio:checked.error[disabled] {
  background-image: url("data:image/svg+xml,%3csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle r='4.5' cx='8.5' cy='8.5' fill='%2382828c'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-boolean {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
/**
 *  Pagination.
 */
.pager {
  display: flex;
  justify-content: center;
}

.pager__items {
  margin: 0.25em 0 0.25em 1.5em;
  /* LTR */
  padding: 0;
}

[dir=rtl] .pager__items {
  margin: 0.25em 1.5em 0.25em 0;
}

.pager__item {
  display: inline-block;
  margin: 0;
  padding: 0 0.4em;
  color: #757575;
  font-size: 1.08em;
}

.pager__item a {
  padding: 0 5px 2px;
  transition: border-bottom-color 0.2s;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  line-height: 1.55em;
  -webkit-font-smoothing: antialiased;
  color: var(--noahs_page_builder-secondary-color);
}

.pager__item.is-active a {
  color: var(--noahs_page_builder-principal-color);
  border-bottom-width: 3px;
  border-bottom-color: #2a678c;
  font-weight: 700;
}

.pager__item a:hover,
.pager__item a:focus {
  color: var(--noahs_page_builder-principal-color);
  border-bottom-color: var(--noahs_page_builder-principal-color);
}

.pager__item--next a,
.pager__item--last a,
.pager__item--first a,
.pager__item--previous a {
  color: var(--noahs_page_builder-secondary-color);
  border-bottom-width: 0;
}

.js-hide.js-hide {
  display: none !important;
}

.form-switch .form-check-input {
  background-size: unset;
}

a {
  text-decoration: none;
}

.noahs-theme-content-wrapper, .noahs_page_builder .builder-wrapper {
  display: grid;
  grid-template-columns: 100%;
}

.element-widget,
.widget-noahs_page_builder-row {
  display: flex;
}

.noahs_page_builder-row-wrapper {
  width: 100%;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 2;
}

.noahs_page_builder-row-container {
  width: 100%;
  padding: 0;
}

.container-fluid {
  width: 100% !important;
  max-width: 100% !important;
}

.row-wrapper {
  display: flex;
  justify-content: center;
}

.row-elements {
  width: 100%;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.noahs_page_builder-widget {
  position: relative;
  display: flex;
}
.noahs_page_builder-widget:before, .noahs_page_builder-widget:after {
  content: "";
}
.noahs_page_builder-widget .multipart-item_1:before, .noahs_page_builder-widget .multipart-item_1:after {
  content: "";
}
.noahs_page_builder-widget .widget-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.noahs_page_builder-editor-active .noahs_page_builder-widget .widget-wrapper {
  min-height: 50px;
}
.noahs_page_builder-widget.full-height {
  min-height: 100vh;
}
.noahs_page_builder-widget.widget-with-cookie {
  opacity: 0.7;
}

.noahs_page_builder-slideshow {
  width: 100%;
  overflow: hidden;
}
.noahs_page_builder-slideshow .swiper-slide {
  width: 100%;
}

.widget-content {
  width: 100%;
}

table {
  width: 100%;
}

.empty-region-preview {
  background: #dedede;
  width: 100%;
  text-align: center;
  padding: 15px;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.bg-principal-color {
  background-color: var(--noahs_page_builder-principal-color);
}

.bg-secondary-color {
  background-color: var(--noahs_page_builder-secondary-color);
}

blockquote {
  font-size: 1.4em;
  width: 60%;
  font-style: italic;
  padding: 1.2em 30px 1.2em 75px;
  line-height: 1.6;
  position: relative;
  margin: 0 auto;
}
blockquote:before {
  font-family: Arial;
  content: "“";
  color: var(--noahs_page_builder-principal-color);
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.noahs-contextual {
  position: relative;
}
.noahs-contextual--link {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
}
.noahs-contextual:hover .noahs-contextual--link {
  display: flex;
}

.widget-noahs_page_builder-countdown .widget-content {
  display: flex;
  justify-content: center;
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  background: #DD0029;
}

.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  background: #bb2735;
}

.widget-noahs-card img.object-fit-none {
  align-self: center;
  width: auto;
  max-width: 100%;
  height: auto;
}

.stars-outer {
  position: relative;
  display: inline-block;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  color: #f8ce0b;
  display: flex;
}

.stars-icon {
  display: flex;
  color: #ccc;
}

.widget-naohs-slideshow {
  width: 100%;
}

.noahs_page_builder-slideshow {
  min-height: 100%;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-color: #4a4a4a;
  --swiper-navigation-color: #4a4a4a;
}
.noahs_page_builder-slideshow .swiper-slide {
  background-color: #08CCB2;
}
.noahs_page_builder-slideshow .swiper-slide:nth-child(2) {
  background-color: #FACB38;
}
.noahs_page_builder-slideshow--container {
  max-width: 650px;
  display: flex;
  width: 100%;
}
.noahs_page_builder-slideshow--wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  height: 100%;
  min-height: inherit;
}
.noahs_page_builder-slideshow--content {
  text-align: center;
  color: #fff;
}
.noahs_page_builder-slideshow--image {
  margin-bottom: 1.5rem;
}
.noahs_page_builder-slideshow--text {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.noahs_page_builder-slideshow .noahs_page_builder-slideshow--button .btn {
  background: #fff;
  color: black;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
  padding: 10px 25px;
  display: inline-block;
}

.widget-noahs-services-slide {
  width: 100%;
}

.noahs_page_builder-slideshow-services--box {
  background: #fff;
  border: 1px solid #dedede;
  padding: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.noahs_page_builder-slideshow-services--box a {
  color: var(--noahs_page_builder-principal-color);
}
.noahs_page_builder-slideshow-services--title {
  margin-top: 15px;
}
.noahs_page_builder-slideshow-services--item {
  position: relative;
}
.noahs_page_builder-slideshow-services--actions {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noahs_page_builder-slideshow-services--actions a {
  color: #fff;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}
.noahs_page_builder-slideshow-services .swiper-slide:hover .noahs_page_builder-slideshow-services--actions {
  opacity: 1;
  visibility: visible;
}
.noahs_page_builder-slideshow-services .swiper-slide img {
  width: 100%;
}

.widget-noahs-card-grid {
  width: 100%;
}
.widget-noahs-card-grid .noahs_elements_carousel .swiper-slide {
  height: auto;
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--wrapper {
  overflow: hidden;
  position: relative;
  min-height: 450px;
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--wrapper:hover .noahs_page_builder-cards-grid--top:before {
  background: rgba(0, 0, 0, 0.6);
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--wrapper:hover .noahs_page_builder-cards-grid--title {
  top: 0;
  transform: translate(-50%, 0%);
  opacity: 0;
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--wrapper:hover .noahs_page_builder-cards-grid--bottom {
  bottom: 0;
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--wrapper:hover .noahs_page_builder-cards-grid--bottom .title-2 {
  display: block;
}
.widget-noahs-card-grid .grid.grid-cart-overlay .title-2 {
  font-size: 26px;
  line-height: 28px;
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--title {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--text {
  color: white;
}
@media (max-width: 1024px) {
  .widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--text {
    font-size: 12px;
  }
}
.widget-noahs-card-grid .grid.grid-cart-overlay .noahs_page_builder-cards-grid--bottom {
  position: absolute;
  bottom: -100%;
  color: white;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 25px;
  z-index: 2;
}

.noahs_page_builder-cards-grid--wrapper {
  background: #fff;
  border: 1px solid #dedede;
  padding: 25px;
  min-height: 100%;
}
.noahs_page_builder-cards-grid--box a {
  color: var(--noahs_page_builder-principal-color);
}
.noahs_page_builder-cards-grid--title {
  margin-top: 15px;
}
.noahs_page_builder-cards-grid--text {
  margin-bottom: 0;
}
.noahs_page_builder-cards-grid--item {
  position: relative;
}
.noahs_page_builder-cards-grid--actions {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noahs_page_builder-cards-grid--actions a {
  color: #fff;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}
.noahs_page_builder-cards-grid .swiper-slide:hover .noahs_page_builder-slideshow-services--actions {
  opacity: 1;
  visibility: visible;
}

.widget-noahs-column {
  display: flex;
}
.widget-noahs-column .noahs_page_builder-column--inner {
  width: 100%;
  height: 100%;
}
.widget-noahs-column .noahs_page_builder-column--content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.widget-noahs-row {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .widget-noahs-row .row-elements.noahs-responsive-columns > .widget-noahs-column {
    width: 100% !important;
    margin-bottom: 50px;
  }
}

.widget-noahs-image .widget-image-wrapper {
  display: flex;
}
.widget-noahs-image .widget-image-src {
  max-width: 100%;
}
.widget-noahs-image .widget-image-src.empty {
  width: 450px;
  max-width: 100%;
}

.widget-noahs-carousel {
  width: 100%;
}
.widget-noahs-carousel .widget-wrapper {
  display: block;
}

.noahs_page_builder-carousel {
  display: flex;
  justify-content: center;
}
.noahs_page_builder-carousel[data-show-items-desktop="1"] .swiper-wrapper {
  width: 100%;
}
.noahs_page_builder-carousel.grey_effect img {
  filter: saturate(0);
}
.noahs_page_builder-carousel.grey_effect img:hover {
  filter: saturate(1);
}
.noahs_page_builder-carousel--actions {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noahs_page_builder-carousel--actions a {
  color: #fff;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}
.noahs_page_builder-carousel .swiper-slide {
  height: auto;
}
.noahs_page_builder-carousel .swiper-slide .gallery-description {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
}
.noahs_page_builder-carousel .swiper-slide:hover .gallery-description {
  opacity: 1;
}
.noahs_page_builder-carousel .swiper-slide:hover .noahs_page_builder-carousel--actions {
  opacity: 1;
  visibility: visible;
}
.noahs_page_builder-carousel .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.noahs_page_builder-carousel .swiper-slide .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.widget-noahs-bars .skill-bars {
  width: 100%;
}
.widget-noahs-bars .skill-bars.viewport-active .bar .info span {
  animation: showText 0.5s 1s linear forwards;
}
.widget-noahs-bars .skill-bars.viewport-active .bar .progress-line {
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}
.widget-noahs-bars .skill-bars.viewport-active .bar .progress-line span {
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}
.widget-noahs-bars .skill-bars.viewport-active .bar .progress-line span:before {
  animation: showText2 0.5s 1.5s linear forwards;
}
.widget-noahs-bars .skill-bars.viewport-active .bar .progress-line span:after {
  animation: showText2 0.5s 1.5s linear forwards;
}
.widget-noahs-bars .skill-bars .bar {
  margin: 20px 0;
}
.widget-noahs-bars .skill-bars .bar:first-child {
  margin-top: 0px;
}
.widget-noahs-bars .skill-bars .bar .info {
  margin-bottom: 5px;
}
.widget-noahs-bars .skill-bars .bar .info span {
  font-weight: 500;
  font-size: 17px;
  opacity: 0;
}
@keyframes showText {
  100% {
    opacity: 1;
  }
}
.widget-noahs-bars .skill-bars .bar .progress-line {
  height: 10px;
  width: 100%;
  background: #f0f0f0;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.8);
}
@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
.widget-noahs-bars .bar .progress-line span {
  height: 100%;
  position: absolute;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--noahs_page_builder-principal-color);
}
.widget-noahs-bars .progress-line span::before {
  position: absolute;
  content: "";
  top: -10px;
  right: 0;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-color: #000;
  opacity: 0;
}
.widget-noahs-bars .progress-line span::after {
  content: attr(data-width) "%";
  position: absolute;
  top: -28px;
  right: 0;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 1px 8px;
  font-size: 12px;
  border-radius: 3px;
  opacity: 0;
}
@keyframes showText2 {
  100% {
    opacity: 1;
  }
}

.drupal-viewblock-empty {
  background: radial-gradient(circle, transparent 20%, #e2e2e2 20%, #e2e2e2 80%, transparent 80%, transparent) 0% 0%/30px 30px, radial-gradient(circle, transparent 20%, #e2e2e2 20%, #e2e2e2 80%, transparent 80%, transparent) 15px 15px/30px 30px, linear-gradient(#ffffff 2px, transparent 2px) 0px -1px/15px 15px, linear-gradient(90deg, #ffffff 2px, #e2e2e2 2px) -1px 0px/15px 15px #e2e2e2;
  background-size: 30px 30px, 30px 30px, 15px 15px, 15px 15px;
  background-color: #e2e2e2;
  height: 150px;
  width: 100%;
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 800;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.site__logo {
  max-width: 100%;
}

body.userlogin .layout-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
body.userlogin .layout-content form {
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
body.userlogin .layout-content form label {
  display: block;
}

.widget-noahs-drupal-views .widget-wrapper {
  flex-direction: column;
}

.noahs-list-group--horizontal {
  display: flex;
}
.noahs-list-group--item {
  display: flex;
}
.noahs-list-group i {
  font-size: 2rem;
  line-height: 2rem;
  margin-right: 1rem;
}

.noahs-icon-svg svg {
  width: 50px;
  height: auto;
}

.widget-noahs-network-icons .noahs-icon-svg svg {
  width: 25x;
  height: auto;
}

.noahs-nwtworks-list-group--horizontal {
  display: flex;
  align-items: center;
  gap: 20px;
}
.noahs-nwtworks-list-group--vertival {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.noahs-nwtworks-list-group--item {
  display: flex;
}
.noahs-nwtworks-list-group a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--noahs_page_builder-secondary-color);
}
.noahs-nwtworks-list-group i {
  font-size: 1.5rem;
}

.noahs_page_builder-gallery {
  display: block;
}
.noahs_page_builder-gallery .gallery-item {
  justify-content: center;
  display: flex;
}
.noahs_page_builder-gallery .gallery-item .item {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.noahs_page_builder-gallery .gallery-item .gallery-description,
.noahs_page_builder-gallery .gallery-item .gallery-image-src {
  /* Safari */
  backface-visibility: hidden;
}
.noahs_page_builder-gallery .gallery-item .gallery-description {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  transform: rotateY(180deg);
}
.noahs_page_builder-gallery .gallery-item:hover .gallery-description {
  transform: rotateY(180deg);
}
.noahs_page_builder-gallery .gallery-item:hover .noahs_page_builder-carousel--actions {
  opacity: 1;
  visibility: visible;
}
.noahs_page_builder-gallery .gallery-item img {
  max-width: 100%;
  display: block;
}
.noahs_page_builder-gallery.mazorny .row {
  -moz-column-width: 13em;
       column-width: 13em;
  -moz-column-gap: 1em;
       column-gap: 1em;
  -moz-column-count: 3;
       column-count: 3;
  display: block;
  margin: 0;
}
.noahs_page_builder-gallery.mazorny .row.row-cols-md-6 {
  -moz-column-count: 6;
       column-count: 6;
}
.noahs_page_builder-gallery.mazorny .row.row-cols-md-5 {
  -moz-column-count: 5;
       column-count: 5;
}
.noahs_page_builder-gallery.mazorny .row.row-cols-md-4 {
  -moz-column-count: 4;
       column-count: 4;
}
.noahs_page_builder-gallery.mazorny .row.row-cols-md-3 {
  -moz-column-count: 4;
       column-count: 4;
}
.noahs_page_builder-gallery.mazorny.row-cols-md-2 {
  -moz-column-count: 2;
       column-count: 2;
}
.noahs_page_builder-gallery.mazorny .gallery-item {
  width: 100%;
  padding: 0;
  margin: 0 0 1em;
  display: block;
}
.noahs_page_builder-gallery.mazorny .item {
  margin: 0;
}
.noahs_page_builder-gallery.mazorny .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget-noahs_page_builder-separator .widget-content {
  display: flex;
  justify-content: center;
}
.widget-noahs_page_builder-separator .widget-content span {
  display: flex;
  flex-direction: column;
}

.noahs_page_builder-separator-item {
  margin: 15px 0;
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
  --separator-border-width: 1px;
  --separator-border-style: dashed;
  --separator-color: black;
  --separator-text-padding: 15px;
  --separator-mask-size: 20px;
  --separator-mask-color: #000000;
  --separator-stroke-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noahs_page_builder-separator-item span {
  padding-left: var(--separator-text-padding);
  padding-right: var(--separator-text-padding);
  flex-shrink: 0;
}
.noahs_page_builder-separator-item:after {
  display: none;
}
.noahs_page_builder-separator-item:before, .noahs_page_builder-separator-item:after {
  width: 100%;
  content: "";
}
.noahs_page_builder-separator-item.icon:after, .noahs_page_builder-separator-item.title:after {
  display: block;
}
.noahs_page_builder-separator-item.line:before, .noahs_page_builder-separator-item.line:after, .noahs_page_builder-separator-item.double_line:before, .noahs_page_builder-separator-item.double_line:after {
  height: var(--separator-border-width);
  background-color: var(--separator-mask-color);
}
.noahs_page_builder-separator-item.double_line:before, .noahs_page_builder-separator-item.double_line:after {
  box-shadow: 0 5px 0 var(--separator-mask-color);
}
.noahs_page_builder-separator-item.dotted:before, .noahs_page_builder-separator-item.dotted:after {
  border-top: var(--separator-border-width) dotted var(--separator-color);
}
.noahs_page_builder-separator-item.dashed:before, .noahs_page_builder-separator-item.dashed:after {
  border-top: var(--separator-border-width) dashed var(--separator-color);
}
.noahs_page_builder-separator-item.line_shadow {
  overflow: hidden;
}
.noahs_page_builder-separator-item.line_shadow:before, .noahs_page_builder-separator-item.line_shadow:after {
  margin: 0 auto 0;
  width: 100%;
  height: 10px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 55%);
}
.noahs_page_builder-separator-item.line_gradient:before, .noahs_page_builder-separator-item.line_gradient:after {
  height: var(--separator-border-width);
  background: linear-gradient(to right, rgba(192, 192, 192, 0), #c0c0c0, rgba(192, 192, 192, 0));
}
.noahs_page_builder-separator-item.curve:before, .noahs_page_builder-separator-item.curve:after {
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: var(--separator-mask-size) 100%;
          mask-size: var(--separator-mask-size) 100%;
  height: 20px;
  background-color: var(--separator-mask-color);
  -webkit-mask-image: var(--separator-pattern-url);
          mask-image: var(--separator-pattern-url);
}
.noahs_page_builder-separator-item.triangle:before, .noahs_page_builder-separator-item.triangle:after {
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: var(--separator-mask-size) 100%;
          mask-size: var(--separator-mask-size) 100%;
  height: 20px;
  background-color: var(--separator-mask-color);
  -webkit-mask-image: var(--separator-pattern-url);
          mask-image: var(--separator-pattern-url);
}
.noahs_page_builder-separator-item.slash:before, .noahs_page_builder-separator-item.slash:after {
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: var(--separator-mask-size) 100%;
          mask-size: var(--separator-mask-size) 100%;
  height: 20px;
  background-color: var(--separator-mask-color);
  -webkit-mask-image: var(--separator-pattern-url);
          mask-image: var(--separator-pattern-url);
}

.widget-noahs-accordion .accordion {
  width: 100%;
  overflow: hidden;
}
.widget-noahs-accordion .accordion .accordion-button:after {
  display: none;
}
.widget-noahs-accordion .accordion .accordion-button i {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
}
.widget-noahs-accordion .accordion .accordion-button:not(.collapsed) i {
  transform: rotate(-180deg);
}
.widget-noahs-accordion .accordion .max-items-actions {
  display: flex;
  justify-content: center;
}
.widget-noahs-accordion .accordion .max-items-actions i {
  margin-left: 10px;
}
.widget-noahs-accordion .accordion #showLessButton {
  display: none;
}

.noahs--video-button {
  display: flex;
  align-items: center;
}
.noahs--video-button.flex-row-reverse h5 {
  margin-left: 0;
  margin-right: 15px;
}
.noahs--video-button h5 {
  margin-left: 15px;
}
.noahs--video-button .play-video {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--noahs_page_builder-principal-color);
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  position: relative;
}
.noahs--video-button .play-video span {
  position: relative;
  z-index: 2;
}
.noahs--video-button.animation-1 .play-video:before {
  content: "";
  position: absolute;
  display: block;
  width: 150%;
  height: 150%;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: var(--noahs_page_builder-principal-color);
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.noahs--video-button.animation-1 .play-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--noahs_page_builder-principal-color);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.63);
  }
  100%, 80% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.noahs--video-button.animation-2 .play-video:after, .noahs--video-button.animation-2 .play-video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--noahs_page_builder-principal-color);
  border-radius: 50%;
}
.noahs--video-button.animation-2 .play-video:before {
  animation: ripple 2s linear infinite;
}
.noahs--video-button.animation-2 .play-video:after {
  animation: ripple 2s linear 1s infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.noahs--video-button.animation-3 .play-video:before, .noahs--video-button.animation-3 .play-video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  grid-area: 1/1;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 0 0 0 var(--noahs_page_builder-principal-color);
  animation: pulsing 3s linear infinite var(--s, 0s);
}
.noahs--video-button.animation-3 .play-video:before {
  --s: 1s;
}
.noahs--video-button.animation-3 .play-video:after {
  --s: 2s;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 3rem rgba(0, 0, 0, 0);
  }
}

.icon-steps {
  list-style: none;
  display: flex;
  text-align: center;
  margin: 0;
  padding: 0;
}
.icon-steps--icon {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.icon-steps--icon > span {
  width: 50px;
  display: flex;
  height: 50px;
  background-color: var(--noahs_page_builder-primary-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}
.icon-steps--icon > span span {
  position: relative;
  z-index: 1;
}
.icon-steps--icon > span:before, .icon-steps--icon > span:after {
  content: "";
  background-color: var(--noahs_page_builder-primary-color);
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon-steps--icon > span:before {
  content: "";
  width: 65px;
  height: 65px;
}
.icon-steps--icon > span:after {
  content: "";
  width: 80px;
  height: 80px;
}
.icon-steps .step-image-src {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.icon-steps .icon-steps--item:not(:last-child) .icon-steps--wrapper {
  position: relative;
}
.icon-steps .icon-steps--item:not(:last-child) .icon-steps--wrapper:before {
  display: block;
  width: 60%;
  height: 1px;
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(132, 132, 132, 0.2);
  top: 28px;
  left: 74%;
}

.noahs-divider-svg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.noahs-divider-svg.bottom {
  top: auto;
  bottom: 0;
}
.noahs-divider-svg.bottom svg {
  transform: rotate(180deg);
}
.noahs-divider-svg svg {
  width: 100%;
  height: auto;
}

figure.image img {
  max-width: 100%;
  height: auto;
}

.widget-noahs-review-pro {
  width: 100%;
}

.testimonial-widget.testimonial-slider {
  text-align: center;
  position: static;
}
.testimonial-widget.testimonial-slider .testimonial-widget--wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-widget.testimonial-carousel, .testimonial-widget.testimonial-grid {
  text-align: left;
}
.testimonial-widget.testimonial-carousel .testimonial-widget--wrapper, .testimonial-widget.testimonial-grid .testimonial-widget--wrapper {
  max-width: auto;
  margin: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-widget.testimonial-carousel .testimonial-widget--image, .testimonial-widget.testimonial-grid .testimonial-widget--image {
  margin-bottom: 0;
  margin-right: 25px;
}
.testimonial-widget.testimonial-carousel .testimonial-widget--image span, .testimonial-widget.testimonial-grid .testimonial-widget--image span {
  width: 80px;
  height: 80px;
  box-shadow: none;
}
.testimonial-widget.testimonial-carousel .testimonial-widget--header, .testimonial-widget.testimonial-grid .testimonial-widget--header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.testimonial-widget.testimonial-carousel h4, .testimonial-widget.testimonial-grid h4 {
  font-weight: normal;
  font-size: 1rem;
}
.testimonial-widget.testimonial-grid .testimonial-widget--wrapper {
  margin: 0;
  padding: 25px;
}
.testimonial-widget--wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  height: 100%;
}
.testimonial-widget--image {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.testimonial-widget--image span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-widget--image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.testimonial-widget h4 {
  margin-bottom: 15px;
}
.testimonial-widget .stars-outer {
  margin-bottom: 15px;
}
.testimonial-widget .swiper-slide {
  height: auto;
}

.testimonial-wrapper {
  width: 100%;
}
.testimonial-wrapper--content {
  padding-top: 25px;
  padding-bottom: 25px;
}

.widget-noahs-price-list .widget-wrapper {
  align-items: start;
}

.noahs-pricing-card {
  --border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: var(--border-radius);
  padding: 2rem 0;
  border: 1px solid #dedede;
  position: relative;
}
.noahs-pricing-card--primary ::-moz-selection {
  color: var(--noahs_page_builder-principal-color);
  background-color: #fff;
}
.noahs-pricing-card--primary ::selection {
  color: var(--noahs_page_builder-principal-color);
  background-color: #fff;
}
.noahs-pricing-card .icon {
  color: var(--noahs_page_builder-principal-color);
  font-size: 40px;
  margin-right: 1rem;
}
.noahs-pricing-card__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1.5rem;
}
.noahs-pricing-card__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.noahs-pricing-card__head-image {
  margin-bottom: 1.625rem;
}
.noahs-pricing-card__head-image img {
  width: 100%;
  height: auto;
}
.noahs-pricing-card__title {
  margin: 0;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 400;
}
.noahs-pricing-card__title > * {
  margin: 0;
}
.noahs-pricing-card__tag {
  border-radius: 999px;
  padding: 0.625rem 1.125rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--noahs_page_builder-principal-color);
}
.noahs-pricing-card__description {
  margin: 0;
  margin-top: 1.625rem;
}
.noahs-pricing-card__pricing-line {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 0.56rem;
  margin: 0;
}
.noahs-pricing-card__price {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: 600;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.noahs-pricing-card__price.discount {
  align-items: flex-end;
}
.noahs-pricing-card__price.discount .price .normal {
  font-size: 18px;
  line-height: 18px;
  text-decoration: line-through;
  color: #e14949;
  display: block;
  text-align: right;
}
.noahs-pricing-card__price .currency {
  line-height: normal;
}
.noahs-pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.noahs-pricing-card__feature {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.noahs-pricing-card__feature i {
  color: var(--noahs_page_builder-principal-color);
}
.noahs-pricing-card__feature--disabled {
  color: #c4c4c4;
}
.noahs-pricing-card__feature--disabled i {
  color: #c4c4c4;
}
.noahs-pricing-card__bullet {
  width: 1.5rem;
  height: 1.5rem;
  fill: inherit;
}
.noahs-pricing-card__action {
  margin-top: auto;
}
.noahs-pricing-card.design_1 .noahs-pricing-card__tag {
  position: absolute;
  top: -22px;
  width: calc(100% - 45px);
  text-align: center;
}
.noahs-pricing-card.design_2 .noahs-pricing-card__head {
  margin-bottom: 1.5rem;
}
.noahs-pricing-card.design_3 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.noahs-pricing-card.design_3 .noahs-pricing-card__tag {
  position: absolute;
  top: -57px;
  width: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.noahs-pricing-card.design_3 .noahs-pricing-card__title {
  width: 100%;
  text-align: center;
  background: var(--noahs_page_builder-principal-color);
  background: linear-gradient(135deg, #1769ff, #ea4c89);
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
  padding: 20px 15px;
  color: #fff;
  border-start-start-radius: var(--border-radius);
  border-start-end-radius: var(--border-radius);
}

.btn:not(.btn-admin), .btn-theme:not(.btn-admin), .button:not(.btn-admin) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--noahs_page_builder-principal-color);
}

:root {
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --breakpoint: 767px;
  --color: var(--noahs_page_builder-principal-color);
  --color2: #161d27;
  --color2-dark: #0f131a;
}

.noahs-menu--wrapper .menu__header {
  display: none;
}
@media (max-width: 959px) {
  .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    max-width: 85%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.4s ease-in-out;
  }
  .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper.is-active {
    transform: translate(0%);
  }
}
.noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper .menu__header {
  box-shadow: var(--shadow-medium);
}
@media (max-width: 959px) {
  .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper .menu__header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper .menu__header.is-active {
    visibility: visible;
    background-color: #fff;
  }
  .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper .menu__header.is-active > .menu__arrow {
    display: flex;
  }
}
@media (max-width: 959px) {
  .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper .menu__header .menu__arrow {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3rem;
  }
  .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper .menu__header .menu__arrow:hover i {
    color: var(--color);
  }
  .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper .menu__header .menu__arrow > i {
    font-size: 0.95rem;
    color: #000;
    transition: all 0.25s ease;
  }
}
@media (max-width: 959px) {
  .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper .menu__header .menu__title {
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    transition: all 0.25s ease;
  }
  .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper .menu__header .menu__title:hover {
    color: var(--color);
  }
  .darkmode .noahs-menu:not(.noahs-noahs-menu--not-responsive) .noahs-menu--wrapper .menu__header .menu__title {
    color: #fff;
  }
}
.noahs-menu--not-vertical-expand-all.noahs-menu--vertical .noahs-menu--wrapper .menu__inner .submenu {
  opacity: 1;
  visibility: visible;
  display: block;
  max-height: none;
}
.noahs-menu--not-vertical-expand-all.noahs-menu--vertical .noahs-menu--wrapper .menu__link i {
  display: none;
}
.noahs-menu--wrapper .menu__inner {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.noahs-menu--vertical.noahs-menu--not-responsive .noahs-menu--wrapper .menu__inner {
  padding: 0;
  margin-top: 0;
  gap: 0;
}
.noahs-menu--vertical .noahs-menu--wrapper .menu__inner {
  flex-direction: column;
}
.noahs-menu--vertical .noahs-menu--wrapper .menu__inner .menu__item.menu__dropdown:hover > .submenu,
.noahs-menu--vertical .noahs-menu--wrapper .menu__inner .menu__item.menu__dropdown.active > .submenu {
  max-height: 9999px;
  transition: max-height 0.25s ease-in;
}
.noahs-menu--vertical .noahs-menu--wrapper .menu__inner .menu__item.menu__dropdown.active > .submenu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.noahs-menu--vertical .noahs-menu--wrapper .menu__inner .submenu {
  position: static;
  transform: translate(0);
  max-height: 0;
  transition: max-height 0.15s ease-out;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 959px) {
  .noahs-menu--wrapper .menu__inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    padding: 25px;
  }
}
.noahs-menu--wrapper .menu__inner .menu__item {
  position: relative;
  display: inline-block;
}
.noahs-menu--wrapper .menu__inner .menu__item:last-child {
  padding-right: 0;
}
.noahs-menu--wrapper .menu__inner .menu__item:hover > .menu__link, .noahs-menu--wrapper .menu__inner .menu__item.active > .menu__link {
  color: var(--color);
}
@media (max-width: 959px) {
  .noahs-menu--wrapper .menu__inner .menu__item {
    display: block;
    padding: 0;
    position: static;
  }
}
@media (min-width: 960px) {
  .noahs-menu--wrapper .menu__inner .menu__item:hover > .menu__link i {
    transform: rotate(-90deg);
  }
}
@media (min-width: 960px) {
  .noahs-menu--wrapper .menu__inner .menu__item.menu__dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    display: block;
  }
  .noahs-menu--wrapper .menu__inner .menu__item.menu__dropdown .submenu .menu__item.menu__dropdown:hover > .submenu {
    top: 0;
  }
}
@media (max-width: 959px) {
  .noahs-menu--wrapper .menu__inner .menu__item.menu__dropdown.no-link > .menu__link > i {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: right;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.noahs-menu--wrapper .menu__inner .menu__item .menu__link {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  transition: all 0.25s ease;
  padding: 10px;
}
.noahs-menu--vertical .noahs-menu--wrapper .menu__inner .menu__item .menu__link {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 959px) {
  .noahs-menu--wrapper .menu__inner .menu__item .menu__link {
    justify-content: space-between;
    padding: 10px 0;
  }
}
.noahs-menu--wrapper .menu__inner .menu__item .menu__link > i {
  margin-left: 10px;
  font-size: 0.95rem;
  transform: rotate(90deg);
  transition: 0.35s;
}
@media (max-width: 959px) {
  .noahs-menu--wrapper .menu__inner .menu__item .menu__link > i {
    padding: 10px;
    transform: rotate(0deg);
  }
}
.darkmode .noahs-menu--wrapper .menu__inner .menu__item .menu__link {
  color: #fff;
}
.noahs-menu--wrapper .submenu {
  position: absolute;
  z-index: 100;
  min-width: 300px;
  top: 100%;
  left: 0%;
  height: auto;
  padding: 0;
  background-color: #fff;
  box-shadow: var(--shadow-medium);
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.35s ease-in-out;
  margin: 0;
}
.noahs-menu--wrapper .submenu .submenu {
  left: 100%;
}
@media (max-width: 959px) {
  .noahs-menu--wrapper .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 100px 15px 0;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
  }
  .noahs-menu--wrapper .submenu.is-active {
    display: block;
    left: 0;
  }
}
@media (min-width: 960px) {
  .noahs-menu--wrapper .submenu {
    animation: none !important;
  }
}
@media (min-width: 960px) {
  .noahs-menu--wrapper .submenu.megamenu__normal {
    left: 65%;
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .noahs-menu--wrapper .submenu.megamenu__text {
    flex-wrap: wrap;
    max-width: 95%;
    height: auto;
  }
}
@media (min-width: 1168px) {
  .noahs-menu--wrapper .submenu.megamenu__text {
    max-width: 992px;
  }
}
.noahs-menu--wrapper .submenu .submenu__inner {
  width: 100%;
}
@media (max-width: 959px) {
  .noahs-menu--wrapper .submenu .submenu__inner {
    width: 100%;
    padding: 0;
  }
}
.noahs-menu--wrapper .submenu .submenu__list {
  padding: 0;
}
@media (max-width: 959px) {
  .noahs-menu--wrapper .submenu .submenu__list {
    margin-bottom: 20px;
    display: block;
  }
}
.noahs-menu--wrapper .submenu .submenu__list li {
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.noahs-menu--wrapper .submenu .submenu__list li a {
  display: block;
  padding: 10px 0;
  line-height: 1.4;
  text-transform: capitalize;
  color: #000;
  transition: all 0.25s ease-in-out;
}
.noahs-menu--wrapper .submenu .submenu__list li a:hover {
  color: var(--color);
}
@media (max-width: 959px) {
  .noahs-menu--wrapper .submenu .submenu__list li a {
    display: block;
  }
}
.darkmode .noahs-menu--wrapper .submenu .submenu__list li a {
  color: #fff;
}
.darkmode .noahs-menu--wrapper .submenu .submenu__list li a:hover {
  color: var(--color);
}

.noahs-navbar--menu.menu--responsive .overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
}
@media (max-width: 959px) {
  .noahs-navbar--menu.menu--responsive .overlay {
    cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
    pointer-events: visible;
  }
  .noahs-navbar--menu.menu--responsive .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 959px) {
  .noahs-navbar--menu.menu--responsive .noahs-menu {
    background-color: #fff;
  }
}
.noahs-navbar--menu.menu--responsive .burger-wrapper {
  display: flex;
  width: 100%;
}
.noahs-navbar--menu.menu--responsive .burger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
.noahs-menu--not-responsive .noahs-navbar--menu.menu--responsive .burger {
  display: none !important;
}
@media (max-width: 959px) {
  .noahs-navbar--menu.menu--responsive .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.noahs-navbar--menu.menu--responsive .burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
}
.noahs-navbar--menu.menu--responsive .burger .burger-line .overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
}
@media (max-width: 959px) {
  .noahs-navbar--menu.menu--responsive .burger .burger-line .overlay {
    cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
    pointer-events: visible;
  }
  .noahs-navbar--menu.menu--responsive .burger .burger-line .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.noahs-navbar--menu.menu--responsive .burger .burger-line .burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
@media (max-width: 959px) {
  .noahs-navbar--menu.menu--responsive .burger .burger-line .burger {
    opacity: 1;
    visibility: visible;
  }
}
.noahs-navbar--menu.menu--responsive .burger .burger-line .burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
}
.darkmode .noahs-navbar--menu.menu--responsive .burger .burger-line .burger .burger-line {
  background: #fff;
}
.noahs-navbar--menu.menu--responsive .burger .burger-line .burger .burger-line:nth-child(1) {
  top: 0;
}
.noahs-navbar--menu.menu--responsive .burger .burger-line .burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}
.noahs-navbar--menu.menu--responsive .burger .burger-line .burger .burger-line:nth-child(3) {
  top: 16px;
}
.darkmode .noahs-navbar--menu.menu--responsive .burger .burger-line {
  background: #fff;
}
.noahs-navbar--menu.menu--responsive .burger .burger-line:nth-child(1) {
  top: 0;
}
.noahs-navbar--menu.menu--responsive .burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}
.noahs-navbar--menu.menu--responsive .burger .burger-line:nth-child(3) {
  top: 16px;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.noahs-icon-nav--menu {
  display: none;
  position: absolute;
  background-color: white;
  padding: 15px;
}

.noahs-icon-nav:hover .noahs-icon-nav--menu {
  display: block;
}
.noahs-icon-nav .menu__inner {
  flex-direction: column;
}

.widget-noahs-drupal-nav-icon.editing-widget .noahs-icon-nav .noahs-icon-nav--menu {
  display: block;
}

.noahs-language-switcher.not_dropdown {
  display: flex;
  list-style: none;
  gap: 15px;
}
.noahs-language-switcher a {
  text-transform: uppercase;
  color: #000000;
  display: block;
}
.noahs-language-switcher.dropdown {
  position: relative;
  display: inline-flex;
}
.noahs-language-switcher.dropdown .caption {
  padding: 5px 6px;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  color: #000;
}
.noahs-language-switcher.dropdown .caption i {
  margin-left: 15px;
}
.noahs-language-switcher.dropdown .list {
  position: absolute;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 0 0 3px 3px;
  display: none;
}
.noahs-language-switcher.dropdown .item a {
  padding: 11px 24px;
  cursor: pointer;
  text-transform: uppercase;
}
.noahs-language-switcher.dropdown .item.selected a {
  font-weight: bold;
}
.noahs-language-switcher.dropdown .item:hover a,
.noahs-language-switcher.dropdown .caption:hover {
  background-color: var(--noahs_page_builder-principal-color);
  color: #fff;
}
.noahs-language-switcher.dropdown.open .caption {
  border-radius: 3px 3px 0 0;
  border-bottom: solid 1px #999;
}
.noahs-language-switcher.dropdown.open .list {
  display: block;
}

.widget-noahs_page_builder-iconlist .list-group {
  margin: 0;
}

.wd-10 {
  width: 10%;
}

.wd-20 {
  width: 20%;
}

.wd-30 {
  width: 30%;
}

.wd-40 {
  width: 40%;
}

.wd-50 {
  width: 50%;
}

.wd-60 {
  width: 60%;
}

.wd-70 {
  width: 70%;
}

.wd-80 {
  width: 80%;
}

.wd-90 {
  width: 90%;
}

.wd-100 {
  width: 100%;
}

.hidden_after:after {
  content: "Hidden";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #dedede;
  padding: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .hidden-xs[data-settings] {
    display: block !important;
    opacity: 0.4;
  }
  .hidden-xs[data-settings]:after {
    content: "Hidden";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #dedede;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
  .hidden-md[data-settings] {
    display: block !important;
    opacity: 0.4;
  }
  .hidden-md[data-settings]:after {
    content: "Hidden";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #dedede;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
  .hidden-lg[data-settings] {
    display: block !important;
    opacity: 0.4;
  }
  .hidden-lg[data-settings]:after {
    content: "Hidden";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #dedede;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
.noahs-task-messages {
  position: fixed;
  bottom: 0;
  margin: 0;
  right: 15px;
  width: 30%;
  z-index: 999;
  overflow: auto;
  max-height: 100%;
}
.noahs-task-messages .messages {
  display: flex;
  align-items: center;
}
.noahs-task-messages .messages button {
  margin-right: 15px;
}
.noahs-task-messages .alert {
  position: relative;
}
.noahs-task-messages .alert p {
  margin: 0;
}
.noahs-task-messages .alert .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1em;
}
.noahs-task-messages .alert .fa {
  margin-right: 0.3em;
}

.widget-noahs-drupal-tabs nav {
  justify-content: center;
}

.noahs-video-wrapper {
  width: 100%;
}
.noahs-video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.noahs-video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.widget-noahs-drupal-nodes .card {
  width: 100%;
}

.field-noahs-gallery__grid {
  display: grid;
  gap: 16px;
}
.field-noahs-gallery--cols-1 .field-noahs-gallery__grid {
  grid-template-columns: repeat(1, 1fr);
}
.field-noahs-gallery--cols-2 .field-noahs-gallery__grid {
  grid-template-columns: repeat(2, 1fr);
}
.field-noahs-gallery--cols-3 .field-noahs-gallery__grid {
  grid-template-columns: repeat(3, 1fr);
}
.field-noahs-gallery--cols-4 .field-noahs-gallery__grid {
  grid-template-columns: repeat(4, 1fr);
}
.field-noahs-gallery--cols-5 .field-noahs-gallery__grid {
  grid-template-columns: repeat(5, 1fr);
}
.field-noahs-gallery--cols-6 .field-noahs-gallery__grid {
  grid-template-columns: repeat(6, 1fr);
}
.field-noahs-gallery__item {
  position: relative;
  overflow: hidden;
}
.field-noahs-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes background-image-zoomin {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 150%;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes gradient-animation {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
@keyframes noahs-particles-fall {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes noahs-waves-x {
  from {
    background-position: 0 0, 20px 18px;
  }
  to {
    background-position: 280px 0, 300px 18px;
  }
}
@keyframes noahs-waves-y {
  0% {
    transform: translate3d(0, calc(var(--waves-amplitude, 8px) * -1), 0);
  }
  50% {
    transform: translate3d(0, calc(var(--waves-amplitude, 8px) * 1), 0);
  }
  100% {
    transform: translate3d(0, calc(var(--waves-amplitude, 8px) * -1), 0);
  }
}
.noahs-animation--image-zoom {
  animation: background-image-zoomin 20s linear;
}
.noahs-animation--color-gradient {
  background-image: var(--gradient);
  animation: gradient-animation 15s infinite;
}
.noahs-animation--particles {
  position: relative;
  overflow: hidden;
  background: var(--particles-bg, transparent);
  color: var(--particles-color, rgba(255, 255, 255, 0.75));
}
.noahs-animation--particles::before, .noahs-animation--particles::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2000px;
  width: 2px;
  height: 2px;
  background: currentColor;
  pointer-events: none;
  will-change: transform;
}
.noahs-animation--particles::before {
  box-shadow: 877px 1432px 0 0, 691px 581px 0 0, 247px 329px 0 0, 1713px 1204px 0 0, 884px 1790px 0 0, 876px 1937px 0 0, 989px 1561px 0 0, 1644px 354px 0 0, 686px 615px 0 0, 224px 1553px 0 0, 970px 1655px 0 0, 1697px 1333px 0 0, 1149px 1922px 0 0, 772px 588px 0 0, 1922px 918px 0 0, 693px 229px 0 0, 700px 329px 0 0, 51px 1466px 0 0, 213px 1789px 0 0, 1152px 1606px 0 0, 640px 1587px 0 0, 819px 779px 0 0, 55px 1534px 0 0, 1027px 291px 0 0, 1582px 913px 0 0, 4px 595px 0 0, 1220px 180px 0 0, 135px 1029px 0 0, 1262px 391px 0 0, 945px 7px 0 0, 286px 745px 0 0, 1655px 265px 0 0, 1925px 1525px 0 0, 941px 538px 0 0, 1363px 961px 0 0, 305px 538px 0 0, 1079px 520px 0 0, 1194px 270px 0 0, 186px 576px 0 0, 326px 1605px 0 0, 630px 754px 0 0, 1489px 532px 0 0, 630px 477px 0 0, 183px 77px 0 0, 1974px 1280px 0 0, 1735px 243px 0 0, 1911px 54px 0 0, 970px 1060px 0 0, 963px 365px 0 0, 1644px 1428px 0 0, 30px 1519px 0 0, 1878px 1307px 0 0, 1786px 1834px 0 0, 1359px 1728px 0 0, 1320px 1521px 0 0, 1280px 1905px 0 0, 666px 33px 0 0, 897px 690px 0 0, 1893px 1203px 0 0, 1957px 541px 0 0, 779px 394px 0 0, 339px 641px 0 0, 1027px 745px 0 0, 1385px 1641px 0 0, 1726px 184px 0 0, 1002px 121px 0 0, 1455px 1737px 0 0, 366px 1583px 0 0, 1866px 823px 0 0, 1558px 941px 0 0, 996px 1038px 0 0, 1431px 145px 0 0, 96px 629px 0 0, 1372px 1888px 0 0, 575px 1021px 0 0, 398px 830px 0 0, 730px 1522px 0 0, 1509px 546px 0 0, 1115px 70px 0 0, 749px 153px 0 0, 1309px 1568px 0 0, 699px 1723px 0 0, 211px 828px 0 0, 863px 458px 0 0, 1446px 527px 0 0, 812px 44px 0 0, 1671px 1505px 0 0, 321px 321px 0 0, 1711px 722px 0 0, 708px 1107px 0 0, 734px 944px 0 0, 541px 271px 0 0, 1430px 78px 0 0, 1318px 539px 0 0, 335px 491px 0 0, 1072px 615px 0 0, 1218px 432px 0 0, 1257px 538px 0 0, 1748px 1098px 0 0, 1122px 1211px 0 0, 1203px 1343px 0 0, 242px 1662px 0 0, 1651px 1237px 0 0, 784px 585px 0 0, 1586px 932px 0 0, 1857px 670px 0 0, 941px 1942px 0 0, 881px 966px 0 0, 1634px 1935px 0 0, 1097px 325px 0 0, 436px 1646px 0 0, 1073px 128px 0 0, 1057px 1625px 0 0, 740px 1664px 0 0, 1348px 811px 0 0, 617px 839px 0 0, 165px 786px 0 0, 473px 693px 0 0, 1044px 1351px 0 0, 254px 1761px 0 0;
  animation: noahs-particles-fall var(--particles-speed-one, 55s) linear infinite;
}
.noahs-animation--particles::after {
  width: 3px;
  height: 3px;
  box-shadow: 260px 1678px 0 0, 573px 288px 0 0, 1531px 42px 0 0, 854px 15px 0 0, 1073px 701px 0 0, 1661px 780px 0 0, 1012px 1737px 0 0, 1270px 1555px 0 0, 1715px 1640px 0 0, 1718px 1440px 0 0, 412px 1076px 0 0, 1644px 208px 0 0, 498px 1992px 0 0, 1074px 36px 0 0, 1585px 1591px 0 0, 1842px 1927px 0 0, 207px 4px 0 0, 1586px 912px 0 0, 466px 713px 0 0, 1268px 496px 0 0, 1144px 814px 0 0, 1892px 1441px 0 0, 151px 1467px 0 0, 590px 237px 0 0, 454px 216px 0 0, 654px 1984px 0 0, 799px 379px 0 0, 1517px 275px 0 0, 1869px 1559px 0 0, 361px 1026px 0 0, 1445px 546px 0 0, 580px 1849px 0 0, 1973px 918px 0 0, 1789px 56px 0 0, 1018px 1633px 0 0, 941px 1334px 0 0, 1281px 1790px 0 0, 816px 683px 0 0, 328px 762px 0 0, 464px 546px 0 0, 1079px 1255px 0 0, 403px 261px 0 0, 52px 698px 0 0, 1647px 1997px 0 0, 1184px 1458px 0 0, 383px 896px 0 0, 538px 377px 0 0, 683px 1146px 0 0, 648px 1829px 0 0, 872px 1183px 0 0, 1366px 131px 0 0, 1378px 666px 0 0, 434px 1487px 0 0, 1864px 1646px 0 0, 525px 874px 0 0, 1871px 1309px 0 0, 1645px 1204px 0 0, 519px 1076px 0 0, 1810px 297px 0 0, 1165px 1149px 0 0, 665px 471px 0 0, 601px 1208px 0 0, 1102px 764px 0 0, 1607px 298px 0 0, 663px 857px 0 0, 1342px 333px 0 0, 357px 1390px 0 0, 234px 1743px 0 0, 1858px 508px 0 0, 28px 587px 0 0, 1711px 1836px 0 0, 1002px 1448px 0 0, 1270px 823px 0 0, 1077px 1565px 0 0, 68px 1459px 0 0, 1927px 1590px 0 0, 291px 1523px 0 0, 1588px 327px 0 0, 22px 1371px 0 0, 1308px 1214px 0 0;
  opacity: 0.85;
  animation: noahs-particles-fall var(--particles-speed-two, 85s) linear infinite;
}
.noahs-animation--waves {
  position: relative;
  overflow: hidden;
  background: var(--waves-bg, transparent);
  color: var(--waves-color, rgba(255, 255, 255, 0.25));
}
.noahs-animation--waves::before, .noahs-animation--waves::after {
  content: "";
  position: absolute;
  inset: -30% -50% -30% -50%;
  pointer-events: none;
  background-repeat: repeat-x;
  background-size: 140px 70px, 180px 90px;
  background-image: radial-gradient(50% 40% at 50% 60%, currentColor 98%, transparent 100%), radial-gradient(50% 40% at 50% 40%, currentColor 60%, transparent 61%);
  opacity: 0.35;
  will-change: transform, background-position;
  animation: noahs-waves-x var(--waves-speed-one, 18s) linear infinite, noahs-waves-y var(--waves-speed-two, 7s) ease-in-out infinite;
}
.noahs-animation--waves::after {
  opacity: 0.6;
  filter: blur(1.5px);
  transform: translate3d(0, 0, 0) scale(1.1);
  animation-duration: var(--waves-speed-one, 26s), var(--waves-speed-two, 9s);
  animation-direction: reverse, alternate;
}

.noahs_product_teaser {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.noahs_product_teaser img {
  height: auto;
  max-width: 100%;
}

.cart-form tbody tr td,
.cart-form thead tr th {
  text-align: center;
  border: none;
}

td.subtotal-title {
  padding: 10px 0 10px 5px;
}

.cart-form .delete-order-item {
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  background-color: transparent !important;
  background-size: 15px;
  padding: 8px;
  box-shadow: none;
}

.cart-block--summary {
  position: relative;
  display: inline-block;
}

.cart-block--summary__count {
  display: inline-block;
  position: absolute;
  top: -7px;
  right: -7px;
  line-height: 1;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--noahs_page_builder-secondary-color);
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px;
  color: #ffffff;
}

.cart-block--contents__items {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
  font-size: 12px;
}

.light-cart_icon i {
  color: #ffffff;
}

.cart--cart-block {
  display: flex;
  justify-content: flex-end;
}
.cart--cart-block img {
  width: 60px;
}
.cart--cart-block table {
  border: none;
}
.cart--cart-block table tbody {
  border: none;
}
.cart--cart-block tbody tr td {
  border: none;
}

.layout-checkout-form .layout-region-checkout-secondary table tbody,
.layout-checkout-form .layout-region-checkout-secondary tbody tr td {
  border: none;
}

.noahs-cart-block.cart--cart-block table tr {
  border-bottom: 1px solid #f3f3f3;
}
.noahs-cart-block.cart--cart-block tbody tr td {
  padding: 8px 5px;
}
.noahs-cart-block.cart--cart-block td.views-field-quantity {
  padding-right: 0;
}
.noahs-cart-block.cart--cart-block .cart-block-count {
  position: absolute;
  top: 0;
  left: 15px;
  display: table;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  background: #eaeaea;
  border-radius: 100%;
}
.noahs-cart-block.cart--cart-block .cart-block-link {
  font-weight: 600;
  margin-bottom: 10px;
  text-align: right;
  padding: 5px;
  line-height: normal;
}
.noahs-cart-block.cart--cart-block .cart-block-link a {
  padding: 0 25px;
  background-color: #2ba9e0;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}
.noahs-cart-block.cart--cart-block .cart-block-link a:hover {
  color: #ffffff;
  background-color: #333333;
}
.noahs-cart-block.cart--cart-block .cart-block-empty {
  padding: 20px;
}
.noahs-cart-block.cart--cart-block .cart-block--contents {
  width: 300px;
  padding: 5px;
  color: #555555;
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100vh;
  overflow: auto;
  transition: right 0.3s ease-in-out;
}
.noahs-cart-block.cart--cart-block .cart-block--contents__expanded {
  right: 0;
}
.noahs-cart-block.cart--cart-block .cart-block--contents__close {
  display: block;
  margin: 15px auto 15px;
  width: 30px;
  height: 30px;
  line-height: 100%;
  text-align: center;
  background: #f3f3f3;
  border-radius: 50%;
  font-size: 16px;
  color: #555555;
  cursor: pointer;
  border: 1px solid #000;
}

.cart-form tbody tr td, .cart-form thead tr th,
.widget-noahs-drupal-cart-block tbody tr td,
.widget-noahs-drupal-cart-block thead tr th {
  text-align: center;
  border: none;
}
.cart-form table, .cart-form .table-striped,
.widget-noahs-drupal-cart-block table,
.widget-noahs-drupal-cart-block .table-striped {
  border: 1px solid #ecedee;
  margin-bottom: 2rem;
}
.cart-form table thead, .cart-form .table-striped thead,
.widget-noahs-drupal-cart-block table thead,
.widget-noahs-drupal-cart-block .table-striped thead {
  background-color: #f9f9f9;
}
.cart-form table tr, .cart-form .table-striped tr,
.widget-noahs-drupal-cart-block table tr,
.widget-noahs-drupal-cart-block .table-striped tr {
  border-bottom: 1px solid #eee;
}
.cart-form table tbody tr, .cart-form .table-striped tbody tr,
.widget-noahs-drupal-cart-block table tbody tr,
.widget-noahs-drupal-cart-block .table-striped tbody tr {
  background-color: transparent;
  --bs-table-accent-bg: transparent;
}
.cart-form table tbody tr td, .cart-form .table-striped tbody tr td,
.widget-noahs-drupal-cart-block table tbody tr td,
.widget-noahs-drupal-cart-block .table-striped tbody tr td {
  vertical-align: middle;
}
.cart-form input.delete-order-item,
.widget-noahs-drupal-cart-block input.delete-order-item {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg height="427pt" viewBox="-40 0 427 427.00131" width="427pt" xmlns="http://www.w3.org/2000/svg" id="fi_1214428"><path d="m232.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"></path><path d="m114.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"></path><path d="m28.398438 127.121094v246.378906c0 14.5625 5.339843 28.238281 14.667968 38.050781 9.285156 9.839844 22.207032 15.425781 35.730469 15.449219h189.203125c13.527344-.023438 26.449219-5.609375 35.730469-15.449219 9.328125-9.8125 14.667969-23.488281 14.667969-38.050781v-246.378906c18.542968-4.921875 30.558593-22.835938 28.078124-41.863282-2.484374-19.023437-18.691406-33.253906-37.878906-33.257812h-51.199218v-12.5c.058593-10.511719-4.097657-20.605469-11.539063-28.03125-7.441406-7.421875-17.550781-11.5546875-28.0625-11.46875h-88.796875c-10.511719-.0859375-20.621094 4.046875-28.0625 11.46875-7.441406 7.425781-11.597656 17.519531-11.539062 28.03125v12.5h-51.199219c-19.1875.003906-35.394531 14.234375-37.878907 33.257812-2.480468 19.027344 9.535157 36.941407 28.078126 41.863282zm239.601562 279.878906h-189.203125c-17.097656 0-30.398437-14.6875-30.398437-33.5v-245.5h250v245.5c0 18.8125-13.300782 33.5-30.398438 33.5zm-158.601562-367.5c-.066407-5.207031 1.980468-10.21875 5.675781-13.894531 3.691406-3.675781 8.714843-5.695313 13.925781-5.605469h88.796875c5.210937-.089844 10.234375 1.929688 13.925781 5.605469 3.695313 3.671875 5.742188 8.6875 5.675782 13.894531v12.5h-128zm-71.199219 32.5h270.398437c9.941406 0 18 8.058594 18 18s-8.058594 18-18 18h-270.398437c-9.941407 0-18-8.058594-18-18s8.058593-18 18-18zm0 0"></path><path d="m173.398438 154.703125c-5.523438 0-10 4.476563-10 10v189c0 5.519531 4.476562 10 10 10 5.523437 0 10-4.480469 10-10v-189c0-5.523437-4.476563-10-10-10zm0 0"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0) !important;
  background-size: 18px;
  padding: 8px;
  box-shadow: none;
  border: none;
}
.cart-form td.subtotal-title,
.widget-noahs-drupal-cart-block td.subtotal-title {
  padding: 10px 0 10px 5px;
}
.cart-form .quantity-edit-input,
.widget-noahs-drupal-cart-block .quantity-edit-input {
  text-align: center;
}
.cart-form .views-field-edit-quantity .form-item,
.widget-noahs-drupal-cart-block .views-field-edit-quantity .form-item {
  margin-bottom: 0 !important;
}
.cart-form .form-actions,
.widget-noahs-drupal-cart-block .form-actions {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cart-form .order-total-line,
.widget-noahs-drupal-cart-block .order-total-line {
  padding: 10px;
}
.cart-form .order-total-line__total,
.widget-noahs-drupal-cart-block .order-total-line__total {
  padding: 10px;
  background-color: #f9f9f9;
  font-weight: 500;
}

.field--name-quantity input {
  width: 50px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 0;
  padding: 0;
  margin-left: 50px;
  border-radius: 0;
  text-align: center;
  border: 1px solid #eee;
}
.field--name-quantity input:focus {
  outline: 0;
}

.quantity-button {
  border: 1px solid #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  left: 100px;
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.quantity-button.quantity-down {
  border-right: none;
  border-radius: 3px 0 0 3px;
}

.field-list-price {
  text-decoration: line-through;
}

.widget-noahs-drupal-products img {
  max-width: 100%;
  height: auto;
}

.layout-checkout-form {
  display: flex;
  flex-wrap: wrap;
}

.checkout-pane-login,
.noahs-checkout-step-order_information .layout-checkout-form {
  display: flex;
  flex-wrap: wrap;
  --gap: 30px;
  gap: var(--gap);
}
.checkout-pane-login > *,
.noahs-checkout-step-order_information .layout-checkout-form > * {
  width: 100%;
}
.checkout-pane-login.cols-2 > *,
.noahs-checkout-step-order_information .layout-checkout-form.cols-2 > * {
  width: calc(50% - var(--gap) / 2);
}
.checkout-pane-login.cols-2 > *:nth-child(3),
.noahs-checkout-step-order_information .layout-checkout-form.cols-2 > *:nth-child(3) {
  width: 100%;
}
.checkout-pane-login.cols-3 > *,
.noahs-checkout-step-order_information .layout-checkout-form.cols-3 > * {
  width: calc(33.3334% - var(--gap) / 1.5);
}
@media (max-width: 960px) {
  .checkout-pane-login.cols-3 > *,
  .noahs-checkout-step-order_information .layout-checkout-form.cols-3 > * {
    width: calc(50% - var(--gap) / 2);
  }
  .checkout-pane-login.cols-3 > *:nth-child(3),
  .noahs-checkout-step-order_information .layout-checkout-form.cols-3 > *:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-pane-login.cols-2 > *, .checkout-pane-login.cols-3 > *,
  .noahs-checkout-step-order_information .layout-checkout-form.cols-2 > *,
  .noahs-checkout-step-order_information .layout-checkout-form.cols-3 > * {
    width: 100% !important;
  }
}
.checkout-pane-login .form-wrapper__login-option,
.noahs-checkout-step-order_information .layout-checkout-form .form-wrapper__login-option {
  border: 1px solid #dedede;
  padding: 25px;
  background-color: #f8f8f8;
}

.checkout-pane-order-summary {
  padding: 40px 25px;
  background-color: #f8f8f8;
  margin-bottom: 25px;
}
.checkout-pane-order-summary table {
  margin-bottom: 25px;
}
.checkout-pane-order-summary table tr {
  border-bottom: 1px solid #efefef;
}
.checkout-pane-order-summary table td {
  border: none;
  padding: 5px;
}
.checkout-pane-order-summary .order-total-line {
  text-align: right;
  padding: 10px;
}
.checkout-pane-order-summary .order-total-line-value {
  display: inline-block;
  width: 80px;
  text-align: right;
}
.checkout-pane-order-summary .order-total-line__total {
  font-weight: bold;
  background-color: #efefef;
}

.checkout-pane-payment-information .form-item-payment-information-payment-method {
  display: flex;
  gap: 10px;
}