/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* body */
@media (max-width: 1100px) {
  body {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
}
/* end body */

/* heading */
@media (min-width: 769px) and (max-width: 1100px) {
  .nl-nvx .h1_hero,
  .nl-nvx h1.hero__banner__content-title-el,
  .nl-nvx h1.hero__banner__content-title-el,
  .nl-nvx h1.hero__angled__content-title-el,
  .nl-nvx h1.fn__typed__title,
  .nl-nvx h1.fn__newsletter__text-tit {
    font-size: clamp(50px, 63 / 1100 * 100vw, 63px);
  }
}

@media (max-width: 768px) {
  :root {
    --global-h1-size: clamp(30px, 50 / 768 * 100vw, 50px);
    --global-h2-size: clamp(26px, 35 / 768 * 100vw, 35px);
    --global-h3-size: clamp(24px, 32 / 768 * 100vw, 32px);
    --global-h4-size: clamp(20px, 22 / 768 * 100vw, 22px);
    --global-h5-size: clamp(16px, 18 / 768 * 100vw, 18px);
    --global-h6-size: clamp(14px, 16 / 768 * 100vw, 16px);
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .nl-nvx .h1,
  .nl-nvx h1 {
    font-size: clamp(45px, 55 / 1100 * 100vw, 55px);
  }

  .nl-nvx .h2,
  .nl-nvx h2 {
    font-size: clamp(35px, 40 / 1100 * 100vw, 40px);
  }

  .nl-nvx .h3,
  .nl-nvx h3 {
    font-size: clamp(32px, 37 / 1100 * 100vw, 37px);
  }

  .nl-nvx .h4,
  .nl-nvx h4 {
    font-size: clamp(22px, 25 / 1100 * 100vw, 25px);
  }

  .nl-nvx .h5,
  .nl-nvx h5 {
    font-size: clamp(18px, 20 / 1100 * 100vw, 20px);
  }

  .nl-nvx .h6,
  .nl-nvx h6 {
    font-size: clamp(16px, 20 / 1100 * 100vw, 20px);
  }
}

body {
  font-family: var(--HeroH1Font);
}

.nl-nvx h1,
.nl-nvx h2,
.nl-nvx h3,
.nl-nvx h4,
.nl-nvx h5,
.nl-nvx h6 {
  margin: 0 0 1rem;
  font-family: var(--HeroH1Font);
}

.nl-nvx h1 span,
.nl-nvx h2 span {
  font-weight: 400;
}

.nl-nvx b,
.nl-nvx strong,
.nl-nvx trong a,
.nl-nvx strong a:hover {
  font-weight: 700;
}
/* end heading */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Buttons */
.nl-nvx .button.button--large {
  letter-spacing: -1.273px;
}

.nl-nvx .block--dark .button.primary_button {
  border-color: #fff;
}

.nl-nvx .block--dark .button.primary_button:hover {
  border-color: #fff;
}

.nl-nvx .cta-global {
  display: flex;
  width: 100%;
  justify-content: inherit;
  flex-wrap: wrap;
}

.nl-nvx .cta-global a {
  display: flex;
  border: 2.5px solid #FFFFFF;
  font-weight: 700;
  border-radius: 30px;
  letter-spacing: -1.273px;
  text-decoration: none;
  padding-top: 11px;
  padding-right: 36px;
  padding-bottom: 11px;
  padding-left: 36px;
  font-size: 25px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: none;
}

.nl-nvx .cta-global a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  transition: all .4s ease-in-out;
  background-image: none;
  border-radius: 30px;
}

.nl-nvx .cta-global a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  transition: all .4s ease-in-out;
  z-index: -1;
  display: block;
  background-image: none;
  background-color: #606161;
}

.nl-nvx .cta-global a:hover:after {
  width: 100%;
  height: 100%;
}

.nl-nvx .cta-global {

}

@media (max-width: 1100px) {
  .nl-nvx .button.button--large, 
  .nl-nvx .cta-global a {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .nl-nvx .button.button--large,
  .nl-nvx .cta-global a {
    font-size: 20px;
  }
}
/* End Buttons */

/* Helpers Classes */
.nl-nvx .p-0 {
  padding: 0;
}

.nl-nvx .p-0 .hdg__ocean_wrap {
  padding: 0;
}

.nl-nvx .mw-910 {
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
}

.nl-nvx .heading-decor h1:first-child:before,
.nl-nvx .heading-decor h2:first-child:before,
.nl-nvx .heading-decor h3:first-child:before {
  content: '';
  width: 72px;
  height: 7px;
  background: #606161;
  position: absolute;
  left: 0;
  top: -26px;
}

.nl-nvx .heading-decor h1:first-child,
.nl-nvx .heading-decor h2:first-child,
.nl-nvx .heading-decor h3:first-child {

}





.dnd-module .global-forms .fn__newsletter__form .hsfc-Step__Content {
  padding: 0;
}

.dnd-module .global-forms .fn__newsletter__form form label:not(.hs-error-msg) {
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #19222a;
  margin: 0;
}

.webinar-content-section .dnd-module .global-forms .fn__newsletter__form form label:not(.hs-error-msg) {
  color: #fff;
}

.dnd-module .global-forms .fn__newsletter__form form input,
.dnd-module .global-forms .fn__newsletter__form form textarea {
  padding: 13px;
  border: 1px solid #000000;
  font-size: 16px;
  background: #fff;
  border-radius: 8px;
}

.dnd-module .global-forms .fn__newsletter__form form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options {
  display: flex;
  gap: 36px;
}

.dnd-module .global-forms .fn__newsletter__form form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options label {
  margin-bottom: 6px;
}


.dnd-module .global-forms .fn__newsletter__form form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options input {
  width: 17px !important;
  height: 17px !important;
  padding: 0;
}

.dnd-module .global-forms .fn__newsletter__form form .hsfc-ErrorAlert {
  color: #ef6b51;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  position: absolute;
  bottom: -5px;
  left: 5px;
}

.dnd-module .global-forms .fn__newsletter__form form .hsfc-Row > div {
  position: relative;
}


.dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow .actions, 
.dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow button,
.dnd-module .fn__newsletter__form form .hs-submit .hs-button {
  padding: 18px 35px !important;;
  letter-spacing: -1.3px !important;;
  min-width: 100% !important;;
  font-size: 25px !important;
  border-radius: 30px !important;;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  background-color: unset;
  transform: unset;
  overflow: hidden;
  border: 3px solid #FFFFFF !important;;
}

.dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow .actions:hover, 
.dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow button:hover {
  background-color: unset;
}


.dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow .actions:before,
.dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  transition: all .4s ease-in-out;
  background-image: none;
  background-color: rgba(100, 137, 60, 1.0);
  border-radius: 30px;
}


.dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow .actions:after, 
.dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  transition: all .4s ease-in-out;
  z-index: -1;
  display: block;
  background-image: none;
  background-color: rgba(96, 97, 97, 1.0);
}


.dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow .actions:hover:after,
.dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow button:hover:after  {
  width: 100%;
  height: 100%;
}

.dnd-module .global-forms .fn__newsletter__form form .hs-submit {
  border-radius: 30px !important;
  margin-left: auto;
}

