img {
  image-rendering: -moz-crisp-edges !important;
  /* Firefox */
  image-rendering: -o-crisp-edges !important;
  /* Opera */
  image-rendering: -webkit-optimize-contrast !important;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges !important;
  -ms-interpolation-mode: nearest-neighbor !important;
  /* IE (non-standard property) */
}

html body .modula.modula-columns .modula-items .modula-item img.pic {
  height: auto;
}

.banner-sidebar {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.down-banner-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
}

@media screen and (max-width: 900px) {
  .down-banner-sidebar {
    display: none !important;
  }
}

.delimiter {
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #eee;
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-title {
  padding: 15px 15px;
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  text-align: center;
  display: block;
}

#wpadminbar {
  z-index: 5 !important;
}

.popup-sidebar__close {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  -webkit-box-shadow: 5px 5px 30px #0002;
          box-shadow: 5px 5px 30px #0002;
  border: none;
  background-color: #35544e;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-weight: 500;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: pointer;
  text-shadow: 1px 1px 0 #0005;
  z-index: 1;
}

.popup-sidebar__close::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1em;
  line-height: 15px;
  margin-right: 5px;
}

.popup-sidebar__close:hover {
  background-color: #456b63;
}

.popup-sidebar-buttons {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}

.popup-sidebar-buttons__open {
  background-color: #456b63;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  text-shadow: 1px 1px 0 #0005;
  -webkit-box-shadow: 10px 0 30px #0004;
          box-shadow: 10px 0 30px #0004;
}

.popup-sidebar-buttons__open:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  color: #ebcb8b;
}

.popup-sidebar-buttons__open:first-child {
  border-radius: 5px 0 0 5px;
}

.popup-sidebar-buttons__open:last-child {
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 1279px) {
  .popup-sidebar {
    padding: 10px !important;
    background-color: #eee !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    left: -100vw;
    right: 100vw;
    bottom: 0;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 6;
    background-color: #fff;
    padding: 0 0 50px 0 !important;
    width: 100vw !important;
  }
  .popup-sidebar > :not(:last-child) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 10px !important;
    margin: 5px !important;
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1279px) and (max-width: 425px) {
  .popup-sidebar > :not(:last-child) {
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
  }
}

@media screen and (max-width: 1279px) {
  .popup-sidebar_active {
    left: 0;
    right: 0;
  }
  .popup-sidebar_active > .popup-sidebar__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .popup-sidebar-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 10px;
    bottom: 10px;
  }
}

.noselect {
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.content {
  width: 100%;
  /* margin-top:38px; */
  display: block;
}

body {
  margin: 0px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  overflow: hidden;
}

.body-container {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f0f0f0;
}

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif !important;
}

body,
body :nth-child(n) {
  scrollbar-color: initial #e5e5e5;
  scrollbar-width: thin;
}

body::-webkit-scrollbar,
body :nth-child(n)::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #e5e5e5;
  border-radius: 30px;
  padding: 5px;
}

body::-webkit-scrollbar-track,
body :nth-child(n)::-webkit-scrollbar-track {
  margin: 5px;
}

body::-webkit-scrollbar-thumb,
body :nth-child(n)::-webkit-scrollbar-thumb {
  background-color: #456b63;
  border-radius: 30px;
}

.content button,
.content select,
.content input,
.content a,
.content span,
.nav button,
.nav select,
.nav input,
.nav a,
.nav span,
.header button,
.header select,
.header input,
.header a,
.header span,
.footer button,
.footer select,
.footer input,
.footer a,
.footer span {
  font-family: inherit !important;
}

