/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/index.js??ruleSet[1].rules[4].use[1]!../../node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[4].use[2]!../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].use[3]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[4]!../../node_modules/import-glob/index.js!./styles/common-new.sass ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
header.header-fixed {
  background: #FFFFFF;
  border: 1px solid rgba(41, 31, 79, 0.1);
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(41, 31, 79, 0.0509803922);
          box-shadow: 0 4px 20px 0 rgba(41, 31, 79, 0.0509803922);
  left: 0;
  margin-inline: auto;
  max-width: 1580px;
  position: fixed;
  right: 0;
  top: 12px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 5;
}

@media only screen and (max-width: 1600px) {
  header.header-fixed {
    max-width: 92%;
  }
}

header.header-fixed .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 14px 14px 24px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .wrapper {
    padding: 14px 32px;
  }
}

@media only screen and (max-width: 768px) {
  header.header-fixed .wrapper {
    padding: 14px 40px;
  }
}

@media only screen and (max-width: 568px) {
  header.header-fixed .wrapper {
    padding: 14px 20px;
  }
}

header.header-fixed .wrapper .logo-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 216px;
}

header.header-fixed .wrapper .logo-link img + img {
  margin: 5px 0 0 13px;
}

@media only screen and (max-width: 767px) {
  header.header-fixed .wrapper .logo-link {
    max-width: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  header.header-fixed .wrapper .logo-link img {
    max-width: 100%;
    height: auto;
  }

  header.header-fixed .wrapper .logo-link img + img {
    max-width: 55px;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  header.header-fixed .wrapper .logo-link .logo-desktop {
    display: none;
  }
}

header.header-fixed .wrapper .logo-link .logo-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  header.header-fixed .wrapper .logo-link .logo-mob {
    display: block;
  }
}

header.header-fixed .wrapper nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .wrapper nav {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

header.header-fixed .wrapper nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header-fixed .wrapper nav ul.links {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .wrapper nav ul.links {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 992px) {
  header.header-fixed .wrapper nav ul.links {
    padding: 16px 0;
  }
}

header.header-fixed .wrapper nav ul.links.show {
  background-color: #FFFFFF;
  border-radius: 20px;
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 86px;
  visibility: visible;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .wrapper nav ul.links.show {
    padding: 16px 0;
  }
}

@media only screen and (max-width: 568px) {
  header.header-fixed .wrapper nav ul.links.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100svh - 90px);
    overflow-y: auto;
  }
}

header.header-fixed .wrapper nav ul.links.show li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 52px;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .wrapper nav ul.links.show li {
    padding: 16px;
  }
}

header.header-fixed .wrapper nav ul.links.show li:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

header.header-fixed .wrapper nav ul.links.show li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

header.header-fixed .wrapper nav ul.links.show li:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

header.header-fixed .wrapper nav ul.links.show li:nth-child(4) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

header.header-fixed .wrapper nav ul.links li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #291F4F;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media only screen and (max-width: 767px) {
  header.header-fixed .wrapper nav ul.links li {
    font-size: 16px;
  }
}

header.header-fixed .wrapper nav ul.links li:hover {
  cursor: pointer;
}

header.header-fixed .wrapper nav ul.links li[data-about-us-menu] {
  color: #291F4F;
}

header.header-fixed .wrapper nav ul.links li a {
  color: #291F4F;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .wrapper nav ul.links li a {
    font-size: 16px;
    line-height: 160%;
  }
}

header.header-fixed .wrapper nav ul.links li[data-blog-menu] {
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

header.header-fixed .wrapper nav ul.links li[data-blog-menu] .sub-menu {
  right: -200px;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .wrapper nav ul.links li[data-blog-menu] .sub-menu {
    right: 0;
    top: 45px;
  }
}

header.header-fixed .wrapper nav ul.links li[data-blog-menu]:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .wrapper nav ul.links li[data-blog-menu] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

header.header-fixed .wrapper nav ul.links li svg {
  cursor: pointer;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

header.header-fixed .wrapper nav ul.links li svg.show {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

header.header-fixed .wrapper a.header-cta-button {
  background-color: #291F4F;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 11px 50px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

header.header-fixed .wrapper a.header-cta-button:hover {
  background-color: #15152D;
}

header.header-fixed .popup-menu {
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(41, 31, 79, 0.05);
          box-shadow: 0 4px 20px 0 rgba(41, 31, 79, 0.05);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .popup-menu {
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    right: auto;
    top: 230px;
    width: 100%;
    position: static;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    padding: 24px 4px 32px;
    margin-top: 16px;
    border-top: 1px solid rgba(41, 31, 79, 0.2);
    -webkit-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
}

@media only screen and (max-width: 992px) {
  header.header-fixed .popup-menu {
    padding: 32px 16px;
    top: 220px;
  }
}

@media only screen and (max-width: 767px) {
  header.header-fixed .popup-menu {
    top: 235px;
  }
}

header.header-fixed .popup-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .popup-menu-wrapper {
    gap: 20px;
  }
}

@media only screen and (max-width: 992px) {
  header.header-fixed .popup-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

header.header-fixed .popup-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

header.header-fixed .popup-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

header.header-fixed .popup-menu .menu-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .popup-menu .menu-column {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  header.header-fixed .popup-menu .menu-column {
    min-width: 35%;
  }
}

@media only screen and (max-width: 992px) {
  header.header-fixed .popup-menu .menu-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

@media only screen and (max-width: 568px) {
  header.header-fixed .popup-menu .menu-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 50%;
    row-gap: 24px;
  }
}

header.header-fixed .popup-menu .menu-column .menu-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}

header.header-fixed .popup-menu .menu-column .menu-column .menu-category ul li:first-child {
  margin-bottom: 0;
}

header.header-fixed .popup-menu .menu-column .menu-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .popup-menu .menu-column .menu-category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    width: 50%;
  }
}

header.header-fixed .popup-menu .menu-column .menu-category svg {
  min-width: 20px;
}

header.header-fixed .popup-menu .menu-column .menu-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

header.header-fixed .popup-menu .menu-column .menu-category ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  padding: 0 !important;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .popup-menu .menu-column .menu-category ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  header.header-fixed .popup-menu .menu-column .menu-category ul li {
    font-size: 16px;
  }
}

header.header-fixed .popup-menu .menu-column .menu-category ul li a {
  color: rgba(41, 31, 79, 0.6);
  font-weight: 400;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

header.header-fixed .popup-menu .menu-column .menu-category ul li a:hover {
  color: #84ABFB;
}

header.header-fixed .popup-menu .menu-column .menu-category ul li:first-child {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 4px;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .popup-menu .menu-column .menu-category ul li:first-child {
    font-size: 16px;
  }
}

header.header-fixed .popup-menu .menu-column .menu-category ul li:first-child a {
  color: #291F4F;
  font-weight: 500;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

header.header-fixed .popup-menu .menu-column .menu-category ul li:first-child a:hover {
  opacity: 0.8;
}

header.header-fixed .menu-button {
  display: none;
}

@media only screen and (max-width: 1200px) {
  header.header-fixed .menu-button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 9px;
    row-gap: 6px;
  }
}

header.header-fixed .menu-button.open div:nth-child(2) {
  opacity: 0;
}

header.header-fixed .menu-button.open div:first-child {
  top: 7px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

header.header-fixed .menu-button.open div:last-child {
  top: -8px;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header.header-fixed .menu-button div {
  background-color: #291F4F;
  border-radius: 2px;
  height: 1.5px;
  position: relative;
  top: 0;
  -webkit-transform: inherit;
       -o-transform: inherit;
          transform: inherit;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 22px;
}

header .wrapper nav ul.links li svg,
header .wrapper nav ul.links li img {
  cursor: pointer;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

header .wrapper nav ul.links li svg.show,
header .wrapper nav ul.links li img.show {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .wrapper nav ul.links li [data-arrow] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 1200px) {
  header .wrapper nav ul.links li.blog-menu,
  header .wrapper nav ul.links li.menu-item-has-children {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}

@media only screen and (min-width: 1201px) {
  header .wrapper nav ul.links li.menu-item-has-children:hover,
  header.header-fixed .wrapper nav ul.links li[data-blog-menu]:hover {
    opacity: 1;
  }

  header .wrapper nav ul.links li.menu-item-has-children:hover .sub-menu,
  header.header-fixed .wrapper nav ul.links li[data-blog-menu]:hover .sub-menu {
    display: block;
    opacity: 1;
    padding-top: 40px;
  }

  header .wrapper nav ul.links li.menu-item-has-children:hover svg[data-arrow],
  header.header-fixed .wrapper nav ul.links li[data-blog-menu]:hover svg[data-arrow] {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (max-width: 1200px) {
  header .wrapper nav ul.links li.menu-item-has-children:hover .sub-menu,
  header.header-fixed .wrapper nav ul.links li[data-blog-menu]:hover .sub-menu {
    padding-top: 0;
  }
}

header .wrapper .menu-item .sub-menu {
  display: none;
  padding-top: 35px;
  position: absolute;
  right: -35px;
  top: 24px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  header .wrapper .menu-item .sub-menu {
    padding-top: 0;
    right: 0;
  }
}

header .wrapper .menu-item .sub-menu ul.sub-menu-list {
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(41, 31, 79, 0.05);
          box-shadow: 0 4px 20px 0 rgba(41, 31, 79, 0.05);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 32px;
}

@media only screen and (max-width: 1200px) {
  header .wrapper .menu-item .sub-menu ul.sub-menu-list {
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 24px 4px 0;
    margin-top: 16px;
    border-top: 1px solid rgba(41, 31, 79, 0.2);
  }
}

header .wrapper .menu-item .sub-menu .popup-menu {
  right: -170px;
  top: 40px;
}

header .wrapper .menu-item .sub-menu li {
  -webkit-column-gap: 12px !important;
     -moz-column-gap: 12px !important;
          column-gap: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  header .wrapper .menu-item .sub-menu li {
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

header .wrapper .menu-item .sub-menu li:hover a {
  opacity: 0.8;
}

@media only screen and (max-width: 1200px) {
  header .wrapper .menu-item .sub-menu {
    display: none;
    position: static;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    right: auto;
    top: 110px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  header .wrapper .menu-item .sub-menu.show {
    display: block;
  }

  header.header-fixed .wrapper nav ul.links.show li .sub-menu ul li {
    padding: 0 !important;
  }
}

.admin-logged-in header.header-fixed {
  top: 48px;
}

.admin-logged-in header.header-fixed.is-sticky {
  top: 32px;
}

.admin-logged-in header.header-fixed.move-to-top {
  top: -100px;
}

footer .wrapper {
  border-top: 1px solid rgba(41, 31, 79, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0 64px;
}

@media only screen and (max-width: 1200px) {
  footer .wrapper {
    padding: 62px 0 130px;
  }
}

@media only screen and (max-width: 568px) {
  footer .wrapper {
    padding-bottom: 60px;
  }
}

footer .wrapper .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  footer .wrapper .top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  footer .wrapper .footer-left {
    text-align: center;
  }
}

footer .wrapper .footer-left .logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
  width: 269px;
}

footer .wrapper .footer-left .logo-link img + img {
  margin: 5px 0 0 13px;
}

@media only screen and (max-width: 1200px) {
  footer .wrapper .footer-left .logo-link {
    margin-bottom: 24px;
    width: 257px;
    margin-left: auto;
    margin-right: auto;
  }
}

footer .wrapper .footer-left .copyright {
  font-size: 14px;
  line-height: 160%;
  opacity: 0.4;
}

@media only screen and (max-width: 1200px) {
  footer .wrapper .footer-right {
    margin: 62px 0;
  }
}

footer .wrapper nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

@media only screen and (max-width: 1200px) {
  footer .wrapper nav {
    gap: 52px;
  }
}

@media only screen and (max-width: 568px) {
  footer .wrapper nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  footer .wrapper nav .nav-wrapper {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 568px) {
  footer .wrapper nav .nav-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

footer .wrapper nav .nav-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 22px;
}

footer .wrapper 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;
  gap: 24px;
  opacity: 0.4;
}

footer .wrapper nav ul li a {
  color: #291F4F;
  font-size: 14px;
  line-height: 160%;
  text-decoration: none;
}

footer .wrapper .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: -24px;
}

@media only screen and (max-width: 1200px) {
  footer .wrapper .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}

footer .wrapper .socials a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 24px;
}

footer .wrapper .socials a:hover {
  opacity: 0.8;
}

footer .wrapper .socials a svg {
  min-width: 20px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: FixelDisplay, sans-serif;
  color: #291F4F;
  background-color: #F7F4EF;
}

.container {
  max-width: 1650px;
  padding: 0 80px;
}

@media only screen and (max-width: 568px) {
  .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 568px) {
  .container {
    padding: 0 16px;
  }
}

section.category .title a,
section.category .main-title a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F683FF), to(#F683FF));
  background-image: -webkit-linear-gradient(#F683FF, #F683FF);
  background-image: -o-linear-gradient(#F683FF, #F683FF);
  background-image: linear-gradient(#F683FF, #F683FF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 3px;
  -webkit-transition: background-size 500ms ease-in-out;
  -o-transition: background-size 500ms ease-in-out;
  transition: background-size 500ms ease-in-out;
}

section.category .title a:hover,
section.category .main-title a:hover {
  background-size: 100% 3px;
  color: inherit;
}

section.category .text,
.experts .text,
.subscribe .text {
  max-width: 387px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  section.category .text,
  .experts .text,
  .subscribe .text {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 568px) {
  section.category .text,
  .experts .text,
  .subscribe .text {
    max-width: 350px;
    text-align: center;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}

section.category .title:not(h2, h3, h4),
.experts .title:not(h2, h3, h4),
.subscribe .title:not(h2, h3, h4) {
  font-weight: 700;
  font-family: FixelDisplay, sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 568px) {
  section.category .title:not(h2, h3, h4),
  .experts .title:not(h2, h3, h4),
  .subscribe .title:not(h2, h3, h4) {
    font-size: 18px;
    line-height: 24px;
  }
}

section.category .subtitle,
.experts .subtitle,
.subscribe .subtitle {
  color: #7E7F82;
  font-family: FixelDisplay, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 568px) {
  section.category .subtitle,
  .experts .subtitle,
  .subscribe .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

.articles .article {
  width: 100%;
}

p {
  margin: 0;
}

strong {
  font-weight: 600;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button {
  border: none;
  border-radius: 0;
  margin: 0;
}

input {
  border: none;
  border-radius: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

picture {
  display: block;
}

img {
  height: auto;
}

.category .wrapper {
  padding: 200px 0;
}

@media only screen and (max-width: 992px) {
  .category .wrapper {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 568px) {
  .category .wrapper {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 568px) {
  .category .wrapper + .wrapper {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 568px) {
  .category .articles .h2 {
    text-align: left;
  }
}

.category .articles .title-wrapper {
  margin-bottom: 60px;
}

@media only screen and (max-width: 568px) {
  .category .articles .title-wrapper {
    margin-bottom: 50px;
  }
}

.category .articles-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px;
}

.category .articles-wrapper .load-more {
  grid-column: span 6;
}

.category .articles-wrapper .load-more-wrapper.active {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px;
}

.category .articles-wrapper .article-item {
  grid-column: span 2;
}

.category .articles-wrapper .article-item-large {
  grid-column: span 3;
}

@media only screen and (max-width: 992px) {
  .category .articles-wrapper .article-item,
  .category .articles-wrapper .article-item-large {
    grid-column: span 6;
  }
}

.category .articles .text .title {
  font-family: FixelDisplay, sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 568px) {
  .category .articles .text .title {
    font-size: 18px;
    line-height: 24px;
  }
}

.category .articles .text .subtitle {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .category .articles .text .subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #7E7F82;
  }
}

.category .articles img {
  border-radius: 4px;
}

.category .articles .cover {
  display: block;
  height: auto;
  width: 100%;
}

.category .articles .date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-size: 16px;
  font-family: FixelDisplay, sans-serif;
  line-height: 160%;
  font-weight: 400;
}

@media only screen and (max-width: 568px) {
  .category .articles .date-time {
    font-size: 14px;
  }
}

.category .articles .date-time .time {
  color: rgba(41, 31, 79, 0.6);
}

.category .articles a {
  text-decoration: none;
}

.category .articles .title,
.category .articles .main-title {
  font-family: degular, sans-serif;
  font-weight: 600;
}

.category .articles .subtitle,
.category .articles .main-subtitle {
  color: rgba(41, 31, 79, 0.6);
  font-family: FixelDisplay, sans-serif;
  font-weight: 400;
}

.category .articles + .articles {
  margin-top: 200px;
}

@media only screen and (max-width: 768px) {
  .category .articles + .articles {
    margin-top: 175px;
  }
}

@media only screen and (max-width: 568px) {
  .category .articles + .articles {
    margin-top: 95px;
  }
}

.category .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.category .info.hidden {
  display: none;
}

.category .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

@media only screen and (max-width: 568px) {
  .category .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}

.category .items .title:not(h3, h4) {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 568px) {
  .category .items .title:not(h3, h4) {
    font-size: 18px;
    line-height: 24px;
  }
}

.category .items.submain .article {
  width: 33.33%;
}

@media only screen and (max-width: 568px) {
  .category .items.submain .article {
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .category .items.submain {
    row-gap: 8px;
  }

  .category .items.submain .article {
    border-radius: 4px;
    padding: 20px;
  }

  .category .items.submain .article:first-child {
    background-color: #106368;
  }

  .category .items.submain .article:first-child .title,
  .category .items.submain .article:first-child .date,
  .category .items.submain .article:first-child .time,
  .category .items.submain .article:first-child a {
    color: #F6F8F9;
  }

  .category .items.submain .article:nth-child(2) {
    background-color: #A1DDC0;
  }

  .category .items.submain .article:nth-child(2) .title,
  .category .items.submain .article:nth-child(2) .date,
  .category .items.submain .article:nth-child(2) .time,
  .category .items.submain .article:nth-child(2) a {
    color: #106368;
  }

  .category .items.submain .article:last-child {
    background-color: #D4D2FF;
  }

  .category .items.submain .article:last-child .title,
  .category .items.submain .article:last-child .date,
  .category .items.submain .article:last-child .time,
  .category .items.submain .article:last-child a {
    color: #106368;
  }
}

@media only screen and (min-width: 569px) {
  .category .items.submain .article {
    max-width: calc(33.3333333333% - 20px);
  }
}

.swiper {
  overflow: visible !important;
}

.swiper .swiper-button-prev {
  left: 0;
}

.swiper .swiper-button-next {
  right: 0;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: -80px;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  content: none;
}

.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  cursor: none;
  opacity: 0.4;
}

@media only screen and (max-width: 568px) {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    bottom: -60px;
  }
}

.pagination {
  text-align: center;
  margin: 90px 0 300px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin: 90px 0 200px;
  }
}

.pagination .page-numbers {
  color: #291F4F;
  font-family: degular, sans-serif;
  font-size: 24px;
  line-height: 160%;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}

@media only screen and (max-width: 568px) {
  .pagination .page-numbers {
    font-size: 20px;
    line-height: 38px;
  }
}

.pagination .page-numbers:not(.prev, .next) {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.pagination .page-numbers.current {
  background-color: rgba(41, 31, 79, 0.1019607843);
  border-radius: 50%;
}

.pagination .page-numbers.next {
  font-size: 16px;
  margin-left: 10px;
}

.pagination .page-numbers.prev {
  font-size: 16px;
  margin-right: 10px;
}

@media only screen and (max-width: 568px) {
  .text-center-sm {
    text-align: center;
  }
}

.w100 {
  width: 100%;
}

.main-banner .wrapper .text {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}



/*# sourceMappingURL=common-new.css.map*/