@media (max-width: 1100px) {
  .dnd-module .global-forms .fn__newsletter__form form .hsfc-RadioFieldGroup .hsfc-RadioFieldGroup__Options {
    display: flex;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow .actions, 
  .dnd-module .global-forms .fn__newsletter__form form .hsfc-NavigationRow button,
  .dnd-module .global-forms .fn__newsletter__form form .hs-submit .hs-button {
    font-size: 20px !important;
  }
}

@media (max-width: 430px) {
  .dnd-module .global-forms .fn__newsletter__form form .hs-submit {
    width: 100%;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.nl-nvx #header__fix {
  transition: top 0.6s ease 0s, padding 0.6s ease 0s;
}

/* .nl-nvx #header__fix.sticky-trans {
padding: 5px 0;
} */

.nl-nvx .announcement-banner {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.nl-nvx .announcement-banner .row-number-4 > .row-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nl-nvx .announcement-banner .row-number-4 > .row-fluid .dnd-column {
  width: max-content;
  flex: unset;
  margin: 0;
}

.nl-nvx .announcement-banner .row-number-4 .row-fluid .dnd-column .hs_cos_wrapper_type_cta a {
  display: flex !important;
  border: 2.5px solid #B8A265;;
  border-radius: 30px;
  box-shadow: none;
  color: #B8A265;
  fill: #B8A265;
  font-family: var(--buttonPrimaryFont);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  overflow: hidden;
  padding: 5px 35px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  z-index: 0;
}

.nl-nvx .announcement-banner .row-number-4 .row-fluid .dnd-column .hs_cos_wrapper_type_cta a:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .4s ease-in-out;
  width: 100%;
  z-index: -1;
}

.nl-nvx .announcement-banner .row-number-4 .row-fluid .dnd-column .hs_cos_wrapper_type_cta a:after {
  background-color: #606161;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .4s ease-in-out;
  width: 100%;
  z-index: -1;
}

.nl-nvx .announcement-banner .row-number-4 .row-fluid .dnd-column .hs_cos_wrapper_type_cta a:hover {
  color: #fff;
  fill: #fff;
}

.nl-nvx .announcement-banner .row-number-4 .row-fluid .dnd-column .hs_cos_wrapper_type_cta a:hover:after {
  height: 100%;
  width: 100%;
}


.header__container {
  position: fixed;
  top: 50px;
  transition: top .6s ease 0s;
  width: 100%;
}

.nl-nvx #header__fix:not(.sticky-trans) {
  box-shadow: 4px 4px 14px rgb(119 106 53 / 19%);
}

.nl-nvx .header__container--left .header__search-col {
  flex: 0 0 40px;
}

.nl-nvx .search__button {
  padding: 0;
}

.nl-nvx .search__button svg,
.nl-nvx .header__user-col svg {
  fill: #B8A265;
  color: #B8A265;
}


.nl-nvx .header__menu-submenu .header__menu-link:not(.button).page__active,
.nl-nvx .inner__menu ul li a, .submenu__icon-inner a > *.page__active {
  color: #B8A265;
}

.nl-nvx .header__menu-link--active-link:after {
  opacity: 0 !important;
}

.nl-nvx .header__menu-link--active-link:hover:after {
  opacity: var(--hover-indicator-active) !important;
}

.nl-nvx .search__button:hover svg,
.nl-nvx .header__user-col:hover svg {
  fill: #888c8e;
  color: #888c8e;
}

@media (min-width: 1500px) {  
  .nl-nvx .header__container--left .header__wrapper--bottom {
    grid-gap: 19px;
  }
}

@media (min-width: 983px) {
  .nl-nvx #header__fix.sticky-trans {
    padding: 20px 0;
  }
}

@media (min-width: 1201px) {
  .nl-nvx .header__menu-link {
    padding: 0 7.8px;
  }

  .nl-nvx  .header__menu-submenu {
    top: calc(100% + 1px);
  }

  .nl-nvx .header__menu-submenu .header__menu-link {
    padding: 15px 20px;
  }

  .nl-nvx .header__container--left .header__search-col {
    flex: 0 0 24px;
  }

  .nl-nvx .header__menu-child-toggle,
  .nl-nvx button.header__menu-child-toggle {
    margin-left: 0;
    padding-right: 0.625rem;
    pointer-events: none;
    flex: none;
  }
}

@media (max-width: 1200px) {
  .nl-nvx .header__menu-child-toggle:not(.header__menu-child-toggle--open) ~ .header__menu-submenu {
    display: none;
  }

  .nl-nvx .header__menu-inver {
    order: 3;
    grid-gap: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .nl-nvx .header__menu-item {
    display: block;
    text-align: left;
    width: 100%;
  }

  .nl-nvx  .header__menu-child-toggle,
  .nl-nvx  .header__menu-child-toggle:hover,
  .nl-nvx  .header__menu-child-toggle:focus,
  .nl-nvx  .header__menu-child-toggle:active {
    border: 0;
    cursor: pointer;
    padding: 18px 20px 18px 30px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .nl-nvx .header__menu-submenu,
  .nl-nvx .header__menu-submenu--level-3, 
  .nl-nvx .header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
    border: none;
    position: static;
    width: 100%;
    max-width: 100%;
  }

  .nl-nvx .header__menu-container--mobile {
    display: block;
  }

  .nl-nvx .header__menu--desktop {
    display: none;
  }

  .nl-nvx .header__container--left .header__logo-col {
    flex: 1 0 0;
  }

  .nl-nvx .header__menu-toggle--show {
    display: flex;
  }

  .nl-nvx .header__menu--show {
    display: block;
  }

  .nl-nvx .header__menu-wrapper {
    max-height: calc(100vh - 20px);
    overflow: auto;
    flex-direction: column;
  }

  .nl-nvx .header__menu--mobile {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .nl-nvx .header__menu-link {
    display: block;
    padding: 0.7rem 1rem;
    width: 100%;
  }

  .nl-nvx .header__menu-item--depth-1 a {
    line-height: 1.5 !important;
  }

  .nl-nvx .header__container--left .header__search-col {
    flex: 0 0 40px;
  }
}

@media (max-width: 982px) {
  .header__menu-item--depth-1 > .header__menu-link.header__menu-link--active-link:not(.button),
  .inner__menu ul li a.header__menu-link--active-link {
    color: #b2a269;
  }
}

@media (max-width: 767px) {
  .nl-nvx .announcement-banner .row-number-4 > .row-fluid {
    gap: 5px;
  }
}

/* @media (min-width: 769px) {
.nl-nvx .header__container--left .header__search-col {
flex: 0 0 24px;
}
} */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.nl-nvx .footer-top-section {
  border-top: 14px solid #CFC198;
}

.nl-nvx .footer-top-section .span12 > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.nl-nvx .footer-top-section .span12 > .row-fluid-wrapper > .row-fluid:before,
.nl-nvx .footer-top-section .span12 > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}

.nl-nvx .footer-top-section .footer-col-1-3 {
  width: fit-content;
  margin: 0;
  flex-basis: unset;
}

.nl-nvx .footer-top-section .footer-col-2-3 {
  width: fit-content;
  max-width: 450px;
  margin: 0;
  flex-basis: unset;
}

.nl-nvx .footer-top-section .footer-col-2-3 {

}

.nl-nvx .footer-top-section .footer-col-2-3 .hsfc-Step__Content {
  padding: 0;
}

.nl-nvx .footer-top-section .footer-col-2-3  form .hsfc-Step__Content label:not(.hs-error-msg) {
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #231F20;
  margin: 0;
}

.nl-nvx .footer-top-section .footer-col-2-3 form .hsfc-Step__Content input {
  padding: 15px;
  font-size: 16px;
  background: #fff;
  border-radius: 8px;
}

.nl-nvx .footer-top-section .footer-col-2-3 form .hsfc-Step__Content .hsfc-ErrorAlert {
  color: #ef6b51;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  position: absolute;
  bottom: -5px;
  left: 5px;
}

.nl-nvx .footer-top-section .footer-col-2-3  form .hsfc-Step__Content .hsfc-Row > div {
  position: relative;
}

.nl-nvx .footer-top-section .footer-col-2-3 form .hsfc-Step__Content .hsfc-NavigationRow button {
  padding: 10px 21px;
  letter-spacing: -1.3px;
  font-size: 19px !important;
  border-radius: 30px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transform: unset;
  z-index: 0;
  overflow: hidden;
}

.nl-nvx .footer-top-section .footer-col-2-3 form .hsfc-Step__Content .hsfc-NavigationRow button:hover{
  background-color: unset;
}


.nl-nvx .footer-top-section .footer-col-2-3 form .hsfc-Step__Content .hsfc-NavigationRow button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  transition: all .4s ease-in-out;
  background-image: none;
  background-color: #606161;
  border-radius: 30px;
}


.nl-nvx .footer-top-section .footer-col-2-3 form .hsfc-Step__Content .hsfc-NavigationRow button:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  transition: all .4s ease-in-out;
  z-index: -1;
  display: block;
  background-image: none;
  background-color: rgba(100, 137, 60, 1.0);
}


.nl-nvx .footer-top-section .footer-col-2-3 form .hsfc-Step__Content .hsfc-NavigationRow button:hover:after {
  width: 100%;
  height: 100%;
}


.nl-nvx .footer-top-section .footer-col-2-3 [data-hsfc-id=Renderer] .hsfc-NavigationRow {
  margin-top: 22px;
}

.nl-nvx .footer-top-section .footer-col-3-3 {
  width: fit-content;
  margin: 0;
  flex-basis: unset;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: start;
  gap: 10px;
}

.nl-nvx .footer-top-section .footer-col-3-3 > .dnd-row > .row-fluid {
  text-align: start;
  width: max-content;
}

.nl-nvx .footer-top-section .footer-col-3-3 > .dnd-row > .row-fluid a:hover {
  color: #494d4e;
}

