/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.subpages-grid__item-title, .knowledge-item__title {
  color: var(--e-global-color-primary);
  font-family: "Rubik", Sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
.subpages-grid__item-title a, .knowledge-item__title a {
  color: var(--e-global-color-primary);
}

.title-prefix-blue {
  background: url("assets/images/dots-title-blue.svg") no-repeat;
  background-position: top 6px left;
  padding-left: 20px;
}

.title-prefix-green {
  background: url("assets/images/dots-title-green.svg") no-repeat;
  background-position: top 6px left;
  padding-left: 20px;
}

.elementor-widget-theme-post-content a:not(.btn-coedsc, .btn, .elementor-button),
.elementor-widget-text-editor a:not(.btn-coedsc, .btn, .elementor-button),
.elementor-tab-content a:not(.btn-coedsc, .btn, .elementor-button) {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.title-underline a:not(.elementor-button):hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #41A765;
}

.coedsc-resources-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.coedsc-resources-filter li {
  list-style: none;
}
.coedsc-resources-filter li a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #c9c9ce;
  border-radius: 12px;
  font-weight: bold;
  background: #fff;
}
.coedsc-resources-filter li a:hover {
  border: 1px solid #3D52D5;
  color: #3D52D5;
}
.coedsc-resources-filter li.current-cat a {
  border: 1px solid #3D52D5;
}

.coedsc-resources-filter-reset {
  margin: 15px 0 5px 10px;
}

@media (max-width: 767px) {
  .coedsc-resources-filter ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .coedsc-resources-filter li a {
    margin: 0;
  }
}
.coedsc-labels {
  display: flex;
  gap: 6px;
}

.coedsc-label {
  background: #FFFFFF;
  border: 1px solid rgba(61, 82, 213, 0.4);
  border-radius: 3px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #020059;
  padding: 5px 8px;
  text-transform: capitalize;
  line-height: 1;
}
.coedsc-label__icon {
  margin-right: 6px;
  flex-shrink: 0;
  width: 12px;
}
.coedsc-label__icon img {
  display: block;
}

