.mobile-only {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kryh5a");
  src: url("../fonts/icomoon.eot?kryh5a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kryh5a") format("truetype"), url("../fonts/icomoon.woff?kryh5a") format("woff"), url("../fonts/icomoon.svg?kryh5a#icomoon") format("svg");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
a {
  color: #303030;
}

body,
html {
  box-sizing: border-box;
  color: #686869;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.75;
  margin: 0;
  padding: 0;
}
body *::before,
body *::after,
body *,
html *::before,
html *::after,
html * {
  box-sizing: inherit;
}

body {
  background-color: #ebebeb;
}

::placeholder {
  color: #686869;
  font-style: normal;
}

[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

[contenteditable=true],
[type=date],
[type=email],
[type=password],
[type=text],
[type=time],
select,
textarea {
  appearance: none;
  background-color: #fff;
  border: 2px solid #ebebeb;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #686869;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  height: 40px;
  padding: 0 10px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
[contenteditable=true]:focus,
[type=date]:focus,
[type=email]:focus,
[type=password]:focus,
[type=text]:focus,
[type=time]:focus,
select:focus,
textarea:focus {
  border-color: #000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  outline: none;
}

[type=date],
[type=email],
[type=password],
[type=time],
select {
  padding: 0 10px;
  max-width: 320px;
}

[contenteditable=true],
textarea {
  min-height: 200px;
  padding: 10px;
  height: auto;
}

select[multiple] {
  height: auto;
  padding: 10px;
}

:root [type=button],
:root [type=submit] {
  line-height: 46px;
}

[type=file] {
  border: 2px dashed #ebebeb;
  cursor: pointer;
  font-size: 13px;
  height: auto;
  padding: 10px;
}

::file-selector-button {
  background-color: #686869;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  padding: 10px 15px;
  transition: all 0.25s ease-in-out;
}
::file-selector-button:active, ::file-selector-button:hover {
  background-color: #5b5b5c;
}

select:not([multiple]) {
  background: #fff url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%233d4852' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat right 10px center;
}

label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

:root .small-input {
  max-width: 185px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3e3e3e;
  line-height: 1.25;
  margin: 2rem 0 calc(2rem / 3) 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin: 0 0 calc(2rem / 3) 0;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4,
h5,
h6 {
  font-size: 1.2rem;
}

hr {
  background-color: #ebebeb;
  border: none;
  float: left;
  height: 2px;
  margin: 0 0 30px;
  width: 100%;
}
.footer hr {
  background-color: rgba(255, 255, 255, 0.5);
}

html {
  overflow-x: hidden;
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  width: auto;
}
.slider img {
  transition: opacity 1.5s ease-in-out;
  opacity: 1;
}

p {
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
}

small {
  font-size: 0.8rem;
  float: left;
  width: 100%;
}

strong {
  color: #3e3e3e;
}

.block {
  float: left;
  margin-top: clamp(20px, 4vw, 40px);
  width: 100%;
}
@media (min-width: 1024px) {
  .block {
    margin-top: calc(clamp(20px, 4vw, 40px) * 2);
  }
}
.block .wrapper {
  position: relative;
  z-index: 3;
}

.content {
  float: right;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .content {
    margin-bottom: 0;
    padding-left: 2rem;
    width: calc(100% - 360px);
  }
}
@media (min-width: 1200px) {
  .content {
    padding-left: calc(2rem * 2);
  }
}

.copyright {
  color: #fff;
  font-size: 0.8rem;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .copyright {
    margin-top: 30px;
  }
}

.footer {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 0.9rem;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}
.footer strong,
.footer a {
  color: inherit;
}
.footer a:active,
.footer a:hover {
  color: inherit;
  text-decoration: underline;
}
.footer p:last-of-type {
  margin-bottom: 0;
}
.footer__sidebar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
@media (min-width: 769px) {
  .footer__sidebar {
    gap: 40px;
  }
}
.footer__sidebar__widget {
  padding: 0 0 40px 0;
}
@media (min-width: 769px) {
  .footer__sidebar__widget {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1024px) {
  .footer__sidebar__widget {
    width: calc(33.333% - 40px);
  }
}
.footer__sidebar__widget__title {
  color: #fff;
}
.footer__sidebar__widget__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.footer__sidebar__widget__logos img {
  object-fit: contain;
  max-height: 75px;
  max-width: 200px;
}
@media (min-width: 1024px) {
  .footer__sidebar__widget__logos img {
    max-height: 125px;
    max-width: 250px;
  }
}

.header {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  margin-top: 0;
  padding: 10px clamp(20px, 4vw, 40px);
  position: relative;
  z-index: 100;
}
@media (min-width: 1024px) {
  .header {
    padding: 20px 0;
  }
}
.header .wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main {
  margin-top: clamp(20px, 4vw, 40px);
}
@media (min-width: 1024px) {
  .main {
    margin-top: calc(clamp(20px, 4vw, 40px) * 2);
  }
}
.main .wrapper {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  overflow: hidden;
  padding: clamp(20px, 4vw, 40px);
}

@media (min-width: 1024px) {
  .nav-wrap {
    display: flex;
  }
}

.nav {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  max-height: 0%;
  padding: 156px 20px 20px 20px;
  pointer-events: none;
  position: fixed;
  right: 0;
  transition: all 0.25s ease-in-out;
  top: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav {
    background-color: transparent;
    bottom: auto;
    height: auto;
    left: auto;
    max-height: none;
    opacity: 1;
    padding: 0;
    pointer-events: all;
    position: relative;
    right: auto;
    top: auto;
    transition: none;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .nav:last-of-type {
    margin-left: 30px;
  }
}
.nav-active .nav {
  max-height: 100%;
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1024px) {
  .nav-active .nav {
    max-height: none;
    opacity: 1;
    pointer-events: all;
  }
}
.nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav__list__li {
  border-bottom: 1px solid #686869;
  float: left;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav__list__li {
    border-bottom: none;
    margin-right: 10px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .nav__list__li {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .nav__list__li:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .nav__list__li:active .nav__list__sub, .nav__list__li:hover .nav__list__sub, .nav__list__li:focus-within .nav__list__sub {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 1024px) {
  .nav__list__li:active > a, .nav__list__li:hover > a, .nav__list__li:focus-within > a {
    background-color: #303030;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .nav__list__li:active > a:not(.cta)::after, .nav__list__li:hover > a:not(.cta)::after, .nav__list__li:focus-within > a:not(.cta)::after {
    display: none;
  }
}
.nav__list__li--has-sub {
  position: relative;
}
.nav__list__li--has-sub > a:after {
  content: "\f054";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  background-color: #303030;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 9px;
  transition: all 0.25s ease-in-out;
  width: 20px;
}
@media (min-width: 1024px) {
  .nav__list__li--has-sub > a:after {
    display: none;
  }
}
.nav__list__li--sub-active:after {
  transform: rotate(90deg);
  text-indent: 1px;
}
.nav__list__li__a {
  display: block;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease-in;
}
@media (min-width: 1024px) {
  .nav__list__li__a {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .nav__list__li__a {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .nav__list__li__a--active::after {
    background-color: #303030;
    bottom: 5px;
    content: "";
    height: 2px;
    left: 20px;
    position: absolute;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  .nav__list__li__a--cta {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    padding: 0 15px;
  }
}
.nav__list__sub {
  background-color: #ebebeb;
  display: none;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 10px 0;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .nav__list__sub {
    background-color: #303030;
    display: block;
    margin-top: 3px;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    width: 280px;
  }
}
@media (min-width: 1024px) {
  .nav__list__sub__li {
    display: block;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .nav__list__sub__li:active .nav__list__sub-sub, .nav__list__sub__li:hover .nav__list__sub-sub, .nav__list__sub__li:focus-within .nav__list__sub-sub {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 1024px) {
  .nav__list__sub__li:active > a, .nav__list__sub__li:hover > a, .nav__list__sub__li:focus-within > a {
    background-color: #000;
    color: #fff;
  }
}
.nav__list__sub__li__a {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  overflow: hidden;
  padding: 5px 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: none;
  transition: all 0.25s ease-in;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .nav__list__sub__li__a {
    color: #fff;
    line-height: 2rem;
  }
}

.sidebar {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .sidebar {
    width: 360px;
  }
}
.sidebar__row {
  float: left;
  margin-bottom: 1rem;
  width: 100%;
}
.sidebar__row__label {
  background-color: #ebebeb;
  float: left;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.sidebar__row__label:after {
  content: "\f054";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
}
.sidebar__row--active .sidebar__row__label:after {
  transform: translateY(-50%) rotate(90deg);
}
.sidebar__row__label:active, .sidebar__row__label:hover {
  background-color: #000;
  color: #fff;
}
.sidebar__row__content {
  border: 2px solid #ebebeb;
  border-top: 0;
  display: none;
  float: left;
  padding: 20px;
  width: 100%;
}
.sidebar__row__content__cols {
  display: flex;
  flex-wrap: wrap;
  gap: 7.5px;
}
.sidebar__row__content__cols[data-cols="1"] div {
  flex: 1 1 calc(100% - 7.5px);
}
.sidebar__row__content__cols[data-cols="2"] div {
  flex: 1 1 calc(50% - 7.5px);
}
.sidebar__row__content__cols[data-cols="3"] div {
  flex: 1 1 calc(33.333% - 7.5px);
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1420px;
  padding: 0 clamp(20px, 5vw, 40px);
  width: 100%;
}
.wrapper--small {
  max-width: 1160px;
}

.activity-date-grid--labels label {
  float: left;
  width: 30%;
}
.activity-date-grid--inputs input {
  float: left;
  margin-right: 30px;
  max-width: initial;
  min-width: initial;
  text-align: center;
  width: calc(30% - 30px);
}
.activity-date-grid--inputs div {
  float: left;
  width: 10%;
}
.activity-date-grid--inputs [type=button] {
  appearance: none;
  border-radius: 40px;
  border: 0;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  margin: 0 15px 0 0;
  max-width: initial;
  min-width: initial;
  outline: none;
  padding: 0;
  text-align: center;
  width: 40px;
}

.block-intro {
  background-color: #686869;
  position: relative;
  z-index: 3;
}
@media (min-width: 1024px) {
  .block-intro {
    margin-bottom: clamp(20px, 4vw, 40px);
  }
}
:root .block-intro {
  margin-top: 0;
}
.block-intro__content {
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  float: left;
  padding: clamp(20px, 4vw, 40px) 0;
  position: relative;
  width: 100%;
}
.block-intro__content__title {
  float: left;
  font-size: clamp(24px, 5vw, 48px);
  font-weight: 800;
  line-height: clamp(34px, 5vw, 58px);
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .block-intro__content__title {
    text-align: left;
  }
}
.block-intro__content__title p {
  margin-bottom: 0;
}
.block-intro__content__title div {
  display: block;
  font-weight: 400;
}
.block-intro__content__tagline {
  text-align: center;
}
@media (min-width: 1024px) {
  .block-intro__content__tagline {
    text-align: left;
  }
}
.block-intro__content__buttons {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  float: left;
  margin-top: 30px;
  max-width: 680px;
  padding: 30px 30px 30px 30px;
  position: relative;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .block-intro__content__buttons {
    padding: calc(30px * 1.5) calc(30px * 2) 30px calc(30px * 2);
    transform: translate(0, 80px);
  }
}
.block-intro__content__buttons h2 {
  text-align: center;
}
.block-intro__content__buttons p {
  margin-bottom: calc(2rem / 2);
}
@media (min-width: 1024px) {
  .block-intro__content__buttons a span {
    margin-bottom: 5px;
  }
}
.block-intro__content__swiper {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.block-intro__content__swiper__slide__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.block-intro__svg {
  display: none;
}

.block-news__inner {
  float: left;
  width: 100%;
}

.block-supply .supply-grid {
  margin-top: -40px;
}
@media (min-width: 768px) {
  .block-supply .supply-grid {
    margin-top: -80px;
  }
}
.block-supply__svg {
  display: none;
}
.block-supply__cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.block-supply__cta-wrap .cta {
  margin: 0;
}

.block-text-image {
  color: #3e3e3e;
}
.block-text-image .wrapper {
  padding: 0;
}
@media (min-width: 1024px) {
  .block-text-image .wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }
}
.block-text-image__image {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .block-text-image__image {
    width: calc(50% - 40px);
  }
}
.block-text-image__image__img {
  display: block;
}
.block-text-image__inner {
  padding: 0 clamp(20px, 4vw, 40px);
}
@media (min-width: 1024px) {
  .block-text-image__inner {
    width: calc(50% - 40px);
  }
}

.block-text__inner {
  align-self: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  overflow: hidden;
  padding: 30px;
  width: 100%;
}
@media (min-width: 1200px) {
  .block-text__inner {
    padding: calc(30px * 2);
  }
}
.block-text__inner p:last-of-type {
  margin-bottom: 0;
}
.block-text__inner .cta {
  margin-bottom: 0;
}

:root .block-title--more-spacing {
  margin-bottom: 30px;
}

.card {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 2rem;
}
.card:nth-of-type(odd) {
  background-color: #fff;
}
.card__image {
  background-color: #969696;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  height: 150px;
  width: 150px;
}
.card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: calc(100% - (80px + 150px));
}
.card__content__title {
  font-size: 22px;
}
:root .card__content__title {
  margin: 0 0 10px 0;
}
.card__content__text {
  font-size: 16px;
  margin-bottom: 0;
}

.cards {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.contact-form {
  padding: 2rem 0 0 0;
}

.contact-info {
  align-self: center;
  border: 2px solid #686869;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-self: center;
  padding: 40px;
  width: 100%;
}
.contact-info h4 {
  margin-bottom: 10px;
}
.contact-info p {
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-info p:last-child {
  margin-bottom: 0;
}

.content-details {
  align-items: center;
  display: flex;
  flex-direction: column;
  float: left;
  position: relative;
  width: 100%;
}
.content-details__image {
  background-color: #686869;
  color: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .content-details__image {
    height: 50vw;
    margin-bottom: 0;
    max-height: 600px;
    min-height: 400px;
  }
}
.content-details__image__img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: block;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}
.content-details__image__title {
  color: #fff;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: clamp(30px, 5vw, 60px);
}
.content-details__wrap {
  position: relative;
}
.content-details__wrap svg {
  display: none;
}
@media (min-width: 1024px) {
  .content-details__wrap svg {
    position: absolute;
    display: block;
  }
}
.content-details__wrap svg:first-of-type {
  left: -120px;
  top: 30px;
}
.content-details__wrap svg:last-of-type {
  bottom: -60px;
  right: -120px;
}
.content-details__content {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  max-width: 1160px;
  padding: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .content-details__content {
    margin-top: -40px;
  }
}
@media (min-width: 1024px) {
  .content-details__content {
    padding: 40px;
    margin-top: -80px;
  }
}
.content-details__content--no-spacing-top {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .content-details__content--no-spacing-top {
    margin-top: 120px;
  }
}
.content-details__content__description {
  float: left;
  margin-bottom: 2rem;
  width: 100%;
}
.content-details__content__tag {
  margin-right: 4px;
  margin-bottom: 10px;
}
.content-details__content__inner {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .content-details__content__inner {
    width: calc(100% - 320px);
  }
}
@media (min-width: 1200px) {
  .content-details__content__inner {
    width: calc(100% - 360px);
  }
}
.content-details__content__inner--full {
  width: 100%;
}
.content-details__content__side {
  background-color: #ebebeb;
}
@media (min-width: 1024px) {
  .content-details__content__side {
    padding: 30px;
    width: 300px;
  }
}
.content-details__content__side p {
  font-size: 0.9rem;
}
.content-details__content__side p:last-of-type {
  margin-bottom: 0;
}
.content-details__content__side img {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: block;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}
@media (min-width: 1024px) {
  .content-details__content__sideimage {
    width: 300px;
  }
}
.content-details__content__sideimage img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: block;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
  border-radius: 5px;
}

.slider img {
  display: block;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .slider img {
    height: 100%;
  }
}

.cta {
  background-color: #ebebeb;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 30px 30px 0;
  min-width: 180px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.cta--small {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.cta--large {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding-left: 25px;
  padding-right: 25px;
}
.cta--right {
  float: right;
}
.cta--centered {
  float: none;
  display: flex;
  justify-content: center;
}
.cta:active, .cta:hover {
  background-color: #3e3e3e;
  color: #fff;
}

:root .editlabel {
  background-color: #686869;
  border-radius: 3px;
  clear: both;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  line-height: 1.5;
  font-family: monospace;
  text-transform: lowercase;
}

.error-message {
  color: red;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.example {
  border: 2px dashed #686869;
  float: left;
  margin-bottom: 2rem;
  padding: 20px 20px 0 20px;
  position: relative;
  width: 100%;
}
.example__label {
  background-color: #686869;
  color: #fff;
  font-weight: 700;
  left: -22px;
  padding: 5px 20px;
  position: relative;
  text-transform: uppercase;
  top: -22px;
  width: calc(100% + 44px);
}
.example__info {
  background-color: #fff;
  color: #000;
  float: left;
  font-size: 0.9rem;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-top: -20px;
  padding: 20px 30px;
  width: calc(100% + 40px);
}

.faq-item {
  border-bottom: 2px solid #686869;
  float: left;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  width: 100%;
}
.faq-item__question {
  cursor: pointer;
  float: left;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding-right: 30px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.faq-item__question:after {
  content: "\f054";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.25s ease-in-out;
  width: 30px;
}
.faq-item--active .faq-item__question:after {
  transform: rotate(90deg);
}
.faq-item__answer {
  display: none;
  float: left;
  margin-bottom: 0;
  margin-top: calc(30px / 2);
  width: 100%;
}
.faq-item__answer p {
  font-size: 16px;
  margin-bottom: calc(30px / 2);
}
.faq-item__answer p:last-child {
  margin-bottom: 0;
}

.filter-search-form {
  float: left;
  max-width: 320px;
  position: relative;
  width: 100%;
}
.filter-search-form__input {
  border-radius: 50px;
  float: left;
  height: 50px;
  position: relative;
}
:root .filter-search-form__input {
  border: 2px solid #969696;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  :root .filter-search-form__input {
    margin-left: -65px;
    padding: 0 100px 0 20px;
    width: 450px;
  }
}
.filter-search-form__submit {
  appearance: none;
  background-color: #686869;
  border-radius: 40px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  padding: 0 20px;
  text-transform: uppercase;
  top: 5px;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .filter-search-form__submit {
    margin-top: 0;
    position: absolute;
    right: -58px;
  }
}
.filter-search-form__submit:active, .filter-search-form__submit:hover {
  background-color: #3e3e3e;
}

.filter {
  float: left;
  width: 100%;
}
.filter__type {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .filter__type {
    text-align: center;
  }
}
.filter__type li {
  float: left;
  margin-bottom: calc(40px / 4);
  margin-right: calc(40px / 4);
}
@media (min-width: 768px) {
  .filter__type li {
    margin-bottom: calc(40px / 2);
    margin-right: calc(40px / 2);
  }
}
@media (min-width: 1024px) {
  .filter__type li {
    display: inline-block;
    float: none;
    margin-left: calc(40px / 2);
    margin-right: calc(40px / 2);
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .filter__type li a {
    margin: 0;
    min-width: 330px;
  }
}
.filter__inner {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: none;
  float: left;
  margin-bottom: 30px;
  padding: 30px 30px calc(30px / 2) 30px;
  width: 100%;
}
.filter__inner.is-active, .filter__inner--active {
  display: block;
}
:root .filter__inner__title {
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  :root .filter__inner__title {
    margin: 0 0 24px;
  }
}
.filter__inner__row {
  border: none;
  float: left;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .filter__inner__row {
    margin-bottom: 10px;
  }
}
.filter__inner__row__outer-label {
  float: left;
  font-size: 0.9rem;
  line-height: 34px;
  margin-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .filter__inner__row__outer-label {
    width: 180px;
  }
}
.filter__inner__row__tags {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .filter__inner__row__tags {
    width: calc(100% - 200px);
  }
}
.filter__inner__row__tag {
  margin-bottom: 10px;
  margin-right: 15px;
}

.form-fields {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  float: left;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .form-fields {
    padding: 40px;
  }
}

.form-row-footer {
  background-color: #ebebeb;
  border-radius: 15px;
  float: left;
  font-size: 0.9rem;
  margin-bottom: -20px;
  margin-top: 15px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-row-footer {
    padding: 30px;
  }
}
.form-row-footer small {
  display: block;
  margin-bottom: 15px;
}
.form-row-footer .cta {
  margin-bottom: 0;
}

.form-row {
  float: left;
  margin-bottom: 20px;
  font-size: 0.9rem;
  width: 100%;
  min-height: 40px;
}
.form-row__label {
  float: left;
  margin-bottom: 10px;
  min-height: 40px;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-row__label {
    margin-bottom: 0;
    padding: 0;
    width: 280px;
  }
}
.content-details .form-row__label {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 0 0 0;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .content-details .form-row__label {
    width: 180px;
  }
}
.form-row__input {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-row__input {
    width: calc(100% - 280px);
  }
}
@media (min-width: 1024px) {
  .content-details .form-row__input {
    width: calc(100% - 180px);
  }
}
@media (min-width: 1024px) {
  .form-row__input--right {
    float: right;
  }
}
.form-row__input ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.form-row__select {
  max-width: 100%;
}
.form-row__hints {
  margin-top: 5px;
  font-style: italic;
  margin-left: 280px;
}
.form-row__sub_header {
  margin-top: 15px;
  font-weight: 700;
}
.form-row__grid {
  background-color: aquamarine;
}

.ico {
  display: block;
  text-decoration: none;
}
.ico::before {
  float: left;
  margin-right: 10px;
}
.ico--phone:before, .ico--tel:before {
  content: "\f095";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
}
.ico--email:before, .ico--mail:before {
  content: "\f0e0";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
}

.login-link {
  background-color: #3e3e3e;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.login-link:before {
  content: "\f045";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
}

.logo {
  float: left;
  position: relative;
  z-index: 1;
}
.logo img {
  display: block;
  margin: 0;
  max-width: 150px;
  object-fit: contain;
}

.nav-toggle {
  background-color: #686869;
  border-radius: 100%;
  cursor: pointer;
  float: right;
  height: 48px;
  order: 3;
  position: relative;
  width: 48px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle__line {
  background-color: #fff;
  border-radius: 3px;
  display: block;
  height: 3px;
  left: 10px;
  max-width: 28px;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.nav-toggle__line:nth-child(1) {
  top: 15px;
}
.nav-active .nav-toggle__line:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}
.nav-toggle__line:nth-child(2) {
  top: 23px;
}
.nav-active .nav-toggle__line:nth-child(2) {
  opacity: 0;
}
.nav-toggle__line:nth-child(3) {
  top: 31px;
}
.nav-active .nav-toggle__line:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .news-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.news-grid__item {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: none;
  height: 100%;
  width: 100%;
}
.news-grid__item:nth-of-type(1), .news-grid__item:nth-of-type(2), .news-grid__item:nth-of-type(3), .news-grid__item:nth-of-type(4), .news-grid__item:nth-of-type(5) {
  display: block;
}
.news-grid__item__image {
  display: block;
  position: relative;
}
.news-grid__item__image__img {
  display: block;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .news-grid__item__image__img {
    height: 200px;
  }
}
.news-grid__item__image__title {
  display: none;
}
@media (min-width: 1024px) {
  .news-grid__item__image__title {
    background-color: #000;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    left: 0;
    overflow: hidden;
    padding: 10px 30px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
.news-grid__item__content {
  display: block;
  padding: 30px;
}
.news-grid__item__content__title {
  font-size: 1.2rem;
}
:root .news-grid__item__content__title {
  margin-bottom: 10px !important;
}
.news-grid__item__content__title a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .news-grid__item__content__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    font-size: 16px;
    overflow: hidden;
  }
  :root .news-grid__item__content__text {
    display: -webkit-box !important;
  }
}
:root .news-grid__item__content__text:last-of-type {
  margin: 0 0 calc(30px / 2) 0;
}
.news-grid__item__content__link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .news-grid .news-grid__item:nth-child(1) {
    grid-area: 1/1/5/3;
  }
  .news-grid .news-grid__item:nth-child(1) .news-grid__item__image__img {
    height: 300px;
  }
  .news-grid .news-grid__item:nth-child(1) .news-grid__item__content__text {
    display: block;
  }
  .news-grid .news-grid__item:nth-child(1) .news-grid__item__content__title {
    margin: 0 0 30px 0;
  }
  .news-grid .news-grid__item:nth-child(2) {
    grid-area: 1/3/3/5;
  }
  .news-grid .news-grid__item:nth-child(3) {
    grid-area: 1/5/3/7;
  }
  .news-grid .news-grid__item:nth-child(4) {
    grid-area: 3/3/5/5;
  }
  .news-grid .news-grid__item:nth-child(5) {
    grid-area: 3/5/5/7;
  }
}

@media (min-width: 1024px) {
  .news-grid-item--small {
    position: relative;
  }
  .news-grid-item--small .news-grid__item__image {
    height: 100%;
  }
  .news-grid-item--small .news-grid__item__image__img {
    display: block;
    height: 100%;
  }
  .news-grid-item--small .news-grid__item__content {
    background-color: #fff;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    right: 0;
    transition: all 0.333s ease-in;
    width: 100%;
  }
  .news-grid-item--small .news-grid__item__content__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
  }
  .news-grid-item--small:focus-within .news-grid__item__content, .news-grid-item--small:active .news-grid__item__content, .news-grid-item--small:hover .news-grid__item__content {
    opacity: 1;
    max-height: 500px;
  }
}
.next-button {
  float: left;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.next-button:before {
  content: "\f054";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  float: right;
  margin-left: 6px;
  position: relative;
  top: 0.5px;
}

::file-selector-button {
  background-color: #602f8a;
}
::file-selector-button:active, ::file-selector-button:hover {
  background-color: #462264;
}

.filter__inner__row__outer-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .filter__inner__row__outer-label {
    margin-right: 0;
    min-width: 280px;
  }
}

@media (min-width: 768px) {
  .filter__inner__row__tags {
    width: calc(100% - 280px);
  }
}

.page-title {
  display: block;
}
:root .page-title {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-title__wrapper {
    display: block;
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    text-align: center;
    width: 100%;
  }
}
.page-title__wrapper svg {
  display: none;
}
@media (min-width: 1024px) {
  .page-title__wrapper svg {
    position: absolute;
    display: block;
  }
}
.page-title__wrapper svg:first-of-type {
  top: -60px;
  left: 0;
}
.page-title__wrapper svg:last-of-type {
  bottom: -60px;
  right: 0;
}
@media (min-width: 1024px) {
  .page-title__wrapper .page-title {
    display: inline-block;
    float: none;
    width: auto;
  }
}

.pagination {
  align-self: center;
  display: flex;
  justify-self: center;
  margin-bottom: 30px;
}
.pagination__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination__list__li {
  display: inline;
}
.pagination__list__li__a {
  border-radius: 3px;
  border: 2px solid #686869;
  float: left;
  font-size: 14px;
  height: 30px;
  margin: 5px;
  min-width: 30px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .pagination__list__li__a {
    font-size: 16px;
  }
}
.pagination__list__li__a:active, .pagination__list__li__a:hover {
  background-color: #686869;
  color: #fff;
}
.pagination__list__li__prev, .pagination__list__li__next {
  position: relative;
}
.pagination__list__li__prev__a, .pagination__list__li__next__a {
  border: none;
  color: #686869;
  text-decoration: none;
}
.pagination__list__li__prev__a:active, .pagination__list__li__prev__a:hover, .pagination__list__li__next__a:active, .pagination__list__li__next__a:hover {
  background-color: transparent;
  color: #3e3e3e;
}
.pagination__list__li__prev__a {
  margin-right: 10px;
}
.pagination__list__li__prev__a:before {
  content: "\f0d9";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.pagination__list__li__next__a {
  margin-left: 10px;
}
.pagination__list__li__next__a:after {
  content: "\f0da";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.prev-button {
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.prev-button:before {
  content: "\f053";
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  float: left;
  margin-right: 4px;
  position: relative;
  top: 0.5px;
}

.prev-button-history-hidden {
  display: none;
}

.provider-grid {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  .provider-grid {
    width: calc(100% + 40px);
  }
}
.provider-grid__item {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.25s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .provider-grid__item {
    padding: 30px;
    width: calc(50% - 40px);
  }
}
.provider-grid__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.provider-grid__item__image {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .provider-grid__item__image {
    margin-bottom: 0;
    width: 200px;
  }
}
.provider-grid__item__image img {
  display: block;
  max-height: 125px;
  max-width: 150px;
  object-fit: contain;
}
.provider-grid__item__content {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .provider-grid__item__content {
    padding-left: 20px;
    width: calc(100% - 200px);
  }
}
.provider-grid__item__content__title a {
  text-decoration: none;
}

.search-form {
  float: left;
  margin-bottom: 2rem;
  width: 100%;
}
.contact-form .search-form:last-of-type {
  margin-bottom: 0;
}
.search-form__label {
  display: block;
  margin-bottom: 5px;
}
.search-form__reset {
  float: right;
  font-size: 0.8rem;
  margin: 5px 0 0;
}
.search-form__hints {
  margin-top: 2px;
  font-style: italic;
}

.sidebar-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  gap: 30px;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .sidebar-inline {
    width: calc(100% + 30px);
  }
}
.sidebar-inline__item {
  background-color: #ebebeb;
  border-radius: 15px;
  font-size: 14px;
  padding: clamp(20px, 3vw, 30px);
  width: 100%;
}
@media (min-width: 768px) {
  .sidebar-inline__item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .sidebar-inline__item {
    width: calc(33.333% - 30px);
  }
}
.sidebar-inline__item__title {
  color: #3e3e3e;
  float: left;
  font-size: 24px;
  width: 100%;
}
:root .sidebar-inline__item__title {
  margin-bottom: 20px;
}
.sidebar-inline__item__row {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.sidebar-inline__item__row:last-of-type {
  margin-bottom: 0;
}
.sidebar-inline__item__row__label {
  color: #3e3e3e;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.spotlight-item {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  float: left;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .spotlight-item {
    padding: 25px 30px;
  }
}
.spotlight-item:last-of-type {
  margin-bottom: 0;
}
.spotlight-item__labels {
  float: left;
  margin-bottom: calc(2rem / 2);
  width: 100%;
}
.spotlight-item .cta {
  margin-bottom: 0;
}
.spotlight-item p {
  margin-bottom: calc(2rem / 2);
}
.spotlight-item p:last-of-type {
  margin-bottom: 0;
}

.spotlight-items {
  float: left;
  width: 100%;
}
.spotlight-items__image {
  display: none;
}
@media (min-width: 1024px) {
  .spotlight-items__image {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .spotlight-items__image {
    margin-right: calc(30px * 2);
  }
}
.spotlight-items__items {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .spotlight-items__items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .spotlight-items__items {
    width: calc(100% - 480px);
  }
}
@media (min-width: 1200px) {
  .spotlight-items__items {
    width: calc(100% - 510px);
  }
}

.supply-grid-spinner {
  display: flex;
  justify-content: center;
  opacity: 0;
  margin-bottom: 20px;
  width: 100%;
}
.supply-grid-spinner.is-active {
  opacity: 1;
}
.supply-grid-spinner svg {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .supply-grid-spinner svg {
    height: 80px;
    width: 80px;
  }
}

.supply-grid {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  .supply-grid {
    width: calc(100% + 40px);
  }
}
.supply-grid.swiper-wrapper {
  flex-wrap: nowrap;
  padding-bottom: 40px;
  gap: 0;
}
.supply-grid.is-refreshing {
  opacity: 0;
}
.supply-grid.is-loading {
  opacity: 0;
  pointer-events: none;
}
.supply-grid__item {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.25s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .supply-grid__item {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1024px) {
  .supply-grid__item {
    width: calc(33.333% - 40px);
  }
}
.supply-grid__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.supply-grid__item__image {
  display: block;
  width: 100%;
}
.supply-grid__item__image__img {
  display: block;
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.supply-grid__item__content {
  float: left;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.supply-grid__item__content__title {
  font-size: 1.4rem;
  margin: 0 0 30px 0;
}
.swiper .supply-grid__item__content__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.supply-grid__item__content__title a {
  text-decoration: none;
}
.supply-grid__item__content__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 0.9rem;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.supply-grid__item__content__link {
  margin-right: 4px;
  margin-top: calc(30px / 2);
}
.supply-grid__item__content__tag {
  margin-right: 8px;
}
.supply-grid .swiper-scrollbar {
  transform: translate(0, 40px);
}

.swiper-horizontal {
  overflow: initial;
}

.tag {
  background-color: rgba(235, 235, 235, 0.2);
  border-radius: 30px;
  border: 2px solid #686869;
  box-sizing: border-box;
  color: #686869;
  float: left;
  font-size: 0.8rem;
  font-weight: 700;
  height: 34px;
  line-height: 30px;
  margin-right: 10px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.tag--small {
  font-size: 0.7rem;
  height: 28px;
  line-height: 24px;
  padding: 0 10px;
}
.tag--big {
  font-size: 1rem;
  padding: 0 15px;
  height: 40px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .tag--big {
    height: 50px;
    line-height: 46px;
    padding: 0 30px;
  }
}
.tag [type=checkbox],
.tag [type=radio] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

a.tag {
  cursor: pointer;
}
a.tag:active, a.tag:hover {
  background-color: #686869;
  color: #fff;
}

.tag.is-active,
.tag--active {
  background-color: #686869;
  color: #fff;
}

.title-block {
  background-color: #ebebeb;
  float: left;
  font-size: 1.25rem;
  line-height: 2rem;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
}
:root .title-block {
  margin: 0 0 2rem;
}
.title-block p {
  margin: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.warning-message {
  color: #d98c00;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}
