.header {

  margin-bottom: -1px;

}



.header__container {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  position: relative;

  z-index: 13;

}

@media (max-width: 575px) {

  .header__container {

    margin: 0 -14px;

  }

}



.header__left {

  /* background-color: #1d2687; */

  background: linear-gradient(35deg, #1a246d 0%, #1e287a 50%, #1f297d 65%, #1d2687 70%);

  -webkit-clip-path: polygon(43px 0, 0 0%, 100% 0, 100% 0, 100% 100%, 0 100%, 0% 0, 0% 43px);

  clip-path: polygon(43px 0, 0 0%, 100% 0, 100% 0, 100% 100%, 0 100%, 0% 0, 0% 43px);

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  padding: 40px 16px 25px 66px;

  min-width: 425px;

  max-width: 425px;

}

@media (max-width: 1341px) {

  .header__left {

    min-width: 350px;

    max-width: 350px;

    padding: 41px 40px 24px 44px;

  }

}

@media (max-width: 1199px) {

  .header__left {

    min-width: 230px;

    max-width: 230px;

    padding: 30px 20px 24px 25px;

  }

}

@media (max-width: 991px) {

  .header__left {

    display: none;

  }

}



.header__logotype {

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  width: 100%;

}



.header__logotype img {

  width: 100%;

  pointer-events: none;

}



.header__right {

  width: 100%;

  margin-left: -1px;

  padding-right: 1px;

}

@media (max-width: 991px) {

  .header__right {

    margin-left: 0;

    padding-right: 0;

  }

}



.header__upper {

  background-color: #1d2687;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: relative;

  z-index: 6;

}

@media (max-width: 991px) {

  .header__upper {

    background-color: transparent;

  }

  .header__upper:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: #1d2687;

    -webkit-clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0 100%, 0% 10px);

    clip-path: polygon(10px 0%, 100% 0, 100% 100%, 0 100%, 0% 10px);

    z-index: -1;

  }

}



.drop {

  display: none;

  position: absolute;

  top: 100%;

  left: 0;

  max-width: 320px;

  width: 100%;

  z-index: 20;

  background-color: #1d2687;

  border-top: 1px solid #1d2687;

}

@media (max-width: 575px) {

  .drop {

    max-width: none;

    border-top: none;

    position: fixed;

    top: 0;

    height: 100%;

    padding: 0;

  }

}



.drop__close {

  cursor: pointer;

  position: absolute;

  top: 17px;

  right: 26px;

  width: 17px;

  height: 17px;

  display: none;

  z-index: 3;

}

.drop__close:hover svg path {

  fill: #000000;

}

@media (max-width: 991px) {

  .drop__close {

    display: -webkit-inline-box;

    display: -webkit-inline-flex;

    display: -ms-inline-flexbox;

    display: inline-flex;

  }

}

.drop__close img, .drop__close svg {

  width: 100%;

  height: 100%;

}

.drop__close img path, .drop__close svg path {

  fill: #ffffff;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.drop__body {

    height: 100%;

    max-height: 100%;

    overflow: auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    justify-content: flex-start;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

    -ms-flex-align: start;

    align-items: flex-start;

    overflow: hidden;

  }



.drop__wrap {

    flex: 1;

}



@media (max-width: 991px) {

  .drop__body::-webkit-scrollbar {

    width: 2px;

  }

  .drop__body::-webkit-scrollbar-track {

    background: #a10720;

  }

  .drop__body::-webkit-scrollbar-thumb {

    background: #ffffff;

  }

  .drop__body::-webkit-scrollbar-thumb:hover {

    background: #ffffff;

  }

}



.drop__menu {

  padding: 3px 16px;

  width: 100%;

}

@media (max-width: 767px) {

  .drop__menu {

    padding: 20px 24px 20px 24px;

  }

}

@media (max-width: 575px) {

  .drop__menu {

    max-height: none;

    height: auto;

  }

}



.drop__gang{

  width: 100%;

  border-top: 1px solid #181f89;

  padding: 20px 24px 20px 24px;

}



.drop__suit .suit {

  padding: 20px 24px 10px;

}

.drop__suit .suit a {

  margin: 0 40px 10px 0;

}

.drop__suit .suit a.suit__email {

  margin-left: -1px;

}

.drop__suit .suit a.suit__link {

  margin-left: -4px;

}

.drop__suit .suit a.suit__whatsapp {

  margin: 0 40px 10px -30px;

}



.header__dyad {

  display: none;

  width: 100%;

}

@media (max-width: 991px) {

  .header__dyad {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

    -ms-flex-align: start;

    align-items: flex-start;

    -webkit-box-pack: start;

    -webkit-justify-content: flex-start;

    -ms-flex-pack: start;

    justify-content: flex-start;

    padding: 10px 1px 10px 30px;

  }

}

