@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Oswald:wght@400;700|Open+Sans:400,700&display=swap";

body {
  font-family: Open Sans, sans-serif;
}

.no-padd {
  padding: 0;
}

.sticky-main-menu {
  background-color: #fff !important;
  position: fixed !important;
}

.fixed-menu {
  background-color: #fff !important;
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.header-container {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.header-container .visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.header-container .visually-hidden:not(caption) {
  position: absolute !important;
}

.header-container .header-cont .top-section {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
}

@media only screen and (width >= 1600px) {
  .header-container .header-cont .top-section {
    max-width: 1200px;
  }
}

.header-container .header-cont .top-section .header-logo {
  text-align: left;
  width: 100%;
  padding: 15px 0;
  display: block;
}

@media only screen and (width <= 768px) {
  .header-container .header-cont .top-section .header-logo {
    padding: 10px 0;
  }
}

.header-container .header-cont .top-section .header-logo .header-logo-icon-white {
  width: 100%;
  max-width: 170px;
  display: none;
}

.header-container .header-cont .top-section .header-logo .header-logo-icon-black {
  width: 100%;
  max-width: 170px;
  display: inline-block;
}

@media only screen and (width <= 768px) {
  .header-container .header-cont .top-section .header-logo .header-logo-icon-black {
    max-width: 125px;
    position: relative;
    top: 1px;
  }
}

.header-container .header-cont .top-section .header-language-search .header-language {
  border-bottom: 1px solid #fff;
  width: auto;
  margin: 0 10px;
  display: block;
}

@media only screen and (width <= 768px) {
  .header-container .header-cont .top-section .header-language-search .header-language {
    position: relative;
    top: 2px;
  }
}

.header-container .header-cont .top-section .header-language-search .header-language .header-language-icon-white {
  vertical-align: middle;
  width: 15px;
  display: none;
}

.header-container .header-cont .top-section .header-language-search .header-language .header-language-icon-black {
  vertical-align: middle;
  width: 15px;
  display: inline-block;
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages {
  vertical-align: middle;
  display: inline-block;
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .chosen-container {
  display: none;
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages button {
  color: #000;
  background: none;
  border: none;
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages select, .header-container .header-cont .top-section .header-language-search .header-language .mod-languages .chzn-container {
  display: none !important;
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select {
  float: none;
  background-color: #0000;
  border: none;
  border-radius: 0;
  width: auto;
  height: 30px;
  padding-left: 2px;
  padding-right: 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  display: inline-block;
}

@media only screen and (width <= 768px) {
  .header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select {
    padding-right: 15px;
  }
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .current {
  text-align: left;
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (width <= 768px) {
  .header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .current {
    font-size: 14px;
  }
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .list {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  left: -20px;
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .list .option {
  margin: 0;
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  top: 50%;
  right: 5px;
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .option.focus {
  background-color: #00b5e8 !important;
}

.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .option.selected {
  color: #fff;
  font-weight: bold;
  background-color: #00b5e8 !important;
}

.header-container .header-cont .top-section .header-language-search .header-search {
  width: auto;
  margin: 0 10px;
  display: block;
}

@media only screen and (width <= 768px) {
  .header-container .header-cont .top-section .header-language-search .header-search {
    position: relative;
    top: -2px;
  }
}

.header-container .header-cont .top-section .header-language-search .header-search .btn-search {
  width: auto;
  display: block;
}

.header-container .header-cont .top-section .header-language-search .header-search .btn-search .btn-search-icon-white {
  width: 15px;
  display: none;
}

.header-container .header-cont .top-section .header-language-search .header-search .btn-search .btn-search-icon-black {
  width: 17px;
  display: inline-block;
  position: relative;
  top: 2px;
}

@media only screen and (width >= 768px) {
  .header-container .header-cont .top-section .header-language-search .header-search .btn-search .btn-search-icon-black {
    position: relative;
  }

  .header-container .header-cont .top-section .header-language-search button {
    background: none;
    border: none;
  }

  .header-container .header-cont .top-section .header-language-search .header-language, .header-container .header-cont .top-section .header-language-search .header-search {
    margin: 0 20px;
  }
}

.header-container .header-cont .top-section .header-hamburger-menu {
  padding: 15px 0;
}

.header-container .header-cont .top-section .header-hamburger-menu .btn-hamburger-menu {
  text-align: right;
}

.header-container .header-cont .top-section .header-hamburger-menu .btn-hamburger-menu .btn-hamburger-icon-white {
  width: 25px;
  display: none;
}

.header-container .header-cont .top-section .header-hamburger-menu .btn-hamburger-menu .btn-hamburger-icon-black {
  width: 25px;
  display: inline-block;
}

.header-container .header-cont .background_19 {
  background-color: #191919;
}

.header-container .header-cont .bottom-section {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
}

.header-container .header-cont .bottom-section .header-main-menu button {
  background-color: #191919;
  border: none;
}

.header-container .header-cont .bottom-section .header-main-menu .mod-list {
  justify-content: space-between !important;
  align-items: center !important;
}

.header-container .header-cont .bottom-section .header-main-menu .mod-list li {
  width: auto;
  padding: 10px 0;
  display: block;
}

.header-container .header-cont .bottom-section .header-main-menu .mod-list li .header-main-menu-item {
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  display: block;
  position: relative;
}

.header-container .header-cont .bottom-section .header-main-menu .mod-list .active .header-main-menu-item {
  color: #ffbe0f !important;
}

.header-container .header-cont .bottom-section .header-main-menu .mod-list .item-284, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-312, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-313, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-314, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-304, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-303, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-302 {
  display: none;
}

@media only screen and (width >= 460px) {
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-302, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-312 {
    display: block;
  }
}

@media only screen and (width >= 550px) {
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-303, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-302, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-312, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-313 {
    display: block;
  }
}

@media only screen and (width >= 680px) {
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-313, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-314, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-312, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-304, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-303, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-302 {
    display: block;
  }
}

@media only screen and (width >= 768px) {
  .header-container .header-cont .bottom-section .header-main-menu .mod-list li .header-main-menu-item {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (width >= 1600px) {
  .header-container .header-cont .bottom-section {
    max-width: 1200px;
  }
}

@media only screen and (width <= 768px) {
  .header-container .header-cont .bottom-section {
    display: none !important;
  }
}

@media only screen and (width >= 992px) {
  .header-container .header-cont .top-section .header-language-search .header-search {
    width: 100%;
    display: inline-block;
  }

  .header-container .header-cont .top-section .header-language-search .header-search .form-search {
    text-align: right;
    width: 100%;
    position: relative;
  }

  .header-container .header-cont .top-section .header-language-search .header-search .form-search .input-search {
    text-align: left;
    color: #474748;
    letter-spacing: .4px;
    background-color: #e3e3e3;
    border: 0;
    border-radius: 2px;
    width: 100%;
    max-width: 385px;
    padding: 5px 30px 5px 15px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
  }

  .header-container .header-cont .top-section .header-language-search .header-search .form-search .input-search::placeholder {
    color: #969696;
  }

  .header-container .header-cont .top-section .header-language-search .header-search .form-search .btn-search-submit {
    cursor: pointer;
    background-color: #0000;
    border: none;
    width: auto;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }

  .header-container .header-cont .top-section .header-language-search .header-search .form-search .btn-search-submit img {
    width: 17px;
    margin-bottom: 3px;
  }

  .header-container .header-cont .top-section .header-support .btn-support {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .4px;
    background-color: #28b0eb;
    width: 100%;
    max-width: 225px;
    padding: 7px 0;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    display: inline-block;
  }

  .header-container .header-cont .top-section .header-support .btn-support:hover {
    background-color: #08c;
  }

  .header-container .header-cont .bottom-section .header-main-menu button {
    background: none;
    border: none;
  }

  .header-container .header-cont .bottom-section .header-main-menu .mod-list {
    width: calc(100% - 130px);
  }

  .header-container .header-cont .bottom-section .header-main-menu .mod-list li .header-main-menu-item {
    font-size: 16px;
    line-height: 22px;
  }

  .header-container .header-cont .bottom-section .header-main-menu .mod-list li .header-main-menu-item:hover {
    color: #ffbe0f;
  }

  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-101, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-113, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-114, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-115, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-116, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-121, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-122, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-123 {
    display: block;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language {
    border-bottom: none;
    width: auto;
    padding: 10px 0;
    display: block;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language img {
    vertical-align: middle;
    width: 15px;
    display: inline-block;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages {
    vertical-align: middle;
    display: inline-block;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages select, .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .chzn-container {
    display: none !important;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select {
    float: none;
    background-color: #0000;
    border: none;
    border-radius: 0;
    width: auto;
    height: 30px;
    padding-left: 2px;
    padding-right: 20px;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select .current {
    text-align: left;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
    left: -20px;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select .list .option {
    margin: 0;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    top: 50%;
    right: 5px;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select .option.focus {
    background-color: #00b5e8 !important;
  }

  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select .option.selected {
    color: #fff;
    font-weight: bold;
    background-color: #00b5e8 !important;
  }
}

.float-home-main-menu-container {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  padding: 10px 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-logo {
  text-align: left;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-logo .float-home-main-menu-icon-size {
  width: 100%;
  max-width: 25px;
  display: inline-block;
}

@media only screen and (width >= 576px) {
  .float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-logo .float-home-main-menu-icon-size {
    width: 100%;
    max-width: 170px;
  }
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-support {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .4px;
  background-color: #00b5e8;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  padding: 7px 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

@media only screen and (width <= 768px) {
  .float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-support {
    display: none;
  }
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-support:hover {
  background-color: #5dceff;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-search {
  text-align: center;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-search .icon-search-size {
  width: 100%;
  max-width: 20px;
  margin-top: -3px;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language {
  width: auto;
  margin: 0;
  display: block;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language img {
  vertical-align: middle;
  width: 15px;
  display: inline-block;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages {
  vertical-align: middle;
  display: inline-block;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages select, .float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .chzn-container {
  display: none !important;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select {
  float: none;
  background-color: #0000;
  border: none;
  border-radius: 0;
  width: auto;
  height: 30px;
  padding-left: 2px;
  padding-right: 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  display: inline-block;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select .current {
  text-align: left;
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select .list {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  left: -20px;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select .list .option {
  margin: 0;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  top: 50%;
  right: 5px;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select .option.focus {
  background-color: #00b5e8 !important;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select .option.selected {
  color: #fff;
  font-weight: bold;
  background-color: #00b5e8 !important;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-hamburger {
  text-align: center;
}

.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-hamburger .icon-hamburger-size {
  width: 100%;
  max-width: 25px;
  margin-top: -3px;
}

.modal-content {
  pointer-events: auto;
  background-color: #0000;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 90vh;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-content .modal-header {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom: none;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-content .modal-header [type="button"]:not(:disabled), .modal-content .modal-header [type="reset"]:not(:disabled), .modal-content .modal-header [type="submit"]:not(:disabled), .modal-content .modal-header button:not(:disabled) {
  cursor: pointer;
}

.modal-content .modal-header button.close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0000;
  border: 0;
  padding: 0;
}

.modal-content .modal-header button.close:focus {
  outline: none;
  outline: -webkit-focus-ring-color auto 0;
}

.modal-content .modal-header .close {
  float: right;
  color: #000;
  text-shadow: 0 1px #fff;
  opacity: 1;
  z-index: 5;
  margin: -1rem 0 -1rem auto;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.modal-content .modal-header .close .modal-icon-close {
  width: 20px;
}

.modal-content .modal-body {
  height: 100%;
  padding: 1rem;
  position: relative;
}

.modal-content .modal-body .form-search-container {
  text-align: center;
  width: 100%;
}

.modal-content .modal-body .form-search-container .form-search-title {
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.modal-content .modal-body .form-search-container .form-search-group {
  width: 100%;
  display: inline-block;
  position: relative;
}

.modal-content .modal-body .form-search-container .form-search-group .input-search {
  text-align: left;
  color: #474748;
  letter-spacing: .4px;
  background-color: #fff;
  border: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 40px 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.modal-content .modal-body .form-search-container .form-search-group .input-search:focus {
  outline: none;
  outline: -webkit-focus-ring-color auto 0;
}

.modal-content .modal-body .form-search-container .form-search-group .btn-search-submit {
  background-color: #fff;
  border: none;
  margin-top: -2px;
  margin-right: 10px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.modal-content .modal-body .form-search-container .form-search-group .btn-search-submit:focus {
  outline: none;
  outline: -webkit-focus-ring-color auto 0;
}

.modal-content .modal-body .form-search-container .form-search-group .btn-search-submit .icon-search {
  width: 20px;
}

.modal-backdrop {
  opacity: .9 !important;
}

.mega-menu-container {
  padding-top: 20px;
  position: absolute;
  top: 30px;
  left: 0;
}

.mega-menu-container .mega-menu-cont {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 15px;
  box-shadow: 0 3px 6px #0000004d;
}

.mega-menu-container .mega-menu-cont .mega-menu-thumbnail .mega-menu-image {
  width: 100%;
}

.mega-menu-container .mega-menu-cont .mega-menu-thumbnail .mega-menu-title {
  text-align: left;
  color: #474748;
  margin: 10px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.mega-menu-container .mega-menu-cont .mega-menu-thumbnail .mega-menu-title .link {
  color: #08c;
  text-decoration: none !important;
}

.mega-menu-container .mega-menu-cont .mega-menu-thumbnail .mega-menu-title-2 {
  text-align: left;
  font-family: #474748;
  color: #474748;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.mega-menu-container .mega-menu-cont .mega-menu-thumbnail .mega-menu-title-2 .link {
  color: #474748;
  text-decoration: none !important;
}

.mega-menu-container .mega-menu-cont .mega-menu-article {
  cursor: pointer;
  margin: 10px auto;
  text-decoration: none;
  display: block;
}

.mega-menu-container .mega-menu-cont .mega-menu-article .mega-menu-article-image {
  vertical-align: middle;
  width: 100%;
  max-width: 75px;
  margin-right: 10px;
  display: inline-block;
}

.mega-menu-container .mega-menu-cont .mega-menu-article .mega-menu-article-title {
  text-align: left;
  color: #474748;
  vertical-align: middle;
  width: calc(100% - 130px);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.mega-menu-container .mega-menu-cont .links-box, .mega-menu-container .mega-menu-cont .single-dontation-box-mm {
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  padding-left: 25px !important;
}

.mega-menu-container .mega-menu-cont .recurring-dontation-box-mm {
  border-right: 1px solid #969696;
  padding-left: 25px !important;
}

.mega-menu-container .mega-menu-cont .link-section-container .link-section-title {
  text-align: left;
  color: #474748;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  text-decoration: none !important;
}

.mega-menu-container .mega-menu-cont .link-section-container .link-section-title.is-link:hover {
  color: #08c;
}

.mega-menu-container .mega-menu-cont .link-section-container .link-section-group img {
  width: 30px;
  margin-right: 10px;
}

.mega-menu-container .mega-menu-cont .link-section-container .link-section-group a {
  color: #5e5e5e;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  text-decoration: none !important;
}

.mega-menu-container .mega-menu-cont .link-section-container .link-section-group a:hover {
  color: #08c;
}

@media only screen and (width <= 992px) {
  .mega-menu-container {
    display: none !important;
  }
}
