
body {
   background-color: var(--bg);
   color: var(--sec_txt);
   display: flex
}

main {
   flex-grow: 1;
   max-width: 100%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 700;
   color: var(--prim_txt);
   overflow: hidden;
   text-overflow: ellipsis
}

a {
   color: var(--link_txt)
}

a:hover {
   color: var(--link_txt)
}

hr {
   border-color: var(--border) !important
}

.inline-img {
   border: 1px solid var(--border);
   border-radius: 1rem;
   margin-bottom: 1rem;
   width: auto;
   max-width: 100%;
   display: block
}

.form.subscribe {
   text-align: center;
   background-image: radial-gradient(circle, transparent 50%, rgba(var(--link_txt-rgb), .15));
   border: 1px solid var(--link_txt);
   border-radius: 1rem;
   margin-bottom: 1rem;
   padding: 1.5rem
}

input.form-control,
textarea.form-control {
   background-color: var(--bg) !important;
   color: var(--prim_txt) !important;
   border: 1px solid var(--border);
   box-shadow: none !important
}

input.form-control:focus,
textarea.form-control:focus {
   border-color: var(--link_txt)
}

input.form-control::placeholder,
textarea::placeholder {
   color: var(--sec_txt) !important
}

.btn,
.btn.outline:hover {
   text-transform: uppercase;
   background-color: var(--btn_bg);
   color: var(--btn_txt) !important
}

.btn:not(.outline) {
   background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, 0));
   border: 1px solid var(--btn_bg);
   box-shadow: 0 .25rem .75rem rgba(var(--btn_bg-rgb), .5)
}

.btn:not(.outline):hover {
   box-shadow: 0 .25rem 1.5rem rgba(var(--btn_bg-rgb), .5)
}

.btn.outline {
   background-color: transparent;
   color: var(--btn_bg) !important;
   border: 1px solid var(--btn_bg)
}

.stars {
   color: #ffce1c
}

.terms {
   font-size: .6rem;
   margin: 0
}

.nav {
   background-color: var(--navbar_bg);
   border-bottom: 1px solid var(--border);
   height: calc(50px + 1rem);
   box-shadow: 0 .25rem .75rem rgba(var(--navbar_bg-rgb), .5)
}

.nav .container,
.nav form {
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: center
}

.nav a:not(li a) {
   font-size: 1.5rem;
   color: #fff
}

.nav .container>a:nth-of-type(2) {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap
}

.nav img {
   width: auto;
   max-width: 100%;
   height: auto;
   max-height: 50px
}

.nav+nav:not(.d-none.d-lg-block) {
   text-align: center;
   border-bottom: 1px solid var(--border)
}

.nav-list {
   padding-top: 1rem !important;
   padding-bottom: 1rem !important
}

.nav-list li {
   width: auto !important;
   scroll-snap-align: unset !important
}

.nav-list li:not(:last-child) {
   margin-right: 0 !important
}

.nav-list .fa-angle-down {
   transition: .15s
}

.nav-list .fa.active {
   transform: rotate(180deg)
}

.nav-list ul {
   background-color: var(--bg);
   overflow: hidden;
   z-index: 2
}

.nav-list ul ul {
   left: 0;
   transition: .15s
}

.nav-list li li>*:not(ul) {
   padding: .75rem;
   display: flex;
   align-items: center
}

.nav-list li li:not(:last-child)>*:first-child {
   border-bottom: 1px solid var(--border)
}

.nav-list li li b {
   flex-grow: 1;
   overflow: hidden;
   text-overflow: ellipsis
}

.nav-list li li a {
   text-align: left;
   flex-grow: 1;
   overflow: hidden;
   text-overflow: ellipsis
}

.nav-list li li .fa {
   background-color: rgba(var(--border-rgb), .5);
   border-radius: 50%;
   width: 30px;
   min-width: 30px;
   height: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer
}

.nav-list li li .fa:hover {
   background-color: var(--border)
}

#sidebar {
   position: fixed;
   background-color: rgba(var(--bg-rgb), .8);
   z-index: 1021
}

#sidebar.active {
   top: 0;
   right: 0;
   bottom: 0;
   left: 0
}

#sidebar .close {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 300px;
   cursor: pointer
}