.widget-news {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.widget-news__item {
  display: block;
  text-decoration: none;
  font-size: 0.85em;
  color: #333 !important;
  border-radius: 15px;
  font-weight: 500;
  padding: 15px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.widget-news__item:hover {
  background-color: #e5e9f0;
  color: #4169e1 !important;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #35544e;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ebcb8b;
  font-size: 0.75em;
  -webkit-box-shadow: 0 -10px 60px #0001;
          box-shadow: 0 -10px 60px #0001;
}

@media screen and (max-width: 1279px) {
  .footer {
    padding: 0;
    padding-bottom: 50px;
  }
}

.footer center {
  text-align: left;
}

.footer__item {
  padding: 10px;
  font-size: 1.3em;
  font-weight: 600;
  text-shadow: 1px 1px 0 #0005;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__container .widget-title {
  color: #ffe4af;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 0px 20px;
  font-size: 1.18em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__container .widget-title > :nth-child(n) {
  margin-right: 10px;
}

.footer__container > .widget_nav_menu > div,
.footer__container > .widget_rss > ul {
  margin: 15px !important;
}

.footer__container > .widget_nav_menu .menu,
.footer__container > .widget_rss ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__container > .widget_nav_menu .menu > :nth-child(n),
.footer__container > .widget_rss ul > :nth-child(n) {
  padding: 5px;
}

.footer__container > :nth-child(n) {
  text-align: left !important;
  border-radius: 5px;
  background-color: transparent;
  background-color: #35544e;
  -ms-flex-preferred-size: calc(300px - 30px);
      flex-basis: calc(300px - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
}

@media screen and (max-width: 1279px) {
  .footer__container > :nth-child(n) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.footer__container > :nth-child(n) > :nth-child(n):not(.widget-title) {
  margin: 15px 20px;
}

.footer__container > :nth-child(n) p,
.footer__container > :nth-child(n) strong {
  margin: 0;
}

.footer__container > :nth-child(n) p:not(:last-child),
.footer__container > :nth-child(n) strong:not(:last-child) {
  margin-bottom: 5px;
}

.footer__container > :nth-child(n) a {
  color: #d8dee9;
  text-decoration: none;
}

.footer__container > :nth-child(n) a:hover {
  color: #eceff4;
}

.custom-pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 10px;
  padding: 0;
}

.custom-pagination > li {
  display: inline-block;
  margin: 0 2px;
  min-width: 25px;
  text-align: center;
  border-radius: 5px;
}

.custom-pagination > li.ends {
  width: 80px;
  text-align: center;
}

.custom-pagination > li.ends > a {
  font-weight: 600;
}

.custom-pagination > li > a {
  padding: 5px 10px;
  font-weight: 600;
  color: #3c3c3c;
  background-color: #f6f6f6;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.9em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.custom-pagination > li > a.active {
  color: #23815a;
  background-color: #b7f3d7;
  font-weight: 700;
}

.custom-pagination > li > a:hover {
  color: #4169e1;
  background-color: #e5e9f0;
}

#wpadminbar {
  position: fixed !important;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.wp-block-button__link {
  margin-bottom: 5px !important;
}

.under-header {
  z-index: 1;
  position: relative;
}

.under-header > :not(:last-child) {
  border-bottom: 1px solid #eee;
}

.under-header .widget_actual {
  height: 140px;
  z-index: 1;
  background-color: #fff;
  padding: 5px;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 30px #0001;
          box-shadow: 0 10px 30px #0001;
  font-size: 0.75em;
}

.under-header .widget_actual > div {
  display: none;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.under-header .widget_actual .cat-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #434c5e;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 15px;
  height: 130px;
}

.under-header .widget_actual .cat-item a:hover {
  background-color: #e5e9f0;
  color: #4169e1;
  text-decoration: none;
}

.under-header .widget_nav_menu {
  z-index: 2;
}

.under-header .widget_nav_menu .menu {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: 0 10px 30px #0001;
          box-shadow: 0 10px 30px #0001;
}

@media screen and (max-width: 960px) {
  .under-header .widget_nav_menu .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .under-header .widget_nav_menu .menu a {
    padding: 5px;
  }
}

.under-header .widget_nav_menu .menu a {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 15px;
  color: #434c5e;
  font-weight: 600;
  font-size: 0.8em;
  margin: 5px;
  border-radius: 15px;
  text-decoration: none;
}

.under-header .widget_nav_menu .menu a:hover {
  background-color: #434c5e10;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding-bottom: 30px;
  border-radius: 15px;
  /* transition: all 0.2s ease-in-out; */
}

/* .page > :nth-child(n){
  margin-bottom: 10px;
} */
.partners {
  text-align: center;
  background-color: #35544e;
  width: calc(100% - 20px);
  padding: 10px;
}

.partners__title {
  padding: 10px;
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
}

.partners__sidebar {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners__sidebar .widget-title {
  display: none;
}

.partners__sidebar img {
  height: 60px !important;
  width: auto !important;
  margin: 5px;
  border-radius: 12px;
  padding: 15px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.partners__sidebar img:hover {
  -webkit-box-shadow: 0px 10px 60px #0002;
          box-shadow: 0px 10px 60px #0002;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #456b63;
}

.main-wrapper {
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 5px;
}

.main-wrapper > :first-child {
  border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 1279px) {
  .main-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.main {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}

.main > :nth-child(n):not(:first-child) {
  border-top: 1px solid #eee;
}

.main > :nth-child(n):not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1279px) {
  .main {
    width: auto;
  }
}

@media screen and (max-width: 960px) {
  .main {
    padding: 5px;
    width: calc(100% - 10px);
  }
}

.main__title {
  text-align: left;
  color: tomato;
  font-weight: bold;
  background-color: white;
  border-radius: 15px;
  padding: 10px 15px 0 15px;
  margin-bottom: 10px;
  font-size: 11pt;
  width: calc(100% - 30px);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__title > span {
  border-bottom: 2px solid tomato;
  padding: 0 0 10px 0;
  display: inline-block;
}

.main__title > a {
  font-size: 11pt;
  font-weight: bold;
  color: #23815a;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.main__title > a:hover {
  color: tomato;
}

.courses {
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
}

.resources {
  padding: 5px 20px;
  width: 150px;
  list-style: none;
  background-color: #f7f7f7;
}

.resources a {
  color: darkblue;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.resources a:hover {
  cursor: pointer;
  color: royalblue;
}

.resources > :not(:last-child) {
  margin-bottom: 10px;
}

.resources .widget_text {
  font-size: 0.85em;
  font-weight: 500;
}

.resources .widget_nav_menu .widget-title {
  display: block;
  font-weight: 700;
  padding: 10px 5px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.1em;
  color: #333;
}

.resources .widget:not(.widget_media_image) {
  padding: 10px 0;
}

.resources .widget:not(.widget_media_image):not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.resources .widget_media_image img {
  -webkit-box-shadow: 10px 10px 40px #0001;
          box-shadow: 10px 10px 40px #0001;
  border-radius: 5px;
}

.resources .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-position: inside;
}

.resources .menu .menu-item {
  width: 100%;
}

.resources .menu .menu-item:nth-child(n):not(:last-child) {
  margin-bottom: 10px;
}

.resources .menu .menu-item a {
  display: block;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 600;
  color: #444;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.resources .menu .menu-item a:hover {
  background-color: #e5e9f0;
  color: #4169e1;
}

.resources-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.resources-sidebar .widget {
  width: auto !important;
  padding: 15px;
  margin-bottom: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.resources-sidebar .widget-title {
  color: #444;
  border-bottom: none;
  text-align: center;
  padding: 0;
}

.resources-sidebar .widget_media_image .image {
  display: none;
}

.resources-sidebar img {
  height: 150px !important;
  width: auto !important;
  max-width: none !important;
}

.pprm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pprm-sidebar {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pprm-sidebar .widget {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.pprm-sidebar .widget-title {
  display: none !important;
}

.pprm-sidebar img {
  -webkit-box-shadow: 5px 5px 30px #0001 !important;
          box-shadow: 5px 5px 30px #0001 !important;
  border-radius: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 120px !important;
}

.pprm-sidebar__title {
  font-weight: 600;
  text-align: center;
  display: block;
  white-space: normal;
  font-size: 14pt;
  color: #444;
  padding: 10px;
}

.horizontal-scroll {
  overflow-x: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
  overflow-x: auto;
}

.horizontal-scroll .widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 0 0;
}

.horizontal-scroll .widget-title {
  display: none !important;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-sidebar__title {
  font-weight: bold;
  white-space: normal;
  font-size: 14pt;
  color: #444;
  padding: 10px;
}

.gratitude {
  margin-bottom: 15px;
}

.gratitude-sidebar {
  padding: 0 15px 15px 15px;
  height: 120px;
}

.gratitude-sidebar img {
  -webkit-box-shadow: 0px 3px 20px #0001;
          box-shadow: 0px 3px 20px #0001;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
  height: auto;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-filter: saturate(0.3);
          filter: saturate(0.3);
}

.gratitude-sidebar img:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-filter: saturate(1);
          filter: saturate(1);
  -webkit-box-shadow: 0 0 0 4px #0003;
          box-shadow: 0 0 0 4px #0003;
}

.gratitude-sidebar .owl-item .widget_media_image .widget-title {
  display: none;
}

.gratitude-sidebar .owl-item img {
  height: 200px !important;
  width: auto !important;
  max-width: none !important;
}

.all-news {
  display: block;
  margin: 10px 0;
  padding: 10px 20px;
  text-align: center;
  background-color: white;
  font-weight: 600;
  background-color: #eee;
  text-decoration: none;
  border-radius: 15px;
  color: #333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.8em;
  text-decoration: none;
  overflow-wrap: break-word;
  white-space: normal;
}

.all-news:hover {
  background-color: #e5e9f0;
  color: #4169e1;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.owl-item .widget_media_image {
  padding: 0 !important;
  width: 100% !important;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 360px;
  padding: 5px;
}

.secondary a {
  color: darkblue;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.secondary a:hover {
  cursor: pointer;
  color: royalblue;
}

.secondary > :nth-child(n):not(.popup-sidebar__close):not(.widget_media_image) {
  padding: 10px;
  border-radius: 0;
}

.secondary > :nth-child(n):not(.popup-sidebar__close):not(.widget_media_image):not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.secondary > :nth-child(n):not(.popup-sidebar__close):not(:last-child) {
  margin-bottom: 10px;
}

.grecaptcha-badge {
  display: none;
}

.blocker.current > .modal {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding: 15px;
}

.modal.image-viewer {
  height: auto;
  width: auto;
  max-height: 100vh;
  max-width: 100vw;
  padding: 0 !important;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 5;
}

.image-viewer__image {
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.image-viewer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 10px;
  top: 40px;
}

.bg-black {
  background-color: #000b !important;
}

.image-viewer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: 500;
  margin: 5px;
  border-radius: 50px;
  border: none;
  background-color: #eee;
  cursor: pointer;
  opacity: 0.7;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.image-viewer__button:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blocker {
  z-index: 4 !important;
}

.back-container {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.back {
  font-weight: 600;
  font-size: 0.75em;
  color: #888888;
  text-decoration: none;
  padding-right: 5px;
}

.back__link {
  cursor: pointer;
  color: inherit;
  margin-left: 5px;
}

.back__link:hover {
  color: #434c5e;
}

.widget-journal__container {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-journal__container > li {
  margin: 15px;
  font-size: 0.85em;
  font-weight: 500;
}

.widget-journal__container > li a {
  text-decoration: none;
  color: #333;
}

.may9 {
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */