@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, small {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a,
a img {
  border: 0;
  outline: none;
  background: transparent;
  text-decoration: none;
}
a:active, a:hover,
a img:active,
a img:hover {
  outline: 0;
  text-decoration: none;
}

figure {
  margin: 0;
  display: block;
}

.limit {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

header,
footer,
main {
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row.gap {
  margin-right: 0;
  margin-left: -24px;
}
.row.gap > div {
  padding-left: 24px;
}

.row > div {
  width: 100%;
}

.row > div,
.row > li,
.row > a,
.row .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row .col-fit {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .md-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .md-col-fit {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sm-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .sm-col-fit {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .xs-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .xs-col-fit {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
.row .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.row .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.row .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.row .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.row .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.row .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.row .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.row .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.row .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.row .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .row .md-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .row .md-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .row .md-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row .md-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row .md-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .row .md-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row .md-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .row .md-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .row .md-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .row .md-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .row .md-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .row .md-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .row .sm-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .row .sm-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .row .sm-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row .sm-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row .sm-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .row .sm-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row .sm-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .row .sm-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .row .sm-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .row .sm-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .row .sm-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .row .sm-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .row .xs-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .row .xs-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .row .xs-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row .xs-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row .xs-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .row .xs-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row .xs-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .row .xs-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .row .xs-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .row .xs-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .row .xs-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .row .xs-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.item-column {
  flex-direction: column;
}

.item-middle {
  align-items: center;
}

.item-center {
  justify-content: center;
}

.item-left {
  justify-content: flex-start;
}

.item-right {
  justify-content: flex-end;
}

.item-bottom {
  align-items: flex-end;
}

.item-around {
  justify-content: space-around;
  align-content: space-around;
}

.item-between {
  justify-content: space-between;
}

.flex {
  display: flex;
}
.flex.gap {
  gap: 24px;
}

.sticky {
  position: sticky;
  top: 0;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.hide {
  display: none !important;
}

.show,
.block {
  display: block !important;
}

@media screen and (max-width: 1200px) {
  .md-hide {
    display: none !important;
  }

  .md-show {
    display: block !important;
  }

  .md-flex {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .sm-hide {
    display: none !important;
  }

  .sm-show {
    display: block !important;
  }

  .sm-flex {
    display: flex !important;
  }
}
@media screen and (max-width: 576px) {
  .xs-hide {
    display: none !important;
  }

  .xs-show {
    display: block !important;
  }

  .xs-flex {
    display: flex !important;
  }
}
.grid {
  display: grid;
}
.grid.gap {
  gap: 24px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 1200px) {
  .md-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .md-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .md-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .md-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .md-grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .md-grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sm-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .sm-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sm-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sm-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .sm-grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .sm-grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .xs-grid-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .xs-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .xs-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .xs-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .xs-grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .xs-grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.p-1 {
  padding: 12px;
}

.pt-1, .py-1 {
  padding-top: 12px;
}

.pr-1, .px-1 {
  padding-right: 12px;
}

.pb-1, .py-1 {
  padding-bottom: 12px;
}

.pl-1, .px-1 {
  padding-left: 12px;
}

.m-1 {
  margin: 12px;
}

.mt-1, .my-1 {
  margin-top: 12px;
}

.mr-1, .mx-1 {
  margin-right: 12px;
}

.mb-1, .my-1 {
  margin-bottom: 12px;
}

.ml-1, .mx-1 {
  margin-left: 12px;
}

.p-2 {
  padding: 24px;
}

.pt-2, .py-2 {
  padding-top: 24px;
}

.pr-2, .px-2 {
  padding-right: 24px;
}

.pb-2, .py-2 {
  padding-bottom: 24px;
}

.pl-2, .px-2 {
  padding-left: 24px;
}

.m-2 {
  margin: 24px;
}

.mt-2, .my-2 {
  margin-top: 24px;
}

.mr-2, .mx-2 {
  margin-right: 24px;
}

.mb-2, .my-2 {
  margin-bottom: 24px;
}

.ml-2, .mx-2 {
  margin-left: 24px;
}

.p-3 {
  padding: 36px;
}

.pt-3, .py-3 {
  padding-top: 36px;
}

.pr-3, .px-3 {
  padding-right: 36px;
}

.pb-3, .py-3 {
  padding-bottom: 36px;
}

.pl-3, .px-3 {
  padding-left: 36px;
}

.m-3 {
  margin: 36px;
}

.mt-3, .my-3 {
  margin-top: 36px;
}

.mr-3, .mx-3 {
  margin-right: 36px;
}

.mb-3, .my-3 {
  margin-bottom: 36px;
}

.ml-3, .mx-3 {
  margin-left: 36px;
}

.p-4 {
  padding: 48px;
}

.pt-4, .py-4 {
  padding-top: 48px;
}

.pr-4, .px-4 {
  padding-right: 48px;
}

.pb-4, .py-4 {
  padding-bottom: 48px;
}

.pl-4, .px-4 {
  padding-left: 48px;
}

.m-4 {
  margin: 48px;
}

.mt-4, .my-4 {
  margin-top: 48px;
}

.mr-4, .mx-4 {
  margin-right: 48px;
}

.mb-4, .my-4 {
  margin-bottom: 48px;
}

.ml-4, .mx-4 {
  margin-left: 48px;
}

@media screen and (max-width: 768px) {
  .sm-p-1 {
    padding: 12px;
  }

  .sm-pt-1, .sm-py-1 {
    padding-top: 12px;
  }

  .sm-pr-1, .sm-px-1 {
    padding-right: 12px;
  }

  .sm-pb-1, .sm-py-1 {
    padding-bottom: 12px;
  }

  .sm-pl-1, .sm-px-1 {
    padding-left: 12px;
  }

  .sm-m-1 {
    margin: 12px;
  }

  .sm-mt-1, .sm-my-1 {
    margin-top: 12px;
  }

  .sm-mr-1, .sm-mx-1 {
    margin-right: 12px;
  }

  .sm-mb-1, .sm-my-1 {
    margin-bottom: 12px;
  }

  .sm-ml-1, .sm-mx-1 {
    margin-left: 12px;
  }

  .sm-p-2 {
    padding: 24px;
  }

  .sm-pt-2, .sm-py-2 {
    padding-top: 24px;
  }

  .sm-pr-2, .sm-px-2 {
    padding-right: 24px;
  }

  .sm-pb-2, .sm-py-2 {
    padding-bottom: 24px;
  }

  .sm-pl-2, .sm-px-2 {
    padding-left: 24px;
  }

  .sm-m-2 {
    margin: 24px;
  }

  .sm-mt-2, .sm-my-2 {
    margin-top: 24px;
  }

  .sm-mr-2, .sm-mx-2 {
    margin-right: 24px;
  }

  .sm-mb-2, .sm-my-2 {
    margin-bottom: 24px;
  }

  .sm-ml-2, .sm-mx-2 {
    margin-left: 24px;
  }

  .sm-p-3 {
    padding: 36px;
  }

  .sm-pt-3, .sm-py-3 {
    padding-top: 36px;
  }

  .sm-pr-3, .sm-px-3 {
    padding-right: 36px;
  }

  .sm-pb-3, .sm-py-3 {
    padding-bottom: 36px;
  }

  .sm-pl-3, .sm-px-3 {
    padding-left: 36px;
  }

  .sm-m-3 {
    margin: 36px;
  }

  .sm-mt-3, .sm-my-3 {
    margin-top: 36px;
  }

  .sm-mr-3, .sm-mx-3 {
    margin-right: 36px;
  }

  .sm-mb-3, .sm-my-3 {
    margin-bottom: 36px;
  }

  .sm-ml-3, .sm-mx-3 {
    margin-left: 36px;
  }

  .sm-p-4 {
    padding: 48px;
  }

  .sm-pt-4, .sm-py-4 {
    padding-top: 48px;
  }

  .sm-pr-4, .sm-px-4 {
    padding-right: 48px;
  }

  .sm-pb-4, .sm-py-4 {
    padding-bottom: 48px;
  }

  .sm-pl-4, .sm-px-4 {
    padding-left: 48px;
  }

  .sm-m-4 {
    margin: 48px;
  }

  .sm-mt-4, .sm-my-4 {
    margin-top: 48px;
  }

  .sm-mr-4, .sm-mx-4 {
    margin-right: 48px;
  }

  .sm-mb-4, .sm-my-4 {
    margin-bottom: 48px;
  }

  .sm-ml-4, .sm-mx-4 {
    margin-left: 48px;
  }
}
@media screen and (max-width: 576px) {
  .xs-p-1 {
    padding: 12px;
  }

  .xs-pt-1, .xs-py-1 {
    padding-top: 12px;
  }

  .xs-pr-1, .xs-px-1 {
    padding-right: 12px;
  }

  .xs-pb-1, .xs-py-1 {
    padding-bottom: 12px;
  }

  .xs-pl-1, .xs-px-1 {
    padding-left: 12px;
  }

  .xs-m-1 {
    margin: 12px;
  }

  .xs-mt-1, .xs-my-1 {
    margin-top: 12px;
  }

  .xs-mr-1, .xs-mx-1 {
    margin-right: 12px;
  }

  .xs-mb-1, .xs-my-1 {
    margin-bottom: 12px;
  }

  .xs-ml-1, .xs-mx-1 {
    margin-left: 12px;
  }

  .xs-p-2 {
    padding: 24px;
  }

  .xs-pt-2, .xs-py-2 {
    padding-top: 24px;
  }

  .xs-pr-2, .xs-px-2 {
    padding-right: 24px;
  }

  .xs-pb-2, .xs-py-2 {
    padding-bottom: 24px;
  }

  .xs-pl-2, .xs-px-2 {
    padding-left: 24px;
  }

  .xs-m-2 {
    margin: 24px;
  }

  .xs-mt-2, .xs-my-2 {
    margin-top: 24px;
  }

  .xs-mr-2, .xs-mx-2 {
    margin-right: 24px;
  }

  .xs-mb-2, .xs-my-2 {
    margin-bottom: 24px;
  }

  .xs-ml-2, .xs-mx-2 {
    margin-left: 24px;
  }

  .xs-p-3 {
    padding: 36px;
  }

  .xs-pt-3, .xs-py-3 {
    padding-top: 36px;
  }

  .xs-pr-3, .xs-px-3 {
    padding-right: 36px;
  }

  .xs-pb-3, .xs-py-3 {
    padding-bottom: 36px;
  }

  .xs-pl-3, .xs-px-3 {
    padding-left: 36px;
  }

  .xs-m-3 {
    margin: 36px;
  }

  .xs-mt-3, .xs-my-3 {
    margin-top: 36px;
  }

  .xs-mr-3, .xs-mx-3 {
    margin-right: 36px;
  }

  .xs-mb-3, .xs-my-3 {
    margin-bottom: 36px;
  }

  .xs-ml-3, .xs-mx-3 {
    margin-left: 36px;
  }

  .xs-p-4 {
    padding: 48px;
  }

  .xs-pt-4, .xs-py-4 {
    padding-top: 48px;
  }

  .xs-pr-4, .xs-px-4 {
    padding-right: 48px;
  }

  .xs-pb-4, .xs-py-4 {
    padding-bottom: 48px;
  }

  .xs-pl-4, .xs-px-4 {
    padding-left: 48px;
  }

  .xs-m-4 {
    margin: 48px;
  }

  .xs-mt-4, .xs-my-4 {
    margin-top: 48px;
  }

  .xs-mr-4, .xs-mx-4 {
    margin-right: 48px;
  }

  .xs-mb-4, .xs-my-4 {
    margin-bottom: 48px;
  }

  .xs-ml-4, .xs-mx-4 {
    margin-left: 48px;
  }
}
hr {
  height: 0;
  display: block;
  clear: both;
  border: none;
  margin: 0;
}
hr:after {
  content: "";
  clear: both;
}

.h-1 {
  height: 24px;
}

.h-2 {
  height: 48px;
}

.h-3 {
  height: 72px;
}

@media screen and (max-width: 1200px) {
  .md-h-1 {
    height: 24px;
  }

  .md-h-2 {
    height: 48px;
  }

  .md-h-3 {
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .sm-h-1 {
    height: 24px;
  }

  .sm-h-2 {
    height: 48px;
  }

  .sm-h-3 {
    height: 72px;
  }
}
@media screen and (max-width: 576px) {
  .xs-h-1 {
    height: 24px;
  }

  .xs-h-2 {
    height: 48px;
  }

  .xs-h-3 {
    height: 72px;
  }
}
hr.line {
  position: relative;
}
hr.line:after {
  border-bottom: 1px solid #ddd;
  width: 100%;
  position: absolute;
  height: 0px;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}

.hover:hover {
  opacity: 0.6;
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: underline;
}

.ic-x2 {
  font-size: 24px !important;
}

.ic-x3 {
  font-size: 32px !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .sm-text-left {
    text-align: left;
  }

  .sm-text-center {
    text-align: center;
  }

  .sm-text-right {
    text-align: right;
  }
}
@media screen and (max-width: 576px) {
  .xs-text-left {
    text-align: left;
  }

  .xs-text-center {
    text-align: center;
  }

  .xs-text-right {
    text-align: right;
  }
}
.uppercase {
  text-transform: uppercase;
}

.img-resize img,
.img-resize {
  display: block;
  width: 100%;
  height: auto;
}

.vid-resize {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.vid-resize iframe,
.vid-resize object,
.vid-resize embed,
.vid-resize video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.r-16-9,
.r-16-9 img {
  aspect-ratio: 16/9;
}

.ratio-narrow,
.ratio-narrow img {
  aspect-ratio: 4/5;
}

.ratio-screen,
.ratio-screen img {
  aspect-ratio: 6/4;
}

.ratio-wide,
.ratio-wide img {
  aspect-ratio: 16/6;
}
@media screen and (max-width: 576px) {
  .ratio-wide,
.ratio-wide img {
    aspect-ratio: 6/4;
  }
}

.ratio-square,
.ratio-square img {
  aspect-ratio: 1/1;
}

@supports not (aspect-ratio: auto) {
  .r-16-9,
.ratio-narrow,
.ratio-screen,
.ratio-wide,
.ratio-square {
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .r-16-9 img,
.ratio-narrow img,
.ratio-screen img,
.ratio-wide img,
.ratio-square img {
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .r-16-9 {
    padding-top: 56.25%;
  }

  .ratio-square {
    padding-top: 100%;
  }

  .ratio-screen {
    padding-top: 66.66%;
  }

  .ratio-narrow {
    padding-top: 125%;
  }

  .ratio-wide {
    padding-top: 37.5%;
  }
}
.img-cover {
  position: relative;
}
.img-cover img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.fit-cover,
.fit-cover img {
  object-fit: cover;
}

.fit-cover img {
  height: 100%;
  width: 100%;
}

.fit-contain,
.fit-contain img {
  object-fit: contain;
}

.vid-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

h1, h2, h3, h4, h5, h6, p, small,
button, input, textarea, a, .hover, .transition {
  transition: all 0.5s ease;
}

body {
  font-family: "gill-sans-nova";
  font-size: 16px;
  line-height: 16px;
  color: #1D1D1B;
}

h1, .h1 {
  font-size: 2.625rem;
  line-height: 2.625rem;
}
@media screen and (max-width: 576px) {
  h1, .h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h2, .h2 {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 576px) {
  h2, .h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3, .h3, .so-widget-sow-editor h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

h6, .h6 {
  font-size: 16px;
}

p, .p {
  font-size: 16px;
  line-height: 19.2px;
}

small,
.small {
  font-size: 14px;
}

.xsmall {
  font-size: 12px;
}

a {
  color: #1D1D1B;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

mark {
  color: #cb0057;
  background-color: transparent;
}

p b, p strong, b, strong {
  font-weight: 600;
}

p i,
p em,
em {
  font-style: italic;
}

sup, p sup {
  font-size: 11px;
  vertical-align: super;
}

.entry {
  line-height: 20.8px;
}
.entry h1, .entry .h1,
.entry h2, .entry .h2 {
  margin-bottom: 1.5rem;
}
.entry h3, .entry .h3,
.entry h4, .entry .h4,
.entry h5, .entry .h5,
.entry h6, .entry .h6 {
  margin-bottom: 0.75rem;
}
.entry h3, .entry .h3 {
  line-height: 1.8rem;
}
.entry p + p,
.entry .p + .p {
  padding-top: 12px;
}
.entry p + ul {
  padding-top: 12px;
}
.entry a,
.entry a:hover {
  text-decoration: underline;
}
.entry p {
  text-align: justify;
  line-height: 20.8px;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry figcaption {
  padding-top: 12px;
  font-size: 14px;
  opacity: 0.8;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .entry figcaption {
    padding-top: 0;
  }
}
.entry.preset figure {
  width: 50%;
  float: right;
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .entry.preset figure {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-bottom: 48px;
  }
}
.entry p img.alignleft,
.entry figure.alignleft {
  margin: 0 48px 48px 0;
  float: left;
}
.entry p img.alignright,
.entry figure.alignright {
  margin: 0 0 48px 48px;
  float: right;
}
@media screen and (max-width: 768px) {
  .entry figure {
    width: 100% !important;
  }
  .entry p img.alignright,
.entry figure.alignright,
.entry p img.alignleft,
.entry figure.alignleft {
    margin: 0 0 48px 0;
    float: none;
  }
  .entry img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 24px 0;
  }
}
.entry ul li {
  list-style-type: disc;
}
.entry ol li {
  list-style-type: decimal;
}
.entry ul,
.entry ol {
  margin-left: 16px;
  padding-bottom: 12px;
}

::selection,
::-moz-selection {
  background: #F5CEDD;
  color: #fff;
}

.sp-menu,
body {
  transition: all 0.3s ease;
}

body.menu-active {
  overflow: hidden;
}

.sp-menu {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  overflow: hidden;
}
.sp-menu .top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
}
.sp-menu .scroll {
  overflow-y: auto;
  height: calc(100% - 57px);
  -webkit-overflow-scrolling: touch;
}
.sp-menu.active {
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.sp-menu .wp-nav li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.sp-menu .wp-nav li:last-child {
  border: 0;
}
.sp-menu .wp-nav li.is-parent:after {
  content: "";
  font-family: "ic-folio";
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: -1;
  transition: all 0.2s ease;
}
.sp-menu .wp-nav li.is-parent.active:after {
  transform: rotate(180deg);
}
.sp-menu .wp-nav li a {
  font-size: 1.125rem;
  font-family: "gill-sans-nova";
  padding: 12px 0 !important;
  text-transform: uppercase;
  display: block;
}
.sp-menu .wp-nav li a:hover {
  opacity: 1;
}
.sp-menu .wp-nav li .sub-menu {
  display: none;
  border-top: 1px solid #ddd;
  padding: 6px 0 !important;
  position: relative;
}
.sp-menu .wp-nav li .sub-menu:before {
  display: none;
  position: absolute;
  top: -5px;
  left: 36px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  transform: rotate(45deg);
}
.sp-menu .wp-nav li .sub-menu li {
  border-top: 1px solid #ddd;
  border: 0;
  padding-left: 12px;
}
.sp-menu .wp-nav li .sub-menu li a {
  padding: 12px 0 !important;
  font-size: 16px;
}
.sp-menu .wp-nav li.current > a,
.sp-menu .wp-nav li.current .current a {
  color: #cb0057;
}
.sp-menu .wp-nav li.current .sub-menu {
  border-top: 2px solid #cb0057;
}
.sp-menu .foot-nav {
  padding: 24px 0;
}
.sp-menu .foot-nav li {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
}

textarea {
  padding: 12px 12px;
  border: 1px solid #ddd;
  color: #1D1D1B;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=date] {
  border: 1px solid #ddd;
  color: #1D1D1B;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  height: 42px;
  padding: 12px 12px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus {
  outline: 0;
}

label {
  display: block;
  padding-bottom: 12px;
  text-align: left;
}

fieldset {
  border: 0;
  padding: 0;
}

input:focus, input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
[contenteditable=true]:focus,
[contenteditable=true]:active {
  outline: none !important;
  border-color: #ddd !important;
  box-shadow: 0 0 0 4px rgba(60, 74, 84, 0.1) !important;
  outline-offset: 0px !important;
  outline-offset: 0;
  outline-width: 0 !important;
}

#mc_embed_signup div.mce_inline_error {
  text-align: left;
  padding: 6px 0 !important;
  background-color: transparent !important;
  font-weight: normal !important;
  color: #D94F4F !important;
  font-size: 14px !important;
}
#mc_embed_signup input.mce_inline_error {
  border-color: #D94F4F !important;
}
#mc_embed_signup label span {
  padding-left: 12px;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.btn,
input[type=button],
input[type=submit],
button {
  text-decoration: none;
  font-family: "gill-sans-nova";
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 8px 24px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 32px;
  border-radius: 0;
  border: 2px solid transparent;
  text-transform: uppercase;
}
.btn:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
  opacity: 0.75;
}
.btn a,
button a {
  text-decoration: none !important;
}

.btn.btn-one {
  background-color: #cb0057;
  color: #fff;
  border-color: transparent;
}
.btn.btn-one a {
  color: #fff;
}
.btn.btn-one a:hover {
  color: #fff;
}

.btn.btn-two {
  background-color: #F5CEDD;
  color: #cb0057;
  border-color: transparent;
}
.btn.btn-two a {
  color: #cb0057;
}

.btn.btn-three {
  background-color: #000;
  color: #fff;
  border-color: transparent;
}
.btn.btn-three:hover {
  opacity: 1;
}
.btn.btn-three a {
  color: #fff;
}

.btn.btn-four {
  background-color: transparent;
  color: #cb0057;
  border-color: #cb0057;
  text-decoration: none;
}
.btn.btn-four:hover {
  background-color: transparent;
  color: #cb0057;
  text-decoration: none;
}
.btn.btn-four a {
  color: #cb0057;
}

.btn.btn-five {
  background-color: #DF6E9B;
  color: #fff;
  border-color: #DF6E9B;
}
.btn.btn-five:hover {
  background-color: #DF6E9B;
  color: #fff;
}
.btn.btn-five a,
.btn.btn-five a:hover {
  color: #fff;
}

.btn.btn-six {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-six:hover {
  color: #fff;
}
.btn.btn-six a,
.btn.btn-six a:hover {
  color: #fff;
}

.btn-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.btn-icon i {
  font-size: 22px;
}

.no-btn,
.no-btn:hover,
.no-btn:disabled {
  box-shadow: none !important;
  color: #1D1D1B !important;
  background: transparent !important;
  opacity: 1 !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  min-width: auto !important;
  text-transform: inherit !important;
  font-family: inherit !important;
}

@font-face {
  font-family: "ic-folio";
  src: url("../fonts/ic-folio/ic-folio.eot?vp0r4b");
  src: url("../fonts/ic-folio/ic-folio.eot?vp0r4b#iefix") format("embedded-opentype"), url("../fonts/ic-folio/ic-folio.ttf?vp0r4b") format("truetype"), url("../fonts/ic-folio/ic-folio.woff?vp0r4b") format("woff"), url("../fonts/ic-folio/ic-folio.svg?vp0r4b#ic-folio") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ic {
  font-family: "ic-folio" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-logo:before {
  content: "";
}

.ic-bars:before {
  content: "";
}

.ic-times:before {
  content: "";
}

.ic-search:before {
  content: "";
}

.ic-check:before {
  content: "";
}

.ic-angle-down:before {
  content: "";
}

.ic-angle-left:before {
  content: "";
}

.ic-angle-right:before {
  content: "";
}

.ic-angle-up:before {
  content: "";
}

.ic-arrow-down:before {
  content: "";
}

.ic-arrow-left:before {
  content: "";
}

.ic-arrow-right:before {
  content: "";
}

.ic-arrow-up:before {
  content: "";
}

.ic-caret-down:before {
  content: "";
}

.ic-caret-up:before {
  content: "";
}

.ic-download:before {
  content: "";
}

.ic-envelope:before {
  content: "";
}

.ic-exclamation:before {
  content: "";
}

.ic-file:before {
  content: "";
}

.ic-filter:before {
  content: "";
}

.ic-info:before {
  content: "";
}

.ic-link:before {
  content: "";
}

.ic-lock:before {
  content: "";
}

.ic-map:before {
  content: "";
}

.ic-minus:before {
  content: "";
}

.ic-plus:before {
  content: "";
}

.ic-power-off:before {
  content: "";
}

.ic-sort:before {
  content: "";
}

.ic-user:before {
  content: "";
}

.ic-cart:before {
  content: "";
}

.ic-play:before {
  content: "";
}

.ic-instagram:before {
  content: "";
}

.ic-facebook:before {
  content: "";
}

.ic-twitter:before {
  content: "";
}

.ic-pinterest:before {
  content: "";
}

.ic-vimeo:before {
  content: "";
}

.ic-youtube:before {
  content: "";
}

.ic-linkedin:before {
  content: "";
}

.nf-form-fields-required {
  display: none !important;
}

.nf-form-content {
  margin-bottom: 24px;
}
.nf-form-content textarea {
  height: 80px !important;
}
.nf-form-content label {
  font-weight: normal !important;
}
.nf-form-content label span {
  font-size: 14px;
}
.nf-form-content p {
  font-size: 14px;
}
.nf-form-content p a {
  text-decoration: underline;
}
.nf-form-content .label-right .nf-field-label {
  align-items: flex-start;
}
.nf-form-content .checkbox-wrap .nf-field-description {
  padding-left: 12px;
  margin-right: 0;
}
.nf-form-content input[type=button] {
  min-width: 120px;
  border: 2px solid #cb0057 !important;
}
.nf-form-content .nf-fail.nf-error input:not([type=button]) {
  border: 1px solid #E80000;
}
.nf-form-content .nf-error.field-wrap .nf-field-element::after,
.nf-form-content .nf-pass.field-wrap .nf-field-element::after {
  display: none !important;
}
.nf-form-content .nf-error-msg {
  font-size: 14px;
}
.nf-form-content .submit-container {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .nf-form-content .submit-container {
    text-align: left;
  }
}

.nf-form-cont.ost-accredito .nf-form-content .nf-field-container {
  margin-bottom: 0;
}
.nf-form-cont.ost-accredito .nf-form-content nf-fields-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto-fill);
  gap: 24px;
}
.nf-form-cont.ost-accredito .nf-form-content nf-field:nth-child(1) {
  grid-area: 1/1/2/2;
}
.nf-form-cont.ost-accredito .nf-form-content nf-field:nth-child(2) {
  grid-area: 1/2/2/3;
}
.nf-form-cont.ost-accredito .nf-form-content nf-field:nth-child(3) {
  grid-area: 1/3/2/4;
}
.nf-form-cont.ost-accredito .nf-form-content nf-field:nth-child(4) {
  grid-area: 1/4/2/5;
}
.nf-form-cont.ost-accredito .nf-form-content nf-field:nth-child(5) {
  grid-area: 2/1/3/5;
}
.nf-form-cont.ost-accredito .nf-form-content nf-field:nth-child(6) {
  grid-area: 3/1/4/3;
}
.nf-form-cont.ost-accredito .nf-form-content nf-field:nth-child(7) {
  grid-area: 3/3/4/5;
}
@media screen and (max-width: 768px) {
  .nf-form-cont.ost-accredito .nf-form-content nf-fields-wrap {
    grid-template-rows: unset;
    grid-template-columns: unset;
  }
  .nf-form-cont.ost-accredito .nf-form-content nf-fields-wrap nf-field {
    grid-area: auto/auto/auto/auto !important;
  }
}
.nf-form-cont.ost-accredito .nf-form-content .checkbox-wrap .nf-field-description {
  padding-left: 12px;
  margin-right: -50px;
}
@media screen and (max-width: 768px) {
  .nf-form-cont.ost-accredito .nf-form-content .checkbox-wrap .nf-field-description {
    margin-right: 0;
  }
}

.nf-form-cont.ost-contact .nf-form-content nf-field:nth-child(1),
.nf-form-cont.ost-contact .nf-form-content nf-field:nth-child(2) {
  display: block;
  width: calc(50% - 12px);
  float: left;
}
@media screen and (max-width: 768px) {
  .nf-form-cont.ost-contact .nf-form-content nf-field:nth-child(1),
.nf-form-cont.ost-contact .nf-form-content nf-field:nth-child(2) {
    float: none;
    width: 100%;
  }
}
.nf-form-cont.ost-contact .nf-form-content nf-field:nth-child(1) {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .nf-form-cont.ost-contact .nf-form-content nf-field:nth-child(1) {
    margin-right: 0;
  }
}

.panel-grid .accordion h3 {
  font-family: "gill-sans-nova";
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  padding-right: 48px;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .panel-grid .accordion h3 {
    margin-top: 48px;
  }
}
.panel-grid .accordion h3:after {
  font-family: "ic-folio";
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
.panel-grid .accordion h3.active:after {
  content: "";
}
.panel-grid .accordion a span {
  color: #1D1D1B !important;
}
.panel-grid .accordion .textwidget {
  display: none;
  margin-bottom: 36px;
}
.panel-grid .accordion .so-panel {
  margin-bottom: 12px !important;
}

.so-widget-sow-button .ow-button-base a {
  border: 2px solid #cb0057 !important;
  background: transparent !important;
  color: #cb0057 !important;
  padding: 8px 24px !important;
  height: 42px !important;
  line-height: 30px !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.so-widget-sow-button .ow-button-base a:hover, .so-widget-sow-button .ow-button-base a:focus {
  opacity: 0.6 !important;
}
.so-widget-sow-button .ow-button-base a span {
  color: #cb0057 !important;
  box-shadow: none !important;
}

.so-panel .toggle-content {
  display: none;
}
.so-panel .toggle-content p:first-child {
  padding-top: 12px;
}

.btn-toggle {
  margin-top: 24px;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  background-color: #ffffff;
  opacity: 1;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999 !important;
  text-align: center;
  line-height: 0;
}

.lb-container {
  position: relative;
  height: calc(100vh - 100px);
}
.lb-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.lb-outerContainer {
  position: relative;
  width: 100% !important;
  margin: 0 auto;
  padding: 0 48px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../images/loader.svg") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-prev,
.lb-next,
.lb-close {
  position: fixed;
  top: 50%;
  z-index: 10001;
  background: #fff;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.lb-prev:after,
.lb-next:after,
.lb-close:after {
  font-family: "ic-folio";
  display: block;
  height: 36px;
  font-size: 22px;
  line-height: 36px;
  background-color: #fff;
  color: #222;
}

.lb-prev {
  left: 12px;
}
.lb-prev:after {
  content: "";
}

.lb-next {
  right: 12px;
}
.lb-next:after {
  content: "";
}

.lb-close {
  top: 12px;
  right: 12px;
}
.lb-close:after {
  content: "";
}

.lb-dataContainer {
  margin: 0 auto;
  padding: 12px 24px;
  width: 100% !important;
  position: fixed;
  bottom: 0;
  background: #fff;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  line-height: 1.2em;
}

.lb-data p,
.lb-data small {
  display: block;
  text-align: center;
  text-transform: none;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-legend {
  position: absolute;
  top: -32px;
  left: 24px;
}

.lb-caption h4 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.owl {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl .owl-wrapper,
.owl .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl .owl-item img {
  display: block;
  width: 100%;
}
.owl .owl-nav.disabled,
.owl .owl-dots.disabled {
  display: none;
}
.owl .owl-prev,
.owl .owl-next,
.owl .owl .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}
.owl.owl-loaded {
  display: block;
}
.owl.owl-loading {
  opacity: 0;
  display: block;
}
.owl.owl-hidden {
  opacity: 0;
}
.owl.owl-refresh .owl-item {
  visibility: hidden;
}
.owl.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl.owl-rtl {
  direction: rtl;
}
.owl.owl-rtl .owl-item {
  float: right;
}
.owl .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl .owl-animated-in {
  z-index: 0;
}
.owl .owl-animated-out {
  z-index: 1;
}
.owl .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.no-js .owl {
  display: block;
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl .owl-item .owl-lazy[src^=""], .owl .owl .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl .owl-nav .owl-prev,
.owl .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
}
.owl .owl-nav .owl-prev {
  left: 0;
}
@media screen and (max-width: 576px) {
  .owl .owl-nav .owl-prev {
    left: -12px;
  }
}
.owl .owl-nav .owl-next {
  right: 0;
}
@media screen and (max-width: 576px) {
  .owl .owl-nav .owl-next {
    right: -12px;
  }
}
.owl .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl .owl-dots .owl-dot {
  display: inline-block;
}
.owl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  opacity: 0.4;
}
.owl .owl-dots .owl-dot.active span, .owl .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.owl .item {
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .owl .item {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.gb-player-special {
  background-color: #f9cdd1;
  border-radius: 4px;
  padding: 8px;
}

.gb-player-special img {
  width: 100px;
}

.gb-audio {
  margin-top: 18px;
  margin-bottom: 18px;
}
.gb-audio button:focus {
  box-shadow: none !important;
}
.gb-audio.mejs-container {
  background-color: transparent;
}
.gb-audio.mejs-container button,
.gb-audio.mejs-container button:focus,
.gb-audio.mejs-container button::-moz-focus-inner,
.gb-audio.mejs-container button:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.gb-audio.mejs-container .mejs-controls,
.gb-audio.mejs-container .mejs-embed,
.gb-audio.mejs-container .mejs-embed body {
  background-color: #F5CEDD;
  border-radius: 24px;
}
.gb-audio .mejs-button > button {
  background-image: url("../images/mejs-controls-dark.svg");
  border-radius: 0 !important;
  min-height: inherit !important;
}
.gb-audio .mejs-time {
  color: #888888;
}
.gb-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.gb-audio .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #fff;
}
.gb-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(203, 0, 87, 0.5);
}
.gb-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.gb-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #cb0057;
}
.gb-audio .mejs-time-handle .mejs-time-handle-content {
  border: 6px solid #cb0057;
  top: -8px;
  border-radius: 20px;
  transform: rotate(0deg);
}
.gb-audio:hover .mejs-time-handle .mejs-time-handle-content {
  transform: rotate(0deg);
}

.gb-audio .mejs-time-buffering,
.gb-audio .mejs-time-current,
.gb-audio .mejs-time-float,
.gb-audio .mejs-time-float-corner,
.gb-audio .mejs-time-float-current,
.gb-audio .mejs-time-hovered,
.gb-audio .mejs-time-loaded,
.gb-audio .mejs-time-marker,
.gb-audio .mejs-time-total,
.gb-audio .mejs-horizontal-volume-total,
.gb-audio .mejs-time-handle-content {
  height: 3px;
}
.gb-audio .mejs-time-handle-content {
  top: -6px;
}
.gb-audio .mejs-time-total {
  margin-top: 8px;
}
.gb-audio .mejs-horizontal-volume-total {
  top: 19px;
}
.gb-audio .mejs-time-float {
  margin-bottom: 12px;
  color: #fff;
  border: 0;
  background: #222;
  padding: 8px;
}
.gb-audio .mejs-time-float-corner {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.gb-audio .mejs-time-float-current {
  top: 0;
}

.gb-player-special .gb-audio.mejs-container .mejs-button > button {
  background-image: url("../images/mejs-controls-pink.svg");
}
.gb-player-special .gb-audio.mejs-container .mejs-controls,
.gb-player-special .gb-audio.mejs-container .mejs-embed,
.gb-player-special .gb-audio.mejs-container .mejs-embed body {
  background-color: #f9cdd1;
}
.gb-player-special .gb-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(249, 205, 209, 0.5);
}
.gb-player-special .gb-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.gb-player-special .gb-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #c3848a;
}
.gb-player-special .gb-audio .mejs-time-handle .mejs-time-handle-content {
  border: 6px solid #c3848a;
}

body#error-page .page-loading {
  display: none !important;
}

.ost-login {
  font-family: "Open Sans", sans-serif;
  background-color: #222;
  background-image: url("../images/login_screen.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ost-login.interim-login {
  background-image: none;
  background-color: #fff;
}
.ost-login.interim-login:before {
  display: none;
}
.ost-login.interim-login form {
  box-shadow: none;
}
.ost-login #login {
  padding: 0;
  margin: 0;
}
.ost-login form {
  margin-top: 50px;
  border: 0;
}
.ost-login h1,
.ost-login #backtoblog,
.ost-login p.status,
.ost-login #login_error {
  display: none;
}
.ost-login .forgetmenot {
  padding-top: 8px;
}
.ost-login input[type=submit].button-primary {
  text-shadow: inherit;
  box-shadow: none;
  background-color: #000;
  border: 0;
  border-radius: 0;
  height: 42px;
  min-width: 120px;
}
.ost-login input[type=submit].button-primary:hover {
  opacity: 0.8 !important;
}
.ost-login #nav {
  text-align: center;
}
.ost-login .privacy-policy-page-link a,
.ost-login #nav a {
  color: #ffffff !important;
  font-size: 14px !important;
}
.ost-login p.message {
  text-align: center;
  font-size: 14px;
}
.ost-login .language-switcher {
  display: none;
}

.color-white {
  color: #fff;
}

.color-key-1 {
  color: #cb0057;
}

.color-key-2 {
  color: #F5CEDD;
}

.color-key-3 {
  color: #ddd;
}

.color-success {
  color: #4BB867;
}

.color-error {
  color: #D94F4F;
}

.bg-key-1 {
  background-color: #cb0057;
}

.bg-key-2 {
  background-color: #F5CEDD;
}

.bg-success {
  background-color: #4BB867;
}

.bg-error {
  background-color: #D94F4F;
}

.bg-dark *,
.bg-dark a {
  color: #fff;
}
.bg-dark a:hover,
.bg-dark input,
.bg-dark i {
  color: inherit;
}

body {
  position: relative;
  overflow-x: hidden;
}

main > div {
  min-height: 70vh;
  padding-top: 190px;
}
@media screen and (max-width: 860px) {
  main > div {
    padding-top: auto;
  }
}

.section {
  position: relative;
}

.limit.indent {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 576px) {
  .limit.indent {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.limit.indent-lg {
  padding-right: 48px;
  padding-left: 48px;
}
@media screen and (max-width: 576px) {
  .limit.indent-lg {
    padding-right: 12px;
    padding-left: 12px;
  }
}

header.header {
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9998;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
header.header .site-logo a,
header.header .site-logo-hor a {
  display: block;
}
header.header .topbar {
  transition: all 0.2s ease;
}
header.header .topbar .site-logo {
  padding: 12px 0;
}
header.header .topbar .site-logo img {
  transition: all 0.2s ease;
  height: 140px;
}
header.header .topbar .site-logo-hor {
  display: none;
  padding: 16px 0;
}
@media screen and (max-width: 860px) {
  header.header .topbar .limit {
    border-bottom: 1px solid #ddd;
  }
  header.header .topbar .cell-height {
    height: 42px;
  }
  header.header .topbar .navicon {
    margin-right: -12px;
  }
  header.header .topbar .cell-logo {
    display: none;
  }
  header.header .topbar .cell-navicon {
    display: block !important;
  }
  header.header .topbar .cell-lang {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  header.header .navbar > .row {
    flex-direction: column;
  }
  header.header .navbar .cell-menu {
    display: none;
  }
  header.header .navbar .cell-logo {
    display: flex !important;
    align-items: center;
  }
  header.header .navbar .site-logo {
    padding: 12px 0;
  }
  header.header .navbar .site-logo img {
    height: 80px;
    max-width: 60vw;
    object-fit: contain;
  }
  header.header .navbar .site-logo-hor img {
    height: 28px;
    max-width: 60vw;
    object-fit: contain;
  }
  header.header .navbar .cell-buttons {
    width: 100%;
  }
  header.header .navbar .cell-buttons .nav {
    display: flex;
    flex-wrap: wrap;
  }
  header.header .navbar .cell-buttons .nav li {
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

.navbar nav ul {
  display: flex;
  align-items: center;
}
.navbar nav li {
  position: static;
}
.navbar nav a {
  line-height: 42px;
  padding: 0 12px;
  position: relative;
  font-family: "gill-sans-nova";
  text-transform: uppercase;
}
.navbar nav a:hover {
  opacity: 1;
  color: #cb0057;
}
.navbar nav .btn {
  padding: 0 12px;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .navbar nav .btn a {
    padding: 0;
  }
}
.navbar nav li.is-parent.active.current > a, .navbar nav li.is-parent.active.active > a,
.navbar nav li.is-parent.active li.current > a,
.navbar nav li.is-parent.current.current > a,
.navbar nav li.is-parent.current.active > a,
.navbar nav li.is-parent.current li.current > a {
  color: #cb0057;
}
.navbar nav li.is-parent.current.disable a {
  color: #1D1D1B !important;
}
.navbar nav.dropdown {
  padding-left: 1.5rem;
}
.navbar nav.dropdown > ul > li:first-child > a {
  padding-left: 0;
}
.navbar nav.dropdown .sub-menu {
  padding-left: 12px;
}
.navbar nav.dropdown ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #cb0057;
  border-bottom: 1px solid #cb0057;
}
.navbar nav.dropdown ul ul li {
  display: inline-block;
}

body.is-scroll .header .topbar .site-logo {
  display: none;
}
body.is-scroll .header .topbar .site-logo-hor {
  display: block !important;
}
body.is-scroll .header .topbar .site-logo-hor img {
  height: 28px;
  max-width: 60vw;
  object-fit: contain;
}
@media screen and (max-width: 860px) {
  body.is-scroll .header .navbar .site-logo {
    display: none;
  }
  body.is-scroll .header .navbar .site-logo-hor {
    padding: 12px 0;
    display: block !important;
  }
}
body.is-scroll main > div {
  padding-top: auto;
}
@media screen and (max-width: 860px) {
  body.is-scroll main > div {
    padding-top: auto;
  }
}

.hp-splash {
  overflow: hidden;
  height: calc(100vh - 173px);
}
@media screen and (max-width: 860px) {
  .hp-splash {
    height: calc(100vh - 138px);
  }
}
.hp-splash .caption {
  z-index: 2;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.hp-splash .skip {
  z-index: 2;
  width: 100%;
  bottom: 0;
}

.slider-column .top {
  padding: 32px 24px 12px 60px;
}
.slider-column .middle {
  padding: 0 24px 0 60px;
}
.slider-column .bottom {
  padding: 12px 24px 32px 60px;
}
.slider-column .desc {
  padding-top: 18px;
}
.slider-column .owl .item {
  padding: 0;
}
.slider-column .owl-dots {
  padding: 12px;
  display: none;
}
.slider-column .owl-dot span {
  background-color: #fff;
}
.slider-column .owl-nav .owl-prev {
  left: 12px;
}
.slider-column .owl-nav .owl-next {
  right: 12px;
}
.slider-column #ss-events .owl-nav i {
  color: #cb0057;
}
.slider-column #ss-events .owl-dot span {
  background-color: #cb0057;
}
.slider-column #ss-events-2 .owl-dot span {
  background-color: #cb0057;
}
@media screen and (min-width: 1200px) {
  .slider-column .col {
    min-height: 60vh;
  }
  .slider-column .ratio-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slider-column .owl img {
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .slider-column .limit.indent {
    padding: 0;
  }
  .slider-column .top {
    padding: 24px 24px 12px 24px;
  }
  .slider-column .middle {
    padding: 0 24px 0 24px;
  }
  .slider-column .bottom {
    padding: 12px 24px 24px 24px;
  }
  .slider-column .owl-nav {
    display: none;
  }
  .slider-column .owl-dots {
    display: block;
  }
  .slider-column .ratio-screen {
    padding: 24px;
  }
  .slider-column .ratio-screen,
.slider-column .ratio-screen img {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  .slider-column .owl-dots {
    padding-top: 0;
  }
  .slider-column .bottom {
    padding: 24px 24px 24px 24px;
  }
  .slider-column .ratio-screen {
    padding: 0 24px;
  }
}

.footer .top {
  color: #fff;
}
.footer .top a {
  color: #fff;
}
.footer .top .left,
.footer .top .gap {
  gap: 36px;
}
.footer .top .site-logo img {
  height: 140px;
}
.footer a:hover {
  opacity: 0.6;
}
.footer .menu li {
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .footer .left,
.footer .right {
    flex-direction: column;
    align-items: center;
  }
  .footer ul {
    text-align: center;
  }
  .footer ul.legal,
.footer .social-link ul {
    justify-content: center;
  }
}

.focus-card {
  overflow: hidden;
  position: relative;
}
.focus-card .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.4s ease;
}
.focus-card .label {
  border-bottom: 2px solid #fff;
  margin-bottom: 18px;
  display: inline-block;
}
.focus-card .action {
  opacity: 0;
  transition: all 0.4s ease;
}
.focus-card .caption {
  z-index: 4;
}
.focus-card.ratio-screen .action {
  margin-bottom: -52px;
}
.focus-card.ratio-wide .action {
  margin-bottom: -52px;
}
.focus-card.ratio-narrow .action {
  margin-bottom: -36px;
}
.focus-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0;
}
.focus-card:hover:after {
  opacity: 0.1;
}
.focus-card:hover h2,
.focus-card:hover p {
  display: none;
}
.focus-card:hover .action {
  opacity: 1;
  margin-bottom: 0;
}
.focus-card.has-hover:after {
  opacity: 0.1;
}
.focus-card.has-hover:hover:after {
  opacity: 0.1;
}
.focus-card.caption-visible:hover .action {
  margin-top: 24px;
}
.focus-card.caption-visible:hover h2,
.focus-card.caption-visible:hover p {
  display: block;
}

.hp-exhibition .no-cover img {
  width: 100%;
  display: block;
  height: auto;
}

.page-cover {
  height: 60vh;
}

.breadcrumb i {
  padding: 0 6px;
  font-size: 12px;
  color: #999;
}

.lang li {
  position: relative;
  padding-left: 12px;
}
.lang li:last-child:before {
  content: "/";
  position: absolute;
  left: 4px;
  opacity: 0.3;
}
.lang .current-lang a {
  font-weight: 600;
}

div[data-toggle=full-content].active u.open {
  display: none;
}
div[data-toggle=full-content].active u.close {
  display: block !important;
}

.accordion .summary {
  position: relative;
  cursor: pointer;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
.accordion .summary span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  display: flex;
  align-items: center;
}
.accordion .summary span:before {
  content: attr(data-label);
  padding-right: 6px;
}
.accordion .summary span:last-child {
  display: none;
}
.accordion .summary span i {
  margin-bottom: -5px;
}
.accordion .summary.active span {
  display: none;
}
.accordion .summary.active span:last-child {
  display: flex;
}
.accordion .details {
  display: none;
  padding: 12px;
}

.list-link.item {
  margin-bottom: 0 !important;
}
.list-link.in-page {
  max-width: 25%;
}
@media screen and (max-width: 768px) {
  .list-link.in-page {
    max-width: 100%;
  }
}
.list-link a {
  position: relative;
  padding-top: 5px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
  line-height: 22px;
}
.list-link a {
  display: block;
  padding-right: 18px;
}
.list-link a:after {
  content: "";
  font-family: "ic-folio";
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.list-link li + li {
  margin-top: 12px;
}
.list-link li.download a:after {
  content: "";
}

.popmake .pum-title {
  text-align: center;
  font-weight: 700;
}
.popmake .pum-content {
  margin-top: 28px;
  margin-bottom: 12px;
  text-align: center;
}
.popmake .pum-content p a {
  font-weight: 700 !important;
  text-decoration: underline !important;
}
.popmake .pum-content p + p {
  padding-top: 12px;
}
.popmake .btn {
  margin-top: 12px;
}
.popmake .pum-close {
  right: 6px !important;
}

.map-list .list-order {
  display: flex;
  flex-direction: column;
}
.map-list .list-order .list-order-1 {
  order: 1;
}
.map-list .list-order .list-order-2 {
  order: 2;
}
.map-list .list-order .list-order-3 {
  order: 3;
}
.map-list .list-order .list-order-4 {
  order: 4;
}
.map-list .list-order .list-order-5 {
  order: 5;
}
.map-list .list-order .list-order-6 {
  order: 6;
}
.map-list .list-order .list-order-7 {
  order: 7;
}
.map-list .list-order .list-order-8 {
  order: 8;
}
.map-list .list-order .list-order-9 {
  order: 9;
}
.map-list .list-order .list-order-10 {
  order: 10;
}

.pointer {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #cb0057;
}
.pointer span {
  width: 24px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
}
.pointer:hover {
  background-color: #F5CEDD;
  opacity: 1;
  z-index: 9999;
}
.pointer:hover > .img-tips {
  display: block;
  opacity: 1;
}
.pointer .img-tips {
  position: absolute;
  display: none;
  width: 70px;
  z-index: 1;
  left: -23px;
  bottom: 32px;
  box-shadow: 0 0 8px 8px rgba 0, 0, 0, 0.3;
  border-bottom: 3px solid #cb0057;
  opacity: 1;
}
.pointer .img-tips:after {
  position: absolute;
  bottom: -16px;
  margin: 0 auto;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: #cb0057 transparent transparent transparent;
}

.room-map a:hover {
  opacity: 1;
}
.room-map .pointer {
  position: absolute;
}

.ajax-load-more-wrap .alm-paging-content,
.ajax-load-more-wrap .alm-reveal {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .ajax-load-more-wrap .alm-paging-content,
.ajax-load-more-wrap .alm-reveal {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ajax-load-more-wrap .alm-btn-wrap {
  margin-top: 24px !important;
}

.alm_column_3 .alm-paging-content,
.alm_column_3 .alm-reveal {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .alm_column_3 .alm-paging-content,
.alm_column_3 .alm-reveal {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .alm_column_3 .alm-btn-wrap {
    margin-top: 0px;
  }
}

.alm-load-more-btn {
  border-radius: 0 !important;
  box-shadow: none;
  background: #cb0057 !important;
}
.alm-load-more-btn.loading {
  padding: 0 20px !important;
}
.alm-load-more-btn.loading:before {
  display: none !important;
}

.alm-placeholder {
  border-top: 1px solid #ddd;
  text-align: center;
}
.alm-placeholder img {
  padding: 24px 0;
  width: 100px;
}

.pulse {
  background: #cb0057;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #cb0057;
  margin: 10px;
  height: 10px;
  width: 10px;
  display: inline-block;
  transform: scale(1);
  animation: mot_pulse 2s infinite;
}

@keyframes mot_pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(203, 0, 87, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(203, 0, 87, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(203, 0, 87, 0);
  }
}
.page-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.page-loading:after {
  width: 30px;
  height: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("../images/loader.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

html.no-js .page-loading {
  display: none;
}

.item-video figure:after {
  font-family: "ic-folio";
  content: "";
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}

.pagination > div {
  display: inline-flex;
  align-items: center;
}
.pagination span {
  display: inline-block;
  width: auto;
  min-width: 42px;
  padding: 8px 8px;
  background: #fff;
  text-align: center;
  border-right: 1px solid #dddddd;
}
.pagination span:last-child {
  border-right: 0;
}
.pagination span.current {
  color: #cb0057;
}
.pagination span:hover {
  opacity: 0.6;
}
.pagination a {
  display: block;
  text-decoration: none;
  color: #222;
}

.box-buttons .panel-grid-cell {
  position: relative;
  background-color: #000;
}
.box-buttons .panel-grid-cell img {
  opacity: 0.6;
}
.box-buttons .so-panel.widget.widget_sow-editor,
.box-buttons .so-panel.widget.widget_text {
  margin: 0 !important;
}
.box-buttons .textwidget {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-buttons .textwidget h5 {
  border-bottom: 2px solid #fff;
  margin-bottom: 18px;
  display: inline-block;
  font-size: 16px;
  line-height: 19.2px;
}
.box-buttons .textwidget h2 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.box-buttons .textwidget a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  padding: 8px 24px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #000;
  min-height: 32px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .box-buttons .panel-grid-cell img {
    margin: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .xs-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.vrs-accessible .btn:focus,
.vrs-accessible .no-btn:focus,
.vrs-accessible input[type=button]:focus,
.vrs-accessible input[type=submit]:focus,
.vrs-accessible input[type=reset]:focus,
.vrs-accessible button:focus,
.vrs-accessible a:focus,
.vrs-accessible nav:focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5) !important;
}
.vrs-accessible .item-video a {
  display: block;
}
.vrs-accessible .topbar #get-standard {
  display: block !important;
}
.vrs-accessible .topbar #get-accessible {
  display: none;
}
.vrs-accessible .header .menu .btn.btn-primary {
  background-color: #A80049 !important;
}
.vrs-accessible .navbar nav li a:hover {
  color: #A80049;
}
.vrs-accessible .navbar nav li.is-parent.active ul,
.vrs-accessible .navbar nav li.is-parent.current ul {
  border-color: #A80049;
}
.vrs-accessible .navbar nav li.is-parent.active.current > a, .vrs-accessible .navbar nav li.is-parent.active.active > a,
.vrs-accessible .navbar nav li.is-parent.active li.current > a,
.vrs-accessible .navbar nav li.is-parent.current.current > a,
.vrs-accessible .navbar nav li.is-parent.current.active > a,
.vrs-accessible .navbar nav li.is-parent.current li.current > a {
  color: #A80049;
}
.vrs-accessible .page-cover h1,
.vrs-accessible .focus-card h2,
.vrs-accessible .hp-splash h1,
.vrs-accessible .caption .label {
  display: inline-block;
  background-color: #000;
  padding: 4px 8px;
  color: #fff !important;
}
.vrs-accessible .focus-card h2 {
  font-size: 1.5rem;
}
.vrs-accessible .focus-card .action {
  opacity: 1;
}
.vrs-accessible .focus-card .action {
  margin-top: 12px !important;
  margin-bottom: 0;
}
.vrs-accessible .focus-card h2,
.vrs-accessible .focus-card p {
  display: block;
}
.vrs-accessible .accordion .summary span,
.vrs-accessible .accordion .summary:after {
  display: none !important;
}
.vrs-accessible .accordion .details {
  display: block;
}
.vrs-accessible .panel-grid .accordion h3:after, .vrs-accessible .panel-grid .accordion h3.active:after {
  display: none;
}
.vrs-accessible .panel-grid .accordion .textwidget {
  display: block;
}
.vrs-accessible .acc-hide,
.vrs-accessible .btn-toggle {
  display: none;
}
.vrs-accessible .acc-show,
.vrs-accessible .so-panel .toggle-content {
  display: block !important;
}

/*# sourceMappingURL=minimum.css.map */