#sidebar .close+* {
   position: sticky;
   top: 0;
   background-color: var(--bg);
   border-right: 1px solid var(--border);
   padding: 1.5rem;
   width: 300px;
   height: 100vh;
   overflow: auto;
   transition: .15s
}

#sidebar:not(.active) .close+* {
   margin-left: -300px
}

.icons {
   margin: -2px;
   display: flex;
   justify-content: center
}

.icons>* {
   margin: 2px;
   width: calc(25% - 4px)
}

.icons img {
   border-radius: 25%;
   width: 100%
}

.icons+.icons {
   margin-top: calc(3rem - 2px);
}

.icons+.icons>* {
   width: calc(12.5% - 4px)
}

.swiper {
   position: relative
}

.swiper-shadow {
   position: absolute;
   top: 0;
   right: -15px;
   bottom: 0;
   background-image: linear-gradient(to right, rgba(var(--bg-rgb), 0), var(--bg));
   width: 15px;
   z-index: 1
}

.swiper-shadow:first-child {
   left: -15px;
   background-image: linear-gradient(to right, var(--bg), rgba(var(--bg-rgb), 0));
}

.list {
   list-style: none;
   margin: 0;
   padding: 0
}

.list.cols {
   margin: -7.5px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center
}

.cols>li {
   margin: 7.5px;
   width: calc(100% - 15px)
}

.swiper>.list,
.table-swiper>div {
   margin-left: -15px;
   padding-left: 15px;
   width: calc(100% + 30px);
   overflow: auto;
   white-space: nowrap;
   scroll-snap-type: x mandatory;
   scroll-padding: 15px
}

.swiper>.list>li {
   margin-right: 15px;
   width: calc(100% - 30px);
   display: inline-flex;
   white-space: normal;
   vertical-align: top;
   scroll-snap-align: start
}

.table-swiper {
   margin-bottom: 1rem
}

*+.table-swiper {
   margin-top: 1rem
}

.table-swiper table {
   margin-right: 15px;
   width: calc(100% - 15px);
   display: inline-table
}

.table-swiper tr>* {
   border: 1px solid var(--border);
   padding: .5rem .75rem;
   overflow: hidden;
   text-overflow: ellipsis
}

.table-swiper th {
   color: var(--prim_txt)
}

*::-webkit-scrollbar {
   display: none
}

.breadcrumb {
   font-size: .8rem;
   background-color: transparent;
   border-bottom: 1px solid var(--border);
   border-radius: 0;
   margin: 0;
   padding: .75rem 0
}

.breadcrumb li::before,
.breadcrumb li.active {
   color: var(--sec_txt) !important
}

.styled-list {
   background-color: rgba(var(--border-rgb), .5);
   border-radius: 1rem;
   margin-bottom: 1rem;
   padding: 1.5rem;
   width: 100%
}

.styled-list li {
   counter-increment: item;
   position: relative;
   color: var(--prim_txt);
   padding-left: calc(18px + 1rem)
}

.styled-list li:not(:last-child) {
   margin-bottom: .5rem
}

.styled-list li::before {
   content: '';
   position: absolute;
   top: 3px;
   left: 0;
   font-size: .8rem;
   background-color: var(--btn_bg);
   color: var(--btn_txt);
   border-radius: 50%;
   width: 18px;
   height: 18px;
   display: inline-flex;
   justify-content: center;
   align-items: center
}

ol.styled-list li::before {
   content: counter(item)
}

.check-list li::before {
   content: '✓' !important
}

.b-l-1 {
   border-radius: 1rem;
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.b-l-1>div {
   border: 1px solid var(--border)
}

.b-l-1>div:first-child {
   display: flex;
   flex-direction: column;
   overflow: hidden
}

.b-l-1>div:first-child>div {
   text-align: center;
   background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .25));
   padding: 2rem
}

.b-l-1>div:first-child .terms {
   background-color: rgba(0, 0, 0, .5);
   color: #fff;
   padding: 1rem;
   height: 100%
}