@media (max-width: 575px) {

  .header__dyad {

    padding: 10px 1px 10px 14px;

  }

}



.header__logo {

  width: 100%;

  max-width: 164px;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

}

.header__logo img {

  width: 100%;

  pointer-events: none;

}



.header__toggle {

  display: none;

  cursor: pointer;

  width: 34px;

  height: 26px;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

}

@media (max-width: 991px) and (min-width: 576px) {

  .header__toggle.active {

    pointer-events: none;

  }

  .header__toggle.active .header__toggle-icon {

    opacity: 0;

  }

  .header__toggle.active .header__toggle-close {

    opacity: 1;

  }

}

@media (max-width: 991px) {

  .header__toggle {

    display: -webkit-inline-box;

    display: -webkit-inline-flex;

    display: -ms-inline-flexbox;

    display: inline-flex;

    margin-left: 30px;

    margin-top: 4px;

  }

}

@media (max-width: 575px) {

  .header__toggle {

    margin-left: 18px;

    width: 27px;

    height: 13px;

    margin-top: 9px;

  }

}

.header__toggle:hover svg path, .header__toggle:hover svg rect {

  fill: #000000;

}



.header__toggle-icon {

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  width: 100%;

  height: 100%;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

.header__toggle-icon img, .header__toggle-icon svg {

  width: 100%;

  height: 100%;

}

.header__toggle-icon img path, .header__toggle-icon img rect, .header__toggle-icon svg path, .header__toggle-icon svg rect {

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.header__toggle-close {

  opacity: 0;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  position: absolute;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

.header__toggle-close img, .header__toggle-close svg {

  width: 20px;

  height: 20px;

}

.header__toggle-close img path, .header__toggle-close svg path {

  fill: #ffffff;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



a.header__whatsapp {

  display: inline-block;

  vertical-align: middle;

  margin: 5px 0 0 25px;

}

a.header__whatsapp svg {

  width: 22px;

  height: 22px;

}

a.header__whatsapp svg path {

  fill: #fff;

  transition-duration: 0.2s;

}

a.header__whatsapp:hover svg path {

  fill: #000;

}

@media (max-width: 575px) {

  a.header__whatsapp {

    margin: 5px 0 0 20px;

  }

  a.header__whatsapp svg {

    width: 20px;

    height: 20px;

  }

}



.header__suit {

  width: 100%;

  padding-left: 128px;

}

@media (max-width: 1341px) {

  .header__suit {

    padding-left: 20px;

  }

}

@media (max-width: 991px) {

  .header__suit {

    display: none;

  }

}



.suit {

  padding: 10px 0;

  display: flex;
  align-items: center;

}

.suit a {

  position: relative;

  display: flex;

  align-items: center;

  /* vertical-align: middle; */

  margin: 0 45px 0 0;

  padding: 0 0 0 22px;

  font-size: 12px;

  font-weight: 500;

  color: #fff;

  text-decoration: none;

  text-transform: uppercase;

  transition-duration: 0.2s;

}

a.suit__link {

  margin-right: 0 !important;

}

.suit a svg {

  position: absolute;

  left: 0;

  top: 2px;

  width: 12px;

  height: 12px;

}

.suit a svg path {

  fill: #fff;

  transition-duration: 0.2s;

}

.suit a:hover {

  color: #000;

}

.suit a:hover svg path {

  fill: #000;

}

a.suit__email {

  padding: 0 0 0 27px;

  font-size: 11px;

}

a.suit__email svg {

  top: 0;

  width: 14px;

  height: 14px;

}

a.suit__link {

  padding: 0 0 0 32px;

}

a.suit__link svg {

  top: 0;

  width: 22px;

  height: 16px;

}

a.suit__whatsapp {

  margin: 0 50px 0 -40px;

  padding: 0;

}

a.suit__whatsapp svg {

  position: relative;

  top: 0;

  width: 18px;

  height: 18px;

}

@media (max-width: 1341px) {

  .suit {

    padding: 5px 0;

  }

  .suit a {

    margin: 0 45px 0 0;

  }

  a.suit__whatsapp {

    margin: 0 45px 0 -35px;

  }

}

@media (max-width: 1199px) {

  .suit a {

    margin: 0 30px 0 0;

  }

  a.suit__whatsapp {

    margin: 0 30px 0 -20px;

  }

}



.header__language {

  position: relative;

  padding: 17px 36px 0 24px;

  min-width: 146px;

  width: 100%;

  max-width: 146px;

  z-index: 4;

}

@media (max-width: 1341px) {

  .header__language {

    padding: 13px 13px 0 22px;

    min-width: 115px;

    max-width: 115px;

  }

}

@media (max-width: 1199px) {

  .header__language {

    padding: 11px 11px 0 22px;

  }

}

@media (max-width: 991px) {

  .header__language {

    padding: 13px 13px 13px 24px;

  }

}

@media (max-width: 575px) {

  .header__language {

    padding: 13px 0 13px 25px;

    min-width: auto;

    max-width: 96px;

  }

}

.header__language:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  right: -1px;

  bottom: -1px;

  z-index: -1;

  background-color: #ec8e09;

  -webkit-clip-path: polygon(43px 0, 100% 0%, 100% 100%, 0% 100%);

  clip-path: polygon(43px 0, 100% 0%, 100% 100%, 0% 100%);

  pointer-events: none;

}

@media (max-width: 991px) {

  .header__language:before {

    bottom: 0;

    right: 0;

  }

}

@media (max-width: 575px) {

  .header__language:before {

    -webkit-clip-path: polygon(52px 0, 100% 0%, 100% 100%, 0% 100%);

    clip-path: polygon(52px 0, 100% 0%, 100% 100%, 0% 100%);

  }

}



.language {

  position: relative;

}

.language__toggle {

  position: relative;

  text-align: right;

  cursor: pointer;

  width: 100%;

  font-size: 10px;

  line-height: 14px;

  font-weight: 500;

  color: #ffffff;

  padding: 7px 24px 6px 11px;

  background-color: #1d2687;

  -webkit-clip-path: polygon(27px 0, 100% 0%, 100% 100%, 0% 100%);

  clip-path: polygon(27px 0, 100% 0%, 100% 100%, 0% 100%);

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 575px) {

  .language__toggle {

    -webkit-clip-path: polygon(27px 0, 100% 0%, 100% 100%, 0% 100%);

    clip-path: polygon(27px 0, 100% 0%, 100% 100%, 0% 100%);

    padding: 7px 21px 6px 16px;

  }

}

.language__toggle:hover {

  background-color: #ffffff;

  color: #101010;

}

.language__toggle:hover i svg path {

  fill: #101010;

}

.language__toggle.active {

  background-color: #820b1d;

  color: #ffffff;

}

.language__toggle.active i svg {

  -webkit-transform: scaleY(-1);

  -ms-transform: scaleY(-1);

  transform: scaleY(-1);

}

.language__toggle.active i svg path {

  fill: #ffffff;

}

.language__toggle i {

  position: absolute;

  top: 10px;

  right: 7px;

  width: 9px;

  height: 9px;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  z-index: 2;

}

.language__toggle i img, .language__toggle i svg {

  width: 100%;

  height: 100%;

  -o-object-fit: contain;

  object-fit: contain;

  pointer-events: none;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

.language__toggle i img path, .language__toggle i svg path {

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.language__body {

  display: none;

  position: absolute;

  right: 0;

  top: 100%;

  width: 100%;

  max-width: 59px;

  z-index: 4;

}

@media (max-width: 575px) {

  .language__body {

    max-width: 48px;

  }

}



.language__link {

  position: relative;

  width: 100%;

  display: block;

  text-decoration: none;

  margin-top: 1px;

  font-size: 10px;

  line-height: 14px;

  font-weight: 500;

  color: #ffffff;

  padding: 7px 24px 6px 11px;

  background-color: #101010;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 767px) {

  .language__link {

    background-color: #363636;

  }

}

@media (max-width: 575px) {

  .language__link {

    display: inline-block;

    font-size: 9px;

    line-height: 12px;

    padding: 5px 5px 5px 8px;

  }

}

.language__link:hover {

  background-color: #ffffff;

  color: #1d2687;

}

.language__link.current {

  background-color: #1d2687;

  color: #ffffff;

  cursor: default;

}

.language__link.current i {

  opacity: 1;

}

.language__link i {

  opacity: 0;

  position: absolute;

  top: 9px;

  right: 8px;

  width: 9px;

  height: 9px;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

}

@media (max-width: 575px) {

  .language__link i {

    top: 7px;

    right: 5px;

    width: 8px;

    height: 8px;

  }

}

.language__link i img, .language__link i svg {

  width: 100%;

  height: 100%;

  -o-object-fit: contain;

  object-fit: contain;

  pointer-events: none;

}

.language__link i img path, .language__link i svg path {

  fill: #ffffff;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.header__mean {

  margin-top: -1px;

  padding-left: 128px;

  padding-top: 9px;

  position: relative;

  z-index: 5;

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

}

@media (max-width: 1341px) and (min-width: 992px) {

  .header__mean {

    padding-left: 28px;

  }

}

@media (max-width: 991px) {

  .header__mean {

    display: none;

  }

}

.header__mean:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  height: 100%;

  z-index: -1;

  background-color: #1d2687;

  pointer-events: none;

  -webkit-clip-path: polygon(0 0, 100% 0%, -webkit-calc(100% - 43px) 100%, 0% 100%);

  clip-path: polygon(0 0, 100% 0%, calc(100% - 43px) 100%, 0% 100%);

}

.header__mean:after {

  content: "";

  position: absolute;

  left: 65px;

  top: 0;

  right: -1px;

  height: 100%;

  z-index: -1;

  background-color: #ec8e09;

  pointer-events: none;

  -webkit-clip-path: polygon(43px 0%, 100% 0, -webkit-calc(100% - 43px) 100%, 0 100%);

  clip-path: polygon(43px 0%, 100% 0, calc(100% - 43px) 100%, 0 100%);

}

@media (max-width: 1341px) {

  .header__mean:after {

    left: 0;

    -webkit-clip-path: polygon(0 0, 0 0%, 100% 0, 100% 0, -webkit-calc(100% - 39px) 100%, 0 100%, 0% 0, 0% 100%);

    clip-path: polygon(0 0, 0 0%, 100% 0, 100% 0, calc(100% - 39px) 100%, 0 100%, 0% 0, 0% 100%);

  }

}



.menu {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  list-style: none;

  margin: 0;

}

@media (max-width: 991px) {

  .menu {

    display: block;

  }

}

.menu__item {

  position: relative;

  padding-bottom: 13px;

  margin-right: 37px;

}

@media (max-width: 1341px) {

  .menu__item {

    margin-right: 34px;

  }

}

@media (max-width: 1199px) {

  .menu__item {

    margin-right: 25px;

  }

}

@media (max-width: 991px) {

  .menu__item {

    margin-right: 0;

    padding-bottom: 0;

  }

  .menu__item:not(:last-child) {

    padding-bottom: 8px;

  }

}



.menu__link {

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  text-decoration: none;

  font-size: 12px;

  line-height: 16px;

  font-weight: 700;

  color: #ffffff;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 1199px) and (min-width: 992px) {

  .menu__link {

    font-size: 12px;

    line-height: 16px;

  }

}

@media (max-width: 575px) {

  .menu__link {

    font-size: 12px;

    line-height: 16px;

  }

}

.menu__link:hover {

  color: #231f20;

}

.menu__link.active {

  color: #231f20;

}

@media (max-width: 991px) {

  .menu__link.active {

    pointer-events: none;

  }

}

.menu__link.active .menu__arrow {

  -webkit-transform: scaleY(-1);

  -ms-transform: scaleY(-1);

  transform: scaleY(-1);

}

.menu__link.active .menu__arrow svg path {

  fill: #231f20;

}

.menu__arrow {

  min-width: 10px;

  max-width: 10px;

  height: 10px;

  margin-left: 11px;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  margin-right: -8px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 1199px) and (min-width: 992px) {

  .menu__arrow {

    min-width: 9px;

    max-width: 9px;

    height: 9px;

    margin-left: 7px;

    margin-right: -4px;

  }

}

@media (max-width: 575px) {

  .menu__arrow {

    min-width: 9px;

    max-width: 9px;

    height: 8px;

    margin-left: 15px;

    margin-right: 0;

  }

}

.menu__arrow img, .menu__arrow svg {

  width: 100%;

  height: 100%;

  -o-object-fit: contain;

  object-fit: contain;

  pointer-events: none;

}

.menu__arrow img path, .menu__arrow svg path {

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.menusub {

  /* display: none; */

  width: 100%;

}

@media (min-width: 992px) {

  .menusub {

    min-width: 311px;

    max-width: 311px;

    z-index: 6;

    margin-top: 1px;

    position: absolute;

    left: -28px;

    top: 100%;

    background-color: #ec8e09;

    -webkit-box-shadow: 0px 2px 7px 0px rgba(30, 30, 30, 0.18);

    box-shadow: 0px 2px 7px 0px rgba(30, 30, 30, 0.18);

  }

}

@media (max-width: 991px) {

  .menusub {

    padding-top: 6px;

    padding-bottom: 1px;

  }

}

@media (max-width: 575px) {

  .menusub__item:not(:last-child) {

    padding-bottom: 4px;

  }

}

.menusub__link {

  display: block;

  font-size: 12px;

  line-height: 21px;

  font-weight: 500;

  color: #ffffff;

  text-decoration: none;

  padding: 7px 48px 8px 28px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (min-width: 992px) {

  .menusub__link {

    text-transform: uppercase;

  }

  .menusub__link:hover {

    background-color: #231f20;

    color: #ffffff;

  }

}

@media (max-width: 991px) {

  .menusub__link {

    padding: 5px 0 5px 9px;

  }

  .menusub__link:hover {

    color: #1a1a1a;

  }

}

@media (max-width: 575px) {

  .menusub__link {

    font-size: 12px;

    line-height: 14px;

  }

}



.header__gang{

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

}

@media (max-width: 991px) {

  .header__gang{

    flex-direction: column;

  }

}

@media (min-width: 1200px) {

  .header__gang{

    padding-left: 28px;

  }

}

@media (min-width: 992px) {

  .header__gang{

    position: relative;

    padding-top: 4px;

    padding-left: 24px;

  }

  .header__gang:before{

    content: "";

    position: absolute;

    left: 0;

    top: 4px;

    width: 1px;

    height: 15px;

    background-color: #ffffff;

  }

}

.header__gang-link{

  display: inline-flex;

  align-items: flex-start;

  justify-content: flex-start;

  text-decoration: none;

  font-size: 12px;

  line-height: 16px;

  font-weight: 700;

  color: #ffffff;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

.header__gang-link:hover{

  color: #231f20;

}

.header__gang-link:hover svg path{

  fill: #231f20;

}

.header__gang-link:not(:last-child){

  margin-right: 29px;

}

@media (max-width: 1341px) {

  .header__gang-link:not(:last-child){

    margin-right: 24px;

  }

}

@media (max-width: 1199px) {

  .header__gang-link:not(:last-child){

    margin-right: 15px;

  }

  .header__gang-link:not(:last-child) svg{

    margin-left: 11px;

  }

}

@media (max-width: 991px) {

  .header__gang-link:not(:last-child){

    margin-right: 0;

    margin-bottom: 10px;

  }

}

.header__gang-link svg{

  width: 13px;

  height: 12px;

  margin-left: 15px;

  margin-top: 1px;

}

.header__gang-link svg path{

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 991px) {

  .header__gang-link svg path{

    fill: #231f20;

  }

}



.header__under {

  margin-top: -1px;

  margin-bottom: 1px;

  margin-right: 61px;

  padding-left: 62px;

  padding-right: 53px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: relative;

  z-index: 4;

  /* overflow: hidden; */

}

@media (max-width: 1341px) and (min-width: 992px) {

  .header__under {

    padding-left: 28px;

  }

}

@media (max-width: 991px) {

  .header__under {

    margin-right: 0;

    padding-left: 0;

    padding-right: 20px;

  }

}

@media (max-width: 575px) {

  .header__under {

    padding-left: 14px;

    padding-right: 14px;

  }

}

.header__under:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  right: -1px;

  bottom: -1px;

  z-index: -1;

  background-color: #231f20;

  -webkit-clip-path: polygon(100% 0, 100% 22px, -webkit-calc(100% - 39px) 100%, 0 100%, 67px 0);

  clip-path: polygon(100% 0, 100% 22px, -webkit-calc(100% - 39px) 100%, 0 100%, 67px 0);

}

@media (max-width: 1341px) {

  .header__under:before {

    -webkit-clip-path: polygon(100% 0, 100% 22px, -webkit-calc(100% - 20px) 100%, 0 100%, 0 0);

    clip-path: polygon(100% 0, 100% 22px, -webkit-calc(100% - 20px) 100%, 0 100%, 0 0);

  }

}

@media (max-width: 991px) {

  .header__under:before {

    -webkit-clip-path: none;

    clip-path: none;

  }

}

.header__under:after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: -2;

  background-color: #1d2687;

  -webkit-clip-path: polygon(100% 0, 100% 22px, -webkit-calc(100% - 39px) 100%, 0 100%, 0 0);

  clip-path: polygon(100% 0, 100% 22px, -webkit-calc(100% - 39px) 100%, 0 100%, 0 0);

}

@media (max-width: 1341px) {

  .header__under:after {

    -webkit-clip-path: polygon(100% 0, 100% 22px, -webkit-calc(100% - 20px) 100%, 0 100%, 0 0);

    clip-path: polygon(100% 0, 100% 22px, -webkit-calc(100% - 20px) 100%, 0 100%, 0 0);

  }

}

@media (max-width: 991px) {

  .header__under:after {

    -webkit-clip-path: polygon(100% 0, 100% 22px, -webkit-calc(100% - 39px) 100%, 0 100%, 0 0);

    clip-path: polygon(100% 0, 100% 22px, -webkit-calc(100% - 39px) 100%, 0 100%, 0 0);

  }

}



.header__knob {

  min-width: 330px;

  max-width: 330px;

  cursor: pointer;

  padding: 22.5px 15px 22px 15px;

  font-size: 16px;

  line-height: 20px;

  font-weight: 700;

  color: #ffffff;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  position: relative;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 1341px) and (min-width: 1200px) {

  .header__knob {

    padding: 15px 15px 14px 0;

    min-width: auto;

    max-width: none;

  }

}

@media (max-width: 1199px) and (min-width: 992px) {

  .header__knob {

    min-width: 280px;

    max-width: 280px;

    font-size: 14px;

    padding: 15px 15px 14px 0;

  }

}

@media (max-width: 991px) {

  .header__knob {

    min-width: 350px;

    max-width: 350px;

    padding: 22px 15px 21px 30px;

  }

}

@media (max-width: 767px) {

  .header__knob {

    min-width: auto;

    max-width: none;

    padding: 15px 15px 15px 30px;

  }

}

@media (max-width: 575px) {

  .header__knob {

    font-size: 12px;

    line-height: 16px;

    font-weight: 900;

    padding: 12px 5px 15px 0;

  }

}

.header__knob:hover {

  color: #d4d4d4;

}

.header__knob:hover .header__knob-open svg rect {

  fill: #d4d4d4;

}

.header__knob:hover .header__knob-arrow svg path {

  fill: #d4d4d4;

}

.header__knob.active {

  pointer-events: none;

  color: #ffffff;

}

.header__knob.active .header__knob-open {

  opacity: 0;

}

.header__knob.active .header__knob-close {

  opacity: 1;

}

.header__knob.active .header__knob-close svg path {

  fill: #ffffff;

}

.header__knob.active .header__knob-arrow {

  -webkit-transform: scaleY(-1);

  -ms-transform: scaleY(-1);

  transform: scaleY(-1);

}

.header__knob.active .header__knob-arrow svg path {

  fill: #ffffff;

}

.header__knob-icon {

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

  -webkit-align-items: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: relative;

  margin-right: 23px;

}

@media (max-width: 1199px) and (min-width: 992px) {

  .header__knob-icon {

    margin-right: 16px;

  }

}

@media (max-width: 575px) {

  .header__knob-icon {

    margin-right: 17px;

    margin-top: -1px;

  }

}

.header__knob-open {

  min-width: 25px;

  max-width: 25px;

  height: 14px;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 1199px) and (min-width: 992px) {

  .header__knob-open {

    min-width: 23px;

    max-width: 23px;

    height: 12px;

  }

}

@media (max-width: 575px) {

  .header__knob-open {

    min-width: 19px;

    max-width: 19px;

    height: 12px;

  }

}

.header__knob-open img, .header__knob-open svg {

  width: 100%;

  height: 100%;

  -o-object-fit: contain;

  object-fit: contain;

  pointer-events: none;

}

.header__knob-open img path, .header__knob-open img rect, .header__knob-open svg path, .header__knob-open svg rect {

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

.header__knob-close {

  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  width: 20px;

  height: 20px;

  opacity: 0;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 1199px) and (min-width: 992px) {

  .header__knob-close {

    width: 18px;

    height: 18px;

  }

}

@media (max-width: 575px) {

  .header__knob-close {

    width: 12px;

    height: 12px;

  }

}

.header__knob-close img, .header__knob-close svg {

  width: 100%;

  height: 100%;

  -o-object-fit: contain;

  object-fit: contain;

  pointer-events: none;

}

.header__knob-close img path, .header__knob-close svg path {

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

.header__knob-arrow {

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  min-width: 9px;

  max-width: 9px;

  height: 10px;

  margin-left: 21px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 1199px) and (min-width: 992px) {

  .header__knob-arrow {

    margin-left: 16px;

  }

}

@media (max-width: 575px) {

  .header__knob-arrow {

    min-width: 8px;

    max-width: 8px;

    height: 9px;

    margin-left: 18px;

    margin-top: -1px;

  }

}

.header__knob-arrow img, .header__knob-arrow svg {

  width: 100%;

  height: 100%;

  -o-object-fit: contain;

  object-fit: contain;

  pointer-events: none;

}

.header__knob-arrow img path, .header__knob-arrow svg path {

  fill: #ffffff;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.header__quest {

  padding-top: 13px;

  padding-left: 15px;

  width: 100%;

}

@media (max-width: 1341px) and (min-width: 992px), (max-width: 767px) {

  .header__quest {

    width: auto;

  }

}

@media (max-width: 575px) {

  .header__quest {

    padding-top: 8px;

  }

}

.quest {

  width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

}

@media (max-width: 1341px) and (min-width: 992px), (max-width: 767px) {

  .quest {

    width: auto;

  }

}

@media (max-width: 1199px) {

  .quest {

    margin-right: 0;

  }

}

@media (max-width: 575px) {

  .quest {

    overflow: hidden;

  }

}

.quest__form {

  width: 100%;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -webkit-align-items: flex-start;

  -ms-flex-align: start;

  align-items: flex-start;

  -webkit-box-pack: start;

  -webkit-justify-content: flex-start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 1341px) and (min-width: 992px), (max-width: 767px) {

  .quest__form {

    position: absolute;

    right: 0;

    top: 0;

    width: 0;

    overflow: hidden;

    padding: 7px 0 9px 0;

    background-color: #ffffff;

    -webkit-box-shadow: 0px 0px 13px 0px rgba(30, 30, 30, 0.18);

    box-shadow: 0px 0px 13px 0px rgba(30, 30, 30, 0.18);

  }

}

@media (max-width: 1341px) and (min-width: 992px) and (max-width: 767px), (max-width: 767px) and (max-width: 767px) {

  .quest__form {

    padding: 6px 0 11px 0;

  }

}

@media (max-width: 1341px) and (min-width: 992px), (max-width: 767px) {

  .quest__form.open {

    width: 100%;

    padding: 7px 38px 9px 28px;

  }

}

@media (max-width: 1341px) and (min-width: 992px) and (max-width: 767px), (max-width: 767px) and (max-width: 767px) {

  .quest__form.open {

    padding: 6px 14px 11px 18px;

  }

}

@media (max-width: 575px) {

  .quest__form {

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: end;

    -webkit-justify-content: flex-end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    position: absolute;

    right: 0;

    -webkit-transform: none;

    -ms-transform: none;

    transform: none;

    top: 0;

    width: 0;

    padding: 5px 0 10px 0;

    background-color: #ffffff;

    -webkit-box-shadow: none;

    box-shadow: none;

  }

  .quest__form.open {

    width: 100vw;

    padding: 5px 11px 10px 14px;

  }

}

.quest__field {

  width: 100%;

  padding: 4px 0 5px 0;

  font-family: "Normalidad Wide";

  font-size: 12px;

  line-height: 22px;

  font-weight: 300;

  color: #ffffff;

  border: none;

  background-color: transparent;

  -webkit-border-radius: 0;

  border-radius: 0;

  border-bottom: 1px solid #757575;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 1341px) and (min-width: 992px), (max-width: 767px) {

  .quest__field {

    min-width: auto;

    max-width: none;

    width: 100%;

  }

}

@media (min-width: 1342px), (max-width: 991px) and (min-width: 768px) {

  .quest__field:hover, .quest__field:active, .quest__field:focus {

    border-bottom-color: #ffffff;

  }

  .quest__field:hover::-webkit-input-placeholder, .quest__field:active::-webkit-input-placeholder, .quest__field:focus::-webkit-input-placeholder {

    color: #ffffff;

  }

  .quest__field:hover::-moz-placeholder, .quest__field:active::-moz-placeholder, .quest__field:focus::-moz-placeholder {

    color: #ffffff;

  }

  .quest__field:hover:-ms-input-placeholder, .quest__field:active:-ms-input-placeholder, .quest__field:focus:-ms-input-placeholder {

    color: #ffffff;

  }

  .quest__field:hover::-ms-input-placeholder, .quest__field:active::-ms-input-placeholder, .quest__field:focus::-ms-input-placeholder {

    color: #ffffff;

  }

  .quest__field:hover::placeholder, .quest__field:active::placeholder, .quest__field:focus::placeholder {

    color: #ffffff;

  }

}

@media (max-width: 1341px) and (min-width: 992px), (max-width: 767px) {

  .quest__field {

    color: #000000;

  }

}

@media (max-width: 575px) {

  .quest__field {

    min-width: auto;

    max-width: none;

    width: 100%;

    font-size: 11px;

    padding: 4px 0 1px 0;

  }

}

.quest__field::-webkit-input-placeholder {

  color: #757575;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

}

.quest__field::-moz-placeholder {

  color: #757575;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

}

.quest__field:-ms-input-placeholder {

  color: #757575;

  -ms-transition: all 0.3s;

  transition: all 0.3s;

}

.quest__field::-ms-input-placeholder {

  color: #757575;

  -ms-transition: all 0.3s;

  transition: all 0.3s;

}

.quest__field::placeholder {

  color: #757575;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

.quest__btn {

  cursor: pointer;

  border: none;

  background-color: transparent;

  display: -webkit-inline-box;

  display: -webkit-inline-flex;

  display: -ms-inline-flexbox;

  display: inline-flex;

  padding: 8px 5px 5px 5px;

  margin-left: 15px;

}

@media (max-width: 575px) {

  .quest__btn {

    padding: 0;

    margin-top: 4px;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    min-width: 20px;

    max-width: 20px;

    height: 20px;

    margin-left: 7px;

  }

}

.quest__btn:hover svg path {

  fill: #c6122f;

}

.quest__btn img, .quest__btn svg {

  width: 20px;

  height: 20px;

  -o-object-fit: contain;

  object-fit: contain;

  pointer-events: none;

}

@media (max-width: 575px) {

  .quest__btn img, .quest__btn svg {

    width: 15px;

    height: 15px;

  }

}

.quest__btn img path, .quest__btn svg path {

  fill: #ffffff;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

@media (max-width: 1341px) and (min-width: 992px), (max-width: 767px) {

  .quest__btn img path, .quest__btn svg path {

    fill: #0f0f0f;

  }

}



.quest__close {

  display: none;

  cursor: pointer;

}

.quest__close:hover svg path {

  fill: #c6122f;

}

@media (max-width: 1341px) and (min-width: 992px), (max-width: 767px) {

  .quest__close {

    display: -webkit-inline-box;

    display: -webkit-inline-flex;

    display: -ms-inline-flexbox;

    display: inline-flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

  }

}

@media (max-width: 1341px) {

  .quest__close {

    min-width: 30px;

    max-width: 30px;

    height: 30px;

    margin-top: 3px;

    margin-left: 11px;

  }

}

@media (max-width: 575px) {

  .quest__close {

    min-width: 20px;

    max-width: 20px;

    height: 20px;

    margin-top: 5px;

  }

}

.quest__close img, .quest__close svg {

  width: 18px;

  height: 18px;

}

@media (max-width: 575px) {

  .quest__close img, .quest__close svg {

    width: 14px;

    height: 14px;

  }

}

.quest__close img path, .quest__close svg path {

  fill: #000000;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}



.quest__toggle {

  display: none;

  cursor: pointer;

}

@media (max-width: 1341px) and (min-width: 992px), (max-width: 767px) {

  .quest__toggle {

    display: -webkit-inline-box;

    display: -webkit-inline-flex;

    display: -ms-inline-flexbox;

    display: inline-flex;

  }

}

@media (max-width: 1341px) and (min-width: 992px) {

  .quest__toggle {

    min-width: 21px;

    max-width: 21px;

    height: 21px;

  }

}

@media (max-width: 767px) {

  .quest__toggle {

    min-width: 23px;

    max-width: 23px;

    height: 23px;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

  }

}

.quest__toggle:hover svg path {

  fill: #1d2687;

}

.quest__toggle img, .quest__toggle svg {

  width: 21px;

  height: 21px;

  pointer-events: none;

  -o-object-fit: contain;

  object-fit: contain;

}

@media (max-width: 575px) {

  .quest__toggle img, .quest__toggle svg {

    width: 15px;

    height: 15px;

  }

}

.quest__toggle img path, .quest__toggle svg path {

  fill: #ffffff;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}


  /* Positioning and button styling */
.header__knob { position: relative; }
.header__knob-label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #fff;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
  padding: 0;
}

/* Submenu styling (reuses your menusub look but ensures it's visible here) */
.header__knob-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 2000;
  min-width: 280px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
  padding: 8px 0;
}

.header__knob-submenu .menusub__link {
  display: block;
  padding: 10px 16px;
  color: #111;
  white-space: normal;
}

.header__knob-submenu .menusub__link:hover {
  background: #f5f5f7;
}

/* Arrow rotation when open */
.header__knob.is-open .header__knob-arrow svg {
  transform: rotate(180deg);
  transition: transform .2s ease;
}


/* Essential styles to make the toggle work */
.language {
  position: relative; /* Ensure dropdown positions relative to this */
}

.language__toggle {
  cursor: pointer; /* Show pointer on hover */
  user-select: none;
}

/* Hide the body by default */
.language__body {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 50;
  /* Basic styling in case external CSS is missing */
  background: #000; 
  padding: 10px;
}

/* Show the body when the parent has the 'is-open' class */
.language.is-open .language__body {
  display: block;
}

/* Base Drop Menu Styles */
.drop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000; /* Or your brand color */
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow-y: auto;
}

@media (min-width: 991px) {

  .drop {

    display: none;

  }

}

/* Active State (Triggered by JS) */
.drop.is-active {
    opacity: 1;
    visibility: visible;
}

/* Positioning the close button inside the drop menu */
.drop__close {
    cursor: pointer;
    align-self: flex-end;
    margin-bottom: 20px;
}

/* Styling the cloned Suit inside the drop menu */
.drop__suit {
    margin-top: auto; /* Pushes it to the bottom */
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.drop__suit .suit {
    display: flex;
    flex-direction: column; /* Stack items vertically on mobile */
    align-items: start;
    gap: 15px;
}

.drop__suit .suit a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
}