/* Megamenu Structure Desktop */
body header.megamenu {
  z-index: 99999;
  position: fixed;
  left: 0;
  background-color: #275051;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 0 4em;
}

body header.megamenu .megamenu_wrapper {
  height: 100%;
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

body header.megamenu .megamenu_wrapper .logo {
  margin-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10rem;
  max-width: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body header.megamenu .megamenu_wrapper .logo a {
  width: 100%;
}

body header.megamenu .megamenu_wrapper .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu:hover > li > a, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu:hover > li > a {
  opacity: 0.3;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu .menu-item:not(:last-child), body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu .menu-item:not(:last-child) {
  margin-right: 3rem;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu .menu-item a, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu .menu-item a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 1.1em;
  position: relative;
  color: white;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu .menu-item a:hover, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu .menu-item a:hover {
  color: white;
  opacity: 1 !important;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu .menu-item .sub-menu-wrap, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu .menu-item .sub-menu-wrap {
  opacity: 0;
  pointer-events: all;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 70px;
  z-index: 100;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu .menu-item .sub-menu-wrap .sub-menu:hover > li > a, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu .menu-item .sub-menu-wrap .sub-menu:hover > li > a {
  opacity: 0.3;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu .menu-item .sub-menu-wrap .sub-menu li a, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu .menu-item .sub-menu-wrap .sub-menu li a {
  padding-bottom: 1.1em;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu .menu-item .sub-menu-wrap .sub-menu li.active > a, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu .menu-item .sub-menu-wrap .sub-menu li.active > a {
  color: white;
  opacity: 1 !important;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu .menu-item.active > a, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu .menu-item.active > a {
  color: white;
  opacity: 1 !important;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .sub-menu-wrap:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .sub-menu-wrap:first-of-type {
  width: 100%;
  background: #275051;
  min-height: 40vh;
  padding-bottom: 2em;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  width: 100%;
  background: #275051;
  min-height: 40vh;
  padding-bottom: 2em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type .custom-wrapper, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type .custom-wrapper {
  max-width: 1300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type .custom-wrapper .custom-rubrik, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type .custom-wrapper .custom-rubrik {
  padding: 2rem 2rem 2rem 4rem;
  font-size: 23px;
  color: white;
  font-weight: 500;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  border-right: 1px solid white;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type {
  list-style: none;
  padding: 2rem 2rem 2rem 4rem;
  width: 500px;
  height: 100%;
  border-right: 1px solid white;
  position: relative;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type li, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type li {
  margin-right: 0;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type li a, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type li a {
  display: block;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type li a:after, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type li a:after {
  padding-left: 0px;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type li.menu-item-has-children > a:after, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type li.menu-item-has-children > a:after {
  display: block;
  position: absolute;
  color: white;
  right: -10px;
  top: 30%;
  -webkit-transform: translateY(-118%);
          transform: translateY(-118%);
  padding-left: 10px;
  content: "+";
  font-size: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type li.menu-item-has-children.active > a:after, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type li.menu-item-has-children.active > a:after {
  display: block;
  position: absolute;
  color: white;
  right: -10px;
  top: 30%;
  -webkit-transform: translateY(-118%);
          transform: translateY(-118%);
  padding-left: 10px;
  content: "-" !important;
  font-size: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2em;
  min-width: 300px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(calc(100%));
          transform: translateX(calc(100%));
  overflow: hidden;
  overflow-y: auto;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .custom-rubrik, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .custom-rubrik {
  display: none;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type {
  list-style: none;
  padding: 0 3em;
  height: 100%;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type {
  position: initial;
  display: none;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type {
  list-style: none;
  margin-top: 1.1em;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item {
  margin-bottom: 0.3em;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item a, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper > .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item a {
  font-size: 1em;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  -webkit-box-shadow: 0px 22px 33px 10px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 22px 33px 10px rgba(0, 0, 0, 0.21);
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .custom-rubrik, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .custom-rubrik {
  padding: 2rem 2rem 2rem 4rem;
  font-size: 23px;
  color: white;
  font-weight: 500;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  border-right: 1px solid white;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type li a, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type li a {
  display: block;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type li a:after, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type li a:after {
  padding-left: 0px;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type {
  list-style: none;
  padding: 0 3em;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type {
  position: initial;
  display: contents;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type {
  list-style: none;
  margin-top: 1.1em;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item {
  margin-bottom: 0.3em;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item a, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item-has-children.active > .sub-menu-wrap:first-of-type > .custom-wrapper .sub-menu:first-of-type > .menu-item a {
  font-size: 1em;
}

body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu-item-has-children > a:after, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu-item-has-children > a:after {
  display: block;
  position: absolute;
  color: white;
  right: 0px;
  top: 50%;
  padding-left: 10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url("https://demo.intea.se//wp-content/uploads/2021/09/Path-3.png") no-repeat;
}

.sub-menu-wrap::-webkit-scrollbar-track {
  border: 1px solid #234546;
  padding: 2px 0;
  background-color: #234546;
}

.sub-menu-wrap::-webkit-scrollbar {
  width: 5px;
}

.sub-menu-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #234546;
}

.megamenu.active .megamenu_wrapper {
  height: 100%;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99998;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44));
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.overlay.active {
  opacity: 1;
  pointer-events: none;
}

header.mobile-megamenu {
  display: none;
}

/* Page title */
/* Hide Header Fusion */
.fusion-tb-header .non-hundred-percent-height-scrolling {
  display: none !important;
}

.avada-page-titlebar-wrapper {
  margin-top: 70px !important;
}

/*Popup */
.popup_block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #275051;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: all;
  opacity: 1;
}

.popup_block .information-text {
  display: none;
  overflow: hidden;
  max-height: 30vh;
  overflow-y: auto;
  padding-right: 2em;
  margin-bottom: 2em;
}

.popup_block .information-text.active {
  display: block !important;
}

.popup_block.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup_block.closed {
  opacity: 0;
  pointer-events: none;
}

.popup_block .card {
  padding: 4em 2em;
  opacity: 0.95;
  width: 60%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup_block .card .container-popup {
  padding: 0 3em;
}

.popup_block .card .container-popup .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.popup_block .card .container-popup .select-container .popup-select:first-child {
  margin-right: 20px;
}

.popup_block .card .container-popup .select-container .popup-select {
  margin-bottom: 20px;
}

.popup_block .card .container-popup .select-container .popup-select > h2 {
  font-size: 20px !important;
  margin-bottom: 2em;
}

.popup_block .card .container-popup .select-container.not-visible {
  display: none;
}

.popup_block .card .container-popup .permission {
  display: none;
  margin-top: 30px;
}

.popup_block .card .container-popup .permission .permission-text {
  width: 100%;
}

.popup_block .card .container-popup .permission .permission-text .consent {
  margin-right: 10px;
}

.popup_block .card .container-popup .permission label {
  margin-bottom: 5px;
}

.popup_block .card .container-popup .permission .error {
  display: none;
}

.popup_block .card .container-popup .permission .error.visible {
  display: block !important;
}

.popup_block .card .container-popup .permission.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup_block .card .container-popup .permission.visible .consent {
  margin-right: 10px;
}

.popup_block .card .container-popup .agreement {
  display: none;
}

.popup_block .card .container-popup .agreement.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}

.popup_block .card .container-popup .agreement.visible .agreement-text {
  width: 100%;
}

.popup_block .card .container-popup .agreement.visible .agreement-text p {
  margin-bottom: 6px;
}

.popup_block .card .container-popup .agreement.visible .consent {
  margin-right: 10px;
}

.popup_block .card .container-popup .error {
  display: none;
  margin-top: 1em;
}

.popup_block .card .container-popup .error.visible {
  display: block;
}

.popup_block .card .container-popup .buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup_block .card .container-popup .buttons .accept {
  background: transparent;
  border: 1px solid #275051;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 15px;
  cursor: pointer;
  padding: 9px 20px;
  -webkit-transition: 400ms;
  transition: 400ms;
  margin-right: 30px;
}

.popup_block .card .container-popup .buttons .accept:hover {
  background: #275051;
  color: white;
}

.popup_block .card .container-popup .back {
  display: none;
  background: transparent;
  border: 1px solid #275051;
  font-family: "Barlow Condensed", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 15px;
  cursor: pointer;
  padding: 9px 20px;
  -webkit-transition: 400ms;
  transition: 400ms;
  margin-right: 30px;
}

.popup_block .card .container-popup .back.visible {
  display: block;
}

.popup_block .card .container-popup .back:hover {
  background: #275051;
  color: white;
}

#__bs_notify__ {
  display: none !important;
}

#mobile-menu {
  display: none !important;
}

/* Sidebar */
body.has_custom_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.has_custom_sidebar .custom-sidebar-wrapper {
  width: 20%;
  background: #5b8383;
  position: relative;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list {
  position: fixed;
  width: inherit;
  padding-top: calc(70px + 50px);
  list-style: none;
  display: inline-block;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item a {
  color: white;
  display: inline-block;
  padding: 10px 15px 10px 0px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item a:hover {
  color: white;
  color: white;
  font-weight: bold;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item:hover > i {
  color: white;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item .children {
  padding-left: 20px;
  list-style: none;
  display: none;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item .children li:not(.has-children) a {
  position: relative;
  padding-left: 20px;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item .children li:not(.has-children) a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f061';
  position: absolute;
  left: 0;
  color: #C4C4C4;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item.active i {
  color: white;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item.active > a {
  font-weight: bold;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item.active a {
  color: white;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item.active > .children {
  display: block;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item.active > .children li:not(.has-children) a:before {
  color: white;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item.has-children > a {
  position: relative;
  padding: 10px 15px 10px 0px;
  display: inline-block;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item.has-children > i {
  display: inline;
  cursor: pointer;
}

body.has_custom_sidebar .custom-sidebar-wrapper .subpage-list .sidebar-item i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #C4C4C4;
  display: none;
}

body.has_custom_sidebar #boxed-wrapper {
  width: 80%;
}

@media screen and (max-width: 768px) {
  body.has_custom_sidebar {
    display: block;
  }
  body.has_custom_sidebar .custom-sidebar-wrapper {
    display: none;
  }
  body.has_custom_sidebar #boxed-wrapper {
    width: 100%;
  }
  #mobile-menu {
    display: block !important;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  .avada-page-titlebar-wrapper {
    margin-top: 75px;
  }
  /* Megamenu Mobile */
  header.megamenu {
    display: none !important;
  }
  header.mobile-megamenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #275051;
    height: 75px;
  }
  header.mobile-megamenu .mobile-megamenu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 1em 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2000;
  }
  header.mobile-megamenu .mobile-megamenu-wrapper .mobile-logo {
    width: 50%;
  }
  header.mobile-megamenu .mobile-megamenu-wrapper .mobile-logo * {
    width: 100%;
  }
  header.mobile-megamenu .mobile-megamenu-wrapper .hamburger {
    width: 40px;
    background-color: white;
    border-radius: 50%;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px !important;
  }
  header.mobile-megamenu .mobile-megamenu-wrapper .hamburger .line-1 {
    margin-bottom: 5px;
  }
  header.mobile-megamenu .mobile-megamenu-wrapper .hamburger .line-3 {
    margin-top: 5px;
  }
  header.mobile-megamenu .mobile-megamenu-wrapper .hamburger * {
    height: 2px;
    width: 60%;
    background-color: black;
  }
  header.mobile-megamenu .mobile-navigation {
    display: none;
    -webkit-transition: translateX 0.4s ease;
    transition: translateX 0.4s ease;
    position: absolute;
    position: fixed;
    top: 75px;
    width: 100%;
    height: 100%;
    background-color: #275051;
    z-index: 100;
  }
  header.mobile-megamenu .mobile-navigation .container-mobile ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  /* Popup */
  .popup_block .card {
    padding: 1em 0;
    width: 90%;
  }
  .popup_block .card .container-popup {
    padding: 2em 3em;
  }
  .select-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .select-container .popup-select {
    width: 100%;
  }
  .select-container .popup-select h2 {
    font-size: 16px !important;
  }
}

#residence, #current-country {
  min-width: 200px;
  padding-left: 5px;
  border-color: #275051;
  color: #275051;
}

/* == Mobile menu == */
#mobile-menu .menubar {
  background-color: #275051;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mobile-menu .menubar > * {
  z-index: 110;
}

#mobile-menu .menubar .logo {
  width: 10em;
  max-height: 5em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

#mobile-menu .menubar .menubutton {
  font-size: 2.5em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

#mobile-menu .menubar .menubutton div {
  width: 100%;
  height: 0.075em;
  background-color: white;
  -webkit-transition: background-color 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, -webkit-transform 400ms;
  transition: transform 400ms, background-color 400ms;
  transition: transform 400ms, background-color 400ms, -webkit-transform 400ms;
}

#mobile-menu .menu, #mobile-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: #275051;
  padding-top: 8em;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#mobile-menu .menu .menu-items, #mobile-menu .sub-menu .menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1em;
}

#mobile-menu .menu .menu-items .menu-item, #mobile-menu .sub-menu .menu-items .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --height: 2.5rem;
}

#mobile-menu .menu .menu-items .menu-item:not(:last-child), #mobile-menu .sub-menu .menu-items .menu-item:not(:last-child) {
  margin-bottom: 1.5em;
}

#mobile-menu .menu .menu-items .menu-item a, #mobile-menu .sub-menu .menu-items .menu-item a {
  font-size: 20px;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: solid 1px #BDBDBD;
  text-transform: uppercase;
  height: var(--height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mobile-menu .menu .menu-items .menu-item .arrow, #mobile-menu .sub-menu .menu-items .menu-item .arrow {
  font-size: var(--height);
  position: relative;
  width: 1em;
  height: 1em;
  background-color: white;
  --thickness: 0.075em;
}

#mobile-menu .menu .menu-items .menu-item .arrow:after, #mobile-menu .sub-menu .menu-items .menu-item .arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: var(--thickness);
  background-color: #275051;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mobile-menu .menu .menu-items .menu-item .arrow:before, #mobile-menu .sub-menu .menu-items .menu-item .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  border: #275051 var(--thickness) solid;
  border-top: none;
  border-left: none;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#mobile-menu .menu .menu-items .menu-item .arrow.left, #mobile-menu .sub-menu .menu-items .menu-item .arrow.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#mobile-menu .menu .menu-items .menu-item.open > .sub-menu, #mobile-menu .sub-menu .menu-items .menu-item.open > .sub-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#mobile-menu .menu .menu-items .menu-item.has-children a, #mobile-menu .sub-menu .menu-items .menu-item.has-children a {
  margin-right: 1em;
}

#mobile-menu .menu .back, #mobile-menu .sub-menu .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
  margin-left: 1em;
  margin-right: 1em;
}

#mobile-menu .menu .back .text, #mobile-menu .sub-menu .back .text {
  font-size: 20px;
  color: white;
  margin-left: 1em;
}

#mobile-menu.open .menubar .menubutton {
  background-color: white;
}

#mobile-menu.open .menubar .menubutton div {
  background-color: #000000;
}

#mobile-menu.open .menubar .menubutton div:nth-child(1) {
  -webkit-transform: translateY(0.333em) rotate(45deg) scaleX(0.6);
          transform: translateY(0.333em) rotate(45deg) scaleX(0.6);
}

#mobile-menu.open .menubar .menubutton div:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

#mobile-menu.open .menubar .menubutton div:nth-child(3) {
  -webkit-transform: translateY(-0.333em) rotate(-45deg) scaleX(0.6);
          transform: translateY(-0.333em) rotate(-45deg) scaleX(0.6);
}

#mobile-menu.open .menu {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.switcher {
  margin-left: 42px;
}

.popup_block .information-text::-webkit-scrollbar-track {
  border: 1px solid #234546;
  padding: 2px 0;
  background-color: #234546;
}

.popup_block .information-text::-webkit-scrollbar {
  width: 5px;
}

.popup_block .information-text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: white;
  border: 1px solid #234546;
}

.avada-footer-scripts {
  width: 100%;
}

@media screen and (min-width: 1720px) {
  body header.megamenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body header.megamenu .megamenu_wrapper {
    max-width: 1300px;
  }
  body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type, body header.megamenu .megamenu_wrapper .navigation .menu-main-menu-eng-container .menu > .menu-item-has-children > .sub-menu-wrap:first-of-type {
    padding: 0 15%;
  }
}

.otgs-development-site-front-end {
  display: none !important;
}


body .trp-language-switcher > div {
	border: none;
	background-image: none;
	background-color: transparent;
}

body .trp-language-switcher > div > a:hover {
	background-color: transparent;
}
/*# sourceMappingURL=megamenu.css.map */