.coedsc-filter-wrapper {
  background: rgba(183, 182, 195, 0.1019607843);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
.coedsc-filter-wrapper__title {
  color: var(--e-global-color-primary);
  font-family: "Rubik", Sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  background-image: url("assets/images/filter.svg");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 18px;
}
.coedsc-filter-wrapper__reset {
  font-weight: normal;
  font-size: 14px;
}

.coedsc-filters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.coedsc-filter-item {
  font-size: 12px;
  color: #727272;
}
.coedsc-filter-item label {
  display: block;
  margin: 0 0 5px 0;
}
.coedsc-filter-item select {
  border-color: rgba(61, 82, 213, 0.5);
  padding: 9px 30px 9px 10px;
  font-weight: 600;
  color: #3D52D5;
  appearance: none;
  background: transparent;
  background-image: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.325 6.45306C5.19765 6.45306 5.07411 6.42918 4.9544 6.38142C4.83469 6.33366 4.73535 6.26998 4.65639 6.19039L0.262668 1.79667C0.0875557 1.62155 0 1.39868 0 1.12805C0 0.857427 0.0875557 0.634557 0.262668 0.459445C0.43778 0.284333 0.66065 0.196777 0.931278 0.196777C1.20191 0.196777 1.42478 0.284333 1.59989 0.459445L5.325 4.18456L9.05011 0.459445C9.22522 0.284333 9.44809 0.196777 9.71872 0.196777C9.98935 0.196777 10.2122 0.284333 10.3873 0.459445C10.5624 0.634557 10.65 0.857427 10.65 1.12805C10.65 1.39868 10.5624 1.62155 10.3873 1.79667L5.99361 6.19039C5.89809 6.2859 5.79462 6.35372 5.68318 6.39384C5.57175 6.43395 5.45235 6.45369 5.325 6.45306Z" fill="%233D52D5"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.coedsc-filter-item select:hover {
  border-color: #3D52D5;
  cursor: pointer;
}

.knowledge-items--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.knowledge-item {
  border: 1px solid rgba(2, 0, 89, 0.0784313725);
  border-radius: 20px 0 20px 0;
  padding: 30px;
  margin-bottom: 10px;
}
.knowledge-item__thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 20px 0 0 0;
  margin: -30px -30px 10px -30px;
}
.knowledge-item__thumbnail img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.knowledge-item__content {
  color: #4A495B;
  font-size: 14px;
}
.knowledge-item__footer {
  display: flex;
  gap: 15px;
  align-items: center;
}
.knowledge-item__footer-item--date {
  flex-shrink: 0;
}
.knowledge-item__labels {
  color: #627D98;
  font-size: 14px;
  background-image: url("assets/images/label.svg");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 20px;
}
.knowledge-item__date {
  color: #627D98;
  font-size: 14px;
  background-image: url("assets/images/date.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px;
  padding-left: 18px;
}
.knowledge-item__publication-date {
  color: #515ca2;
  font-size: 14px;
  background-image: url("assets/images/publication-date.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 12px;
  padding-left: 18px;
}

.alert.alert-info {
  padding: 15px;
  background: #faf9ff;
  border: 1px solid rgba(61, 82, 213, 0.3);
  color: #020059;
  border-radius: 10px;
}

.coedsc-submenu,
.coedsc-submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.coedsc-submenu > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(61, 82, 213, 0.5);
}
.coedsc-submenu > li > a {
  color: var(--e-global-color-primary);
  font-family: "Rubik", Sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.coedsc-submenu > li.page-item-2509 {
  display: none;
}
.coedsc-submenu > li.page-item-2511 {
  border-bottom: 0;
  padding-bottom: 0;
}
.coedsc-submenu > li.page-item-2511 > a {
  font-weight: 600;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: var(--e-global-color-secondary);
  border-style: none;
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  padding: 12px 15px;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
}
.coedsc-submenu > li.page-item-2511 > a:hover {
  background-color: var(--e-global-color-primary);
}
.coedsc-submenu > li > ul.children li.current_page_item a {
  color: var(--e-global-color-primary);
  font-weight: 600;
}
.coedsc-submenu > li > ul.children li a {
  display: flex;
  padding: 4px 0;
  color: #4A495B;
}
.coedsc-submenu > li > ul.children li a:hover {
  color: var(--e-global-color-primary);
}
.coedsc-submenu > li > ul.children li a::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--e-global-color-accent);
  content: "";
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 9px;
}

@media (max-width: 767px) {
  .coedsc-submenu-wrapper {
    background: #fff;
    left: 0;
    display: none;
    position: absolute;
    z-index: 10;
    width: 92%;
    padding: 10px;
    border: 1px solid #3D52D5;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  }
  .coedsc-submenu-wrapper .coedsc-submenu-btn-close {
    display: block;
  }
}
.coedsc-submenu-wrapper .coedsc-submenu-btn-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
}
.coedsc-submenu-wrapper .coedsc-submenu-btn-close:hover {
  background: none;
  border: 0;
}
.coedsc-submenu-wrapper .coedsc-submenu-btn-close:hover svg path {
  fill: var(--primary-color);
}
.coedsc-submenu-wrapper .coedsc-submenu-btn-close svg {
  width: 30px;
  height: 30px;
}
.coedsc-submenu-wrapper--open {
  display: block;
}
.coedsc-submenu-wrapper--open .coedsc-submenu-btn-close {
  display: block;
}

.coedsc-submenu-mobile-trigger-wrapper {
  display: none;
}
.coedsc-submenu-mobile-trigger-wrapper button {
  display: inline-flex;
  align-items: center;
}
.coedsc-submenu-mobile-trigger-wrapper button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath d="M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM0 248c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 272c-13.3 0-24-10.7-24-24zM448 408c0 13.3-10.7 24-24 24L24 432c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0c13.3 0 24 10.7 24 24z"/%3E%3C/svg%3E');
  background-size: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .coedsc-submenu-mobile-trigger-wrapper {
    display: block;
  }
}