@media (max-width: 1023px) {
  .nl-nvx .footer-top-section .footer-col-2-3 {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}

@media (max-width: 450px) {
  .nl-nvx .footer-top-section .footer-col-3-3 {
    order: -1;
    width: 100%;
  }
}

.nl-nvx footer .footer-top-section .hs-menu-wrapper > ul {
  grid-gap: 0;
}

.nl-nvx footer .footer-top-section .hs-menu-wrapper > ul li {
  letter-spacing: -0.789px;
}

@media (max-width: 767px) {
  .nl-nvx footer .footer-top-section .hs-menu-wrapper > ul li {
    flex: auto;
    width: 100%;
  }
}

.nl-nvx footer .footer-top-section .footer-col-2-3 .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 6px;
}

.nl-nvx footer .footer-top-section .footer-col-2-3 .hs_cos_wrapper_type_rich_text p {
  font-size: 15px !important;
  letter-spacing: normal;
  line-height: normal;
}

.nl-nvx footer .footer-top-section .footer-col-2-3 .hs_cos_wrapper_type_rich_text *:last-child {
  margin-bottom: 0;
}

.nl-nvx footer .footer-top-section form label:not(.hs-error-msg) {
  display: none;
}

.nl-nvx footer .footer-top-section form .field {
  margin-bottom: 20px;
}

.nl-nvx footer .footer-top-section form input[type="submit"] {
  padding-top: 5px;
  padding-right: 19px;
  padding-bottom: 8px;
  padding-left: 19px;
  letter-spacing: -0.949px;
}

.nl-nvx footer .footer-top-section #footer-col-2-3 form input[type="submit"]:hover {
  /*   background-color: #B8A265 !important; */
  background-color: transparent !important;
}

.nl-nvx footer .footer-top-section #footer-col-2-3 form input[type="submit"] {
  background-color: transparent !important;
  border-color: #606161 !important;
}

.nl-nvx footer .footer-top-section #footer-col-2-3 form .hs_submit:before {
  background-color: #606161;
}

.nl-nvx footer .footer-top-section #footer-col-2-3 form .hs_submit:after {
  background-color: #B8A265;
}



.nl-nvx footer #footer-copyright .footer__legal {
  gap: 15px 65px;
}

.nl-nvx footer .footer-copyright .footer__legal,
.nl-nvx footer .footer-copyright .footer__legal .footer__legal_menu li > a {
  font-size: 21px;
  font-weight: 300;
  letter-spacing: normal
}

.nl-nvx footer .footer-copyright .footer__legal .footer__legal_menu li > a {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}

.nl-nvx footer #footer-copyright .footer__legal .footer__legal_menu li+li {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.nl-nvx footer #footer-copyright .footer__legal .footer__legal_menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 54px;
  text-align: center;
}

@media (max-width: 1023px) {
  .nl-nvx footer #footer-copyright .footer__legal {
    gap: 15px 30px;
  }

  .nl-nvx footer .footer-copyright .footer__legal,
  .nl-nvx footer .footer-copyright .footer__legal .footer__legal_menu li > a {
    font-size: 18px;
  }

  .nl-nvx footer #footer-copyright .footer__legal .footer__legal_menu ul {
    gap: 15px 30px;
  }

  /*   .nl-nvx footer #footer-copyright .footer__legal .footer__legal_menu li+li {
  margin-left: 30px;
} */
}

@media (max-width: 767px) {
  .nl-nvx footer .footer-copyright .footer__legal,
  .nl-nvx footer .footer-copyright .footer__legal .footer__legal_menu li > a {
    font-size: 16px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.nl-nvx #section-contact .contact-form form {
  grid-gap: 17px 10px;
}

.nl-nvx #section-contact {
  background: linear-gradient(to top, rgb(184 162 101 / 18%) 0, #fff 450px);
}

.nl-nvx #section-contact .contact-left > .row-fluid-wrapper:first-child {
  position: relative;
}

.nl-nvx #section-contact .contact-form form {
  z-index: 1;
}

.nl-nvx #section-contact .contact-form form input {
  padding: 13px;
}

.nl-nvx #section-contact .contact-form form .hs_submit {
  margin: 15px auto 10px;
}

.nl-nvx #section-contact .contact-form .fn__newsletter__note {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #231F20;
}

.nl-nvx #section-contact .contact-form .hs_error_rollup {
  display: none;
}

.nl-nvx #section-contact .contact-form .fn__newsletter__form .hs-error-msgs {
  bottom: -15px;
}

.nl-nvx #section-contact .contact-form form .hs-fieldtype-radio {
  gap: 10px;
  margin-bottom: 15px;
}

.nl-nvx #section-contact .contact-form form .hs-fieldtype-radio .inputs-list {
  display: flex;
  gap: 36px;
}

.nl-nvx #section-contact .contact-form form .hs-fieldtype-textarea textarea {
  min-height: 150px;
}

.nl-nvx #section-contact .contact-form form label:not(.hs-error-msg) {
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #231F20;
}

.nl-nvx #section-contact .contact-form form .hs-fieldtype-radio .hs-form-radio input {
  padding: 5px;
  height: 15px;
  width: 15px !important;
}

.nl-nvx #section-contact .contact-form form .field input.invalid.error {
  border-color: #ef6b51;
}

.nl-nvx #section-contact .contact-form form .hs_submit input[type='submit'] {
  padding: 18px 35px;
  letter-spacing: -1.3px;
  min-width: 356px;
}

.nl-nvx #section-contact .contact-left .widget-type-linked_image {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.nl-nvx #section-contact .contact-left .widget-type-linked_image img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

@media (max-width: 1023px) {
  .nl-nvx #section-contact .contact-form form .hs_submit input[type='submit'] {
    font-size: 20px !important;
  }
}

@media (max-width: 850px) {
  .nl-nvx #section-contact .contact-form .fn__newsletter__wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .nl-nvx #section-contact .contact-form {
    margin-top: 20px;
  }
}

.hs-form .hs-input::placeholder {
  color: #b9b9b9;
  opacity: 1;
}

.hs-form .hs-input.error::placeholder,
.hs-form .hs-input.invalid::placeholder {
  color: #b9b9b9;
  opacity: 1;
}

/* webinar-content-section */
.webinar-content-section {
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0.09%,
      #231F20 93.56%
    ),
    #00AFD8;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

#case-studies-content-section {
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0.09%,
      #231F20 93.56%
    ),
    #C64256;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

#guides-registration-content-section {
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0.09%,
      #231F20 93.56%
    ),
    #64893C;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

#worksheets-content-section {
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0.09%,
      #231F20 93.56%
    ),
    #F2CF48;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

#ebooks-guides-content-section {
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0.09%,
      #231F20 93.56%
    ),
    #64893C;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.nl-nvx .webinar-content-section > .row-fluid {
  max-width: 960px;
}

@media (min-width: 769px) {
  .nl-nvx .webinar-content-section > .row-fluid > .widget-span:first-child {
    margin-left: 0;
    width: 57.3%;
    flex: 0 0 57.3%;
  }

  .nl-nvx .webinar-content-section > .row-fluid > .widget-span {
    margin-left: 5.4%;
    width: 37.3%;
    flex: 0 0 37.3%;
  }

  .nl-nvx .webinar-content-section > .row-fluid > .widget-span:has(.global-forms) {
    position: sticky;
    top: 170px;
    align-self: flex-start;
  }
}

@media (max-width: 768px) {
  .nl-nvx .webinar-content-section > .row-fluid > .widget-span:first-child {
    margin-bottom: 40px;
  }
}

.nl-nvx .webinar-content-section .fn__card__member {
  grid-gap: 26px;
}

.nl-nvx .webinar-content-section .fn__card__member__head {
  grid-gap: 25px;
}

.nl-nvx .webinar-content-section .fn__card__member__cont-title {
  font-size: clamp(20px, 26 / 1100 * 100vw, 26px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.3px;
}

.nl-nvx .webinar-content-section .fn__card__member__cont-jtitle {
  letter-spacing: -0.75px;
}

.nl-nvx .webinar-content-section .fn__card__member__el:hover {
  transform: none;
}

@media (max-width: 767px) {
  .nl-nvx .webinar-content-section .fn__card__member__a {
    width: 100% !important;
    margin: 0 !important;
  }
}


.nl-nvx .webinar-content-section-center > .row-fluid {
  max-width: 887px;
  justify-content: center;
}

@media (min-width: 769px) {
  .nl-nvx .webinar-content-section-center  > .row-fluid > .widget-span:first-child {
    margin-left: 0;
    width: max-content;
    flex: unset;
  }

  .nl-nvx .webinar-content-section-center  > .row-fluid > .widget-span {
    margin-left: 5.4%;
    width: 40%;
    flex: 0 0 42.2%;
  }
}

@media (max-width: 768px) {
  .nl-nvx .webinar-content-section-center  > .row-fluid > .widget-span:first-child {
    margin-bottom: 40px;
  }
}

.nl-nvx .webinar-content-section-center  .fn__card__member {
  grid-gap: 26px;
}

.nl-nvx .webinar-content-section-center  .fn__card__member__head {
  grid-gap: 25px;
}

.nl-nvx .webinar-content-section-center  .fn__card__member__cont-title {
  font-size: clamp(20px, 26 / 1100 * 100vw, 26px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.3px;
}

.nl-nvx .webinar-content-section-center  .fn__card__member__cont-jtitle {
  letter-spacing: -0.75px;
}

.nl-nvx .webinar-content-section-center  .fn__card__member__el:hover {
  transform: none;
}

@media (max-width: 767px) {
  .nl-nvx .webinar-content-section-center  .fn__card__member__a {
    width: 100% !important;
    margin: 0 !important;
  }
}


/* End webinar-content-section */





/* webinar-registration-banner */

.nl-nvx .webinar-registration-banner .hero__angled__content-subtitle-el {
  color: #fff;
}

/* End webinar-registration-banner */


/* single-content-section */
.nl-nvx .single-content-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(66, 62, 63, 0.86) 79%, #231F20 91%), #4A494A;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.nl-nvx .single-content-section > .row-fluid {
  max-width: 887px;
}

@media (min-width: 769px) {
  .nl-nvx .single-content-section > .row-fluid > .widget-span:first-child {
    margin-left: 0;
    width: 53%;
    flex: 0 0 53%;
  }

  .nl-nvx .single-content-section > .row-fluid > .widget-span {
    margin-left: 4.8%;
    width: 40%;
    flex: 0 0 42.2%;
  }
}

@media (max-width: 768px) {
  .nl-nvx .single-content-section > .row-fluid > .widget-span:first-child {
    margin-bottom: 40px;
  }
}

.nl-nvx .single-content-section .fn__card__member {
  grid-gap: 26px;
}

.nl-nvx .single-content-section .fn__card__member__head {
  grid-gap: 25px;
}


.nl-nvx .single-content-section .fn__card__member__cont-title {
  font-size: clamp(20px,26 / 1100 * 100vw ,26px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.3px;
}

.nl-nvx .single-content-section .fn__card__member__cont-jtitle {
  letter-spacing: -0.95px;
}

.nl-nvx .single-content-section .fn__card__member__el:hover {
  transform: none;
}

@media (max-width: 767px) {
  .nl-nvx .single-content-section .fn__card__member__a {
    width: 100% !important;
    margin: 0 !important;
  }
}
/* End single-content-section */

/* single-contact-section */
#single-contact-section {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.00) 34%, rgba(184, 162, 101, 0.26) 87%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

#single-contact-section:before {
  /*   content: '';
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 1600 53.5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='mix-blend-mode: multiply; fill: rgb(255, 255, 255);' opacity='0.9' d='M 0 53.495 L 0 51.39 C 243.25 18.34 511.82 0 794.14 0 C 1076.46 0 1353.3 18.91 1599.51 52.93 L 1599.75 52.93 L 1599.75 53.495 L 0 53.495 Z'/%3E%3C/svg%3E") no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1; */
}

#single-contact-section > .row-fluid {
  max-width: 745px;
}

.nl-nvx #single-contact-section form {
  grid-gap: 20px 10px;
}

.nl-nvx #single-contact-section form {
  z-index: 1;
}

.nl-nvx #single-contact-section form .field label {
  padding-top: 0;
}

.nl-nvx #single-contact-section form .hs-fieldtype-radio .hs-form-radio input {
  padding: 5px;
  height: 15px;
  width: 15px !important;
}

.nl-nvx #single-contact-section form .field input.invalid.error {
  border-color: #ef6b51;
}

.nl-nvx #single-contact-section form .hs_submit input[type='submit'] {
  padding: 18px 35px;
  letter-spacing: -1.298px;
}

@media (max-width: 1023px) {
  .nl-nvx #single-contact-section form .hs_submit input[type='submit'] {
    font-size: 20px !important;
  }

  .nl-nvx #section-contact .contact-form form .hs_submit {
    width: 100%;
  }
}


@media (max-width: 768px) {
  .nl-nvx #single-contact-section form .hs_submit input[type='submit'] {
    min-width: unset;
  }
}
/* End single-contact-section */

.client-testimonials-section .mc-testimonial {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.client-testimonials-section .mc-testimonial blockquote {
  border: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 20px;
}

.client-testimonials-section .mc-testimonials__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 55px;
}

.client-testimonials-section .mc-testimonials__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  border-radius: 50%;
  transition: transform .2s ease, background-color .2s ease;
  margin: 0 !important;
  border: 1px solid #606161;
  background: transparent;
}

.client-testimonials-section .mc-testimonials__pagination .swiper-pagination-bullet-active {
  background: #B8A265;
  border: 1px solid #B8A265;
}

@media (max-width: 768px) {
  .client-testimonials-section .mc-testimonials__pagination {
    margin-top: 35px;
  }

  .client-testimonials-section .mc-testimonial blockquote {
    font-size: 16px;
  }
}

.nl-nvx .section-our-process .span6 {
  width: 50%;
  flex: 50%;
  margin: 0;
}

.nl-nvx .section-our-process .span6 .fn__rich_text_int p {
  line-height: 1.3;
}


.nl-nvx .section-our-process .span6 .fn__rich_text_int:before {
  content: '';
  width: 85px;
  height: 7px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: -26px;
}

.nl-nvx .section-our-process .span6 .button {
  min-width: 388px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .nl-nvx .section-our-process .span6 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nl-nvx .section-our-process .span6 .button-wrapper a {
    font-size: 22px !important;
    min-width: 300px;
  }
}

@media (max-width: 767px) {
  .nl-nvx .section-our-process .span6 {
    width: 100%;
  }

  .nl-nvx .section-our-process .span6 .button-wrapper a {
    min-width: 280px;
  }
}

.nl-nvx .section-transferrable-value .row-fluid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nl-nvx .section-transferrable-value .row-fluid:before,
.nl-nvx .section-transferrable-value .row-fluid:after {
  content: unset;
}

.nl-nvx .section-transferrable-value .span6:nth-child(1) {
  max-width: 560px;
}

.nl-nvx .section-transferrable-value .span6:nth-child(2) {
  max-width: 430px;
}

.nl-nvx .section-transferrable-value .span6 .off__toc {
  max-width: 344px;
}

.nl-nvx .section-transferrable-value .button {
  min-width: 388px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .nl-nvx .section-transferrable-value .span6 .button-wrapper a {
    font-size: 22px !important;
    min-width: 300px;
  }
}

@media (max-width: 767px) {
  .nl-nvx .section-transferrable-value .span6 {
    max-width: 100% !important;
    flex: unset;
    width: 100%;
  }

  .nl-nvx .section-transferrable-value .span6 .button-wrapper a {
    min-width: 280px;
  }

  .nl-nvx .section-transferrable-value .row-fluid {
    gap: 40px;
  }
}

/* our-founder-section */

.our-founder-section .dnd-column .hero__angled__md-navix {
  position: relative;
  padding-bottom: 100%;
}

.our-founder-section .dnd-column .hero__angled__md-navix img {
  position: absolute;
  object-position: top;
}

.our-founder-section .dnd-column .hero__angled__md-navix svg .nvx-video__popup-bg {
  fill: rgba(184, 162, 101, 1.0);
}


@media (min-width: 767px) {
  .our-founder-section .dnd-column:nth-child(1) {
    width: 37.5%;
  }

  .our-founder-section .dnd-column:nth-child(2) {
    width: 59.5%;
  }

  .our-founder-section .dnd-column .hero__angled__md-navix {
    position: relative;
    padding-bottom: 122%;
  }

}
/* End our-founder-section */


/* section-get-clarity-exit-options */
.section-get-clarity-exit-options .dnd-column .cta-wrapper a:before {
  background-color: rgba(170, 75, 89, 1.0);
}
/* End section-get-clarity-exit-options */

/* section-see-how-ready */
.section-see-how-ready .dnd-column .cta-wrapper a:before {
  background-color: rgba(0, 143, 175, 1.0);
}
/* End section-see-how-ready */

/* see-how-ready-section */
.see-how-ready-section .dnd-column .cta-wrapper a:before {
  background-color: rgba(0, 143, 175, 1.0);
}
/* End see-how-ready-section */

/* explore-our-exit-planning-resources-section */
.explore-our-exit-planning-resources-section .dnd-column .cta-wrapper a:before {
  background-color: rgba(83, 115, 50, 1.0);
}
/* End explore-our-exit-planning-resources-section */

/* explore-our-exit-planning-resources-section */
.get-clarity-your-exit-options-section .dnd-column .cta-wrapper a:before {
  background-color: rgba(170, 75, 89, 1.0);
}
/* End explore-our-exit-planning-resources-section */

.privacy-policy-section .hero__angled__content-resume a {
  text-decoration: underline;
  transition: all 0.4s;
}

.privacy-policy-section .hero__angled__content-resume a:hover {
  text-decoration: none;
}


/* section-col-img */
.section-col-img {
  position: relative;
}

.section-col-img .widget-type-linked_image {
  width: 100%;
  height: 100%;
}

.section-col-img .hs_cos_wrapper_type_linked_image {
  position: relative;
  padding-bottom: 60%;
  width: 100%;
}

.section-col-img .hs_cos_wrapper_type_linked_image img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/* End section-col-img */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*  faq-mod */
.section-faq .inner .row h2 {
  font-size: clamp(38px, 60 / 1200 * 100vw, 60px);
  line-height: 1;
}

.section-faq .inner .row {
  align-items: flex-start;
}


@media (min-width: 767px) {
  .section-faq .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-faq .inner:last-child {
    padding-bottom: 110px;
  }
  .section-faq .inner .row .col-1-2 {
    flex: 40.8%;
  }

  .section-faq .inner .row .col-2-2 {
    flex: 60.2%;
  }

  .section-faq .inner .row h2 {
    font-size: clamp(36px, 60 / 1300 * 100vw, 60px);
  }
}

.faq-mod {
  width: 100%;
  display: flex;
  justify-content: center;
}

.faq-mod .faq-mod__content {
  position: relative;
}

.faq-mod .faq-mod__row {
  width: 100%;
  margin: 0 ;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-mod .faq-mod__item {
  margin: 0;
  padding: 14px 0;
  border-bottom: .5px solid var(--color-selected);
}

.faq-mod .faq-mod__item:not(.faq-mod__item-title):first-child {
  border-top: .5px solid var(--color-selected);
}

.faq-mod .faq-mod__item.faq-mod__item-title:first-child {
  padding-top: 0;
}

.faq-mod .faq-mod__item.faq-mod__item-title {
  padding-top: 48px;
}

.faq-mod .faq-mod__header {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  outline: none;
  transition: background 0.17s;
  background: #FFFFFF;
  min-height: 69px;
  border-radius: 8px;
  line-height: 1.15;
  padding: 19px 27px;
  gap: 17px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.faq-mod .faq-mod__header:hover, .open .faq-mod__header {
  background: #606161;
}

.faq-mod .faq-mod__header:hover .faq-mod__title {
  color: #FFFFFF;
}

.faq-mod .open .faq-mod__header .faq-mod__title {
  color: #FFFFFF;
}

.faq-mod .faq-mod__header:hover .expand-sign {
  transform: rotate(90deg);
}

.faq-mod .faq-mod__header.not-hover {
  cursor: auto;
}

.faq-mod .open .faq-mod__header.not-hover .faq-mod__title {
  color: var(--color-text-main);
}

.faq-mod .faq-mod__header.not-hover:hover .faq-mod__title {
  color: var(--color-text-main);
}

.faq-mod .faq-mod__header.not-hover .faq-mod__toggle-icon {
  opacity: 0;
}

.faq-mod .faq-mod__title:not(.faq-mod__title-group) {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #222;
  margin : 0 16px 0 0;
  transition: all .2s ease;
  background: none;
  color: #B8A265;
  letter-spacing: 0;
}

.faq-mod .faq-mod__title-group {
  margin: 0;
  font-size: clamp(22px, 28 / 1700 * 100vw, 28px);
}

.faq-mod .faq-mod__toggle {
  display: flex;
  align-items: center;
  width: 17px;
  justify-content:flex-end;
}

.faq-mod .faq-mod__toggle-icon {
  font-weight: 400!important;
  display: block;
  font-size: 28px;
  line-height: 0;
  color: #6A6B6C;
  transition: all .2s ease;
}

.faq-mod .faq-mod__toggle-icon.collapse-sign {
  display: none;
}

.faq-mod .faq-mod__toggle-icon.expand-sign-hover {
  display: none;
}

.faq-mod .faq-mod__header:hover .faq-mod__toggle-icon.expand-sign-hover {
  display: block;
}

.faq-mod .faq-mod__item.open .faq-mod__toggle-icon.expand-sign {
  display: none;
}

.faq-mod .faq-mod__item.open .faq-mod__toggle-icon.collapse-sign {
  display: block;
}

.faq-mod .faq-mod__item.open .faq-mod__header:hover .faq-mod__toggle-icon.expand-sign-hover {
  display: none;
}

.faq-mod .faq-mod__content ul {
  list-style: disc;
}

.faq-mod .faq-mod__content ul li::marker {
  color: var(--color-gold);
}

.faq-mod .faq-mod__content-inner {
  margin-top: 16px;
  padding-left: 27px;
  border-top: unset;
  font-size: 1.25rem;
  color: #231F20;
  font-weight: 400;
  letter-spacing: -1px;
  font-weight: 400;
  letter-spacing: -0.68px;
  line-height: 1.3;
  position: relative;
}

.faq-mod .faq-mod__content-inner .faq-mod__answer--top {
  margin-bottom: 27px;
  max-width: 1043px;
  width: 90%;
}

.faq-mod .faq-mod__content-inner .faq-mod__answer--top span,
.faq-mod .faq-mod__content-inner .faq-mod__answer--bottom span,
.faq-mod .faq-mod__content-inner .faq-mod__answer--bottom p
.faq-mod .faq-mod__content-inner .faq-mod__answer--top p {
  font-size: 1.25rem;
}

.faq-mod .faq-mod__content-inner .faq-mod__answer--bottom {
  position: relative;
  padding-top: 34px;
  max-width: 1043px;
  width: 90%;
}

.faq-mod .faq-mod__content-inner .faq-mod__answer--bottom:before {
  content: '';
  width: 72px;
  height: 7px;
  background: #606161;
  position: absolute;
  left: -27px;
  top: 0;
}

.faq-mod .faq-mod__content-inner .faq-mod__cta {
  padding-top: 12px;
}

.faq-mod .faq-mod__content-inner .faq-mod__cta a {
  display: flex;
  border: 3px solid #64893C;
  padding: 14px 50px;
  text-decoration: unset !important;
  color: #64893C;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -1px;
  border-radius: 30px;
  width: fit-content;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.faq-mod ..faq-mod__item.open .faq-mod__content a {
  color: #64893C;
}


.faq-mod .faq-mod__item.open .faq-mod__content a:hover {
  color: rgba(255, 255, 255, 1.0);
  border: 3px solid #B8A265;
}


.faq-mod .faq-mod__content-inner .faq-mod__cta a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  transition: all .4s ease-in-out;
  background-color: rgba(255, 255, 255, 1.0);
  background-image: none;
}


.faq-mod .faq-mod__content-inner .faq-mod__cta a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  transition: all .4s ease-in-out;
  z-index: -1;
  display: block;
  background-image: none;
  background-color: #B8A265;
}


.faq-mod .faq-mod__content-inner .faq-mod__cta a:hover:after {
  width: 100%;
  height: 100%;
}

.faq-mod .faq-mod__content-inner .faq-mod__logo {
  position: absolute;
  bottom: 0;
  right: 0;
}

.faq-mod .faq-mod__content-inner .hs_cos_wrapper div > *:last-child {
  margin-bottom: 0;
}

.faq-mod .faq-mod__item.open .faq-mod__content p ,
.faq-mod .faq-mod__item.open .faq-mod__content li,
.faq-mod .faq-mod__item.open .faq-mod__content a {
  color:inherit;

}
.faq-mod .faq-mod__item.open .faq-mod__content a {
  transition: all .2s ease;
  color: #64893C;
  margin-bottom: 32px;
}

@media (max-width: 980px) {
  .faq-mod .faq-mod__content-inner {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .faq-mod .faq-mod__row {
    max-width: 100%;
  }

  .faq-mod .faq-mod__content-inner .faq-mod__answer--top span,
  .faq-mod .faq-mod__content-inner .faq-mod__answer--bottom span,
  .faq-mod .faq-mod__content-inner .faq-mod__answer--bottom p
  .faq-mod .faq-mod__content-inner .faq-mod__answer--top p {
    font-size: 1rem;
  }

  .faq-mod .faq-mod__content-inner .faq-mod__cta a {
    padding: 14px 20px;
  }


  .faq-mod .faq-mod__header .faq-mod__title {
    font-size: 24px;
  }

  .faq-mod .faq-mod__content-inner .faq-mod__answer--top, 
  .faq-mod .faq-mod__content-inner .faq-mod__answer--bottom {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .faq-mod .faq-mod__header .faq-mod__title {
    font-size: 22px;
  }


  .faq-mod .faq-mod__content,
  .faq-mod .faq-mod__item.open .faq-mod__content {
    font-size: 16px;
  }
}

/* end faq-mod */

/* popups */

/* ================================
NVX Global Modal
================================ */

.nvx-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.nvx-modal.is-open {
  display: flex !important;
  visibility: visible !important;
}

/* Overlay */
.nvx-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* Dialog */
.nvx-modal__dialog {
  position: relative;
  margin:  auto;
  width: min(1270px, calc(100% - 32px));
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
}

/* Content */
.nvx-modal__content {
  padding: 40px 30px 30px;
  height: 90vh;
  max-height: max-content;
  overflow-y: auto;
}

.nvx-modal__content:has(.nvx-hs-form) {
  max-height: 95vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,.35) transparent;
}

.nvx-modal__content::-webkit-scrollbar {
  width: 3px;
}

.nvx-modal__content::-webkit-scrollbar-track {
  background: transparent;
}

.nvx-modal__content::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.35);
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.nvx-modal__content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,.55);
}