.b-l-1>div:first-child img {
   border: 1px solid rgba(255, 255, 255, .1);
   border-radius: 25%;
   width: 100px;
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.b-l-1>div:first-child h4 {
   font-size: 1.5rem;
   font-weight: 400;
   margin: 1.5rem 0 1rem 0
}

.b-l-1>div:first-child h4 a {
   text-decoration: none;
   color: #fff
}

.b-l-1>div:first-child h4 a>* {
   display: block;
   overflow: hidden;
   text-overflow: ellipsis
}

.b-l-1>div:first-child h4 strong {
   font-size: 1.25rem;
   white-space: nowrap
}

.b-l-1>div:first-child h4 strong+span {
   margin-top: 1rem
}

.b-l-1>div:first-child h4 span+span {
   margin-top: .25rem
}

.b-l-1>div:first-child h4 span:not(:last-child) {
   font-size: 1rem;
   opacity: .5;
   white-space: nowrap
}

.b-l-1>div:first-child .stars {
   font-size: 1.25rem;
   color: #fff;
   margin-bottom: 1.5rem
}

.b-l-1>div:first-child .btn {
   background-color: #fff;
   border-color: #fff;
   box-shadow: 0 .25rem .75rem rgba(255, 255, 255, .5)
}

.b-l-1>div:first-child .btn:hover {
   box-shadow: 0 .25rem 1.5rem rgba(255, 255, 255, .5)
}

.b-l-1 .slideshow>a {
   position: absolute;
   top: calc(50% - 20px);
   text-decoration: none;
   font-size: 1.5rem;
   background-color: var(--bg);
   border: 1px solid var(--border);
   border-radius: 50%;
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
   width: 40px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center
}

.b-l-1 .slideshow>a:hover {
   border-color: var(--link_txt)
}

.b-l-2 form+* {
   position: relative
}

.b-l-2 .brands-list {
   position: absolute;
   top: 0;
   background-color: var(--bg);
   border: 1px solid var(--border);
   border-radius: 1rem;
   margin-top: 1px;
   padding: 1rem;
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
   z-index: 1
}

.b-l-2 form+*+.list.cols {
   margin-top: calc(1rem - 7.5px)
}

.b-l-2 .list.cols li,
.b-l-3 .item:not(.swiper) {
   border: 1px solid var(--border);
   border-radius: 1rem;
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.b-l-2 .list.cols li>div {
   padding: 1rem;
   display: flex
}

.b-l-2 .list.cols li img {
   border: 1px solid var(--border);
   border-radius: 25%;
   width: 100px
}

.b-l-2 .list.cols li>div>div {
   text-align: center;
   margin: -1rem;
   padding: 1rem 1rem 1rem 2rem;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   align-self: stretch;
   overflow: hidden
}

.b-l-2 .list.cols li h4 {
   font-size: 1.25rem;
   font-weight: 400;
   margin: auto 0
}

.b-l-2 .list.cols li h4 a {
   text-decoration: none;
   color: var(--prim_txt)
}

.b-l-2 .list.cols li h4 a>* {
   display: block;
   overflow: hidden;
   text-overflow: ellipsis
}

.b-l-2 .list.cols li h4 strong {
   font-size: 1rem;
   white-space: nowrap
}

.b-l-2 .list.cols li h4 strong+span {
   margin-top: 1rem
}

.b-l-2 .list.cols li h4 span+span {
   margin-top: .25rem
}

.b-l-2 .list.cols li h4 span:not(:last-child) {
   font-size: .8rem;
   color: var(--link_txt);
   white-space: nowrap
}

.b-l-2 .list.cols li .terms {
   border-top: 1px solid var(--border);
   padding: 1rem
}

#brand.b-l-3 {
   position: sticky;
   top: calc(50px + 1rem);
   z-index: 1
}

.b-l-3 .nav-list {
   margin-top: -1rem;
   margin-bottom: -1rem
}

.b-l-3 .item>* {
   padding: 1rem
}

.b-l-3 .item>*:not(:first-child) {
   border-top: 1px solid var(--border)
}

.b-l-3 .header {
   text-align: center
}

.b-l-3 .header>div:nth-child(2) {
   margin: 1.5rem 0
}

.b-l-3 .spacer {
   border: 1px solid var(--border);
   border-radius: 1rem;
   display: block
}

.b-l-3 .spacer img {
   width: 33.33%
}

.b-l-3 .header h1,
.b-l-3 .header h4 {
   font-size: 1.5rem;
   font-weight: 400;
   margin: 0 auto 1rem auto
}

.b-l-3 .header h1 a,
.b-l-3 .header h4 a {
   text-decoration: none;
   color: var(--prim_txt)
}

.b-l-3 .header h1 *:not(a),
.b-l-3 .header h4 a>* {
   display: block !important;
   overflow: hidden;
   text-overflow: ellipsis
}

.b-l-3 .header h1 strong,
.b-l-3 .header h4 strong {
   font-size: 1.25rem;
   white-space: nowrap
}

.b-l-3 .header h1 strong+span,
.b-l-3 .header h4 strong+span {
   margin-top: 1rem
}

.b-l-3 .header h1 span+span,
.b-l-3 .header h4 span+span {
   margin-top: .25rem
}

.b-l-3 .header h1 span:not(:last-child),
.b-l-3 .header h4 span:not(:last-child) {
   font-size: 1rem;
   color: var(--link_txt);
   white-space: nowrap
}

.b-l-3 .stars {
   font-size: 1.25rem
}

.b-l-3 .item .body {
   display: none
}

.b-l-3 .bonus {
   text-align: center;
   text-decoration: none;
   border: 1px solid var(--border);
   border-radius: 1rem;
   display: block;
   overflow: hidden;
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.b-l-3 .bonus> :nth-child(2) {
   font-size: 1rem;
   border-top: 1px solid var(--border);
   margin: 0;
   padding: 1rem
}

.data-table {
   width: 100%
}

.data-table tbody {
   margin: -.5rem;
   display: flex;
   flex-wrap: wrap
}

.data-table tr {
   border-bottom: 1px solid var(--border);
   margin: .5rem;
   width: calc(50% - 1rem)
}

.data-table tr:nth-child(-n+2) {
   border-top: 1px solid var(--border)
}

.data-table tr>* {
   display: block
}

.data-table th {
   font-size: .8rem;
   font-weight: 400
}

.data-table tr:nth-child(-n+2) th {
   padding-top: 1rem
}

.data-table td {
   font-weight: 700;
   color: var(--prim_txt);
   padding-bottom: 1rem
}

.code {
   text-align: center;
   background-color: rgba(var(--link_txt-rgb), .05);
   color: var(--link_txt);
   border: 1px dashed var(--link_txt);
   border-radius: .25rem;
   margin-top: .25rem;
   padding: .25rem .5rem;
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap
}

.tags {
   margin: -2px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center
}

.tags li {
   margin: 2px
}

.tags li a {
   text-decoration: none;
   font-size: .8rem;
   border: 1px solid var(--border);
   border-radius: .25rem;
   padding: .25rem .5rem;
   display: block
}

.tags li a:hover {
   border-color: var(--link_txt)
}

.brands-list {
   width: 100%
}

.brands-list li,
.brands-list .terms {
   border-top: 1px solid var(--border)
}

.brands-list li:last-child,
.brands-list li.last-child {
   border-bottom: 1px solid var(--border)
}

.brands-list li>* {
   padding: .5rem 0
}

.brands-list a {
   text-decoration: none;
   color: var(--sec_txt);
   display: flex;
   align-items: center
}

.brands-list a:hover {
   background-color: var(--border)
}

.brands-list img {
   border: 1px solid var(--border);
   border-radius: 25%;
   width: 50px
}

.brands-list span:not(.btn) {
   margin: 0 .5rem;
   display: block;
   flex-grow: 1;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap
}

.brands-list span:not(.btn)::first-line {
   font-weight: 700;
   color: var(--prim_txt)
}

.brands-list li:not(:hover) .terms {
   display: none
}

.faq-list>li {
   border: 1px solid var(--border);
   border-radius: .25rem;
   transition: .15s
}

.faq-list>li:hover,
.faq-list>li.active {
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.faq-list>li.active {
   margin-left: -15px;
   margin-right: -15px
}

.faq-list>li:not(:first-child) {
   margin-top: .5rem
}

.faq-list>li>div {
   padding: 1rem
}

.faq-list>li>div:first-child {
   display: flex;
   align-items: center;
   cursor: pointer
}

.faq-list>li>div:first-child h3 {
   font-size: 1rem;
   margin: 0 1rem 0 0
}

.faq-list>li>div:first-child .fa {
   margin-left: auto;
   transition: .15s
}

.faq-list>li>div:first-child .fa.active {
   transform: rotate(180deg)
}

.faq-list>li>div:last-child {
   border-top: 1px solid var(--border)
}

.faq-list ol,
.faq-list ul {
   margin-bottom: 1rem
}

.faq-list>li>div:last-child>*:last-child {
   margin-bottom: 0
}

.news-list li:nth-child(n+25),
.col-lg-8 .news-list li:nth-child(n+5) {
   display: none
}

.news-list a {
   text-decoration: none;
   font-size: .8rem;
   background-color: rgba(var(--border-rgb), .5);
   color: var(--sec_txt);
   border-radius: 1rem;
   height: 100%;
   display: flex;
   flex-direction: column;
   overflow: hidden
}

.news-list a:hover {
   background-color: var(--border)
}

.news-list .spacer {
   background-color: var(--border);
   background-size: auto 100%;
   background-position: center;
   background-repeat: no-repeat;
   padding-top: 50%
}

.news-list a>div:nth-child(2) {
   padding: 1rem;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   overflow: hidden
}

.news-list h4 {
   font-size: 1rem
}

.ratings-list li {
   width: calc(50% - 15px)
}

.ratings-list li:nth-child(n+7) {
   display: none
}

.ratings-list li a {
   text-decoration: none;
   color: var(--sec_txt);
   border: 1px solid var(--border);
   border-radius: .25rem;
   display: block
}

.ratings-list li a:hover {
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.ratings-list li div:first-child {
   padding: .75rem
}

.ratings-list li b {
   color: var(--prim_txt);
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap
}

.ratings-list li .stars {
   text-align: center;
   border-top: 1px solid var(--border);
   padding: .25rem
}

.paginate {
   font-size: .8rem;
   display: flex;
   justify-content: center;
   align-items: center
}

.paginate>div {
   margin: -2px calc(.5rem - 2px);
   display: flex;
   flex-wrap: wrap;
   justify-content: center
}

.b-l-1 .paginate>div {
   margin: calc(1rem - 2px) -2px calc(-1rem - 2px) -2px
}

.paginate span {
   border-radius: 50%;
   margin: 2px;
   width: 30px;
   height: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer
}

.b-l-1 .paginate span {
   background-color: rgba(var(--border-rgb), .5);
   width: 14px;
   height: 14px
}

.paginate [data-page]:not(.b-l-1 *):hover {
   background-color: rgba(var(--link_txt-rgb), .025);
   color: var(--link_txt)
}

.paginate [data-page].active {
   font-weight: 700;
   background-color: rgba(var(--link_txt-rgb), .125);
   color: var(--link_txt)
}

.b-l-1 [data-page].active {
   background-color: var(--link_txt)
}

#article img {
   border: 1px solid var(--border);
   border-radius: 1rem;
   width: 100%
}

#article>*:last-child {
   margin-bottom: 0
}

#reviews form {
   background-color: rgba(var(--border-rgb), .5);
   border-radius: 1rem;
   padding: 1rem
}

#reviews form .stars {
   margin: 0 -.25rem
}

#reviews form .stars * {
   font-size: 1.75rem;
   padding: 0 .25rem;
   cursor: pointer
}

#reviews li:nth-child(n+5) {
   display: none
}

#reviews li b {
   color: var(--prim_txt)
}

@media (max-width: 575px) {
   .nav-list ul {
      position: fixed;
      top: calc(50px + 1rem);
      left: 0;
      width: 100vw;
      height: calc(100vh - 50px - 1rem) !important;
      overflow-y: auto
   }

   .nav-list ul ul:not(.active) {
      left: 100vw
   }

   .nav-list li li:first-child {
      position: sticky;
      top: 0;
      background-color: var(--bg)
   }

   .nav-list li li .fa {
      width: 40px;
      height: 40px
   }

   .col-lg-4 .b-l-3 .item {
      border: 0 !important;
      border-bottom: 1px solid var(--border) !important;
      border-radius: 0 !important;
      margin-left: -15px;
      width: calc(100% + 30px)
   }

   .faq-list>li.active {
      border-radius: 0
   }

   #article img {
      border: 0;
      border-bottom: 1px solid var(--border);
      border-radius: 0;
      margin-left: -15px;
      width: calc(100% + 30px)
   }
}

@media (min-width: 576px) {
   .nav-list>li>ul {
      top: calc(100% - 1rem + 2px);
      border: 1px solid var(--border);
      width: 300px;
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
   }

   .nav-list ul {
      position: absolute;
      border-radius: .25rem
   }

   .nav-list ul ul {
      top: 0;
      width: 298px;
      min-height: 100%
   }

   .nav-list ul ul:not(.active) {
      left: 298px
   }
}

@media (min-width: 768px) {
   .b-l-3:not(#brand) .header {
      display: flex
   }

   .b-l-3 .spacer img {
      width: 50%
   }

   .b-l-3:not(#brand) .header>div:nth-child(2) {
      margin: 0 1rem;
      width: 50%
   }

   .b-l-3 .item .body {
      padding: 1.5rem;
      display: flex;
      justify-content: space-between
   }

   .b-l-3 .item .body>div {
      width: calc(50% - .75rem)
   }

   .col-lg-8 .faq-list>li.active {
      margin-left: 0;
      margin-right: 0
   }
}

@media (max-width: 991px) {

   h1,
   h2 {
      font-size: 1.75rem
   }

   h4,
   .h4 {
      font-size: 1.25rem
   }

   .nav .container>a:nth-of-type(2) {
      margin: 0 1rem
   }

   .nav .container>div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: var(--navbar_bg);
      padding: .5rem 15px;
      display: none
   }

   .b-l-1>div:first-child {
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem
   }

   .b-l-1>div:last-child {
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem
   }

   .b-l-1 .slideshow {
      border-top: 0;
      padding: 1rem
   }

   .b-l-1 .slideshow>a {
      display: none
   }

   .b-l-1 .slideshow>div {
      display: none
   }

   .b-l-1 .slideshow li {
      display: block !important
   }

   .b-l-1 .paginate {
      display: none
   }
}