.subpages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.subpages-grid__item {
  border: 1px solid rgba(2, 0, 89, 0.0784313725);
  border-radius: 20px 0 20px 0;
}
.subpages-grid__item-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 20px 0 0 0;
}
.subpages-grid__item-thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.subpages-grid__item-content {
  padding: 30px;
  color: #627D98;
  font-size: 14px;
}
.subpages-grid__item-more a {
  color: var(--e-global-color-primary);
  font-weight: 600;
}

.wp-block-quote {
  width: 100%;
  position: relative;
  padding-top: 2rem;
}
.wp-block-quote:before {
  background-image: url("assets/images/quote.svg");
  content: "";
  width: 24px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-quote p {
  font-size: 20px;
  color: #102a43;
  margin-bottom: 1rem;
}
.wp-block-quote cite {
  color: #627d98;
  font-size: 14px;
  font-style: normal;
}

@media (min-width: 992px) {
  .wp-block-quote:before {
    left: -4rem;
    top: -0.5rem;
  }
}
@media (min-width: 992px) {
  .wp-block-quote {
    width: 50%;
    min-width: 20rem;
    margin: 0 auto 3rem;
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .wp-block-quote p {
    font-size: 24px;
    margin-bottom: 2rem;
  }
}
.btn-coedsc {
  font-weight: 600;
  fill: #FFFFFF;
  color: #FFFFFF !important;
  background-color: var(--e-global-color-accent);
  border-style: none;
  border-radius: 6px;
  border-color: var(--e-global-color-accent);
  font-size: 16px;
  padding: 15px 30px;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}
.btn-coedsc:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.btn-coedsc strong {
  font-weight: 600;
}

/*
 * Questionnaire
 * ============================================= */
.btn-custom {
  --border-color: rgba(61, 82, 213, 0.4);
  --primary-color: var(--e-global-color-primary );
  --secondary-color: var(--e-global-color-secondary );
  font-weight: 600;
  border-radius: 6px;
  font-size: 16px;
  padding: 12px 20px;
  box-shadow: none;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-custom svg {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.btn-custom:hover svg path {
  fill: #FFFFFF;
}
.btn-custom__border {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--border-color);
}
.btn-custom__border:hover, .btn-custom__border:focus {
  border-color: var(--primary-color);
  color: #fff !important;
  background: var(--primary-color);
}
.btn-custom__secondary {
  background-color: #3D52D5;
  color: #FFFFFF;
  border: 1px solid #3D52D5;
}
.btn-custom__secondary:hover, .btn-custom__secondary:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-custom__cta, .btn-custom[type=submit] {
  background-color: var(--secondary-color);
  color: #FFFFFF;
  border: 1px solid var(--secondary-color);
}
.btn-custom__cta:hover, .btn-custom__cta:focus, .btn-custom[type=submit]:hover, .btn-custom[type=submit]:focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.coedsc-questionnaire {
  background: rgba(183, 182, 195, 0.1019607843);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}
.coedsc-questionnaire__title {
  color: var(--e-global-color-primary);
  font-family: "Rubik", Sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.coedsc-questionnaire__buttons {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.coedsc-questionnaire__results {
  color: var(--e-global-color-accent);
  margin-left: 10px;
}

.coedsc-questionnaire-popup {
  --border-color: rgba(61, 82, 213, 0.4);
  --primary-color: var(--e-global-color-primary );
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.coedsc-questionnaire-popup--active {
  display: flex;
}
.coedsc-questionnaire-popup__inner {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  max-width: 750px;
  width: 100%;
  position: relative;
}
.coedsc-questionnaire-popup__title {
  margin: 0 0 15px 0;
}
.coedsc-questionnaire-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.coedsc-questionnaire-popup__close button {
  border: 0;
  padding: 0;
  background: none;
}
.coedsc-questionnaire-popup__close button:hover {
  background: none;
  border: 0;
}
.coedsc-questionnaire-popup__close button:hover svg path {
  fill: var(--primary-color);
}
.coedsc-questionnaire-popup__close svg {
  width: 36px;
  height: 36px;
}

.coedsc-questions__buttons {
  border-top: 1px solid var(--border-color);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.coedsc-questions__counter {
  color: rgba(74, 73, 91, 0.7);
}
.coedsc-questions__buttons-next {
  display: flex;
  gap: 10px;
  align-items: center;
}

.coedsc-question {
  display: none;
}
.coedsc-question--active {
  display: block;
}
.coedsc-question__title {
  font-weight: bold;
  color: var(--primary-color);
  margin: 0 0 10px 0;
}
.coedsc-question__answer {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.coedsc-question__answer label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  position: relative;
}
.coedsc-question__answer label input[type=radio] {
  position: absolute;
  left: 10px;
}
.coedsc-question__answer label input[type=radio]:checked + .coedsc-question__answer-label {
  border-color: var(--primary-color);
}
.coedsc-question__answer-label {
  padding: 10px 20px 10px 30px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  font-weight: normal;
  background: #fff;
  cursor: pointer;
}

/*
 * THE EVENTS CALENDAR
 * ============================================= */
:root {
  --tec-spacer-9: 30px;
  --tec-spacer-14: 50px;
  --tec-spacer-13: 50px;
  --tec-color-text-events-title: #020059;
  --tec-color-text-view-selector-list-item:#020059;
  --tec-font-family-sans-serif: "Rubik", sans-serif;
  --tec-color-text-primary: #4a495b;
  --tec-form-color-border-active: #41a765;
  --tec-color-link-primary: #41a765;
}

#tribe-events-pg-template {
  max-width: none;
  padding: 0;
}

.tribe-events-single {
  --container-max-width: 1200px;
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tribe-events-single > .tribe_events {
  overflow: visible !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list {
  font-size: 20px;
}

.tribe-events .tribe-events-c-breadcrumbs__list-item-link,
.tribe-events .tribe-events-c-breadcrumbs__list-item-link:visited {
  color: var(--e-global-color-accent);
}

.tribe-events-back a,
.tribe-events-back a:visited {
  color: var(--e-global-color-accent);
}

.tribe-events-event-image {
  border-radius: 6px;
  overflow: hidden;
}

.tribe-events-event-image img {
  object-fit: cover;
  object-position: center;
  max-height: 300px;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  color: #fff;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  background: var(--e-global-color-secondary);
  border-radius: 6px;
  height: auto;
}

.tribe-events .tribe-events-calendar-list__event-featured-image img,
.tribe-events .tribe-events-calendar-list__event-featured-image-link img,
.tribe-events .tribe-events-calendar-latest-past__event-featured-image img,
.tribe-events .tribe-events-calendar-latest-past__event-featured-image-link img {
  width: 100%;
  height: 207px;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px 0px 20px 0px;
}

@media (max-width: 500px) {
  .tribe-events .tribe-events-calendar-list__event-featured-image img,
  .tribe-events .tribe-events-calendar-list__event-featured-image-link img,
  .tribe-events .tribe-events-calendar-latest-past__event-featured-image img,
  .tribe-events .tribe-events-calendar-latest-past__event-featured-image-link img {
    height: 140px;
  }
}
.tribe-events-event-meta:before {
  border: 0;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  color: var(--tec-color-text-events-title);
}

.tribe-events-meta-group {
  width: 100%;
  flex: 1;
}

.dsc-event-wrapper {
  display: flex;
  gap: 40px;
}
.dsc-event-wrapper__sidebar {
  width: 30%;
  flex-shrink: 0;
}

.tool-popup {
  display: none;
}

.tool-popup-wrapper {
  display: none;
}

.tool-popup-wrapper--active,
.tool-popup--active {
  display: flex;
}

.tool-popup-close {
  cursor: pointer;
}

[type=button], [type=submit], button {
  color: #3D52D5;
  border-color: #3D52D5;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  color: #fff;
  background-color: #3D52D5;
  border-color: #3D52D5;
}

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