/* Close button */
.nvx-modal__close {
  position: absolute;
  padding:0!important;
  top: 0!important;
  right: 15px !important;
  width: 36px;
  height: 36px;
  border: unset;
  background:transparent!important;
  border-radius: 10px;
  cursor: pointer;
  font-size: 30px!important;
  line-height: 1!important;
  z-index:100;
  outline: unset;
}

/* Media inside modal */
.nvx-modal__content iframe,
.nvx-modal__content video {
  width: 100%;
  height: min(70vh, 520px);
  border: 0;
  display: block;
}

.nvx-modal__content .team-popup__layout {
  display: flex;
  gap: 20px;
}

.nvx-modal__content .team-popup__col--image {
  width: 450px;
}

.nvx-modal__content .team-popup__col--image .team-popup__col--wrapper-image {
  margin-bottom: 15px;
}

.nvx-modal__content .team-popup__col--image .team-popup__col--wrapper-image img {
  border-radius: 50%;
}

.nvx-modal__content .team-popup__col--image .team-popup__social {
  justify-content: center;
}

.nvx-modal__content .team-popup__col--content {
  width: calc(100% - 450px);
  position: relative;
}

.nvx-modal__content .team-popup__logo {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 120px;
  margin-top: 20px;
}

/* Scroll lock */
html.nvx-modal-lock,
body.nvx-modal-lock {
  overflow: hidden;
}
@media (max-width:1023px){

  .nvx-modal__content {
    padding: 35px 16px 16px;
  }
}

@media (max-width:767px){
  .nvx-modal__content .team-popup__layout {
    flex-direction: column;
  }

  .nvx-modal__content .team-popup__col--content {
    width: 100%;
  }
  .nvx-modal__content .team-popup__col--image {
    width: 100%;
  }
}
/* popup st end */

.nvx-form-popup .nvx-hs-form .actions {
  padding: 0;
  background-color: unset;
  transform: unset;
  text-decoration: none;
  font-weight: 700;
  border-radius: 30px;
  color: rgba(100, 137, 60, 1.0);
  fill: rgba(100, 137, 60, 1.0);
  font-size: 16px;
  text-transform: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: none;
}

.nvx-form-popup .nvx-hs-form .hs-button {
  padding: 13px 35px !important;
  border: unset;
  width: 100%;
  font-size: 20px;
  color: rgba(100, 137, 60, 1.0);
}

.nvx-form-popup .nvx-hs-form .actions:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  transition: all .4s ease-in-out;
  background-image: none;
  background-color: #ffffff;
  border: 3px solid rgba(100, 137, 60, 1.0);
  border-radius: 30px;
}


.nvx-form-popup .nvx-hs-form .actions:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  transition: all .4s ease-in-out;
  z-index: -1;
  display: block;
  background-image: none;
  background-color: rgba(100, 137, 60, 1.0);
}

.nvx-form-popup .nvx-hs-form .actions:hover:after {
  width: 100%;
  height: 100%;
}

.nvx-form-popup .nvx-hs-form .hs-button:hover {
  color: #ffffff;
}


.nvx-form-popup .nvx-hs-form .hs-error-msg {
  color: #ef6b51;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  position: absolute;
  bottom: -8px;
  left: 5px;
}

.nvx-form-popup .nvx-hs-form .hs_error_rollup .hs-error-msgs .hs-main-font-element {
  display: none;
}

.nvx-form-popup .nvx-hs-form .hs-error-msgs {
  position: relative;
}

.team-popup__content .team-popup__name {
  margin-bottom: 5px;
  text-align: center;
}

.team-popup__content .team-popup__job {
  margin-bottom: 20px;
  text-align: center;
}

.team-popup__content .team-popup__actions {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.team-popup__content .team-popup__actions .button {
  color: #64893c;
  padding-top: 5px;
  padding-bottom: 5px;
}

.team-popup__content .team-popup__actions .button:hover {
  color: #FFFFFF;
}

.team-popup__content .team-popup__actions .button:before {
  background-color: rgba(255, 255, 255, 1.0);
  background-image: none;
  height: 100%;
  border: 3px solid #64893C;
  border-radius: 30px;
}

.team-popup__content .team-popup__actions .button:after {
  background-image: none;
  background-color: rgba(100, 137, 60, 1.0);
}

.nvx-form-popup .nvx-hs-form .submitted-message {
  text-align: center;
}

/* popups end */

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/* Line Box - Green Boxes */
@media (min-width: 1200px) {
  .nl-nvx .green-boxes.fn__line__box {
    --gridGap: 36px;
  } 
}

.nl-nvx .green-boxes.fn__line__box .fn__line__box_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nl-nvx .green-boxes.fn__line__box .fn__line__box_wrapper .fn__line-title-el.off__toc {
  line-height: 1;
  letter-spacing: -3.55px;
}

.nl-nvx .green-boxes.fn__line__box .fn__line__box_wrapper .fn__line-content-el {
  line-height: 1.15;
}

.nl-nvx #green-boxes .oc__numbers {
  gap: 20px;
  align-items: stretch;
}

.nl-nvx #green-boxes .oc__numbers .oc__numbers__item {
  flex: 0 0 calc(100% / 3 - (20px * 2 / 3));
  background-color: rgba(100, 137, 60, 1.0);
  border: 10px solid #D8E1CE !important;
  border-radius: 32px;
}

.nl-nvx #green-boxes .oc__numbers .oc__numbers__item .oc__numbers__item-el {
  height: 100%;
}

.nl-nvx #green-boxes .oc__numbers .oc__numbers__item .oc__numbers__item-el .oc__numbers__item__name {
  font-size: clamp(18px,20 / 1200 * 100vw,20px);
  font-style: normal;
  font-weight: 600;
  line-height: 115.385%;
  letter-spacing: -1.3px;
}

.nl-nvx #green-boxes .oc__numbers .oc__numbers__item .oc__numbers__item-el .oc__numbers__item__stat .oc__numbers__item-prefix,
.nl-nvx #green-boxes .oc__numbers .oc__numbers__item .oc__numbers__item-el .oc__numbers__item__stat .oc__numbers__item-value,
.nl-nvx #green-boxes .oc__numbers .oc__numbers__item .oc__numbers__item-el .oc__numbers__item__stat .oc__numbers__item-suffix {
  font-size: clamp(40px,60 / 1200 * 100vw,60px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -3.55px;
}

.home-banner .cta-wrapper a:before {
  background-color: rgba(96, 97, 97, .28);
}

@media (min-width: 1100px) {
  .nl-nvx #green-boxes .oc__numbers {
    gap: 36px;
  }

  .nl-nvx #green-boxes .oc__numbers .oc__numbers__item {
    flex: 0 0 calc(100% / 3 - (36px * 2 / 3));
  }
}

@media (max-width: 1440px) {
  .home-banner .hero__angled__content-title-el {
    font-size: clamp(45px, 63 / 1100 * 100vw, 63px) !important;
  }
}