@media (min-width: 992px) {
   .nav .container>a:nth-of-type(2) {
      margin: 0 2rem
   }

   .nav .container>a:nth-of-type(3) {
      display: none
   }

   .nav .container>div {
      flex-grow: 1;
      display: block !important
   }

   .nav form a {
      display: none
   }

   .b-l-1 {
      display: flex
   }

   .b-l-1>div {
      width: 50%
   }

   .b-l-1>div:first-child {
      border-top-left-radius: 1rem;
      border-bottom-left-radius: 1rem
   }

   .b-l-1>div:last-child {
      border-top-right-radius: 1rem;
      border-bottom-right-radius: 1rem
   }

   .b-l-1 .slideshow {
      position: relative;
      border-left: 0;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center
   }

   .b-l-1 .slideshow li:nth-child(n+6) {
      display: none
   }

   .b-l-1 .slideshow li:nth-child(5n) {
      border-bottom: 1px solid var(--border)
   }

   .b-l-2 input,
   .b-l-2 form+* {
      width: 100%;
      max-width: 500px
   }

   .b-l-3:not(#brand) .header {
      align-items: center
   }

   .b-l-3:not(#brand) .header>div {
      width: calc(25% - 1rem)
   }

   .faq-list>li.active {
      margin-left: -1.5rem;
      margin-right: -1.5rem
   }

   .faq-list>li>div {
      padding: 1.5rem
   }
}

@media (min-width: 1200px) {

   .b-l-2 .list.cols li,
   .news-list li {
      width: calc(33.33% - 15px)
   }

   .news-list li:nth-child(-n+3),
   .col-lg-8 .news-list li {
      width: calc(50% - 15px)
   }

   .news-list:not(.col-lg-8 *) li:first-child {
      width: 100%
   }

   .news-list:not(.col-lg-8 *) li:first-child a {
      flex-direction: row
   }

   .news-list:not(.col-lg-8 *) li:first-child .spacer {
      padding-top: 25%;
      width: 50%
   }

   .news-list:not(.col-lg-8 *) li:first-child a>div:nth-child(2) {
      width: 50%
   }

   .news-list:not(.col-lg-8 *) li:nth-child(-n+3) h4 {
      font-size: 1.5rem
   }

}

@media (min-width: 768px) and (max-width: 991px) {
   .b-l-3:not(#brand) .header>div {
      width: calc(40% - 1rem)
   }

   .b-l-3:not(#brand) .header>div:nth-child(2) {
      margin-right: 0;
      width: 60%
   }
}

@media (min-width: 768px) and (max-width: 1199px) {

   .b-l-2 .list.cols li,
   .news-list li {
      width: calc(50% - 15px)
   }
}

