.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.layout-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .layout-container > .header-top {
    display: none;
  }
}

.hero-wrapper .hero-image {
  position: relative;
  height: calc(100vh - 100px);
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-height: 768px) {
  .hero-wrapper .hero-image {
    height: 718px;
  }
}
.hero-wrapper .hero-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.hero-wrapper .hero-video {
  position: relative;
  min-height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.hero-wrapper .hero-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.hero-wrapper .hero-video video {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
@supports (-webkit-touch-callout: none) {
  .hero-wrapper .hero-video video {
    z-index: -1;
  }
}
.hero-wrapper .hero-content {
  width: 100%;
  padding: 0 0 90px 50px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .hero-wrapper .hero-content {
    padding: 0 0 150px 15px;
  }
}
.hero-wrapper .hero-content .hero-slogan {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
.hero-wrapper .hero-content .hero-title {
  font-size: 4rem;
  line-height: 4.7rem;
  font-weight: 300;
  color: #fff;
  z-index: 2;
  width: 45%;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-height: 710px), (max-width: 1200px) {
  .hero-wrapper .hero-content .hero-title {
    width: 70%;
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
}
@media (max-height: 560px), (max-width: 1200px) {
  .hero-wrapper .hero-content .hero-title {
    width: 75%;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .hero-wrapper .hero-content .hero-title {
    font-size: 3rem;
    line-height: 4rem;
    width: auto;
  }
}
.hero-wrapper .hero-banner-webform {
  z-index: 5;
  background-color: #fff;
  padding: 15px 25px 25px 25px;
  position: absolute;
  right: 4%;
  width: 35%;
  bottom: -12%;
  border-top: 3px solid #292E6F;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 992px) {
  .hero-wrapper .hero-banner-webform {
    width: 100%;
    bottom: -68%;
    right: 0;
  }
}
.hero-wrapper .hero-banner-webform form p {
  color: #292E6F;
  margin-bottom: 0;
  margin-top: 0;
  line-height: normal;
  font-size: 20px;
}
.hero-wrapper .hero-banner-webform form .form-text,
.hero-wrapper .hero-banner-webform form .form-date,
.hero-wrapper .hero-banner-webform form .form-time,
.hero-wrapper .hero-banner-webform form .form-email,
.hero-wrapper .hero-banner-webform form .form-number,
.hero-wrapper .hero-banner-webform form .form-tel,
.hero-wrapper .hero-banner-webform form .form-select {
  padding: 0.8rem;
}
.hero-wrapper .hero-banner-webform form fieldset {
  margin-top: 0;
  margin-bottom: 0;
}
.hero-wrapper .hero-banner-webform form fieldset legend {
  display: none;
}
.hero-wrapper .hero-banner-webform form fieldset:not(:first-of-type) {
  margin-top: 0;
}
.hero-wrapper .hero-banner-webform form #edit-processed-text {
  text-align: center;
}
.hero-wrapper .hero-banner-webform form #edit-processed-text::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iY2FsbGNlbnRlciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNTcuMyIgaGVpZ2h0PSI1Ny4zIiB2aWV3Qm94PSIwIDAgNTcuMyA1Ny4zIj4NCiAgPHBhdGggaWQ9IlBhdGhfMTM1MjMiIGRhdGEtbmFtZT0iUGF0aCAxMzUyMyIgZD0iTTYsMzQuNjYxVjIyLjYzOWEyMS42MzksMjEuNjM5LDAsMCwxLDQzLjI3OCwwVjM0LjY2MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wMTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyOTJlNmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogIDxwYXRoIGlkPSJQYXRoXzEzNTI0IiBkYXRhLW5hbWU9IlBhdGggMTM1MjQiIGQ9Ik00MiwzMi4wMjJoMy42MDdhMi40MTEsMi40MTEsMCwwLDAsMi40LTIuNFYyMi40YTIuNDExLDIuNDExLDAsMCwwLTIuNC0yLjRINDJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjI4OSAzLjg0MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI5MmU2ZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4NCiAgPHBhdGggaWQ9IlBhdGhfMTM1MjUiIGRhdGEtbmFtZT0iUGF0aCAxMzUyNSIgZD0iTTcuMDExLDMyLjAyMkgzLjRhMi40MTEsMi40MTEsMCwwLDEtMi40LTIuNFYyMi40QTIuNDExLDIuNDExLDAsMCwxLDMuNCwyMEg3LjAxMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMy44NDEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyOTJlNmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogIDxwYXRoIGlkPSJQYXRoXzEzNTI2IiBkYXRhLW5hbWU9IlBhdGggMTM1MjYiIGQ9Ik0zMi44NDEsMTNBMTIuMDU3LDEyLjA1NywwLDAsMSwyMC44MiwyNS4wMjJIMTBWMzcuMDQzYTE2LjgzLDE2LjgzLDAsMCwwLDMzLjY2MSwwVjI0LjlBMTEuOTA3LDExLjkwNywwLDAsMSwzMi44NDEsMTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjgyIDIuNDI2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjkyZTZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPg0KICA8cGF0aCBpZD0iUGF0aF8xMzUyNyIgZGF0YS1uYW1lPSJQYXRoIDEzNTI3IiBkPSJNMjcsNDAuODJoOS42MTdBOC4zNjMsOC4zNjMsMCwwLDAsNDUuMDMzLDMyLjRWMzAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMjU2IDUuODYzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMjkyZTZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIvPg0KICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzEyNSIgZGF0YS1uYW1lPSJFbGxpcHNlIDEyNSIgY3g9IjMuNSIgY3k9IjMuNSIgcj0iMy41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNSA0MykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzI5MmU2ZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-bottom: 10px;
  background-size: 100%;
}
.hero-wrapper .hero-banner-webform form .description {
  margin-left: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #292E6F;
  margin-bottom: 15px;
}
.hero-wrapper .hero-banner-webform form .description a {
  font-weight: 600;
}
.hero-wrapper .hero-banner-webform form .form-actions {
  position: relative;
}
.hero-wrapper .hero-banner-webform form .form-actions::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDE0TDMgMTFMNy4yNSA5LjI1TTIwIDRMMTMgMjFMMTAgMTRMMjAgNFpNMjAgNEwxMCAxNEwyMCA0Wk0yMCA0TDExLjUgNy41TDIwIDRaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;
  left: 10px;
}
.hero-wrapper .hero-banner-webform form .form-actions input[type=submit] {
  padding-left: 50px;
  margin: 0;
}
.hero-wrapper .hero-banner-webform form .webform-flexbox {
  align-items: center;
}
.hero-wrapper .hero-banner-webform form .webform-flexbox .webform-flex--1:nth-child(1) {
  flex: 1;
}
.hero-wrapper .hero-banner-webform form .webform-flexbox .webform-flex--1:nth-child(2) {
  flex: inherit;
}
.hero-wrapper .hero-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 329px;
  height: 115px;
  background: #292E6F;
  padding: 35px;
  z-index: 3;
}
.hero-wrapper .hero-link a {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 35px 180px 35px 35px;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
.hero-wrapper .hero-link a:after {
  font-family: "custom_icon";
  content: "\e907";
  font-size: 1rem;
  position: absolute;
  right: 35px;
  color: #fff;
  transition: 0.5s ease-out all;
}
.hero-wrapper .hero-link a:hover {
  background: #62647A;
}
.hero-wrapper .hero-link a:hover:after {
  transform: translateX(15px);
}
@media only screen and (max-width: 992px) {
  .hero-wrapper .hero-link {
    width: 100%;
    height: 92px;
    bottom: -90px;
    padding: 30px;
  }
  .hero-wrapper .hero-link a {
    font-weight: 600;
  }
}
@media only screen and (max-width: 992px) {
  .hero-wrapper {
    padding-bottom: 105px;
  }
  .hero-wrapper.webform-padding {
    padding-bottom: 105%;
  }
}

header {
  z-index: 500;
  position: absolute;
  width: 100%;
  transform: translateY(50px);
  top: 50px;
}
header.header-down .menu-container {
  transform: translateY(-100px);
}
header.header-up .menu-container {
  transform: unset;
}
header .branding {
  align-items: center;
  position: relative;
  z-index: 101;
}
header .branding img {
  border: 0;
  max-height: 60px;
  margin: 5px 0px;
}
header .header-right {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
header .header-right nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 101;
}
header .header-right nav ul li a {
  font-size: 0.938rem;
  font-weight: 400;
  position: relative;
}
header .header-right nav ul li a:after {
  content: "/";
  position: absolute;
  right: -15px;
}
header .header-right nav ul li .sub-menu-item {
  display: none;
}
header .header-right nav ul li:last-child a::after {
  display: none;
}
header .menu-container {
  display: flex;
  padding: 0px 0px;
  z-index: 100;
  text-align: right;
  margin: 0 auto;
  align-items: center;
}
header .menu-container p {
  color: #6A7178;
  font-size: 1rem;
  line-height: 1.7rem;
}
header .menu-container ul {
  margin: 0px;
  padding-left: 0px;
}
header .menu-container ul li a {
  color: white;
  font-size: 1.25rem;
  line-height: 50px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0px 15px 0px 15px;
  position: relative;
  z-index: 101;
  transition: font 0s;
  font-weight: 600;
}
header .menu-container ul li ul li a {
  font-size: 0.875rem;
  line-height: normal;
  font-weight: bold;
}
header .menu-container ul li:last-child a {
  margin-right: 0;
}
header .menu-container:not(:first-child):not(:last-child) {
  text-align: center;
}
header .menu-wrapper {
  flex: 1;
}
header .menu-wrapper .mobile-menu-container nav {
  display: inline-block;
}

@media (min-width: 992px) {
  header .mobile-menu {
    display: none;
  }
  header .mobile-menu-container {
    display: block !important;
  }
  header .mobile-logo {
    display: none;
  }
  header .domain-name-logo-mobil {
    display: none;
  }
  header .menu-container {
    padding: 0 50px;
  }
  header .menu-container .domain-name-logo-desktop {
    width: 125%;
    position: absolute;
    text-align: left;
    top: 45px;
    left: 36.9%;
    line-height: 12px;
  }
  header .menu-container .domain-name-logo-desktop a {
    color: #fff;
    font-size: 12px;
  }
  header .menu-container ul:not(.contextual-links) {
    display: flex;
  }
  header .menu-container ul:not(.contextual-links).menu-level-2 {
    flex-direction: column;
    padding: 0;
  }
  header .menu-container ul.menu-level-0 > li:hover > a:before {
    width: 100%;
    left: 0;
    background: #fff;
  }
  header .menu-container ul li {
    display: inline-block;
    padding: 0px;
  }
  header .menu-container ul li .sub-menu {
    display: none;
  }
  header .menu-container ul li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
  }
  header .menu-container ul li a:hover:before {
    width: 100%;
    left: 0;
    background: #fff;
  }
  header .menu-container ul li .menu-dropdown-0 {
    height: 0px;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    display: inline-grid;
    opacity: 0;
  }
  header .menu-container ul li .menu-dropdown-0 .container {
    display: flex;
    align-items: baseline;
    text-align: left;
    padding: 0;
  }
  header .menu-container ul li .menu-dropdown-0 .container .menu-body h2 {
    margin-top: 0;
    font-size: 1.875rem;
    font-weight: normal;
    color: #fff;
  }
  header .menu-container ul li .menu-dropdown-0 .container .menu-body p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #fff;
  }
  header .menu-container ul li .menu-dropdown-0 .container .menu-body a {
    font-size: 0.875rem;
    line-height: normal;
    display: inline-block;
    margin-left: 0;
    padding: 8px 0;
  }
  header .menu-container ul li .menu-dropdown-0 .container .main-menu-wrapper {
    order: 1;
  }
  header .menu-container ul li .menu-dropdown-0 .container .menu-main .menu-level-1 > li > a {
    text-decoration: underline;
    font-size: 16px;
  }
  header .menu-container ul li .menu-dropdown-0 .container .menu-main .menu-level-1 > li > a::before {
    display: none;
  }
  header .menu-container ul li .menu-dropdown-0 li {
    display: block;
    text-align: left;
  }
  header .menu-container ul li .menu-dropdown-0 li span {
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding: 7px 0;
    display: block;
    margin: 0 20px;
  }
  header .menu-container ul li .menu-dropdown-0 li a {
    line-height: normal;
    margin: 0 20px;
    padding: 7px 0;
  }
  header .menu-container ul li:hover.menu-item--expanded .menu-dropdown-0, header .menu-container ul li.hovered.menu-item--expanded .menu-dropdown-0 {
    z-index: 100;
    height: auto;
    visibility: visible;
    opacity: 1;
    background-color: #292E6F;
    color: #fff;
    transition: opacity 0.5s, visibility 0.5s;
  }
  header .menu-container ul li:hover.menu-item--expanded .menu-dropdown-0.non-transition, header .menu-container ul li.hovered.menu-item--expanded .menu-dropdown-0.non-transition {
    transition: none;
  }
  header .menu-container ul li:hover.menu-item--expanded .menu-dropdown-0 li a, header .menu-container ul li.hovered.menu-item--expanded .menu-dropdown-0 li a {
    display: inline-block;
    background-color: #292E6F;
    color: #fff;
  }
  header .menu-container ul li:hover.menu-item--expanded .menu-dropdown-0 li ul li a, header .menu-container ul li.hovered.menu-item--expanded .menu-dropdown-0 li ul li a {
    font-weight: normal;
    margin: 0px 20px;
  }
  header .menu-container ul li:hover.menu-item--expanded .menu-dropdown-0 li ul li .menu-level-3, header .menu-container ul li.hovered.menu-item--expanded .menu-dropdown-0 li ul li .menu-level-3 {
    display: block;
    padding-left: 30px;
  }
  header .menu-container ul.menu-level-0 .menu-dropdown-0 {
    position: fixed;
    left: 0;
    width: 100%;
    padding: 50px 0;
  }
  header .menu-container ul.menu-level-0 .menu-dropdown-0:before {
    content: "";
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 151px;
    background: #292E6F;
    z-index: -1;
  }
  header.sticky {
    transform: inherit;
  }
  header.sticky .menu-container {
    position: fixed;
    top: 0;
    background: #292E6F;
    max-width: 100%;
    left: 0;
    padding: 0 50px;
  }
  header.sticky .menu-container .domain-name-logo-desktop {
    width: 100vh;
  }
  header.sticky .menu-container .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header.sticky .menu-container .menu-wrapper .mobile-menu-container {
    display: flex;
    align-items: center;
  }
  header.sticky .menu-container .menu-wrapper .mobile-menu-container .header-top .menu--social-icons {
    display: none;
  }
  header.sticky .menu-container .menu-wrapper .mobile-menu-container .header-top .header-top-search, header.sticky .menu-container .menu-wrapper .mobile-menu-container .header-top .header-top-profile, header.sticky .menu-container .menu-wrapper .mobile-menu-container .header-top .header-top-contact, header.sticky .menu-container .menu-wrapper .mobile-menu-container .header-top .language-switcher-language-url {
    background: #292E6F;
  }
  header.sticky .menu-container .header-right {
    display: none;
  }
  header.sticky .menu-container .menu-dropdown::before {
    display: none;
  }
  header .header-top {
    display: none;
  }

  .MenuTop .menu {
    display: flex;
  }
  .MenuTop .menu li {
    display: inline-block;
    padding: 0px;
  }
  .MenuTop .menu li a {
    font-size: 0.938rem;
    font-weight: 400;
    position: relative;
    color: white;
    line-height: 50px;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0px 15px 0px 15px;
    z-index: 101;
    transition: font 0s;
  }
  .MenuTop .menu li .sub-menu-item {
    position: absolute;
  }
  .MenuTop .menu li .sub-menu-item .menu {
    display: grid;
    padding: 0;
  }
  .MenuTop .menu li .sub-menu-item .menu li a {
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 600;
  }
  .MenuTop .menu li .sub-menu-item .menu li a::after {
    display: none;
  }
  .MenuTop .menu li:last-child a::after {
    display: none;
  }

  .adminimal-admin-toolbar.toolbar-horizontal.toolbar-tray-open header.sticky .menu-container {
    top: 75px;
  }
  .adminimal-admin-toolbar.toolbar-horizontal:not(.toolbar-tray-open) header.sticky .menu-container {
    top: 39px;
  }

  .mobile-main-menu-top {
    display: none;
  }

  .header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-top .header-social-icons {
    list-style: none;
    float: right;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }
  .header-top .header-social-icons li {
    padding: 5px 10px;
  }
  .header-top .header-social-icons li a {
    font-size: 0.875rem;
  }
  .header-top .header-social-icons li a:hover::before {
    color: #292E6F;
  }
  .header-top .header-top-search a, .header-top .header-top-profile a, .header-top .header-top-contact a, .header-top .lang-switcher a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header-top .header-top-search a i, .header-top .header-top-profile a i, .header-top .header-top-contact a i, .header-top .lang-switcher a i {
    position: absolute;
    width: 16px;
    height: 16px;
  }
  .header-top .header-top-search a i::before, .header-top .header-top-profile a i::before, .header-top .header-top-contact a i::before, .header-top .lang-switcher a i::before {
    position: absolute;
  }
  .header-top .header-top-search.header-top-search, .header-top .header-top-profile.header-top-search, .header-top .header-top-contact.header-top-search, .header-top .lang-switcher.header-top-search {
    background: #404695;
  }
  .header-top .header-top-search.header-top-profile, .header-top .header-top-profile.header-top-profile, .header-top .header-top-contact.header-top-profile, .header-top .lang-switcher.header-top-profile {
    background: #2E347B;
  }
  .header-top .header-top-search.header-top-contact, .header-top .header-top-profile.header-top-contact, .header-top .header-top-contact.header-top-contact, .header-top .lang-switcher.header-top-contact {
    background: #272C65;
  }
  .header-top .header-top-search.language-switcher-language-url, .header-top .header-top-profile.language-switcher-language-url, .header-top .header-top-contact.language-switcher-language-url, .header-top .lang-switcher.language-switcher-language-url {
    background: #202454;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header-top .header-top-search:hover, .header-top .header-top-profile:hover, .header-top .header-top-contact:hover, .header-top .lang-switcher:hover {
    opacity: 0.9;
  }
  .header-top .lang-switcher {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #292E6F;
  }
  .header-top .lang-switcher a {
    color: #fff;
    font-size: 0.75rem;
  }
  .header-top .lang-switcher a.is-active {
    display: none;
  }

  .header-top-menu #block-teduniversitesi {
    padding-left: 30px;
  }
  .header-top-menu #block-teduniversitesi p {
    line-height: 0;
    width: 110%;
  }
  .header-top-menu #block-teduniversitesi a {
    font-weight: 600;
  }
  .header-top-menu #block-teduniversitesi a::before {
    font-family: "custom_icon";
    content: "\e907";
    position: absolute;
    color: #292E6F;
    transition: 0.5s ease-out all;
    transform: rotate(180deg);
    left: 0;
  }
  .header-top-menu .contextual {
    z-index: 9999;
  }
  .header-top-menu nav {
    display: inline-block;
    margin-left: 50px;
  }
  .header-top-menu nav .menu {
    margin: 0px;
    padding-left: 0px;
    display: flex;
  }
  .header-top-menu nav .menu ul:not(.contextual-links) {
    display: flex;
  }
  .header-top-menu nav .menu ul:not(.contextual-links).menu-level-2 {
    flex-direction: column;
    padding: 0;
  }
  .header-top-menu nav .menu li {
    display: inline-block;
    padding: 15px;
    height: 100%;
  }
  .header-top-menu nav .menu li .sub-menu {
    display: none;
  }
  .header-top-menu nav .menu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    right: 0;
    bottom: 0;
    background: #fff;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
  }
  .header-top-menu nav .menu li a:hover:before {
    width: 100%;
    left: 0;
    background: #fff;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    display: inline-grid;
    opacity: 0;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 .container {
    display: flex;
    align-items: baseline;
    text-align: left;
    padding: 0;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 .container .menu-body h2 {
    margin-top: 0;
    font-size: 1.875rem;
    font-weight: normal;
    color: #fff;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 .container .menu-body p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #fff;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 .container .menu-body a {
    font-size: 0.875rem;
    line-height: normal;
    display: inline-block;
    margin-left: 0;
    padding: 8px 0;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 .container .main-menu-wrapper {
    order: 1;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 .container .menu-main .menu-level-1 > li > a {
    text-decoration: underline;
    font-size: 16px;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 .container .menu-main .menu-level-1 > li > a::before {
    display: none;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 .container .menu-main .menu-level-3 {
    display: block;
    padding-left: 30px;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 li {
    display: block;
    text-align: left;
    padding: 0;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 li a {
    margin: 0 20px;
    padding: 7px 0;
    position: relative;
    z-index: 101;
    transition: font 0s;
    font-size: 0.875rem;
    line-height: normal;
    font-weight: bold;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 li span {
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding: 7px 0;
    display: block;
    margin: 0 20px;
  }
  .header-top-menu nav .menu li .menu-dropdown-0 .menu-level-1 > li > a {
    font-size: 1.25rem;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .header-top-menu nav .menu li:hover.menu-item--expanded .menu-dropdown-0, .header-top-menu nav .menu li.hovered.menu-item--expanded .menu-dropdown-0 {
    z-index: 9999999;
    height: auto;
    visibility: visible;
    opacity: 1;
    background-color: #292E6F;
    color: #fff;
    transition: opacity 0.5s, visibility 0.5s;
    top: 50px;
  }
  .header-top-menu nav .menu li:hover.menu-item--expanded .menu-dropdown-0.non-transition, .header-top-menu nav .menu li.hovered.menu-item--expanded .menu-dropdown-0.non-transition {
    transition: none;
  }
  .header-top-menu nav .menu li:hover.menu-item--expanded .menu-dropdown-0 li a, .header-top-menu nav .menu li.hovered.menu-item--expanded .menu-dropdown-0 li a {
    display: inline-block;
    background-color: #292E6F;
    color: #fff;
  }
  .header-top-menu nav .menu li:hover.menu-item--expanded .menu-dropdown-0 li ul li a, .header-top-menu nav .menu li.hovered.menu-item--expanded .menu-dropdown-0 li ul li a {
    font-weight: normal;
    margin: 0px 20px;
  }
  .header-top-menu nav .menu.menu-level-0 .menu-dropdown-0 {
    left: 0;
    width: 100%;
    padding: 50px 0;
  }
  .header-top-menu .menu--social-icons {
    flex: 1;
  }
}
@media only screen and (max-width: 992px) {
  .hero-image {
    order: 0;
  }

  main {
    padding-top: 120px;
    padding-top: 0;
  }

  nav#toolbar-bar {
    position: fixed;
  }

  header {
    position: relative;
    width: 100%;
    background-color: #fff;
    transform: translateY(0px);
    order: -1;
    top: 0;
  }
  header .domain-name-logo-desktop {
    display: none;
  }
  header .header-right {
    display: none;
  }
  header .branding {
    position: relative;
    min-width: 100%;
    padding: 13px 0 13px 15px;
  }
  header .branding .domain-name-logo-mobil {
    position: absolute;
    top: 58px;
    left: 83px;
    line-height: 10px;
    width: 65%;
  }
  header .branding .domain-name-logo-mobil a {
    font-size: 11px;
    font-weight: 600;
  }
  header .desktop-logo {
    display: none;
  }
  header .menu-container {
    border: none;
    text-align: left;
    flex-direction: column;
  }
  header .menu-container .menu-wrapper {
    min-width: 100%;
  }
  header .menu-container .header-top #block-teduniversitesi {
    display: none;
  }
  header .menu-container .header-top-subpage .header-social-icons {
    display: none;
  }
  header .menu-container .header-top-subpage .header-top-right {
    display: flex;
    align-items: center;
  }
  header .menu-container .header-top-subpage .header-top-right #block-socialicons {
    display: none;
  }
  header .menu-container .header-top-subpage .header-top-right #block-searchicon,
header .menu-container .header-top-subpage .header-top-right #block-profile,
header .menu-container .header-top-subpage .header-top-right #block-contact,
header .menu-container .header-top-subpage .header-top-right #block-languageswitcher {
    width: 100%;
    display: inline-block;
  }
  header .menu-container .header-top-subpage .header-top-right .lang-switcher {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  header .menu-container .header-top-subpage .header-top-right .lang-switcher a.is-active {
    display: none;
  }
  header .menu-container .mobile-main-menu-top {
    background: #f7f7f7;
    padding: 30px 0;
  }
  header .menu-container .mobile-main-menu-top .container {
    padding-left: 35px;
  }
  header .menu-container .mobile-main-menu-top a {
    font-size: 0.875rem;
    color: #6A7178;
    line-height: normal;
    font-weight: normal;
    padding: 10px 0;
  }
  header .menu-container .mobile-main-menu-top .sub-menu-item a {
    padding: 5px 0;
  }
  header .region-header {
    border: none;
  }
  header .mobile-menu {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 36px;
    z-index: 999;
    width: 40px;
    height: 25px;
    transform: rotate(0);
    transition: 0.5s linear;
    background: none;
    border: none;
  }
  header .mobile-menu .icon-menu-1, header .mobile-menu .icon-menu-2, header .mobile-menu .icon-menu-3, header .mobile-menu .icon-menu-4 {
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #292E6F;
    transform: rotate(0);
    opacity: 1;
    transition: 0.25s linear;
    border-radius: 50px;
  }
  header .mobile-menu .icon-menu-2 {
    width: 85%;
  }
  header .mobile-menu .icon-menu-3 {
    width: 70%;
  }
  header .mobile-menu .icon-menu-4 {
    width: 90%;
  }
  header .mobile-menu:focus {
    outline: none;
  }
  header .mobile-menu .icon-menu-1 {
    top: 0px;
  }
  header .mobile-menu .icon-menu-2 {
    top: 8px;
  }
  header .mobile-menu .icon-menu-3 {
    top: 16px;
  }
  header .mobile-menu .icon-menu-4 {
    top: 24px;
  }
  header .mobile-menu.active span {
    width: 100%;
  }
  header .mobile-menu.active .icon-menu-1 {
    top: 9px;
    transform: rotate(135deg);
  }
  header .mobile-menu.active .icon-menu-2 {
    opacity: 0;
  }
  header .mobile-menu.active .icon-menu-3 {
    top: 9px;
    transform: rotate(-135deg);
  }
  header .mobile-menu.active .icon-menu-4 {
    opacity: 0;
  }
  header .mobile-menu-container {
    overflow: hidden;
    display: none;
  }
  header .mobile-menu-container #block-mainmenutop {
    display: none;
  }
  header .mobile-menu-container .navigation, header .mobile-menu-container .navigation ul {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header .mobile-menu-container .navigation {
    position: relative;
    width: 100%;
    background: #f7f7f7;
  }
  header .mobile-menu-container .navigation .main-menu-wrapper {
    padding: 0;
  }
  header .mobile-menu-container .navigation .main-menu-wrapper ul li span {
    color: #292E6F;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0 15px;
    padding-left: 0;
    line-height: 30px;
    font-size: 0.875rem;
    border-bottom: 0;
  }
  header .mobile-menu-container .navigation ul {
    width: 100%;
    margin-left: 0px;
  }
  header .mobile-menu-container .navigation ul li {
    display: block;
    padding: 0px;
    position: relative;
  }
  header .mobile-menu-container .navigation ul li .menu-dropdown-0 {
    display: none;
  }
  header .mobile-menu-container .navigation ul li .container {
    padding: 0;
  }
  header .mobile-menu-container .navigation ul li a {
    color: #292E6F;
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    line-height: 60px;
    margin: 0;
    padding: 0 15px;
  }
  header .mobile-menu-container .navigation ul li .menu-body {
    display: none;
  }
  header .mobile-menu-container .navigation ul li ul {
    transition: transform linear 1s;
  }
  header .mobile-menu-container .navigation ul li ul li a {
    padding-left: 0;
    line-height: 30px;
  }
  header .mobile-menu-container .navigation ul li .sub-menu {
    display: inline-block;
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    height: 55px;
    width: 24px;
    top: 0px;
    z-index: 500;
  }
  header .mobile-menu-container .navigation ul li .sub-menu .menu-plus-minus {
    position: relative;
    display: block;
  }
  header .mobile-menu-container .navigation ul li .sub-menu .menu-plus-minus:before, header .mobile-menu-container .navigation ul li .sub-menu .menu-plus-minus:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #292E6F;
    transition: 0.25s all ease-out;
  }
  header .mobile-menu-container .navigation ul li .sub-menu .menu-plus-minus:before {
    height: 24px;
    width: 2px;
  }
  header .mobile-menu-container .navigation ul li .sub-menu .menu-plus-minus:after {
    height: 2px;
    width: 24px;
  }
  header .mobile-menu-container .navigation ul li .sub-menu:focus {
    outline: none;
  }
  header .mobile-menu-container .navigation ul li .sub-menu.show-menu .menu-plus-minus:before {
    transform: rotate(90deg);
    top: -12px;
  }
  header .mobile-menu-container .navigation ul li .menu-level-1 {
    padding: 30px 15px;
  }
  header .mobile-menu-container .navigation ul li .menu-level-1 a {
    font-size: 0.875rem;
    border-bottom: 0;
  }
  header .mobile-menu-container .navigation ul li .menu-level-1 ul {
    padding: 15px 0;
  }
  header .mobile-menu-container .navigation ul li .menu-level-1 ul a {
    font-weight: normal;
  }
  header .mobile-menu-container .navigation ul li .menu-level-1 .menu-level-3 {
    padding: 0 30px;
  }
  header .mobile-menu-container .navigation ul li.show-menu-list {
    background: #fff;
  }
  header .mobile-menu-container .navigation ul li.show-menu-list > a {
    border-bottom: 0;
  }
  header .mobile-menu-container .navigation ul li.show-menu-list .container .sub-menu {
    display: none;
    z-index: -1;
  }
  header .mobile-menu-container.show .navigation {
    left: 0px;
    background: #f7f7f7;
  }

  .header-top {
    display: block;
    align-items: center;
    justify-content: flex-end;
  }
  .header-top .domain-name {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
    padding: 0 15px;
    background-color: #292E6F;
  }
  .header-top .domain-name a {
    color: #fff;
  }
  .header-top nav {
    display: none !important;
  }
  .header-top .header-social-icons {
    list-style: none;
    float: right;
    margin: 0;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    background: #f7f7f7;
    padding-bottom: 20px;
  }
  .header-top .header-social-icons li {
    width: 20%;
    line-height: 50px;
  }
  .header-top .header-social-icons li:first-child {
    margin-left: 0;
  }
  .header-top .header-social-icons li a {
    font-size: 1.25rem;
  }
  .header-top .header-social-icons li a::before {
    color: #292E6F;
  }
  .header-top .header-top-search a, .header-top .header-top-profile a, .header-top .header-top-contact a, .header-top .language-switcher-language-url a {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header-top .header-top-search a i, .header-top .header-top-profile a i, .header-top .header-top-contact a i, .header-top .language-switcher-language-url a i {
    position: relative;
    width: 16px;
    height: 16px;
  }
  .header-top .header-top-search a i::before, .header-top .header-top-profile a i::before, .header-top .header-top-contact a i::before, .header-top .language-switcher-language-url a i::before {
    position: absolute;
  }
  .header-top .header-top-search.header-top-search, .header-top .header-top-profile.header-top-search, .header-top .header-top-contact.header-top-search, .header-top .language-switcher-language-url.header-top-search {
    background: #404695;
  }
  .header-top .header-top-search.header-top-profile, .header-top .header-top-profile.header-top-profile, .header-top .header-top-contact.header-top-profile, .header-top .language-switcher-language-url.header-top-profile {
    background: #2E347B;
  }
  .header-top .header-top-search.header-top-contact, .header-top .header-top-profile.header-top-contact, .header-top .header-top-contact.header-top-contact, .header-top .language-switcher-language-url.header-top-contact {
    background: #272C65;
  }
  .header-top .header-top-search.language-switcher-language-url, .header-top .header-top-profile.language-switcher-language-url, .header-top .header-top-contact.language-switcher-language-url, .header-top .language-switcher-language-url.language-switcher-language-url {
    background: #202454;
  }

  .header-top-menu nav {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-top-menu nav {
    width: 0;
    margin-left: 30px;
  }
  .header-top-menu nav .menu li {
    padding: 15px 5px;
  }
}
.myPerson ul {
  display: flex;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .myPerson ul {
    flex-direction: column;
    padding-left: 0;
  }
}
.myPerson ul ul {
  flex-direction: column;
  padding: 0;
  list-style: none;
}
.myPerson ul ul li a {
  padding: 10px;
  display: block;
  color: #fff;
  padding-right: 30px;
}
.myPerson ul ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.myPerson ul ul li a:hover:After {
  font-family: "custom_icon";
  content: "\e930";
  position: absolute;
  right: 25px;
  font-size: 0.5rem;
  line-height: 1.25rem;
}
.myPerson > .modal-content > .container > ul:before {
  font-family: "custom_icon";
  content: "\e929";
  color: #fff;
  font-size: 3rem;
  padding: 15px;
}
@media only screen and (max-width: 992px) {
  .myPerson > .modal-content > .container > ul:before {
    padding: 15px 25px;
  }
}

.mySearch .container {
  display: flex;
  flex-direction: column;
  padding: 0 10%;
  align-items: flex-start;
}
.mySearch .container .modal-search-top {
  width: 100%;
  position: relative;
}
.mySearch .container .modal-search-top p {
  color: #fff;
  opacity: 0.5;
}
.mySearch .container .modal-search-top input {
  width: 100%;
  line-height: 50px;
  background: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: 0;
  color: #fff;
  font-size: 1.5rem;
}
.mySearch .container .modal-search-top input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.mySearch .container .modal-search-top .input-group-addon {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 25px;
  color: white;
  cursor: pointer;
}
.mySearch .container .modal-search-bottom {
  width: 100%;
  display: flex;
  padding-top: 50px;
}
@media only screen and (max-width: 992px) {
  .mySearch .container .modal-search-bottom {
    flex-direction: column;
  }
}
.mySearch .container .modal-search-bottom ul {
  list-style: none;
  padding-left: 0;
  padding-right: 100px;
}
.mySearch .container .modal-search-bottom ul a {
  padding: 5px 10px;
  display: block;
  color: #fff;
  opacity: 0.5;
  font-size: 0.875rem;
}
.mySearch .container .modal-search-bottom ul a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.myContact .container {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 25%;
}
@media only screen and (max-width: 992px) {
  .myContact .container {
    padding-left: 0;
  }
}
.myContact a, .myContact p {
  color: #fff;
}
.myContact .modal-contact {
  display: flex;
}
@media (min-width: 992px) {
  .myContact .modal-contact {
    min-width: 768px;
  }
}
@media only screen and (max-width: 992px) {
  .myContact .modal-contact {
    flex-direction: column;
  }
}
.myContact .modal-contact:before {
  font-family: "custom_icon";
  content: "\e928";
  color: #fff;
  font-size: 3rem;
  padding: 15px;
  padding-right: 30px;
}
@media only screen and (max-width: 992px) {
  .myContact .modal-contact:before {
    padding-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .myContact .modal-contact .modal-contact-buttons a {
    margin-left: 0;
  }
}
.myContact .modal-contact .modal-contact-buttons a i {
  font-size: 1.25rem;
}
.myContact .modal-contact .modal-contact-buttons a:first-child {
  margin-left: 0;
}
.myContact .modal-contact .modal-contact-buttons a:hover {
  background: #fff;
  color: #292E6F;
}
.myContact .modal-contact .modal-contact-buttons a:hover i:before {
  color: #292E6F;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-width: 992px) {
  #block-domainmenusactivedomainmenu .menu {
    display: block !important;
  }
  #block-domainmenusactivedomainmenu .menu li a {
    font-size: 1rem;
  }
  #block-domainmenusactivedomainmenu .menu li span {
    color: white;
    font-size: 1rem;
    line-height: 50px;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0px 15px 0px 15px;
    position: relative;
    z-index: 101;
    transition: font 0s;
    font-weight: 600;
  }
  #block-domainmenusactivedomainmenu .menu li:hover .menu-dropdown-0 {
    width: 220px;
    left: auto;
    display: block;
    padding: 15px 0;
    z-index: 500;
  }
  #block-domainmenusactivedomainmenu .menu li:hover .menu-dropdown-0 li a {
    font-size: 0.875rem;
  }
  #block-domainmenusactivedomainmenu .menu li:hover .menu-dropdown-0 li ul li a {
    padding-left: 20px;
  }
  #block-domainmenusactivedomainmenu .menu li:hover .menu-dropdown-0 li ul li a:hover::before {
    width: 85%;
    left: 21px;
  }
  #block-domainmenusactivedomainmenu .menu li:hover .menu-dropdown-0 li ul li a::after {
    font-family: "custom_icon";
    content: "\e907";
    font-size: 0.625rem;
    position: absolute;
    transition: 0.5s ease-out all;
    top: 12px;
    left: 0;
  }
  #block-domainmenusactivedomainmenu .menu li:hover .menu-dropdown-0::before {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #block-domainmenusactivedomainmenu .menu li > span {
    color: #292E6F;
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    line-height: 60px;
    margin: 0;
    padding: 0 15px;
  }
}

#block-anagezintimenusu-3.menu--main.contextual-region {
  position: static;
}
#block-anagezintimenusu-3.menu--main .contextual {
  position: relative;
}
#block-anagezintimenusu-3.menu--main .contextual.open .trigger {
  border-radius: 0px 13px 13px 0;
  border-bottom-color: #ccc;
  border-left-color: transparent;
}
#block-anagezintimenusu-3.menu--main .contextual .contextual-links {
  position: absolute;
  right: 30px;
  background: #fff;
}

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