@media (max-width: 767px) {
  .nl-nvx #green-boxes .oc__numbers .oc__numbers__item {
    flex: 0 0 100%;
  }
  .home-banner .hero__angled__content-title-el {
    clamp(30px, 50 / 768 * 100vw, 50px);
  }
}
/* End Line Box - Green Boxes */



/* Home cards */
.nl-nvx .home-2col h3 {
  /*   font-size: 37px; */
  line-height: 1.05;
}

.nl-nvx .home-2col h2:last-child {
  margin-bottom: 0;
}

.nl-nvx .home-cards.tiles__container {
  padding: 0;
}

.nl-nvx .home-cards .tile.front__face {
  border: 10px solid #fff;
}

.nl-nvx .home-cards .tile.front__face,
.nl-nvx .home-cards .tile.back__face {
  box-shadow: 4px 4px 14px rgba(119, 106, 53, 0.48);
}

.nl-nvx .home-cards .tile.front__face .tile__overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(127, 125, 125, 0.58) 49%, #231F20 95%);
  mix-blend-mode: multiply;
}

.nl-nvx .home-cards .tile.front__face .tile__bg_image img {
  transition: transform .4s ease;
}

.nl-nvx .home-cards .tile.front__face:hover .tile__bg_image img {
  transform: scale(1.02);
}

.nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap * {
  color: #fff;
}

.nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap h3 {
  font-size: 30px;
}

.nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap p,
.nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1px;
}

.nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nl-nvx .home-cards .tile.back__face .tile__content .tile__content__wrap p:not(:last-child) {
  margin-bottom: 1em;
}

.nl-nvx .home-cards .tile_svg {
  line-height: 0;
  bottom: 10px;
  right: 10px;
}

.nl-nvx .home-cards .tile_svg svg {
  width: 33px;
  height: 33px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap h3 {
    font-size: font-size: clamp(28px, 33 / 1100 * 100vw, 33px);
  }

  .nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap p,
  .nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap ul li {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap h3 {
    font-size: clamp(20px, 33 / 768 * 100vw, 33px);
  }

  .nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap p,
  .nl-nvx .home-cards .tile.front__face .tile__content .tile__content__wrap ul li {
    font-size: 18px;
  }
}
/* End Home cards */

/* Home Icon Boxes */
.nl-nvx .home-icon-boxes .fn__image__box {

}

.nl-nvx .home-icon-boxes .fn__image__box .grid__item {

}

.nl-nvx .home-icon-boxes .fn__image__box .grid__item .fn__image__box__image {
  /*   max-height: 106px;
  min-height: 106px; */
  justify-content: center;
}

.nl-nvx .home-icon-boxes .fn__image__box .grid__item .fn__image__box__image img {
  max-width: 189px;
  object-position: center !important;
}

.nl-nvx .home-icon-boxes .fn__image__box .grid__item .fn__image__box__cont-title {
  letter-spacing: normal;
}

.nl-nvx .home-icon-boxes .fn__image__box .grid__item .fn__image__box__cont-desc {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.2;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .nl-nvx .home-icon-boxes .fn__image__box .grid__item .fn__image__box__cont-desc {
    font-size: 19px;
  }
}

@media (min-width: 651px) {
  .nl-nvx .home-icon-boxes .fn__image__box .grid__item .fn__image__box__image {
    max-height: 106px;
    min-height: 106px;
  }
}

@media (min-width: 651px) and (max-width: 1023px) {
  .nl-nvx .home-icon-boxes .fn__image__box .grid__item {
    width: calc(50% - 15px) !important;
  }
}

@media (max-width: 768px) {
  .nl-nvx .home-icon-boxes .fn__image__box .grid__item .fn__image__box__cont-desc {
    font-size: 18px;
  }

  .nl-nvx .home-icon-boxes .fn__image__box .grid__item .fn__image__box__image img {
    width: 40%;
    max-height: 100px;
    max-width: 189px;
  }

  .nl-nvx .home-icon-boxes .fn__image__box__cont-tit-wp {
    height: auto !important;
  }
}
/* End Home Icon Boxes */

/* Home Testimonials */
.nl-nvx .home-testimonials:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='151' viewBox='0 0 138 151' fill='none'%3E%3Cg opacity='0.08'%3E%3Cpath d='M121.29 24.5996C120.94 24.2296 120.56 23.8998 120.19 23.5498L137.23 0L114.35 20.0596C116.11 21.3196 117.7 22.7799 119.17 24.3799C133.12 40.4999 123.41 75.9597 97.12 104.2C71.61 131.6 39.78 142.24 24.21 129.16C23.8 128.81 23.39 128.44 22.99 128.05C21.69 126.75 20.57 125.31 19.58 123.75L0 150.8L23.2699 130.4C39.6699 147.63 72.49 140.9 98.84 115.68L132.27 146.09L106.3 107.83C131.13 79.0996 137.96 42.5099 121.3 24.6099L121.29 24.5996Z' fill='%23B8A265'/%3E%3Cpath d='M30.8999 23.21L17.1799 10.7998L25.6699 23.21H30.8999Z' fill='%23B8A265'/%3E%3Cpath d='M50.6699 30.5899L53.21 33.69C71.79 19.9 92.72 14.0796 109.24 18.0996C91.41 12.8596 69.5699 17.5299 50.6699 30.5899Z' fill='%23B8A265'/%3E%3Cpath d='M78.5599 73.23L115.9 28.0596H99.7L70.45 63.7598L41.0699 28.0596H24.73L62.21 73.23L21.85 121.7H38.1899L70.45 82.98L88.2899 104.66C89.7699 103.22 91.25 101.73 92.7 100.18C94.1499 98.6197 95.53 97.0399 96.87 95.4399L78.5599 73.23Z' fill='%23B8A265'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 137.23px;
  height: 150.8px;
  max-width: 25%;
}

.nl-nvx .home-testimonials .testimonial__content {
  padding: 0 !important;
}

.nl-nvx .footer_testimonial__name-p,
.nl-nvx .footer_testimonial__name-h {
  letter-spacing: -1px;
}

.nl-nvx .auto__scroll .testimonial__content {
  padding: 0px !important;
}
/* End Home Testimonials */

/* Home SEO */
.nl-nvx .home-seo:before {
  content: '';
  width: 100%;
  height: 75px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 16%, #231F20 95%);
  opacity: 0.38;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}

.nl-nvx .home-seo .fn__rich_text-el {
  max-width: 1049px;
  margin-left: auto;
  margin-right: auto;
  gap: 55px !important;
  align-items: center;
}

.nl-nvx .home-seo .fn__rich_text-el .fn__rich_text_col1 {
  line-height: 0;
}

.nl-nvx .home-seo .fn__rich_text-el .fn__rich_text_col2 p.home-seo-name {
  line-height: 1;
}

.nl-nvx .home-seo .fn__rich_text-el .fn__rich_text_col2 p.home-seo-name span strong {
  color: #B8A265;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.95px;
  text-transform: uppercase;
}

.nl-nvx .home-seo .fn__rich_text-el .fn__rich_text_col2 p.home-seo-name em {
  font-size: 16px;
}

@media (min-width: 769px) {
  .nl-nvx .home-seo .fn__rich_text-el .fn__rich_text_col1 {
    width: 240px !important;
  }

  .nl-nvx .home-seo .fn__rich_text-el .fn__rich_text_col2 {
    width: calc(100% - 295px) !important;
  }
}

@media (max-width: 768px) {
  .nl-nvx .home-seo .fn__rich_text-el .fn__rich_text_col1 {
    text-align: center;
  }
}
/* End Home SEO */

/* Books Slider */
.nl-nvx #books-slider:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='151' viewBox='0 0 138 151' fill='none'%3E%3Cg opacity='0.08'%3E%3Cpath d='M121.29 24.5996C120.94 24.2296 120.56 23.8998 120.19 23.5498L137.23 0L114.35 20.0596C116.11 21.3196 117.7 22.7799 119.17 24.3799C133.12 40.4999 123.41 75.9597 97.12 104.2C71.61 131.6 39.78 142.24 24.21 129.16C23.8 128.81 23.39 128.44 22.99 128.05C21.69 126.75 20.57 125.31 19.58 123.75L0 150.8L23.2699 130.4C39.6699 147.63 72.49 140.9 98.84 115.68L132.27 146.09L106.3 107.83C131.13 79.0996 137.96 42.5099 121.3 24.6099L121.29 24.5996Z' fill='%23B8A265'/%3E%3Cpath d='M30.8999 23.21L17.1799 10.7998L25.6699 23.21H30.8999Z' fill='%23B8A265'/%3E%3Cpath d='M50.6699 30.5899L53.21 33.69C71.79 19.9 92.72 14.0796 109.24 18.0996C91.41 12.8596 69.5699 17.5299 50.6699 30.5899Z' fill='%23B8A265'/%3E%3Cpath d='M78.5599 73.23L115.9 28.0596H99.7L70.45 63.7598L41.0699 28.0596H24.73L62.21 73.23L21.85 121.7H38.1899L70.45 82.98L88.2899 104.66C89.7699 103.22 91.25 101.73 92.7 100.18C94.1499 98.6197 95.53 97.0399 96.87 95.4399L78.5599 73.23Z' fill='%23B8A265'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 137.23px;
  height: 150.8px;
  max-width: 25%;
}

