.elementor-122 .elementor-element.elementor-element-50a62845{color:#1C244B;}.elementor-122 .elementor-element.elementor-element-298f300b.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-122 .elementor-element.elementor-element-5dd154f1 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-122 .elementor-element.elementor-element-5dd154f1{width:auto;max-width:auto;}.elementor-122 .elementor-element.elementor-element-183a1b91{color:#1C244B;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5dd154f1 */{
  font-family: "Oxygen", sans-serif;
  --color-0: #ffffff !important;
  --color-1: #c8d5e9 !important;
  --color-2: #2196f3 !important;
  --color-3: #505152 !important;
  --accent-color: #1ec0ca;
  --bg-0: #3586a5 !important;
  --bg-1: #c5d4e5 !important;
  --bg-2: #edf4ff !important;
  --text-shadow: rgba(255, 255, 255, 0.738) !important;
}

.bg-0 {
  background-color: var(--bg-0) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.headline-color {
  color: var(--color-0) !important;
}

.regular-color {
  color: var(--color-1) !important;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
}
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300&display=swap");

.wraper {
  display: flex;
  justify-content: center;
}
.collapsed-menu {
  position: relative;
  overflow: hidden;
  max-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  transition: max-height 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.collapsed-menu.toggled {
  max-height: 260px;
}

.collapsed-menu > .collapsed-menu-btn span {
  transform: rotate(-90deg);
}

.collapsed-menu.toggled > .collapsed-menu-btn span {
  transform: rotate(0);
}

.collapsed-menu .collapsed-menu-list {
  list-style-type: none;
  padding: 0.2em;
  margin: 0;
}

/*      styled item              */
.styled-link {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
  flex-direction: row-reverse !important;
  cursor: pointer;
  position: relative;
  gap: 0.2em;
  padding: 0 0.8em;
  text-decoration: none;
}

.styled-link:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-1);
  opacity: 0;
  content: " ";
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}

.styled-link:hover:before {
  opacity: 0.2;
  border-radius: 8px;
}

.styled-link:active:before {
  opacity: 0.4;
  border-radius: 2px;
}
.styled-link *,
.styled-link *:before,
.styled-link *::after {
  transition: 0.2s ease-in-out;
  user-select: none;
}

.styled-link span {
  padding: 2px;
  aspect-ratio: 1;
  font-size: 18px;
}

.styled-link p,
.styled-link span {
  vertical-align: middle;
}

.styled-link p {
  opacity: 0.8;
  position: relative;
}

.styled-link p:before {
  position: absolute;
  content: " ";
  width: 0%;
  border-bottom: 1px solid var(--color-1);
  height: 100%;
  margin: 0 49%;
}

.styled-link:hover span {
}

.styled-link:hover p {
  opacity: 1;
}

.styled-link:hover p:before {
  width: 60%;
  margin: 0 20%;
}/* End custom CSS */