@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 2560px;
  }
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: 2560px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Ruda";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h2 {
  font-size: 2.625rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
  font-weight: 600;
}
.main-nav {
  font-size: 16px;
  font-family: "Ruda";
}
@media (min-width: 1400px) {
  .main-nav .container,
  .main-nav .container-sm,
  .main-nav .container-md,
  .main-nav .container-lg,
  .main-nav .container-xl,
  .main-nav .container-xxl {
    max-width: 2560px;
  }
}
.main-nav .container,
.main-nav .container-fluid,
.main-nav .container-sm,
.main-nav .container-md,
.main-nav .container-lg,
.main-nav .container-xl,
.main-nav .container-xxl {
  max-width: 2560px;
}
.main-nav h1,
.main-nav h2,
.main-nav h3,
.main-nav h4,
.main-nav h5,
.main-nav h6 {
  font-weight: 700;
}
.main-nav h2 {
  font-size: 2.625rem;
}
.main-nav h3 {
  font-size: 1.75rem;
}
.main-nav h4 {
  font-size: 1.25rem;
}
.main-nav h5 {
  font-size: 1rem;
  font-weight: 600;
}
.btn-more,
.btn-back {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}
.btn-more span,
.btn-back span {
  font-size: 0.625rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-more:hover,
.btn-back:hover {
  background-color: #000;
  color: #fff;
}
.btn-more:hover span,
.btn-back:hover span {
  color: #fff;
}
.back-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 7.8125rem;
  overflow: hidden;
}
.btn-back {
  background-color: #f5f6f7;
  color: #161616;
}
.btn-back span {
  margin: 0 0.5rem 0 0;
}
@media (max-width: 1199px) {
  .back-container {
    margin-bottom: 6rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.65rem;
  }
}
@media (max-width: 991px) {
  .back-container {
    margin-bottom: 5rem;
  }
  .btn-more,
  .btn-back {
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .back-container {
    margin-bottom: 4rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1rem;
  }
  .btn-back,
  .btn-more {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
  .btn-back span,
  .btn-more span {
    font-size: 0.5rem;
    margin-left: 0.35rem;
  }
  .btn-back span {
    margin: 0 0.35rem 0 0;
  }
}
@media (max-width: 575px) {
  .back-container {
    margin-bottom: 3rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
@font-face {
  font-family: "Ruda";
  src: url("../../fonts/Ruda-VariableFont_wght.ttf") format("truetype"),
    url("../../fonts/Ruda-VariableFont_wght.woff") format("woff");
}
.main-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
.main-nav .lang-nav {
  width: 100%;
  background-color: #fff;
  z-index: 1;
  position: relative;
  height: 100vh;
  overflow: auto;
}
.main-nav .lang-nav .lang-close {
  border: none;
  background-color: transparent;
  width: 1.5rem;
  height: 1.5rem;
  top: -1.25rem;
  right: 0.75rem;
  position: absolute;
}
.main-nav .lang-nav .lang-close:after {
  content: "";
  position: absolute;
  background: url(../images/x-close.svg) no-repeat center center;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
}
.main-nav .lang-nav .lang-close:hover:after {
  -webkit-filter: invert(61%) sepia(33%) saturate(1364%) hue-rotate(166deg)
    brightness(97%) contrast(94%);
  filter: invert(61%) sepia(33%) saturate(1364%) hue-rotate(166deg)
    brightness(97%) contrast(94%);
}
.main-nav .lang-nav .container-fluid {
  margin: 2rem auto 1.5rem;
}
.main-nav .lang-nav ul {
  margin: 0 auto;
  max-width: 2560px;
  width: 100%;
  padding: 0;
  list-style-type: none;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main-nav .lang-nav li {
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-nav .lang-nav .lang {
  padding: 0.5rem 0 0.5rem 2.5rem;
  font-size: 0.8125rem;
  color: #42515d;
  position: relative;
  text-transform: none;
  margin-bottom: 0.625rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-nav .lang-nav .lang:hover {
  color: #30b7f1;
}
.main-nav .lang-nav .lang:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0.25rem;
}
.main-nav .lang-nav .lang.lang-gl:before,
.main-nav .lang-nav .lang.GL:before {
  background: url(../images/lang-gl.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-gb:before,
.main-nav .lang-nav .lang.GB:before {
  background: url(../images/lang-gb.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-de:before,
.main-nav .lang-nav .lang.DE:before {
  background: url(../images/lang-de.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-fr:before,
.main-nav .lang-nav .lang.FR:before {
  background: url(../images/lang-fr.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-benl:before,
.main-nav .lang-nav .lang.BE:before {
  background: url(../images/lang-benl.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-nl:before,
.main-nav .lang-nav .lang.NL:before {
  background: url(../images/lang-nl.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-be:before,
.main-nav .lang-nav .lang.BE:before {
  background: url(../images/lang-be.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-pl:before,
.main-nav .lang-nav .lang.PL:before {
  background: url(../images/lang-pl.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-cz:before,
.main-nav .lang-nav .lang.CZ:before {
  background: url(../images/lang-cz.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-ru:before,
.main-nav .lang-nav .lang.RU:before {
  background: url(../images/lang-ru.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-ua:before,
.main-nav .lang-nav .lang.UA:before {
  background: url(../images/lang-ua.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-by:before,
.main-nav .lang-nav .lang.BY:before {
  background: url(../images/lang-by.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-it:before,
.main-nav .lang-nav .lang.IT:before {
  background: url(../images/lang-it.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-es:before,
.main-nav .lang-nav .lang.ES:before {
  background: url(../images/lang-es.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-sr:before,
.main-nav .lang-nav .lang.SR:before {
  background: url(../images/lang-sr.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-hu:before,
.main-nav .lang-nav .lang.HU:before {
  background: url(../images/lang-hu.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-tr:before,
.main-nav .lang-nav .lang.TR:before {
  background: url(../images/lang-tr.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .lang-nav .lang.lang-jp:before,
.main-nav .lang-nav .lang.JP:before {
  background: url(../images/lang-jp.svg) no-repeat center center;
  background-size: cover;
}
.main-nav .container-fluid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.main-nav #navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  padding: 4rem 0.75rem;
  background-color: #fff;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-nav #navContainer:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 5;
}
.main-nav #navContainer.active {
  right: 0;
  overflow-y: auto;
}
.main-nav #navContainer.active li {
  opacity: 1;
}
.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.main-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  color: #161616;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  display: inline-block;
  padding: 0.75rem 0;
  position: relative;
  z-index: 3;
  width: 100%;
}
.main-nav a:hover {
  color: #30b7f1;
}
.main-nav .logo {
  margin: 0;
  padding: 1.125rem 0;
}
.main-nav .logo a {
  padding: 0;
}
.main-nav .logo img {
  max-height: 2rem;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.main-nav .logo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-nav .g-master {
  margin-right: 0;
  height: auto;
}
.main-nav .g-master li {
  padding: 0;
  width: 100%;
  margin-right: 0;
}
.main-nav .g-master a {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 1.25rem 0;
}
.main-nav .g-master a:hover .text-span {
  color: #30b7f1;
  opacity: 1;
}
.main-nav .g-master a:hover .img-span:after {
  -webkit-filter: invert(56%) sepia(74%) saturate(763%) hue-rotate(166deg)
    brightness(100%) contrast(90%);
  filter: invert(56%) sepia(74%) saturate(763%) hue-rotate(166deg)
    brightness(100%) contrast(90%);
}
.main-nav .g-master a .img-span {
  display: inline-block;
  height: 1.75rem;
  width: 2.5rem;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 1rem;
}
.main-nav .g-master a .img-span:after {
  content: "";
  position: absolute;
  height: 1.75rem;
  width: 1.75rem;
  background: url("../images/gm-logo.svg") no-repeat center center;
  background-size: contain;
  left: 0;
  top: 0.1rem;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-nav .g-master .text-span {
  left: 0;
  top: 0.375rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: 2.5rem;
  display: inline-block;
}
.main-nav .lang {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1rem;
}
.main-nav .lang:before {
  content: "";
  background: url("../images/glob-blue.svg") center center no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0.75rem;
}
.main-nav .search {
  margin-top: 1.25rem;
  margin-right: 0;
  padding: 0;
  background-color: #30b7f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative !important;
  width: 100%;
}
.main-nav .search:hover {
  background-color: #161616;
}
.main-nav .search:hover:after {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.main-nav .search:hover input {
  background-color: #161616;
}
.main-nav .search:after {
  content: "";
  background: url("../images/search.svg") center center no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform-origin: 9px 9px;
  transform-origin: 9px 9px;
  display: block;
}
.main-nav .search form {
  width: 100%;
}
.main-nav .search input {
  width: 100%;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: #30b7f1;
  height: 100%;
  border: none;
  padding: 1.3rem 2.5rem 1.3rem 1rem;
  font-size: 0.9375rem;
}
.main-nav .search input:active,
.main-nav .search input:focus {
  border: none;
  outline: none;
}
.main-nav .search input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.main-nav .search input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.main-nav .search input::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.main-nav .search input::placeholder {
  opacity: 1;
  color: #fff;
}
.main-nav .search .ddown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0 12px;
  background-color: #ffffff;
}
.main-nav .search .search-close {
  border: none;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
}
.main-nav .search .search-close:after {
  content: "";
  position: absolute;
  background: url(../images/x-close.svg) no-repeat center center;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  top: 0;
  left: 0;
  -webkit-filter: invert(90%) sepia(93%) saturate(25%) hue-rotate(254deg)
    brightness(106%) contrast(100%);
  filter: invert(90%) sepia(93%) saturate(25%) hue-rotate(254deg)
    brightness(106%) contrast(100%);
}
.main-nav .search .search-close:hover:after {
  -webkit-filter: invert(61%) sepia(33%) saturate(1364%) hue-rotate(166deg)
    brightness(97%) contrast(94%);
  filter: invert(61%) sepia(33%) saturate(1364%) hue-rotate(166deg)
    brightness(97%) contrast(94%);
}
.main-nav .search.full-wide .ddown {
  display: block;
}
.main-nav .search.full-wide .search-close {
  display: block;
}
.main-nav .search.full-wide:after {
  display: none;
}
.main-nav .search .tag-list {
  padding: 0 30px;
}
.main-nav .search .tag-list a {
  display: inline-block;
  margin: 0 10px;
}
.main-nav .search .results-container {
  display: block;
  position: relative;
  background-color: #eeeeee;
  padding: 20px 30px;
}
.main-nav .search .results-container.ldd {
  min-height: 40px;
}
.main-nav .search .results-container.ldd:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("/bundles/app/img/loader-blue.svg") center center no-repeat;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-nav .search .results-container h5 {
  margin: 0;
}
.main-nav .search .results-container ul {
  display: block;
  margin: 5px 0 20px 0;
}
.main-nav .search .results-container ul li a {
  text-align: left;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 28px;
  display: block;
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-nav .search .results-container ul li a span.mode {
  font-weight: bold;
  margin-right: 10px;
}
.main-nav .search#search-dropdown {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.main-nav li:hover .submenu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-out, pointer-events 0.5s,
    -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, pointer-events 0.5s,
    -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out,
    pointer-events 0.5s;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out,
    pointer-events 0.5s, -webkit-transform 0.35s ease-out;
}
.main-nav li .submenu {
  width: 100%;
  background: #fff;
  padding: 0 1rem;
  z-index: -1;
}
.main-nav li .submenu .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-nav li .submenu .row:before {
  display: none !important;
}
.main-nav li .submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.main-nav li .submenu .subtitle {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #727272;
  min-height: 1.0625rem;
}
.main-nav li .submenu li {
  padding-left: 0.325rem;
  margin-bottom: 0.15rem;
}
.main-nav li .submenu li a {
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0;
  color: #333;
  text-transform: capitalize;
  line-height: 1.2em;
}
.main-nav li .submenu li a:hover {
  color: #30b7f1;
}
.main-nav li .submenu li a strong {
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-nav li .submenu li a strong:hover {
  color: #30b7f1;
}
.main-nav li .submenu li.cat-title {
  padding-left: 0;
}
.main-nav li .submenu li.cat-title a {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
.main-nav li .submenu li.cat-title a:hover {
  color: #30b7f1;
}
.main-nav li .submenu li.cat-title > a {
  margin-bottom: 1rem;
}
.main-nav li .submenu li.cat-title ul a {
  margin-bottom: 0;
}
.main-nav li .submenu li .img-col a {
  color: #30b7f1;
  margin-top: 0.5rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-nav li .submenu li .img-col a:after {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-nav li .submenu li .img-col a:hover {
  color: #000;
}
.main-nav li .submenu li .img-col a:hover:after {
  color: #000;
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.main-nav li .img-col figure {
  margin-bottom: 2rem;
}
.main-nav li .img-col figure img {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.main-nav li .img-col figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-nav li .img-col p,
.main-nav li .img-col a {
  font-size: 0.875rem;
  font-weight: 700;
}
.main-nav li .img-col p {
  color: #333;
}
.main-nav li .img-col a {
  color: #30b7f1;
  padding: 0;
}
.main-nav li .img-col a span {
  font-size: 0.75rem;
}
.main-nav li .img-col a.more {
  position: relative;
}
.main-nav li .img-col a.more:after {
  content: ">>";
  position: absolute;
  top: 0;
  right: -1.5rem;
  color: #30b7f1;
  font-size: 0.875rem;
  font-weight: 700;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-125%, 0);
    transform: translate(-125%, 0);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-125%, 0);
    transform: translate(-125%, 0);
  }
}
.main-nav .menu-switcher {
  display: block;
  position: absolute;
  padding: 0;
  top: 50%;
  right: 0.75rem;
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-nav .menu-switcher span {
  height: 3px;
  width: 1.5rem;
  background-color: #000;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-nav .menu-switcher span:not(:last-child) {
  margin-bottom: 3px;
}
.main-nav .menu-switcher.active span:first-child {
  -webkit-transform: rotate(-45deg) translate(-0.25rem, 0.1rem);
  transform: rotate(-45deg) translate(-0.25rem, 0.1rem);
}
.main-nav .menu-switcher.active span:nth-child(2) {
  opacity: 0;
}
.main-nav .menu-switcher.active span:last-child {
  -webkit-transform: rotate(45deg) translate(-0.45rem, -0.25rem);
  transform: rotate(45deg) translate(-0.45rem, -0.25rem);
}
.main-nav .menu-switcher:hover span {
  background-color: #317db9;
}
.news-submenu {
  background-color: #f5f6f7;
  padding: 1rem 0;
  margin: 4rem 0 0;
  width: 100%;
  overflow: hidden;
}
.news-submenu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 2560px;
  margin: 0 auto;
  padding-left: 0.75rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-submenu a {
  font-size: 0.75rem;
  font-weight: 600;
  color: #161616;
  margin: 0 1rem 1rem 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.news-submenu a.active {
  color: #30b7f1;
}
.news-submenu a:hover {
  color: #30b7f1;
}
.news-submenu.scrolled {
  position: fixed;
  top: 61px;
  width: 100%;
  z-index: 50;
  margin: 0;
}
@media (min-width: 576px) {
  .main-nav .lang-nav li {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-nav #navContainer {
    padding: 3.75rem 1.25rem 0;
  }
  .main-nav a {
    font-size: 1.125rem;
  }
  .main-nav li .submenu .subtitle {
    font-size: 1rem;
  }
  .main-nav li .submenu li.cat-title a {
    font-size: 1rem;
  }
  .main-nav .lang {
    font-size: 1.125rem;
  }
  .main-nav .lang:before {
    top: 0.9rem;
  }
  .news-submenu {
    margin: 4rem 0 0;
  }
}
@media (min-width: 768px) {
  .main-nav .lang-nav li {
    width: 33%;
  }
  .main-nav .lang-nav .container-fluid {
    margin: 3.125rem auto 2.5rem;
  }
  .main-nav #navContainer {
    padding: 4.25rem 1.875rem 0;
  }
  .news-submenu {
    padding: 1.125rem 0;
    margin: 4rem 0 0;
  }
  .news-submenu ul {
    padding-left: 1rem;
  }
  .news-submenu a {
    font-size: 0.8125rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .main-nav .lang-nav {
    height: auto;
    overflow: hidden;
  }
  .main-nav .lang-nav li {
    width: 25%;
  }
  .main-nav #navContainer {
    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;
    height: auto;
    overflow-y: unset;
    position: static;
    padding: 0;
    min-width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-nav #navContainer.active {
    overflow-y: hidden;
  }
  .main-nav #navContainer:before {
    display: none;
  }
  .main-nav .menu-switcher {
    display: none;
  }
  .main-nav .logo {
    margin-right: 3rem;
  }
  .main-nav a {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 1.25rem 0;
    width: auto;
    text-align: center;
  }
  .main-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }
  .main-nav ul li {
    margin-right: 1.25rem;
  }
  .main-nav li {
    position: relative;
  }
  .main-nav li .submenu {
    position: absolute;
    top: 100%;
    pointer-events: none;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
    left: 0;
    -webkit-transition: opacity 0.35s ease-out, pointer-events 0.5s,
      -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, pointer-events 0.5s,
      -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out, opacity 0.35s ease-out,
      pointer-events 0.5s;
    transition: transform 0.35s ease-out, opacity 0.35s ease-out,
      pointer-events 0.5s, -webkit-transform 0.35s ease-out;
    padding: 2rem 0.75rem 2rem 0;
    background-color: transparent;
    width: 100vw;
  }
  .main-nav li .submenu:before {
    content: "";
    width: 200vw;
    left: -100vw;
    height: 100%;
    top: 0;
    background-color: #fff;
    position: absolute;
  }
  .main-nav li .submenu .col-lg-3 {
    max-width: 210px;
  }
  .main-nav li .submenu .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-nav li .submenu li.cat-title a {
    font-size: 0.875rem;
  }
  .main-nav li .submenu li a {
    text-align: left;
  }
  .main-nav li .submenu.collapse:not(.show) {
    display: block;
  }
  .main-nav li .submenu .subtitle {
    font-size: 0.875rem;
  }
  .main-nav .g-master {
    margin-right: 1.25rem;
    height: 2rem;
    margin-left: auto;
  }
  .main-nav .g-master .text-span {
    display: none;
    position: absolute;
    opacity: 0;
    padding-left: 0;
    max-width: 0;
  }
  .main-nav .g-master a {
    height: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .main-nav .g-master a .img-span {
    position: relative;
    top: 0;
  }
  .main-nav .g-master a .img-span:after {
    top: 0;
  }
  .main-nav .g-master a:hover .text-span {
    color: #161616;
  }
  .main-nav .search {
    margin-top: 0;
    width: 9.375rem;
  }
  .main-nav .search.full-wide {
    position: static !important;
  }
  .main-nav .search.full-wide input {
    position: absolute;
    right: 0.75rem;
    top: 0;
    min-width: calc(100% - 1.5rem);
    max-width: calc(100% - 1.5rem);
    z-index: 100;
    width: auto;
  }
  .main-nav .search input {
    font-size: 0.8125rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: auto;
    min-width: 150px;
    max-width: 150px;
  }
  .main-nav .lang {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 0.8125rem;
  }
  .main-nav .lang:before {
    top: 1.25rem;
  }
  .main-nav.scrolled .search input {
    padding: 1.3rem 2.5rem 1.3rem 1rem;
  }
  .main-nav.scrolled .lang {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .main-nav.scrolled #langNav .lang {
    padding: 0.5rem 0 0.5rem 2.5rem;
  }
  .main-nav.scrolled #langNav .lang:before {
    top: 0.25rem;
  }
  .main-nav.scrolled a {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .main-nav.scrolled .logo {
    padding: 0 0 0 1.875rem;
  }
  .main-nav.scrolled .logo a {
    padding: 1.1rem 0;
  }
  .main-nav.scrolled .g-master a {
    padding: 0;
  }
  .news-submenu {
    padding: 1.25rem 0;
    margin: 4rem 0 0;
  }
  .news-submenu a {
    font-size: 0.875rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .main-nav a {
    padding: 1.85rem 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .main-nav .logo {
    margin-right: 4rem;
  }
  .main-nav ul li {
    margin-right: 1.5rem;
  }
  .main-nav li .submenu {
    padding: 2rem 0.75rem 2rem 0;
  }
  .main-nav li .submenu .col-lg-3 {
    max-width: 260px;
  }
  .main-nav .g-master {
    margin-right: 2rem;
    width: 12em;
  }
  .main-nav .g-master .text-span {
    display: block;
    white-space: nowrap;
  }
  .main-nav .g-master a:hover .text-span {
    max-width: 200px;
    text-indent: 45px;
    -webkit-animation: scroll-left 5s linear 1s;
    animation: scroll-left 5s linear 1s;
    white-space: nowrap;
  }
  .main-nav .lang {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .main-nav .lang:before {
    top: 1.75rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .main-nav .search:after {
    top: 1.75rem;
    right: 1.5rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .main-nav .search input {
    padding: 1.9rem 3rem 1.9rem 1rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .main-nav.scrolled {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .main-nav.scrolled .search:after {
    top: 1.25rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .main-nav.scrolled .search input {
    padding: 1.3rem 2.5rem 1.3rem 1rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .main-nav.scrolled .lang {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .main-nav.scrolled .lang:before {
    top: 1.25rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .main-nav.scrolled #langNav .lang {
    padding: 0.5rem 0 0.5rem 2.5rem;
  }
  .main-nav.scrolled #langNav .lang:before {
    top: 0.25rem;
  }
  .main-nav.scrolled a {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .news-submenu {
    padding: 1.5rem 0;
    margin: 5rem 0 0;
  }
}
@media (min-width: 1400px) {
  .main-nav .lang-nav li {
    width: 20%;
  }
  .main-nav .logo {
    margin-right: 6rem;
    padding-left: 1.875rem;
  }
  .main-nav ul li {
    margin-right: 1.875rem;
  }
  .main-nav .g-master {
    width: 15rem;
    margin-right: 3.75rem;
  }
  .main-nav .g-master a .text-span {
    max-width: 200px;
    text-indent: 45px;
    white-space: nowrap;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
  }
  .main-nav .g-master a:hover .text-span {
    max-width: 200px;
    text-indent: 45px;
    white-space: nowrap;
    color: #30b7f1;
  }
  .main-nav li .submenu {
    padding: 2rem 2.5rem 2rem 0;
  }
  .main-nav li .submenu .col-lg-3 {
    max-width: 300px;
  }
  .news-submenu {
    padding: 1.875rem 0;
  }
  .news-submenu ul {
    padding-left: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .main-nav li .submenu .col-lg-3 {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .main-nav .search.full-wide .ddown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-nav .search.full-wide .tag-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .main-nav .search.full-wide .results-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .main-nav .search .search-close {
    right: 0.75rem;
  }
}
.main-nav .img-fluid {
  max-width: 100%;
  height: auto;
}
.main-nav #langNav.collapse:not(.show) {
  display: block;
}
.main-nav #langNav.collapse {
  display: none !important;
}
.main-nav #langNav.collapse.in,
.main-nav #langNav.collapse.show {
  display: block !important;
}

@media (max-width: 991px) {
  .main-nav #navContainer .collapse:not(.show) {
    display: block;
  }
  .main-nav #navContainer .collapse {
    display: none !important;
  }
  .main-nav #navContainer .collapse.in {
    display: block !important;
  }
}
footer {
  background-color: #f9f9f9;
  padding: 2rem 0;
  overflow: hidden;
}
footer h5 {
  margin-bottom: 1.5rem;
  color: #4d4d4d;
  font-size: 0.875rem;
}
footer a {
  color: #868686;
  text-decoration: none;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  line-height: 1.2em;
  display: inline-block;
}
footer a:hover {
  color: #317db9;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer li {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  color: #868686;
}
footer p {
  font-size: 0.75rem;
  color: #727272;
}
footer .language-switcher {
  font-size: 0.75rem;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  text-transform: none !important;
}
footer .language-switcher:before {
  content: "";
  background: url("../images/glob.png") center center no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: -0.125rem;
  margin-left: -1.75rem;
}
footer .lang-col {
  margin-top: 2rem;
  text-align: right;
}
footer .icons-col {
  margin-top: 2rem;
}
footer .icons-col h5 {
  margin-bottom: 1.5rem;
}
footer .icons img {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  max-height: 1.5rem;
}
footer .icons img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 576px) {
  footer {
    padding: 2.5rem 0;
  }
  footer li {
    font-size: 0.8125rem;
  }
  footer p {
    font-size: 0.8125rem;
  }
  footer .language-switcher {
    font-size: 0.8125rem;
    margin-bottom: 2rem;
    padding-left: 25px;
  }
  footer h5 {
    font-size: 1rem;
  }
  footer .lang-col {
    text-align: left;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 3rem 0 2.5rem;
  }
  footer .lang-col,
  footer .icons-col {
    margin-top: 0;
  }
  footer .lang-col {
    text-align: right;
  }
  footer .icons-col h5 {
    margin-bottom: 2rem;
  }
  footer .language-switcher {
    margin-bottom: 2.5rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 4rem 0 3rem;
  }
  footer .language-switcher {
    margin-bottom: 3rem;
    font-size: 0.875rem;
  }
  footer li {
    font-size: 0.875rem;
  }
  footer p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 5rem 0 4rem;
  }
}
footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}
footer .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  footer .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  footer .offset-sm-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 768px) {
  footer .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  footer .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  footer .offset-md-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  footer .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}
.netipbox .main-nav .lang-nav {
  width: 100%;
  background-color: #fff;
  z-index: 1;
  position: relative;
  height: 100vh;
  overflow: auto;
}
.netipbox .main-nav .lang-nav .lang-close {
  border: none;
  background-color: transparent;
  width: calc(1.5rem * 1.6);
  height: calc(1.5rem * 1.6);
  top: -2.4rem;
  right: calc(0.75rem * 1.6);
  position: absolute;
}
.netipbox .main-nav .lang-nav .lang-close:after {
  content: "";
  position: absolute;
  background: url(../images/x-close.svg) no-repeat center center;
  background-size: cover;
  width: calc(1.5rem * 1.6);
  height: calc(1.5rem * 1.6);
  top: 0;
  left: 0;
}
.netipbox .main-nav .lang-nav .lang-close:hover:after {
  -webkit-filter: invert(61%) sepia(33%) saturate(1364%) hue-rotate(166deg)
    brightness(97%) contrast(94%);
  filter: invert(61%) sepia(33%) saturate(1364%) hue-rotate(166deg)
    brightness(97%) contrast(94%);
}
.netipbox .main-nav .lang-nav .container-fluid {
  margin: calc(2rem * 1.6) auto calc(1.5rem * 1.6);
}
.netipbox .main-nav .lang-nav ul {
  margin: 0 auto;
  max-width: 2560px;
  width: 100%;
  padding: 0;
  list-style-type: none;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.netipbox .main-nav .lang-nav li {
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.netipbox .main-nav .lang-nav .lang {
  padding: calc(0.5rem * 1.6) 0 calc(0.5rem * 1.6) calc(2.5rem * 1.6);
  font-size: calc(0.8125rem * 1.6);
  color: #42515d;
  position: relative;
  text-transform: none;
  margin-bottom: calc(0.625rem * 1.6);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.netipbox .main-nav .lang-nav .lang:hover {
  color: #30b7f1;
}
.netipbox .main-nav .lang-nav .lang:before {
  content: "";
  position: absolute;
  width: calc(1.5rem * 1.6);
  height: calc(1.5rem * 1.6);
  left: 0;
  top: calc(0.25rem * 1.6);
}
.netipbox .main-nav .lang-nav .lang.lang-gl:before,
.netipbox .main-nav .lang-nav .lang.GL:before {
  background: url(../images/lang-gl.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-gb:before,
.netipbox .main-nav .lang-nav .lang.GB:before {
  background: url(../images/lang-gb.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-de:before,
.netipbox .main-nav .lang-nav .lang.DE:before {
  background: url(../images/lang-de.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-fr:before,
.netipbox .main-nav .lang-nav .lang.FR:before {
  background: url(../images/lang-fr.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-benl:before,
.netipbox .main-nav .lang-nav .lang.BE:before {
  background: url(../images/lang-benl.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-nl:before,
.netipbox .main-nav .lang-nav .lang.NL:before {
  background: url(../images/lang-nl.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-be:before,
.netipbox .main-nav .lang-nav .lang.BE:before {
  background: url(../images/lang-be.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-pl:before,
.netipbox .main-nav .lang-nav .lang.PL:before {
  background: url(../images/lang-pl.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-cz:before,
.netipbox .main-nav .lang-nav .lang.CZ:before {
  background: url(../images/lang-cz.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-ru:before,
.netipbox .main-nav .lang-nav .lang.RU:before {
  background: url(../images/lang-ru.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-ua:before,
.netipbox .main-nav .lang-nav .lang.UA:before {
  background: url(../images/lang-ua.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-by:before,
.netipbox .main-nav .lang-nav .lang.BY:before {
  background: url(../images/lang-by.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-it:before,
.netipbox .main-nav .lang-nav .lang.IT:before {
  background: url(../images/lang-it.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-es:before,
.netipbox .main-nav .lang-nav .lang.ES:before {
  background: url(../images/lang-es.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-sr:before,
.netipbox .main-nav .lang-nav .lang.SR:before {
  background: url(../images/lang-sr.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-hu:before,
.netipbox .main-nav .lang-nav .lang.HU:before {
  background: url(../images/lang-hu.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .lang-nav .lang.lang-jp:before,
.netipbox .main-nav .lang-nav .lang.JP:before {
  background: url(../images/lang-jp.svg) no-repeat center center;
  background-size: cover;
}
.netipbox .main-nav .container-fluid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.netipbox .main-nav #navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  padding: calc(4rem * 1.6) calc(0.75rem * 1.6);
  background-color: #fff;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.netipbox .main-nav #navContainer:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 5;
}
.netipbox .main-nav #navContainer.active {
  right: 0;
  overflow-y: auto;
}
.netipbox .main-nav #navContainer.active li {
  opacity: 1;
}
.netipbox .main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.netipbox .main-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: calc(1rem * 1.6);
  font-weight: 700;
  color: #161616;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  display: inline-block;
  padding: calc(0.75rem * 1.6) 0;
  position: relative;
  z-index: 3;
  width: 100%;
}
.netipbox .main-nav a:hover {
  color: #30b7f1;
}
.netipbox .main-nav .logo {
  margin: 0;
  padding: calc(1.125rem * 1.6) 0;
}
.netipbox .main-nav .logo a {
  padding: 0;
}
.netipbox .main-nav .logo img {
  max-height: calc(2rem * 1.6);
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.netipbox .main-nav .logo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.netipbox .main-nav .g-master {
  margin-right: 0;
  height: auto;
}
.netipbox .main-nav .g-master li {
  padding: 0;
  width: 100%;
  margin-right: 0;
}
.netipbox .main-nav .g-master a {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: calc(1.25rem * 1.6) 0;
}
.netipbox .main-nav .g-master a:hover .text-span {
  color: #30b7f1;
  opacity: 1;
}
.netipbox .main-nav .g-master a:hover .img-span:after {
  -webkit-filter: invert(56%) sepia(74%) saturate(763%) hue-rotate(166deg)
    brightness(100%) contrast(90%);
  filter: invert(56%) sepia(74%) saturate(763%) hue-rotate(166deg)
    brightness(100%) contrast(90%);
}
.netipbox .main-nav .g-master a .img-span {
  display: inline-block;
  height: calc(1.75rem * 1.6);
  width: calc(2.5rem * 1.6);
  background-color: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  top: calc(1rem * 1.6);
}
.netipbox .main-nav .g-master a .img-span:after {
  content: "";
  position: absolute;
  height: calc(1.75rem * 1.6);
  width: calc(1.75rem * 1.6);
  background: url("../images/gm-logo.png") no-repeat center center;
  background-size: contain;
  left: 0;
  top: calc(0.1rem * 1.6);
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.netipbox .main-nav .g-master .text-span {
  left: 0;
  top: calc(0.375rem * 1.6);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: calc(2.5rem * 1.6);
  display: inline-block;
}
.netipbox .main-nav .lang {
  position: relative;
  padding-left: calc(2.5rem * 1.6);
  font-size: calc(1rem * 1.6);
}
.netipbox .main-nav .lang:before {
  content: "";
  background: url("../images/glob-blue.png") center center no-repeat;
  background-size: cover;
  width: calc(1.25rem * 1.6);
  height: calc(1.25rem * 1.6);
  position: absolute;
  left: 0;
  top: calc(0.75rem * 1.6);
}
.netipbox .main-nav .search {
  margin-top: calc(1.25rem * 1.6);
  margin-right: 0;
  padding: 0;
  background-color: #30b7f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative !important;
  width: 100%;
}
.netipbox .main-nav .search:hover {
  background-color: #161616;
}
.netipbox .main-nav .search:hover:after {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.netipbox .main-nav .search:hover input {
  background-color: #161616;
}
.netipbox .main-nav .search:after {
  content: "";
  background: url("../images/search.png") center center no-repeat;
  background-size: cover;
  width: calc(1.25rem * 1.6);
  height: calc(1.25rem * 1.6);
  position: absolute;
  right: calc(1.5rem * 1.6);
  top: calc(1.3rem * 1.6);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform-origin: 9px 9px;
  transform-origin: 9px 9px;
}
.netipbox .main-nav .search form {
  width: 100%;
}
.netipbox .main-nav .search input {
  width: 100%;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: #30b7f1;
  height: 100%;
  border: none;
  padding: calc(1.3rem * 1.6) calc(2.5rem * 1.6) calc(1.3rem * 1.6)
    calc(1rem * 1.6);
  font-size: calc(0.9375rem * 1.6);
}
.netipbox .main-nav .search input:active,
.netipbox .main-nav .search input:focus {
  border: none;
  outline: none;
}
.netipbox .main-nav .search input::-webkit-input-placeholder {
  opacity: 1;
}
.netipbox .main-nav .search input:-ms-input-placeholder {
  opacity: 1;
}
.netipbox .main-nav .search input::-ms-input-placeholder {
  opacity: 1;
}
.netipbox .main-nav .search input::placeholder {
  opacity: 1;
}
.netipbox .main-nav .search .ddown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0 12px;
  background-color: #ffffff;
}
.netipbox .main-nav .search.fullwide .ddown {
  display: block;
}
.netipbox .main-nav .search .tag-list {
  padding: 0 30px;
}
.netipbox .main-nav .search .tag-list a {
  display: inline-block;
  margin: 0 10px;
}
.netipbox .main-nav .search .results-container {
  display: block;
  position: relative;
  background-color: #eeeeee;
  padding: 20px 30px;
}
.netipbox .main-nav .search .results-container.ldd {
  min-height: 40px;
}
.netipbox .main-nav .search .results-container.ldd:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("/bundles/app/img/loader-blue.svg") center center no-repeat;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.netipbox .main-nav .search .results-container h5 {
  margin: 0;
}
.netipbox .main-nav .search .results-container ul {
  display: block;
  margin: 5px 0 20px 0;
}
.netipbox .main-nav .search .results-container ul li a {
  text-align: left;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 28px;
  display: block;
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.netipbox .main-nav .search .results-container ul li a span.mode {
  font-weight: bold;
  margin-right: 10px;
}
.netipbox .main-nav .search#search-dropdown {
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.netipbox .main-nav li:hover .submenu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-out, pointer-events 0.5s,
    -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, pointer-events 0.5s,
    -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out,
    pointer-events 0.5s;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out,
    pointer-events 0.5s, -webkit-transform 0.35s ease-out;
}
.netipbox .main-nav li .submenu {
  width: 100%;
  background: #fff;
  padding: 0 calc(1rem * 1.6);
  z-index: -1;
}
.netipbox .main-nav li .submenu .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.netipbox .main-nav li .submenu .row:before {
  display: none !important;
}
.netipbox .main-nav li .submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: calc(1.5rem * 1.6);
}
.netipbox .main-nav li .submenu .subtitle {
  margin-bottom: calc(1rem * 1.6);
  font-size: calc(0.875rem * 1.6);
  color: #727272;
  min-height: calc(1.0625rem * 1.6);
}
.netipbox .main-nav li .submenu li {
  padding-left: calc(0.325rem * 1.6);
  margin-bottom: calc(0.15rem * 1.6);
}
.netipbox .main-nav li .submenu li a {
  font-weight: 600;
  font-size: calc(0.875rem * 1.6);
  padding: 0;
  color: #333;
  text-transform: capitalize;
  line-height: 1.2em;
}
.netipbox .main-nav li .submenu li a:hover {
  color: #30b7f1;
}
.netipbox .main-nav li .submenu li a strong {
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.netipbox .main-nav li .submenu li a strong:hover {
  color: #30b7f1;
}
.netipbox .main-nav li .submenu li.cat-title {
  padding-left: 0;
}
.netipbox .main-nav li .submenu li.cat-title a {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: calc(0.9375rem * 1.6);
}
.netipbox .main-nav li .submenu li.cat-title a:hover {
  color: #30b7f1;
}
.netipbox .main-nav li .submenu li.cat-title > a {
  margin-bottom: calc(1rem * 1.6);
}
.netipbox .main-nav li .submenu li.cat-title ul a {
  margin-bottom: 0;
}
.netipbox .main-nav li .submenu li .img-col a {
  color: #30b7f1;
  margin-top: calc(0.5rem * 1.6);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.netipbox .main-nav li .submenu li .img-col a:after {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.netipbox .main-nav li .submenu li .img-col a:hover {
  color: #000;
}
.netipbox .main-nav li .submenu li .img-col a:hover:after {
  color: #000;
  -webkit-transform: translateX(calc(0.25rem * 1.6));
  transform: translateX(calc(0.25rem * 1.6));
}
.netipbox .main-nav li .img-col figure {
  margin-bottom: calc(2rem * 1.6);
}
.netipbox .main-nav li .img-col figure img {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.netipbox .main-nav li .img-col figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.netipbox .main-nav li .img-col p,
.netipbox .main-nav li .img-col a {
  font-size: calc(0.875rem * 1.6);
  font-weight: 700;
}
.netipbox .main-nav li .img-col p {
  color: #333;
}
.netipbox .main-nav li .img-col a {
  color: #30b7f1;
  padding: 0;
}
.netipbox .main-nav li .img-col a span {
  font-size: calc(0.75rem * 1.6);
}
.netipbox .main-nav li .img-col a.more {
  position: relative;
}
.netipbox .main-nav li .img-col a.more:after {
  content: ">>";
  position: absolute;
  top: 0;
  right: -3.84rem;
  color: #30b7f1;
  font-size: calc(0.875rem * 1.6);
  font-weight: 700;
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-125%, 0);
    transform: translate(-125%, 0);
  }
}
.netipbox .main-nav .menu-switcher {
  display: block;
  position: absolute;
  padding: 0;
  top: 50%;
  right: calc(0.75rem * 1.6);
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.netipbox .main-nav .menu-switcher span {
  height: 3px;
  width: calc(1.5rem * 1.6);
  background-color: #000;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.netipbox .main-nav .menu-switcher span:not(:last-child) {
  margin-bottom: 3px;
}
.netipbox .main-nav .menu-switcher.active span:first-child {
  -webkit-transform: rotate(-45deg) translate(-0.4rem, 0.16rem);
  transform: rotate(-45deg) translate(-0.4rem, 0.16rem);
}
.netipbox .main-nav .menu-switcher.active span:nth-child(2) {
  opacity: 0;
}
.netipbox .main-nav .menu-switcher.active span:last-child {
  -webkit-transform: rotate(45deg) translate(-0.72rem, -0.4rem);
  transform: rotate(45deg) translate(-0.72rem, -0.4rem);
}
.netipbox .main-nav .menu-switcher:hover span {
  background-color: #317db9;
}
.news-submenu {
  background-color: #f5f6f7;
  padding: calc(1rem * 1.6) 0;
  margin: calc(4rem * 1.6) 0 0;
  width: 100%;
  overflow: hidden;
}
.news-submenu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 2560px;
  margin: 0 auto;
  padding-left: calc(0.75rem * 1.6);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-submenu a {
  font-size: calc(0.75rem * 1.6);
  font-weight: 600;
  color: #161616;
  margin: 0 calc(1rem * 1.6) calc(1rem * 1.6) 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.news-submenu a.active {
  color: #30b7f1;
}
.news-submenu a:hover {
  color: #30b7f1;
}
.news-submenu.scrolled {
  position: fixed;
  top: 61px;
  width: 100%;
  z-index: 50;
  margin: 0;
}
@media (min-width: 576px) {
  .netipbox .main-nav .lang-nav li {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .netipbox .main-nav #navContainer {
    padding: calc(3.75rem * 1.6) calc(1.25rem * 1.6) 0;
  }
  .netipbox .main-nav a {
    font-size: calc(1.125rem * 1.6);
  }
  .netipbox .main-nav li .submenu .subtitle {
    font-size: calc(1rem * 1.6);
  }
  .netipbox .main-nav li .submenu li.cat-title a {
    font-size: calc(1rem * 1.6);
  }
  .netipbox .main-nav .lang {
    font-size: calc(1.125rem * 1.6);
  }
  .netipbox .main-nav .lang:before {
    top: calc(0.9rem * 1.6);
  }
  .news-submenu {
    margin: calc(4rem * 1.6) 0 0;
  }
}
@media (min-width: 768px) {
  .netipbox .main-nav .lang-nav li {
    width: 33%;
  }
  .netipbox .main-nav .lang-nav .container-fluid {
    margin: calc(3.125rem * 1.6) auto calc(2.5rem * 1.6);
  }
  .netipbox .main-nav #navContainer {
    padding: calc(4.25rem * 1.6) calc(1.875rem * 1.6) 0;
  }
  .news-submenu {
    padding: calc(1.125rem * 1.6) 0;
    margin: calc(4rem * 1.6) 0 0;
  }
  .news-submenu ul {
    padding-left: calc(1rem * 1.6);
  }
  .news-submenu a {
    font-size: calc(0.8125rem * 1.6);
    margin-right: calc(1.25rem * 1.6);
  }
}
@media (min-width: 992px) {
  .netipbox .main-nav .lang-nav {
    height: auto;
    overflow: hidden;
  }
  .netipbox .main-nav .lang-nav li {
    width: 25%;
  }
  .netipbox .main-nav #navContainer {
    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;
    height: auto;
    overflow-y: auto;
    position: static;
    padding: 0;
    min-width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .netipbox .main-nav #navContainer.active {
    overflow-y: hidden;
  }
  .netipbox .main-nav #navContainer:before {
    display: none;
  }
  .netipbox .main-nav .menu-switcher {
    display: none;
  }
  .netipbox .main-nav .logo {
    margin-right: calc(3rem * 1.6);
  }
  .netipbox .main-nav a {
    font-size: calc(0.875rem * 1.6);
    font-weight: 600;
    padding: calc(1.25rem * 1.6) 0;
    width: auto;
    text-align: center;
  }
  .netipbox .main-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }
  .netipbox .main-nav ul li {
    margin-right: calc(1.25rem * 1.6);
  }
  .netipbox .main-nav li .submenu {
    position: absolute;
    top: 100%;
    pointer-events: none;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
    left: 0;
    -webkit-transition: opacity 0.35s ease-out, pointer-events 0.5s,
      -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, pointer-events 0.5s,
      -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out, opacity 0.35s ease-out,
      pointer-events 0.5s;
    transition: transform 0.35s ease-out, opacity 0.35s ease-out,
      pointer-events 0.5s, -webkit-transform 0.35s ease-out;
    padding: calc(2rem * 1.6) calc(0.75rem * 1.6);
  }
  .netipbox .main-nav li .submenu li.cat-title a {
    font-size: calc(0.875rem * 1.6);
  }
  .netipbox .main-nav li .submenu li a {
    text-align: left;
  }
  .netipbox .main-nav li .submenu.collapse:not(.show) {
    display: block;
  }
  .netipbox .main-nav li .submenu .subtitle {
    font-size: calc(0.875rem * 1.6);
  }
  .netipbox .main-nav .g-master {
    margin-right: calc(1.25rem * 1.6);
    height: calc(2rem * 1.6);
    margin-left: auto;
  }
  .netipbox .main-nav .g-master .text-span {
    display: none;
    position: absolute;
    opacity: 0;
    padding-left: 0;
    max-width: 0;
  }
  .netipbox .main-nav .g-master a {
    height: calc(2rem * 1.6);
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .netipbox .main-nav .g-master a .img-span {
    position: relative;
    top: 0;
  }
  .netipbox .main-nav .g-master a .img-span:after {
    top: 0;
  }
  .netipbox .main-nav .g-master a:hover .text-span {
    color: #161616;
  }
  .netipbox .main-nav .search {
    margin-top: 0;
    width: calc(9.375rem * 1.6);
  }
  .netipbox .main-nav .search.full-wide {
    position: static !important;
  }
  .netipbox .main-nav .search.full-wide input {
    position: absolute;
    right: calc(0.75rem * 1.6);
    top: 0;
    min-width: calc(100% - calc(1.5rem * 1.6));
    max-width: calc(100% - calc(1.5rem * 1.6));
    z-index: 100;
    width: auto;
  }
  .netipbox .main-nav .search input {
    font-size: calc(0.8125rem * 1.6);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: auto;
    min-width: 150px;
    max-width: 150px;
  }
  .netipbox .main-nav .lang {
    padding-top: calc(1.25rem * 1.6);
    padding-bottom: calc(1.25rem * 1.6);
    font-size: calc(0.8125rem * 1.6);
  }
  .netipbox .main-nav .lang:before {
    top: calc(1.25rem * 1.6);
  }
  .netipbox .main-nav.scrolled .search input {
    padding: calc(1.3rem * 1.6) calc(2.5rem * 1.6) calc(1.3rem * 1.6)
      calc(1rem * 1.6);
  }
  .netipbox .main-nav.scrolled .lang {
    padding-top: calc(1.25rem * 1.6);
    padding-bottom: calc(1.25rem * 1.6);
  }
  .netipbox .main-nav.scrolled #langNav .lang {
    padding: calc(0.5rem * 1.6) 0 calc(0.5rem * 1.6) calc(2.5rem * 1.6);
  }
  .netipbox .main-nav.scrolled #langNav .lang:before {
    top: calc(0.25rem * 1.6);
  }
  .netipbox .main-nav.scrolled a {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-top: calc(1.25rem * 1.6);
    padding-bottom: calc(1.25rem * 1.6);
  }
  .netipbox .main-nav.scrolled .logo {
    padding: 0;
  }
  .netipbox .main-nav.scrolled .logo a {
    padding: calc(1.1rem * 1.6) 0;
  }
  .netipbox .main-nav.scrolled .g-master a {
    padding: 0;
  }
  .news-submenu {
    padding: calc(1.25rem * 1.6) 0;
    margin: calc(4rem * 1.6) 0 0;
  }
  .news-submenu a {
    font-size: calc(0.875rem * 1.6);
    margin-right: calc(1.5rem * 1.6);
  }
}
@media (min-width: 1200px) {
  .netipbox .main-nav a {
    padding: calc(1.85rem * 1.6) 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .netipbox .main-nav .logo {
    margin-right: calc(4rem * 1.6);
  }
  .netipbox .main-nav ul li {
    margin-right: calc(1.5rem * 1.6);
  }
  .netipbox .main-nav li .submenu {
    padding: calc(2rem * 1.6) calc(0.75rem * 1.6);
  }
  .netipbox .main-nav .g-master {
    margin-right: calc(2rem * 1.6);
    width: 12em;
  }
  .netipbox .main-nav .g-master .text-span {
    display: block;
    white-space: nowrap;
  }
  .netipbox .main-nav .g-master a:hover .text-span {
    max-width: 200px;
    text-indent: 45px;
    -webkit-animation: scroll-left 5s linear 1s;
    animation: scroll-left 5s linear 1s;
    white-space: nowrap;
  }
  .netipbox .main-nav .lang {
    padding-top: calc(1.8rem * 1.6);
    padding-bottom: calc(1.8rem * 1.6);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .netipbox .main-nav .lang:before {
    top: calc(1.75rem * 1.6);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .netipbox .main-nav .search:after {
    top: calc(1.75rem * 1.6);
    right: calc(1.5rem * 1.6);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .netipbox .main-nav .search input {
    padding: 1.9rem calc(3rem * 1.6) 1.9rem calc(1rem * 1.6);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .netipbox .main-nav.scrolled {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .netipbox .main-nav.scrolled .search:after {
    top: calc(1.25rem * 1.6);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .netipbox .main-nav.scrolled .search input {
    padding: calc(1.3rem * 1.6) calc(2.5rem * 1.6) calc(1.3rem * 1.6)
      calc(1rem * 1.6);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .netipbox .main-nav.scrolled .lang {
    padding-top: calc(1.25rem * 1.6);
    padding-bottom: calc(1.25rem * 1.6);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .netipbox .main-nav.scrolled .lang:before {
    top: calc(1.25rem * 1.6);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .netipbox .main-nav.scrolled #langNav .lang {
    padding: calc(0.5rem * 1.6) 0 calc(0.5rem * 1.6) calc(2.5rem * 1.6);
  }
  .netipbox .main-nav.scrolled #langNav .lang:before {
    top: calc(0.25rem * 1.6);
  }
  .netipbox .main-nav.scrolled a {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .news-submenu {
    padding: calc(1.5rem * 1.6) 0;
    margin: calc(5rem * 1.6) 0 0;
  }
}
@media (min-width: 1400px) {
  .netipbox .main-nav .lang-nav li {
    width: 20%;
  }
  .netipbox .main-nav .logo {
    margin-right: calc(6rem * 1.6);
    padding-left: calc(1.875rem * 1.6);
  }
  .netipbox .main-nav ul li {
    margin-right: calc(1.875rem * 1.6);
  }
  .netipbox .main-nav .g-master {
    width: calc(15rem * 1.6);
    margin-right: calc(3.75rem * 1.6);
  }
  .netipbox .main-nav li .submenu {
    padding: calc(2rem * 1.6) calc(2.5rem * 1.6);
  }
  .news-submenu {
    padding: calc(1.875rem * 1.6) 0;
  }
  .news-submenu ul {
    padding-left: calc(1.875rem * 1.6);
  }
}
.netipbox footer {
  background-color: #f9f9f9;
  padding: calc(2rem * 1.6) 0;
  overflow: hidden;
}
.netipbox footer h5 {
  margin-bottom: calc(1.5rem * 1.6);
  color: #4d4d4d;
  font-size: calc(0.875rem * 1.6);
}
.netipbox footer a {
  color: #868686;
  text-decoration: none;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  line-height: 1.2em;
  display: inline-block;
}
.netipbox footer a:hover {
  color: #317db9;
}
.netipbox footer ul {
  list-style-type: none;
  padding: 0;
}
.netipbox footer li {
  margin-bottom: calc(0.25rem * 1.6);
  font-size: calc(0.75rem * 1.6);
  color: #868686;
}
.netipbox footer p {
  font-size: calc(0.75rem * 1.6);
  color: #727272;
}
.netipbox footer .language-switcher {
  font-size: calc(0.75rem * 1.6);
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: calc(1.5rem * 1.6);
  position: relative;
  display: inline-block;
  text-transform: none !important;
}
.netipbox footer .language-switcher:before {
  content: "";
  background: url("../images/glob.png") center center no-repeat;
  background-size: cover;
  width: calc(1.25rem * 1.6);
  height: calc(1.25rem * 1.6);
  position: absolute;
  top: -0.2rem;
  margin-left: -2.8rem;
}
.netipbox footer .lang-col {
  margin-top: calc(2rem * 1.6);
  text-align: right;
}
.netipbox footer .icons-col {
  margin-top: calc(2rem * 1.6);
}
.netipbox footer .icons-col h5 {
  margin-bottom: calc(1.5rem * 1.6);
}
.netipbox footer .icons img {
  margin-right: calc(0.5rem * 1.6);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  max-height: calc(1.5rem * 1.6);
}
.netipbox footer .icons img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 576px) {
  .netipbox footer {
    padding: calc(2.5rem * 1.6) 0;
  }
  .netipbox footer li {
    font-size: calc(0.8125rem * 1.6);
  }
  .netipbox footer p {
    font-size: calc(0.8125rem * 1.6);
  }
  .netipbox footer .language-switcher {
    font-size: calc(0.8125rem * 1.6);
    margin-bottom: calc(2rem * 1.6);
    padding-left: 25px;
  }
  .netipbox footer h5 {
    font-size: calc(1rem * 1.6);
  }
  .netipbox footer .icons img {
    margin-right: calc(0.75rem * 1.6);
    max-height: calc(1.75rem * 1.6);
  }
  .netipbox footer .lang-col {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .netipbox footer {
    padding: calc(3rem * 1.6) 0 calc(2.5rem * 1.6);
  }
  .netipbox footer .lang-col,
  .netipbox footer .icons-col {
    margin-top: 0;
  }
  .netipbox footer .lang-col {
    text-align: right;
  }
  .netipbox footer .icons-col h5 {
    margin-bottom: calc(2rem * 1.6);
  }
  .netipbox footer .language-switcher {
    margin-bottom: calc(2.5rem * 1.6);
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .netipbox footer {
    padding: calc(4rem * 1.6) 0 calc(3rem * 1.6);
  }
  .netipbox footer .icons img {
    margin-right: calc(1.75rem * 1.6);
    max-height: calc(2.25rem * 1.6);
  }
  .netipbox footer .language-switcher {
    margin-bottom: calc(3rem * 1.6);
    font-size: calc(0.875rem * 1.6);
  }
  .netipbox footer li {
    font-size: calc(0.875rem * 1.6);
  }
  .netipbox footer p {
    font-size: calc(0.875rem * 1.6);
  }
}
@media (min-width: 1200px) {
  .netipbox footer {
    padding: calc(5rem * 1.6) 0 calc(4rem * 1.6);
  }
}
.ii-dummy-new .ii-products-list-container {
  padding-top: 90px;
}
.ii-dummy-new .ii-page-header .ii-product-list-header {
  padding: 165px 0 75px;
}
#div-serviceform {
  font-size: 0.813em;
  padding-top: 55px;
}
#div-serviceform .after-correct-submission {
  margin: auto;
  min-height: 500px;
  font-size: 1.5rem;
  padding: 100px 15px 50px;
  text-align: center;
  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;
}
#div-serviceform .after-correct-submission span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
#div-serviceform .after-correct-submission span::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 3px;
  background-color: #00f700;
  content: "";
  -webkit-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#div-serviceform .after-correct-submission span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #00f700;
  content: "";
  -webkit-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.sending-submission {
  position: fixed;
  width: 50vw;
  height: 50vh;
  top: 25vh;
  left: 25vw;
  background: #fff;
  border: 1px solid #999;
  font-size: 1.5rem;
  font-weight: 600;
  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;
  z-index: 9999;
}
.sending-submission-error {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.sending-submission-error .inside-bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sending-submission-error .inside {
  position: fixed;
  width: 30vw;
  height: 30vh;
  top: 35vh;
  left: 35vw;
  background: #fff;
  border: 1px solid #999;
  font-size: 1.5rem;
  font-weight: 600;
  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;
  z-index: 9999;
  padding: 15px;
}
.sending-submission-error p {
  color: #1593cc;
  text-align: center;
}
.sending-submission-error .submission-error-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #1593cc;
  border-radius: 50% !important;
  padding: 0;
}
.sending-submission-error .submission-error-close:after {
  content: "X";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.sending-submission-error .submission-error-close.hidden {
  display: none;
}
.compareb-close {
  background: transparent;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg)
    brightness(503%) contrast(103%);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(503%)
    contrast(103%);
}
#iicolleft {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .ii-dummy-new .ii-products-list-container {
    padding-top: 30px;
  }
  .ii-dummy-new .ii-filters-bar {
    margin-top: 90px;
  }
  #div-serviceform {
    padding-top: 0;
  }
  #iicolright .consent-form .check {
    margin-bottom: 15px;
    padding-left: 35px;
  }
}
#serviceform input[type="date"]:not(.has-value):before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}
#serviceform input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}
#serviceform input#buydate-new[type="date"]:not(.has-value):before {
  color: transparent !important;
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}
#serviceform input#buydate-new[type="date"]:focus:before,
input[type="date"]:valid:before {
  color: transparent !important;
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}
#serviceform #buydate {
  display: none !important;
}
#serviceform #buydate + p {
  display: none !important;
}

@media (max-width: 991px) {
  #serviceform .radiofields .radiogplabel {
    width: 100%;
  }
  .sending-submission-error .inside {
    width: 50vw;
    height: 25vh;
    top: 35vh;
    left: 25vw;
  }
}
@media (max-width: 767px) {
  #serviceform .after-correct-submission {
    min-height: 200px;
    padding: 60px 0;
    font-size: 1.25rem;
  }
  #serviceform #buydate + p {
    right: 15px;
    left: auto !important;
    margin-left: auto !important;
  }
  .sending-submission {
    width: calc(100vw - 30px);
    height: 50vh;
    top: 25vh;
    left: 15px;
  }
  .without-consent-info .frm {
    left: 15px;
    -webkit-transform: none;
    transform: none;
    padding: 20px;
    text-align: center;
    top: 25vh;
    bottom: auto;
    /* height: 50vh; */
    width: calc(100vw - 30px);
    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;
  }
  #div-serviceform .sending-submission-error .inside {
    width: 80vw;
    left: 10vw;
  }
  #div-serviceform .sending-submission-error p {
    font-size: 1rem;
  }
}
.sending-container {
  height: 50px;
  width: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sending-container::after {
  content: "Sending...";
  color: #1593cc;
  font-weight: 700;
  position: absolute;
  bottom: -50px;
  left: -16px;
  font-size: 1.25rem;
}
.border {
  background: #1593cc;
  position: absolute;
}
.border.one {
  height: 4px;
  top: 0;
  left: 0;
  -webkit-animation: border-one 5s infinite linear;
  animation: border-one 5s infinite linear;
}
.border.two {
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  -webkit-animation: border-two 5s infinite linear;
  animation: border-two 5s infinite linear;
}
.border.three {
  bottom: 0;
  right: 0;
  height: 4px;
  width: 100%;
  -webkit-animation: border-three 5s infinite linear;
  animation: border-three 5s infinite linear;
}
.border.four {
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4px;
  -webkit-animation: border-four 5s infinite linear;
  animation: border-four 5s infinite linear;
}
.line {
  height: 4px;
  background: #1593cc;
  position: absolute;
  width: 0%;
  left: 25%;
}
.line.one {
  top: 25%;
  width: 0%;
  -webkit-animation: line-one 5s infinite linear;
  animation: line-one 5s infinite linear;
}
.line.two {
  top: 45%;
  -webkit-animation: line-two 5s infinite linear;
  animation: line-two 5s infinite linear;
}
.line.three {
  top: 65%;
  -webkit-animation: line-three 5s infinite linear;
  animation: line-three 5s infinite linear;
}
@-webkit-keyframes border-one {
  0% {
    width: 0;
  }
  10% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border-one {
  0% {
    width: 0;
  }
  10% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border-two {
  0% {
    height: 0;
  }
  10% {
    height: 0%;
  }
  20% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes border-two {
  0% {
    height: 0;
  }
  10% {
    height: 0%;
  }
  20% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes border-three {
  0% {
    width: 0;
  }
  20% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border-three {
  0% {
    width: 0;
  }
  20% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border-four {
  0% {
    height: 0;
  }
  30% {
    height: 0%;
  }
  40% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes border-four {
  0% {
    height: 0;
  }
  30% {
    height: 0%;
  }
  40% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes line-one {
  0% {
    left: 25%;
    width: 0;
  }
  40% {
    left: 25%;
    width: 0%;
  }
  43% {
    left: 25%;
    width: 50%;
  }
  52% {
    left: 25%;
    width: 50%;
  }
  54% {
    left: 25%;
    width: 0%;
  }
  55% {
    right: 25%;
    left: auto;
  }
  63% {
    width: 10%;
    right: 25%;
    left: auto;
  }
  100% {
    width: 10%;
    right: 25%;
    left: auto;
  }
}
@keyframes line-one {
  0% {
    left: 25%;
    width: 0;
  }
  40% {
    left: 25%;
    width: 0%;
  }
  43% {
    left: 25%;
    width: 50%;
  }
  52% {
    left: 25%;
    width: 50%;
  }
  54% {
    left: 25%;
    width: 0%;
  }
  55% {
    right: 25%;
    left: auto;
  }
  63% {
    width: 10%;
    right: 25%;
    left: auto;
  }
  100% {
    width: 10%;
    right: 25%;
    left: auto;
  }
}
@-webkit-keyframes line-two {
  0% {
    width: 0;
  }
  42% {
    width: 0%;
  }
  45% {
    width: 50%;
  }
  53% {
    width: 50%;
  }
  54% {
    width: 0%;
  }
  60% {
    width: 50%;
  }
  100% {
    width: 50%;
  }
}
@keyframes line-two {
  0% {
    width: 0;
  }
  42% {
    width: 0%;
  }
  45% {
    width: 50%;
  }
  53% {
    width: 50%;
  }
  54% {
    width: 0%;
  }
  60% {
    width: 50%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes line-three {
  0% {
    width: 0;
  }
  45% {
    width: 0%;
  }
  48% {
    width: 50%;
  }
  51% {
    width: 50%;
  }
  52% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
@keyframes line-three {
  0% {
    width: 0;
  }
  45% {
    width: 0%;
  }
  48% {
    width: 50%;
  }
  51% {
    width: 50%;
  }
  52% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes box {
  0% {
    opacity: 1;
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }
  55% {
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }
  60% {
    margin-left: 0px;
    height: 35px;
    width: 50px;
  }
  74% {
    msthin-left: 0;
  }
  80% {
    margin-left: -50px;
    opacity: 1;
  }
  90% {
    height: 35px;
    width: 50px;
    margin-left: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes box {
  0% {
    opacity: 1;
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }
  55% {
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }
  60% {
    margin-left: 0px;
    height: 35px;
    width: 50px;
  }
  74% {
    msthin-left: 0;
  }
  80% {
    margin-left: -50px;
    opacity: 1;
  }
  90% {
    height: 35px;
    width: 50px;
    margin-left: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=style-old.css.map */