.nl-nvx #books-slider > .row-fluid  {
  max-width: 1103px;
}

.nl-nvx #books-slider .horizon .fn__image__box__image {
  justify-content: center;
  height: 100%;
}

.nl-nvx #books-slider .horizon .fn__image__box__image img {
  max-width: 300px;
}

.nl-nvx #books-slider .horizon .fn__image__box__cont-title {
  margin-bottom: 26px;
  font-size: 29px;
  line-height: 1;
}

.nl-nvx #books-slider .horizon .fn__image__box__cont-desc strong {
  font-weight: 700;
}

.nl-nvx #books-slider .horizon .fn__image__box__cont-desc {
  font-size: 19px;
  line-height: 1.36;
  color: #231F20;
  letter-spacing: -0.95px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  .nl-nvx #books-slider .horizon .fn__image__box__cont-title {
    font-size: clamp(24px, 29 / 1100 * 100vw, 29px);
  }
}

@media (max-width: 768px) {
  .nl-nvx #books-slider .horizon .fn__image__box__cont-title {
    font-size: clamp(20px, 29 / 768 * 100vw, 29px);
  }

  .nl-nvx #books-slider .horizon .fn__image__box__cont-desc {
    font-size: 18px;
  }

  .nl-nvx #books-slider .horizon .fn__image__box__image,
  .nl-nvx #books-slider .horizon .fn__image__box__cont,
  .nl-nvx #books-slider .horizon .button__wrapper {
    grid-column: span 2;
    grid-row: span 1;
  }

  .nl-nvx #books-slider .horizon .button__wrapper {
    text-align: center;
  }
}

.nl-nvx #books-slider .horizon .splide__pagination__page {
  margin: 4px;
  height: 16px;
  width: 16px;
  border: 1px solid #231F20;
}

.nl-nvx #books-slider .horizon .splide__pagination__page.is-active {
  border-color: var(--accentColorOne);
}

.nl-nvx #books-slider .horizon .splide__arrow {
  width: 20.587px;
  height: 28.871px;
  opacity: 1;
  background: transparent;
  border-radius: 0;
}

.nl-nvx #books-slider .horizon .splide__arrow svg {
  opacity: 0;
}

.nl-nvx #books-slider .horizon .splide__arrow:hover {
  opacity: .7;
}

.nl-nvx #books-slider .horizon .splide__arrow.splide__arrow--prev {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='29' viewBox='0 0 21 29' fill='none'%3E%3Cpath d='M0.9975 16.5405L17.2875 28.4805C18.7175 29.5305 20.5875 28.3409 20.5875 26.3809V2.49074C20.5875 0.530742 18.7175 -0.659355 17.2875 0.390645L0.9975 12.3306C-0.3325 13.3106 -0.3325 15.5505 0.9975 16.5205V16.5405Z' fill='%23606161'/%3E%3C/svg%3E") no-repeat center, transparent;
}

.nl-nvx #books-slider .horizon .splide__arrow.splide__arrow--next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='29' viewBox='0 0 21 29' fill='none'%3E%3Cpath d='M19.59 16.5308L3.29993 28.4707C1.86993 29.5207 0 28.3306 0 26.3706V14.4307V2.49074C0 0.530742 1.86993 -0.659355 3.29993 0.390645L19.59 12.3306C20.92 13.3106 20.92 15.5505 19.59 16.5205V16.5308Z' fill='%23606161'/%3E%3C/svg%3E") no-repeat center, transparent;
}

@media (max-width: 1250px) {
  .nl-nvx #books-slider .horizon .splide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nl-nvx #books-slider .horizon .splide__arrow.splide__arrow--prev {
    left: -10px;
  }

  .nl-nvx #books-slider .horizon .splide__arrow.splide__arrow--next {
    right: -10px;
  }
}
/* End Books Slider */

/* Team */
.nl-nvx  .section-team .hs-nav-scroller-horizontal {
  width: 100%;
}

.nl-nvx  .section-team .filters__isop {
  padding: 0;
}

.nl-nvx  .section-team .filter_btn.is-checked a {
  font-weight: 700 !important;
}

.nl-nvx  .section-team .fn__team__member__image {
  justify-content: center;
}

.nl-nvx  .section-team .fn__team__member__image-el {
  width: auto;
}

.nl-nvx  .section-team .fn__team__member__cont-title {
  letter-spacing: -0.95px;
}

.nl-nvx  .section-team .fn__team__member__cont-jtitle {
  letter-spacing: -0.8px;
}

.nl-nvx  .section-team .button:before {
  border-radius: 30px;
}



@media (max-width: 650px) {
  .nl-nvx  .section-team .tm_filter__wrapper {
    flex-direction: column;
  } 
}

/* @media (max-width: 1024px) {
.nl-nvx  .section-team  .fn__team__member__a {
width: calc(50% - (33px / 2));
}
} */
/* End Team */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* About Cards */
.nl-nvx .about-cards .tile.front__face .tile__content .tile__content__wrap * {
    color: #fff;
}

.nl-nvx .about-cards .tile.front__face .tile__content .tile__content__wrap h3 {
  font-size: 30px;
}

.nl-nvx .about-cards .tile.front__face .tile__content .tile__content__wrap p {
    overflow: hidden;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1px;
}
/* End About Cards */


/* Line Box - Green Boxes */
@media (min-width: 1200px) {
  .nl-nvx .white-boxes.fn__line__box {
    --gridGap: 36px;
  } 
}

.nl-nvx .white-boxes.fn__line__box .fn__line__box_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nl-nvx .white-boxes.fn__line__box .fn__line__box_wrapper .fn__line-title-el.off__toc {
  line-height: 1;
  letter-spacing: -3.55px;
}

.nl-nvx .white-boxes.fn__line__box .fn__line__box_wrapper .fn__line-content-el {
  line-height: 1.15;
}

.nl-nvx #white-boxes .oc__numbers {
  gap: 20px;
  align-items: stretch;
}

.nl-nvx #white-boxes .oc__numbers .oc__numbers__item {
  flex: 0 0 calc(100% / 2 - 10px);
  background-color: rgba(100, 137, 60, 1.0);
  border-radius: 0px 20px 20px 0px;
  border-left: 10px solid #B8A065 !important;
  background: #FFF;
}

.nl-nvx #white-boxes .oc__numbers .oc__numbers__item .oc__numbers__item-el {
  height: 100%;
}

.nl-nvx #white-boxes .oc__numbers .oc__numbers__item .oc__numbers__item-el .oc__numbers__item__name {
  font-size: clamp(18px,20 / 1200 * 100vw,20px);
  font-style: normal;
  font-weight: 600;
  line-height: 115.385%;
  letter-spacing: -1.3px;
}

.nl-nvx #white-boxes .oc__numbers .oc__numbers__item .oc__numbers__item-el .oc__numbers__item__stat .oc__numbers__item-prefix,
.nl-nvx #white-boxes .oc__numbers .oc__numbers__item .oc__numbers__item-el .oc__numbers__item__stat .oc__numbers__item-value,
.nl-nvx #white-boxes .oc__numbers .oc__numbers__item .oc__numbers__item-el .oc__numbers__item__stat .oc__numbers__item-suffix {
  font-size: clamp(40px,60 / 1200 * 100vw,60px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -3.55px;
}

@media (min-width: 1100px) {
  .nl-nvx #white-boxes .oc__numbers {
    gap: 72px;
  }
  
  .nl-nvx #white-boxes .oc__numbers .oc__numbers__item {
    flex: 0 0 calc(100% / 2 - 36px);
  }
}

@media (max-width: 767px) {
  .nl-nvx #white-boxes .oc__numbers .oc__numbers__item {
    flex: 0 0 100%;
  }
}
/* End Line Box - Green Boxes */

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}