:root {
  --padding: 1rem;
  --radius: 1.25rem;
}
@media (min-width: 37.5rem) {
  :root {
    --padding: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  :root {
    --padding: 2.5rem;
  }
}
@media (min-width: 75rem) {
  :root {
    --padding: 3.75rem;
  }
}
.vishid,
.screen-reader-text,
.screen-reader-response {
  color: transparent !important;
  height: 1px !important;
  left: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  white-space: nowrap !important;
  width: 1px !important;
}
* {
  box-sizing: border-box;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
* + * {
  margin-top: 1em;
}
html {
  background-color: #ffffff;
  min-height: 100%;
  scroll-behavior: smooth;
}
body,
br,
li,
dt,
dd,
th,
td,
option,
span,
main,
#wpadminbar {
  margin-top: 0;
}
body {
  background-color: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: clip;
}
/*
----------------------------------------------
BASE ELEMENTS
----------------------------------------------
*/
a {
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #ff6600;
}
a img {
  border: 0;
}
strong {
  font-weight: 600;
  font-variation-settings: 'wght' 900;
}
p a {
  color: inherit;
  text-decoration: underline;
  transition: background-color 0.3s;
}
p a:hover {
  background-color: #ff6600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}
h1 {
  font-size: 6rem;
  font-variation-settings: 'wght' 900;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}
h2 {
  font-size: 1.5rem;
  font-variation-settings: 'wght' 400;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.125;
}
h3 {
  font-size: 1.5rem;
  font-variation-settings: 'wght' 400;
  font-weight: 400;
}
h4 {
  font-size: 1.3125rem;
}
h5 {
  font-size: 0.875rem;
}
h6 {
  font-size: 0.75rem;
}
form {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}
form > * {
  grid-column-end: span 12;
  margin-top: 0;
}
@media screen and (min-width: 37.5em) {
  form .one-quarter {
    grid-column-end: span 3;
  }
  form .third {
    grid-column-end: span 4;
  }
  form .half {
    grid-column-end: span 6;
  }
  form .two-thirds {
    grid-column-end: span 8;
  }
  form .three-quarters {
    grid-column-end: span 9;
  }
}
form .submit {
  margin-top: 0.5rem;
}
form .submit [type='submit'] + p {
  margin-top: 1rem;
}
form .submit p {
  max-width: 64em;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.form-row > * {
  width: 100%;
}
fieldset {
  border: 0;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  border: none;
  border-radius: calc(var(--radius) * 0.5);
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  padding: 1em 1em;
  transition: background-color 0.3s, border 0.3s;
  width: 100%;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000000;
  font-size: 1em;
  font-weight: 400;
  opacity: 0.75;
}
input[type='checkbox'],
input[type='radio'] {
  background-image: url(../images/icon-tick-background.svg);
  background-position: 50% 500%;
  background-repeat: no-repeat;
  background-size: 1em;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  padding: 0;
  vertical-align: middle;
  transition: background 0.3s ease-out, border 0.3s;
  width: 1.5em;
}
input[type='checkbox']:checked,
input[type='radio']:checked {
  background-position: 50% 50%;
  border-color: #ff6600;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  max-width: calc(100% - 2rem);
  padding-left: 0.5em;
  transition: color 0.3s;
  vertical-align: middle;
}
label {
  display: block;
  padding-left: 1.5em;
}
label + input,
label + select,
label + textarea {
  margin-top: 0.25em;
}
select {
  background-image: url(../images/icon-arrow-down.svg);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1em;
  cursor: pointer;
  padding-right: 2.5em;
}
select::-ms-expand {
  display: none;
  opacity: 0;
}
textarea {
  display: block;
  height: 10em;
  resize: none;
  transition: background-color 0.3s, border 0.3s;
}
.input {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  /*
    select {
        background-image: url(../images/icon-arrow-down.svg);
        background-position: .75rem center;
        background-repeat: no-repeat;
        background-size: 1rem 1rem;
        font-weight: 500;
        line-height: 2;
        padding: 1.25em 1rem .375em 1rem;
        
        & ~ label {
            color: @foreground;
            font-size: .875rem;
            font-weight: 700;
            left: calc(1rem + 2px);
            letter-spacing: .1em;
            line-height: 1.5;
            margin: 0;
            padding: 0;
            pointer-events: none;
            position: absolute;
            text-transform: uppercase;
            top: calc(50% - .75em);
            transform: translateY(-.5rem) scale(.625);
            transform-origin: top left;
            transition: color .3s, transform .3s;
            z-index: 5;
        }
    }
    */
}
.input input,
.input select,
.input textarea {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #000000;
  padding: 1.625em 1rem 1em 1rem;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}
.input input:focus,
.input select:focus,
.input textarea:focus {
  color: #000000;
}
.input input ~ label,
.input select ~ label,
.input textarea ~ label {
  color: #90918F;
  font-size: 0.875rem;
  font-weight: 500;
  left: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.5rem;
}
.input select {
  background-image: url(../images/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
.input .units {
  align-items: center;
  background-color: #f6f6f6;
  display: flex;
  height: calc(100% - 2px);
  padding: 0.5rem;
  position: absolute;
  right: 1px;
  top: 1px;
}
.input.hidden {
  display: none;
}
.checkbox {
  align-items: center;
  display: flex;
}
.checkbox label {
  color: #000000;
  font-size: 0.875rem;
}
.checkbox input {
  height: 1.5rem;
  width: 1.5rem;
}
.checkbox input:checked + label {
  color: #000000;
}
.checkbox.small label {
  font-size: 0.75rem;
  line-height: 1.25;
}
.checkboxes {
  background-color: #ffffff;
  box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.05);
  padding: 1rem;
  transition: box-shadow 0.3s;
}
.checkboxes h3 {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 600;
  left: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}
.checkboxes p {
  font-size: 0.625rem;
  max-width: 64em;
}
.checkboxes .choices {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem -0.5rem;
}
.checkboxes .choices > * {
  margin: 0.5rem;
}
.radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.radio > * {
  margin: 0.25rem;
  position: relative;
}
@media (min-width: 56.25rem) {
  .radio > * {
    margin: 0.75rem;
  }
}
.radio input[type='radio']:checked + label {
  background-color: #ff6600;
  color: #ffffff;
}
.radio input[type='radio'] + label {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ff6600;
  border-radius: 0;
  color: #ff6600;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  max-width: none;
  padding: 0.75rem 1.25rem;
  text-shadow: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media (min-width: 37.5rem) {
  .radio input[type='radio'] + label {
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }
}
.radio input[type='radio'] + label:hover {
  background-color: #ff6600;
  color: #ffffff;
}
[role='button'],
input[type='submit'],
button,
.btn {
  align-items: center;
  background-color: #ff6600;
  border: none;
  border-radius: 0;
  color: #000000;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  letter-spacing: 0;
  line-height: 1.3333333;
  padding: 1rem 1rem;
  position: relative;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
[role='button']:hover,
input[type='submit']:hover,
button:hover,
.btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
[role='button'][target='_blank']::after,
input[type='submit'][target='_blank']::after,
button[target='_blank']::after,
.btn[target='_blank']::after {
  background-image: url(../images/icon-new-tab.svg);
  content: '';
}
[role='button'].secondary,
input[type='submit'].secondary,
button.secondary,
.btn.secondary {
  background-color: #90918F;
  color: #ffffff;
}
[role='button'].secondary:hover,
input[type='submit'].secondary:hover,
button.secondary:hover,
.btn.secondary:hover {
  background-color: #000000;
  color: #ffffff;
}
input[type='submit'],
button {
  cursor: pointer;
  width: auto;
}
input[type='submit']:disabled,
button:disabled {
  cursor: auto;
  opacity: 0.5;
}
input[type='submit'] .arrow,
button .arrow {
  margin-left: 0.5em;
  width: 2.5em;
}
[type='submit']::after {
  background-image: url(../images/icon-arrow-right-background.svg);
  display: inline-block;
  height: 0.75rem;
  margin-left: 1em;
  position: relative;
  right: auto;
  top: auto;
}
button::before {
  content: none;
}
q {
  display: block;
  line-height: 1.5;
}
q:after {
  content: none;
}
blockquote {
  font-style: italic;
}
table {
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9375rem;
  width: 100%;
}
tbody tr + tr th,
tbody tr + tr td {
  border-top: 0.5px solid #ff6600;
}
thead {
  font-weight: 600;
}
td,
th {
  border: 1px solid #f6f6f6;
  padding: 0.5rem;
  text-align: left;
  vertical-align: text-top;
}
td ol,
th ol,
td ul,
th ul {
  margin-left: 1em;
}
/*
td {
    
}
*/
th {
  background-color: #FFFAD6;
  font-weight: 500;
}
address {
  font-style: normal;
}
time {
  display: block;
}
/*
----------------------------------------------
LAYOUT
----------------------------------------------
*/
body > header {
  align-items: center;
  display: flex;
  left: 0;
  padding: 2.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
body > header::before {
  background-image: linear-gradient(#ffffff, rgba(247, 248, 245, 0));
  content: '';
  height: calc(100% + 1em);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
body > header > * {
  flex-basis: 33.33%;
  margin: 0;
  position: relative;
  z-index: 10;
}
body > header > *:first-child {
  display: flex;
  justify-content: center;
  order: 2;
}
body > header > *:nth-child(2) {
  align-items: center;
  display: flex;
  order: 1;
}
body > header > *:nth-child(3) {
  order: 3;
}
body > header nav {
  background-color: #000000;
  border-radius: var(--radius);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  height: calc(100% - 3rem);
  left: 1.5rem;
  letter-spacing: 0.3em;
  margin: 0;
  padding: var(--padding);
  position: fixed;
  text-transform: uppercase;
  top: 1.5rem;
  transform: scale(0);
  transform-origin: left top;
  transition: transform 0.4s ease-in, visibility 0s 0.4s;
  visibility: hidden;
  width: 20rem;
  z-index: 10;
}
body > header nav ul {
  list-style: none;
}
body > header nav ul li + li {
  margin-top: 2em;
}
body > header [for='menu-btn'] {
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  height: 1.25rem;
  line-height: 3;
  margin-top: 0;
  max-width: none;
  pointer-events: auto;
  position: relative;
  transition: color 0.3s;
  width: 1.25em;
  z-index: 1000;
}
body > header [for='menu-btn']:hover {
  background-color: transparent;
  color: #ff6600;
}
body > header [for='menu-btn'] span:first-child {
  background-color: currentColor;
  height: 2px;
  left: calc(50% - 0.625em);
  position: absolute;
  top: calc(50% - 1px);
  transition: background-color 0.2s;
  width: 1.25em;
}
body > header [for='menu-btn'] span:first-child::after,
body > header [for='menu-btn'] span:first-child::before {
  background-color: currentColor;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.2s;
  width: 100%;
}
body > header [for='menu-btn'] span:first-child::after {
  animation: menu-btn-bot-rev 0.4s;
  transform: translateY(300%);
}
body > header [for='menu-btn'] span:first-child::before {
  animation: menu-btn-top-rev 0.4s;
  transform: translateY(-300%);
}
body > header [for='menu-btn'] span:last-child {
  display: inline-block;
}
body > header .logo {
  display: block;
  margin: -0.5rem 0;
  text-align: center;
}
body > header .logo img {
  display: block;
  height: 2.5rem;
  width: auto;
}
body > header .social {
  justify-content: flex-end;
}
body > header .tag-line {
  font-weight: 500;
  margin: 0 0 0 1em;
}
body > header #menu-btn {
  display: none;
}
body > header #menu-btn:checked ~ [for='menu-btn'] {
  color: #ffffff;
}
body > header #menu-btn:checked ~ [for='menu-btn'] span {
  background-color: transparent;
  transition-delay: 0s;
}
body > header #menu-btn:checked ~ [for='menu-btn'] span::before {
  animation: menu-btn-top 0.4s forwards;
}
body > header #menu-btn:checked ~ [for='menu-btn'] span::after {
  animation: menu-btn-bot 0.4s forwards;
}
body > header #menu-btn:checked ~ nav {
  transform: scale(1);
  transition: transform 0.4s ease-out, visibility 0s;
  visibility: visible;
}
body > footer {
  margin-top: 0;
}
body > footer .footer {
  background-color: #000000;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 0;
  padding: calc(var(--padding) * 2) var(--padding) 0 var(--padding);
}
@media (min-width: 56.25rem) {
  body > footer .footer {
    padding: var(--padding) var(--padding) 0 var(--padding);
  }
}
body > footer .footer > * {
  align-self: end;
  grid-column-end: span 4;
}
body > footer .footer .logo img {
  display: block;
  height: 3rem;
  width: auto;
}
body > footer .footer .social {
  justify-content: end;
}
body > footer .footer .tag-line {
  text-align: center;
}
body > footer .footer .legal {
  border-top: 1px solid #90918F;
  color: #90918F;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  grid-column: 1 / -1;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-top: var(--padding);
  padding: 1.5em 0;
  text-transform: uppercase;
}
body > footer .footer .legal > * {
  margin-top: 0;
}
body > footer .footer .legal nav ul {
  display: flex;
  gap: 1.5em;
  list-style: none;
}
main {
  display: block;
}
.background {
  background-image: linear-gradient(#f2fbff 50%, #f0f1f2 50%);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: fixed;
  width: 100vw;
}
.background img {
  display: block;
  height: auto;
  width: 100%;
}
/*
----------------------------------------------
HELPERS
----------------------------------------------
*/
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.actions > * {
  margin: 0;
}
.faqs-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}
.faqs-list h3 {
  font-size: 1.25em;
  position: relative;
}
.faqs-list h3 + * {
  margin-top: 0;
}
.faqs-list h3 a {
  display: block;
  padding: 1rem 1rem 1rem 1.75rem;
  transition: color 0.3s;
}
.faqs-list h3 a::before,
.faqs-list h3 a::after {
  background-color: #ff6600;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  transition: transform 0.5s;
  width: 15px;
}
.faqs-list h3 a::after {
  transform: rotate(90deg);
}
.faqs-list h3 a:hover {
  color: #90918F;
}
.faqs-list .answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem 0 1.75rem;
  transition: max-height 0.5s, padding 0.5s;
}
.faqs-list .question {
  border-top: 1px solid #f6f6f6;
}
.faqs-list .question:last-child {
  border-bottom: 1px solid #f6f6f6;
}
.faqs-list .question + .question {
  margin-top: 0;
}
.faqs-list .question:target h3 a::after,
.faqs-list .question.active h3 a::after {
  transform: rotate(0deg);
}
.faqs-list .question:target .answer,
.faqs-list .question.active .answer {
  margin-top: 0;
  max-height: 16em;
  overflow-y: auto;
  padding: 0 1rem 1rem 1.75rem;
}
.highlight {
  color: #ff6600;
}
.slider {
  position: relative;
}
.slider label {
  cursor: pointer;
}
.slider li {
  background-color: #ffffff;
  color: #000000;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.75s ease-in-out;
  width: 100%;
}
.slider li .content {
  margin: 0;
  position: relative;
  z-index: 10;
}
.slider ul {
  display: block;
  height: 100vw;
  list-style: none;
  margin: 0;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider input[name^='slider'] {
  display: none;
}
.slider input[name^='slider']:checked:nth-of-type(1) ~ ul li:nth-child(1),
.slider input[name^='slider']:checked:nth-of-type(2) ~ ul li:nth-child(2),
.slider input[name^='slider']:checked:nth-of-type(3) ~ ul li:nth-child(3),
.slider input[name^='slider']:checked:nth-of-type(4) ~ ul li:nth-child(4),
.slider input[name^='slider']:checked:nth-of-type(5) ~ ul li:nth-child(5),
.slider input[name^='slider']:checked:nth-of-type(6) ~ ul li:nth-child(6),
.slider input[name^='slider']:checked:nth-of-type(7) ~ ul li:nth-child(7),
.slider input[name^='slider']:checked:nth-of-type(8) ~ ul li:nth-child(8),
.slider input[name^='slider']:checked:nth-of-type(9) ~ ul li:nth-child(9),
.slider input[name^='slider']:checked:nth-of-type(10) ~ ul li:nth-child(10) {
  opacity: 1;
  z-index: 50;
}
.slider input[name^='slider']:checked:nth-of-type(1) ~ .dots label:nth-child(1),
.slider input[name^='slider']:checked:nth-of-type(2) ~ .dots label:nth-child(2),
.slider input[name^='slider']:checked:nth-of-type(3) ~ .dots label:nth-child(3),
.slider input[name^='slider']:checked:nth-of-type(4) ~ .dots label:nth-child(4),
.slider input[name^='slider']:checked:nth-of-type(5) ~ .dots label:nth-child(5),
.slider input[name^='slider']:checked:nth-of-type(6) ~ .dots label:nth-child(6),
.slider input[name^='slider']:checked:nth-of-type(7) ~ .dots label:nth-child(7),
.slider input[name^='slider']:checked:nth-of-type(8) ~ .dots label:nth-child(8),
.slider input[name^='slider']:checked:nth-of-type(9) ~ .dots label:nth-child(9),
.slider input[name^='slider']:checked:nth-of-type(10) ~ .dots label:nth-child(10) {
  background-color: #ffffff;
  width: 1.5rem;
}
.slider input[name^='slider']:checked:nth-of-type(1) ~ .arrows label:nth-child(2),
.slider input[name^='slider']:checked:nth-of-type(2) ~ .arrows label:nth-child(3),
.slider input[name^='slider']:checked:nth-of-type(3) ~ .arrows label:nth-child(4),
.slider input[name^='slider']:checked:nth-of-type(4) ~ .arrows label:nth-child(5),
.slider input[name^='slider']:checked:nth-of-type(5) ~ .arrows label:nth-child(6),
.slider input[name^='slider']:checked:nth-of-type(6) ~ .arrows label:nth-child(7),
.slider input[name^='slider']:checked:nth-of-type(7) ~ .arrows label:nth-child(8),
.slider input[name^='slider']:checked:nth-of-type(8) ~ .arrows label:nth-child(9),
.slider input[name^='slider']:checked:nth-of-type(9) ~ .arrows label:nth-child(10),
.slider input[name^='slider']:checked:nth-last-of-type(1) ~ .arrows label:first-child {
  visibility: visible;
}
@media (max-width: 37.49rem) {
  .slider input[name^='slider']:checked:nth-of-type(1) ~ .arrows label:nth-child(2),
  .slider input[name^='slider']:checked:nth-of-type(2) ~ .arrows label:nth-child(3),
  .slider input[name^='slider']:checked:nth-of-type(3) ~ .arrows label:nth-child(4),
  .slider input[name^='slider']:checked:nth-of-type(4) ~ .arrows label:nth-child(5),
  .slider input[name^='slider']:checked:nth-of-type(5) ~ .arrows label:nth-child(6),
  .slider input[name^='slider']:checked:nth-of-type(6) ~ .arrows label:nth-child(7),
  .slider input[name^='slider']:checked:nth-of-type(7) ~ .arrows label:nth-child(8),
  .slider input[name^='slider']:checked:nth-of-type(8) ~ .arrows label:nth-child(9),
  .slider input[name^='slider']:checked:nth-of-type(9) ~ .arrows label:nth-child(10),
  .slider input[name^='slider']:checked:nth-last-of-type(1) ~ .arrows label:first-child {
    left: calc(50% + 0.5rem);
  }
}
@media (min-width: 37.5rem) {
  .slider input[name^='slider']:checked:nth-of-type(1) ~ .arrows label:nth-child(2),
  .slider input[name^='slider']:checked:nth-of-type(2) ~ .arrows label:nth-child(3),
  .slider input[name^='slider']:checked:nth-of-type(3) ~ .arrows label:nth-child(4),
  .slider input[name^='slider']:checked:nth-of-type(4) ~ .arrows label:nth-child(5),
  .slider input[name^='slider']:checked:nth-of-type(5) ~ .arrows label:nth-child(6),
  .slider input[name^='slider']:checked:nth-of-type(6) ~ .arrows label:nth-child(7),
  .slider input[name^='slider']:checked:nth-of-type(7) ~ .arrows label:nth-child(8),
  .slider input[name^='slider']:checked:nth-of-type(8) ~ .arrows label:nth-child(9),
  .slider input[name^='slider']:checked:nth-of-type(9) ~ .arrows label:nth-child(10),
  .slider input[name^='slider']:checked:nth-last-of-type(1) ~ .arrows label:first-child {
    right: 1rem;
  }
}
.slider input[name^='slider']:checked:nth-of-type(1) ~ .arrows label:last-child,
.slider input[name^='slider']:checked:nth-of-type(2) ~ .arrows label:nth-child(1),
.slider input[name^='slider']:checked:nth-of-type(3) ~ .arrows label:nth-child(2),
.slider input[name^='slider']:checked:nth-of-type(4) ~ .arrows label:nth-child(3),
.slider input[name^='slider']:checked:nth-of-type(5) ~ .arrows label:nth-child(4),
.slider input[name^='slider']:checked:nth-of-type(6) ~ .arrows label:nth-child(5),
.slider input[name^='slider']:checked:nth-of-type(7) ~ .arrows label:nth-child(6),
.slider input[name^='slider']:checked:nth-of-type(8) ~ .arrows label:nth-child(7),
.slider input[name^='slider']:checked:nth-of-type(9) ~ .arrows label:nth-child(8),
.slider input[name^='slider']:checked:nth-of-type(10) ~ .arrows label:nth-child(9) {
  transform: scaleX(-1);
  visibility: visible;
}
@media (max-width: 37.49rem) {
  .slider input[name^='slider']:checked:nth-of-type(1) ~ .arrows label:last-child,
  .slider input[name^='slider']:checked:nth-of-type(2) ~ .arrows label:nth-child(1),
  .slider input[name^='slider']:checked:nth-of-type(3) ~ .arrows label:nth-child(2),
  .slider input[name^='slider']:checked:nth-of-type(4) ~ .arrows label:nth-child(3),
  .slider input[name^='slider']:checked:nth-of-type(5) ~ .arrows label:nth-child(4),
  .slider input[name^='slider']:checked:nth-of-type(6) ~ .arrows label:nth-child(5),
  .slider input[name^='slider']:checked:nth-of-type(7) ~ .arrows label:nth-child(6),
  .slider input[name^='slider']:checked:nth-of-type(8) ~ .arrows label:nth-child(7),
  .slider input[name^='slider']:checked:nth-of-type(9) ~ .arrows label:nth-child(8),
  .slider input[name^='slider']:checked:nth-of-type(10) ~ .arrows label:nth-child(9) {
    right: calc(50% + 0.5rem);
  }
}
@media (min-width: 37.5rem) {
  .slider input[name^='slider']:checked:nth-of-type(1) ~ .arrows label:last-child,
  .slider input[name^='slider']:checked:nth-of-type(2) ~ .arrows label:nth-child(1),
  .slider input[name^='slider']:checked:nth-of-type(3) ~ .arrows label:nth-child(2),
  .slider input[name^='slider']:checked:nth-of-type(4) ~ .arrows label:nth-child(3),
  .slider input[name^='slider']:checked:nth-of-type(5) ~ .arrows label:nth-child(4),
  .slider input[name^='slider']:checked:nth-of-type(6) ~ .arrows label:nth-child(5),
  .slider input[name^='slider']:checked:nth-of-type(7) ~ .arrows label:nth-child(6),
  .slider input[name^='slider']:checked:nth-of-type(8) ~ .arrows label:nth-child(7),
  .slider input[name^='slider']:checked:nth-of-type(9) ~ .arrows label:nth-child(8),
  .slider input[name^='slider']:checked:nth-of-type(10) ~ .arrows label:nth-child(9) {
    left: 1rem;
  }
}
.slider input[name^='slider']:checked:nth-of-type(1) ~ .tabs label:nth-child(1),
.slider input[name^='slider']:checked:nth-of-type(2) ~ .tabs label:nth-child(2),
.slider input[name^='slider']:checked:nth-of-type(3) ~ .tabs label:nth-child(3),
.slider input[name^='slider']:checked:nth-of-type(4) ~ .tabs label:nth-child(4),
.slider input[name^='slider']:checked:nth-of-type(5) ~ .tabs label:nth-child(5),
.slider input[name^='slider']:checked:nth-of-type(6) ~ .tabs label:nth-child(6),
.slider input[name^='slider']:checked:nth-of-type(7) ~ .tabs label:nth-child(7),
.slider input[name^='slider']:checked:nth-of-type(8) ~ .tabs label:nth-child(8),
.slider input[name^='slider']:checked:nth-of-type(9) ~ .tabs label:nth-child(9),
.slider input[name^='slider']:checked:nth-of-type(10) ~ .tabs label:nth-child(10) {
  background-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: #ff6600;
}
.slider .arrows {
  margin-top: 0;
  position: static !important;
  z-index: 100;
}
.slider .arrows label {
  background-color: transparent;
  background-image: url(../images/icon-arrow-right-background.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  border-radius: 50%;
  display: block;
  height: 3rem;
  margin: 0;
  padding: 0;
  position: absolute;
  transition: background-color 0.3s, opacity 0.5s;
  visibility: hidden;
  width: 3rem;
  z-index: 900;
}
@media (max-width: 37.49rem) {
  .slider .arrows label {
    bottom: var(--padding);
  }
}
@media (min-width: 37.5rem) {
  .slider .arrows label {
    top: calc(50% - 1.5rem);
  }
}
.slider .arrows label:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.slider .dots {
  bottom: calc(var(--padding) * -3);
  display: flex;
  justify-content: center;
  position: absolute;
  right: var(--padding);
  width: 100%;
  z-index: 100;
}
.slider .dots label {
  background-color: #ff6600;
  border-radius: 0.375rem;
  display: block;
  height: 0.75rem;
  padding: 0;
  transition: width 0.5s ease-in-out;
  width: 0.75rem;
}
.slider .dots label + label {
  margin-left: 0.5rem;
  margin-top: 0;
}
.slider.transition-slide li {
  background-color: transparent;
  left: 0%;
  width: 100%;
  transition: transform 0.75s ease-in-out, opacity 0s;
}
.slider.transition-slide li::after {
  background-color: #ffffff;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  transition: opacity 0.75s ease-in-out;
  width: 100%;
}
.slider.transition-slide ul {
  height: 60vw;
}
@media (min-width: 37.5rem) {
  .slider.transition-slide ul {
    height: 53vw;
  }
}
@media (min-width: 56.25rem) {
  .slider.transition-slide ul {
    height: 40vw;
  }
}
.slider.transition-slide input[name^='slider']:checked:nth-of-type(1) ~ ul li:nth-child(1),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(2) ~ ul li:nth-child(2),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(3) ~ ul li:nth-child(3),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(4) ~ ul li:nth-child(4),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(5) ~ ul li:nth-child(5),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(6) ~ ul li:nth-child(6),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(7) ~ ul li:nth-child(7),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(8) ~ ul li:nth-child(8),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(9) ~ ul li:nth-child(9),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(10) ~ ul li:nth-child(10),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(11) ~ ul li:nth-child(11),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(12) ~ ul li:nth-child(12),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(13) ~ ul li:nth-child(13),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(14) ~ ul li:nth-child(14),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(15) ~ ul li:nth-child(15),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(16) ~ ul li:nth-child(16),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(17) ~ ul li:nth-child(17),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(18) ~ ul li:nth-child(18),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(19) ~ ul li:nth-child(19),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(20) ~ ul li:nth-child(20),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(21) ~ ul li:nth-child(21),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(22) ~ ul li:nth-child(22),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(23) ~ ul li:nth-child(23),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(24) ~ ul li:nth-child(24),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(25) ~ ul li:nth-child(25),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(26) ~ ul li:nth-child(26),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(27) ~ ul li:nth-child(27),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(28) ~ ul li:nth-child(28),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(29) ~ ul li:nth-child(29),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(30) ~ ul li:nth-child(30) {
  opacity: 1;
  transform: translateX(0);
  z-index: 75;
}
.slider.transition-slide input[name^='slider']:checked:nth-of-type(1) ~ ul li:nth-child(1)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(2) ~ ul li:nth-child(2)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(3) ~ ul li:nth-child(3)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(4) ~ ul li:nth-child(4)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(5) ~ ul li:nth-child(5)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(6) ~ ul li:nth-child(6)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(7) ~ ul li:nth-child(7)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(8) ~ ul li:nth-child(8)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(9) ~ ul li:nth-child(9)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(10) ~ ul li:nth-child(10)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(11) ~ ul li:nth-child(11)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(12) ~ ul li:nth-child(12)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(13) ~ ul li:nth-child(13)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(14) ~ ul li:nth-child(14)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(15) ~ ul li:nth-child(15)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(16) ~ ul li:nth-child(16)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(17) ~ ul li:nth-child(17)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(18) ~ ul li:nth-child(18)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(19) ~ ul li:nth-child(19)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(20) ~ ul li:nth-child(20)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(21) ~ ul li:nth-child(21)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(22) ~ ul li:nth-child(22)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(23) ~ ul li:nth-child(23)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(24) ~ ul li:nth-child(24)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(25) ~ ul li:nth-child(25)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(26) ~ ul li:nth-child(26)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(27) ~ ul li:nth-child(27)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(28) ~ ul li:nth-child(28)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(29) ~ ul li:nth-child(29)::after,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(30) ~ ul li:nth-child(30)::after {
  opacity: 0;
}
.slider.transition-slide input[name^='slider']:checked:nth-of-type(1) ~ ul li:nth-child(2),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(2) ~ ul li:nth-child(3),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(3) ~ ul li:nth-child(4),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(4) ~ ul li:nth-child(5),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(5) ~ ul li:nth-child(6),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(6) ~ ul li:nth-child(7),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(7) ~ ul li:nth-child(8),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(8) ~ ul li:nth-child(9),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(9) ~ ul li:nth-child(10),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(10) ~ ul li:nth-child(11),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(11) ~ ul li:nth-child(12),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(12) ~ ul li:nth-child(13),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(13) ~ ul li:nth-child(14),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(14) ~ ul li:nth-child(15),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(15) ~ ul li:nth-child(16),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(16) ~ ul li:nth-child(17),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(17) ~ ul li:nth-child(18),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(18) ~ ul li:nth-child(19),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(19) ~ ul li:nth-child(20),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(20) ~ ul li:nth-child(21),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(21) ~ ul li:nth-child(22),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(22) ~ ul li:nth-child(23),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(23) ~ ul li:nth-child(24),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(24) ~ ul li:nth-child(25),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(25) ~ ul li:nth-child(26),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(26) ~ ul li:nth-child(27),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(27) ~ ul li:nth-child(28),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(28) ~ ul li:nth-child(29),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(29) ~ ul li:nth-child(30),
.slider.transition-slide input[name^='slider']:checked:nth-last-of-type(1) ~ ul li:nth-child(1) {
  opacity: 1;
  transform: translateX(calc(100% + 2rem));
  z-index: 50;
}
.slider.transition-slide input[name^='slider']:checked:nth-of-type(1) ~ ul li:nth-child(3),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(2) ~ ul li:nth-child(4),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(3) ~ ul li:nth-child(5),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(4) ~ ul li:nth-child(6),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(5) ~ ul li:nth-child(7),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(6) ~ ul li:nth-child(8),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(7) ~ ul li:nth-child(9),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(8) ~ ul li:nth-child(10),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(9) ~ ul li:nth-child(11),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(10) ~ ul li:nth-child(12),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(11) ~ ul li:nth-child(13),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(12) ~ ul li:nth-child(14),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(13) ~ ul li:nth-child(15),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(14) ~ ul li:nth-child(16),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(15) ~ ul li:nth-child(17),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(16) ~ ul li:nth-child(18),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(17) ~ ul li:nth-child(19),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(18) ~ ul li:nth-child(20),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(19) ~ ul li:nth-child(21),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(20) ~ ul li:nth-child(22),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(21) ~ ul li:nth-child(23),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(22) ~ ul li:nth-child(24),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(23) ~ ul li:nth-child(25),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(24) ~ ul li:nth-child(26),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(25) ~ ul li:nth-child(27),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(26) ~ ul li:nth-child(28),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(27) ~ ul li:nth-child(29),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(28) ~ ul li:nth-child(30),
.slider.transition-slide input[name^='slider']:checked:nth-last-of-type(2) ~ ul li:nth-child(1),
.slider.transition-slide input[name^='slider']:checked:nth-last-of-type(1) ~ ul li:nth-child(2) {
  opacity: 1;
  transform: translateX(calc(200% + 4rem));
  transition: transform 0.75s ease-in-out, opacity 0.75s;
  z-index: 25;
}
.slider.transition-slide input[name^='slider']:checked:nth-of-type(1) ~ ul li:nth-last-child(1),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(2) ~ ul li:nth-child(1),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(3) ~ ul li:nth-child(2),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(4) ~ ul li:nth-child(3),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(5) ~ ul li:nth-child(4),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(6) ~ ul li:nth-child(5),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(7) ~ ul li:nth-child(6),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(8) ~ ul li:nth-child(7),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(9) ~ ul li:nth-child(8),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(10) ~ ul li:nth-child(9),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(11) ~ ul li:nth-child(10),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(12) ~ ul li:nth-child(11),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(13) ~ ul li:nth-child(12),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(14) ~ ul li:nth-child(13),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(15) ~ ul li:nth-child(14),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(16) ~ ul li:nth-child(15),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(17) ~ ul li:nth-child(16),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(18) ~ ul li:nth-child(17),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(19) ~ ul li:nth-child(18),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(20) ~ ul li:nth-child(19),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(21) ~ ul li:nth-child(20),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(22) ~ ul li:nth-child(21),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(23) ~ ul li:nth-child(22),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(24) ~ ul li:nth-child(23),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(25) ~ ul li:nth-child(24),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(26) ~ ul li:nth-child(25),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(27) ~ ul li:nth-child(26),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(28) ~ ul li:nth-child(27),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(29) ~ ul li:nth-child(28),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(30) ~ ul li:nth-child(29) {
  opacity: 1;
  transform: translateX(calc(-100% - 2rem));
  z-index: 50;
}
.slider.transition-slide input[name^='slider']:checked:nth-of-type(1) ~ ul li:nth-last-child(2),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(2) ~ ul li:nth-last-child(1),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(3) ~ ul li:nth-child(1),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(4) ~ ul li:nth-child(2),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(5) ~ ul li:nth-child(3),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(6) ~ ul li:nth-child(4),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(7) ~ ul li:nth-child(5),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(8) ~ ul li:nth-child(6),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(9) ~ ul li:nth-child(7),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(10) ~ ul li:nth-child(8),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(11) ~ ul li:nth-child(9),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(12) ~ ul li:nth-child(10),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(13) ~ ul li:nth-child(11),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(14) ~ ul li:nth-child(12),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(15) ~ ul li:nth-child(13),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(16) ~ ul li:nth-child(14),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(17) ~ ul li:nth-child(15),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(18) ~ ul li:nth-child(16),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(19) ~ ul li:nth-child(17),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(20) ~ ul li:nth-child(18),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(21) ~ ul li:nth-child(19),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(22) ~ ul li:nth-child(20),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(23) ~ ul li:nth-child(21),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(24) ~ ul li:nth-child(22),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(25) ~ ul li:nth-child(23),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(26) ~ ul li:nth-child(24),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(27) ~ ul li:nth-child(25),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(28) ~ ul li:nth-child(26),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(29) ~ ul li:nth-child(27),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(30) ~ ul li:nth-child(28) {
  opacity: 1;
  transform: translateX(calc(-200% - 4rem));
  transition: transform 0.75s ease-in-out, opacity 0.75s;
  z-index: 25;
}
.slider.transition-slide input[name^='slider']:checked:nth-of-type(1) ~ .arrows label:last-child,
.slider.transition-slide input[name^='slider']:checked:nth-of-type(2) ~ .arrows label:nth-child(1),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(3) ~ .arrows label:nth-child(2),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(4) ~ .arrows label:nth-child(3),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(5) ~ .arrows label:nth-child(4),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(6) ~ .arrows label:nth-child(5),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(7) ~ .arrows label:nth-child(6),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(8) ~ .arrows label:nth-child(7),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(9) ~ .arrows label:nth-child(8),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(10) ~ .arrows label:nth-child(9),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(11) ~ .arrows label:nth-child(10),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(12) ~ .arrows label:nth-child(11),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(13) ~ .arrows label:nth-child(12),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(14) ~ .arrows label:nth-child(13),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(15) ~ .arrows label:nth-child(14),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(16) ~ .arrows label:nth-child(15),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(17) ~ .arrows label:nth-child(16),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(18) ~ .arrows label:nth-child(17),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(19) ~ .arrows label:nth-child(18),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(20) ~ .arrows label:nth-child(19),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(21) ~ .arrows label:nth-child(20),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(22) ~ .arrows label:nth-child(21),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(23) ~ .arrows label:nth-child(22),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(24) ~ .arrows label:nth-child(23),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(25) ~ .arrows label:nth-child(24),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(26) ~ .arrows label:nth-child(25),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(27) ~ .arrows label:nth-child(26),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(28) ~ .arrows label:nth-child(27),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(29) ~ .arrows label:nth-child(28),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(30) ~ .arrows label:nth-child(29) {
  left: -3rem;
}
.slider.transition-slide input[name^='slider']:checked:nth-of-type(1) ~ .arrows label:nth-child(2),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(2) ~ .arrows label:nth-child(3),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(3) ~ .arrows label:nth-child(4),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(4) ~ .arrows label:nth-child(5),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(5) ~ .arrows label:nth-child(6),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(6) ~ .arrows label:nth-child(7),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(7) ~ .arrows label:nth-child(8),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(8) ~ .arrows label:nth-child(9),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(9) ~ .arrows label:nth-child(10),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(10) ~ .arrows label:nth-child(11),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(11) ~ .arrows label:nth-child(12),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(12) ~ .arrows label:nth-child(13),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(13) ~ .arrows label:nth-child(14),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(14) ~ .arrows label:nth-child(15),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(15) ~ .arrows label:nth-child(16),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(16) ~ .arrows label:nth-child(17),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(17) ~ .arrows label:nth-child(18),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(18) ~ .arrows label:nth-child(19),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(19) ~ .arrows label:nth-child(20),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(20) ~ .arrows label:nth-child(21),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(21) ~ .arrows label:nth-child(22),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(22) ~ .arrows label:nth-child(23),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(23) ~ .arrows label:nth-child(24),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(24) ~ .arrows label:nth-child(25),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(25) ~ .arrows label:nth-child(26),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(26) ~ .arrows label:nth-child(27),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(27) ~ .arrows label:nth-child(28),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(28) ~ .arrows label:nth-child(29),
.slider.transition-slide input[name^='slider']:checked:nth-of-type(29) ~ .arrows label:nth-child(30),
.slider.transition-slide input[name^='slider']:checked:nth-last-of-type(1) ~ .arrows label:first-child {
  right: -3rem;
}
/*
----------------------------------------------
BLOCKS
----------------------------------------------
*/
.room {
  color: #000000;
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  margin: 0;
  opacity: 1;
  position: fixed;
  transition: opacity 0.5s 0.8s;
}
.room:hover {
  color: #000000;
}
.room:hover::before,
.room:hover::after {
  opacity: 0;
}
.room::before,
.room::after {
  background-color: #BBCBD3;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 10;
}
.room::before {
  mix-blend-mode: color;
}
.room::after {
  opacity: 0.4;
}
.room img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}
.room span {
  bottom: calc(100% + 0.5vw);
  display: block;
  font-size: 0.9vw;
  font-weight: 400;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#room-1 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-35.63vw, -14.52vw);
  width: 28.3%;
}
#room-2 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-6.98vw, -14.45vw);
  width: 14.05%;
}
#room-3 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(7.45vw, -14.5vw);
  width: 14.2%;
}
#room-4 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(22.05vw, -14.5vw);
  width: 13.7%;
}
#room-5 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-35.63vw, -4.4vw);
  width: 13.75%;
}
#room-6 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-21.5vw, -4.4vw);
  width: 14.15%;
}
#room-7 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-6.98vw, -4.4vw);
  width: 14.05%;
}
#room-8 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(7.45vw, -4.4vw);
  width: 14.2%;
}
#room-9 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(22.05vw, -4.4vw);
  width: 13.68%;
}
#room-10 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-35.62vw, 5.7vw);
  width: 13.73%;
}
#room-11 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-21.5vw, 5.75vw);
  width: 14.15%;
}
#room-12 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-6.98vw, 5.75vw);
  width: 14.05%;
}
#room-13 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(7.46vw, 5.71vw);
  width: 14.2%;
}
#room-14 {
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(22.05vw, 5.75vw);
  width: 13.68%;
}
.home {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  transition: opacity 0.5s 0.8s, transform 1s 0.5s ease-in-out, transform-origin 0s 1.5s;
  transform-origin: 50% 50%;
  width: 100%;
  will-change: opacity, transform, transform-origin;
}
.page {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.page:target,
.page.active {
  opacity: 1;
  transition: opacity 0.5s 1s ease-in-out, visibility 0s 1s;
  visibility: visible;
}
.page .background {
  background-image: linear-gradient(#ffffff 50%, #e5e5e5 50%);
}
.page .content-container {
  background-color: #f6f6f6;
  bottom: var(--padding);
  color: #000000;
  max-width: 28rem;
  padding: 1.5rem 2rem;
  position: absolute;
  width: calc(100% - (var(--padding) * 2));
}
.page .content-container.left {
  left: var(--padding);
}
.page .content-container.right {
  right: var(--padding);
}
.page .content-container.wide {
  max-width: 40rem;
}
.page .content-container .content {
  margin-top: 2rem;
}
.page .download-btn {
  background-color: #ff6600;
  color: #000000;
  margin: 0;
  position: absolute;
  right: var(--padding);
  top: var(--padding);
  z-index: 1000;
}
.page .download-btn:hover {
  background-color: #ff6600;
  color: #000000;
}
.page .download-btn:hover::before {
  filter: invert(1);
}
.page .download-btn::before {
  background-color: #000000;
  background-image: url(../images/icon-download.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  content: '';
  margin: -1rem;
  order: 10;
  height: 3rem;
  width: 3rem;
}
.page .download-btn span {
  margin-right: 2rem;
}
.page .home-btn {
  left: var(--padding);
  margin: 0;
  position: absolute;
  top: var(--padding);
  z-index: 1000;
}
.page .home-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.page .home-btn:hover::before {
  filter: invert(1);
}
.page .home-btn::before {
  background-image: url(../images/icon-arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  content: '';
  height: 1rem;
  margin-right: 0.5rem;
  transition: filter 0.3s;
  width: 1rem;
}
.page .hotspot {
  cursor: pointer;
  left: calc(50% - 1rem);
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - 1rem);
  z-index: 1000;
}
.page .hotspot::before,
.page .hotspot::after {
  animation: hotspot 1s infinite ease-out;
  background-color: transparent;
  border: 2px solid #ff6600;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1rem;
  left: -4.5px;
  position: absolute;
  top: -0.5px;
  width: 1rem;
  z-index: 0;
}
.page .hotspot::after {
  height: 1.625rem;
  left: -9.5px;
  top: -5.5px;
  width: 1.625rem;
}
.page .hotspot span {
  background-image: url(../images/icon-hotspot.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  display: block;
  position: relative;
  height: 2rem;
  overflow: hidden;
  text-indent: -9999em;
  width: 2rem;
  z-index: 1;
}
.page .hotspot[for="employer-brand-story"] {
  transform: translate(-11vw, -12vw);
}
.page .hotspot-container {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 2000;
}
.page .hotspot-container > * {
  background-color: #ff6600;
  color: #ffffff;
  max-width: 40rem;
  padding: 2.5rem;
  position: relative;
  transform: translateY(20rem) scale(0.8);
  transition: transform 0.3s;
}
.page .hotspot-container > *::after {
  background-image: linear-gradient(rgba(255, 102, 0, 0), #ff6600);
  bottom: 0;
  content: '';
  display: block;
  height: 2.5rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: calc(100% - 2rem);
}
.page .hotspot-container h3 {
  position: relative;
  z-index: 100;
}
.page .hotspot-container h3::after {
  background-image: linear-gradient(#ff6600, rgba(255, 102, 0, 0));
  content: '';
  display: block;
  height: 2.5rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 100%;
}
.page .hotspot-container .close-btn {
  background-image: url(../images/icon-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  cursor: pointer;
  height: 1rem;
  margin: 0;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  transition: filter 0.3s;
  width: 1rem;
  z-index: 200;
}
.page .hotspot-container .close-btn:hover {
  filter: invert(1);
}
.page .hotspot-container .content {
  margin: 0 -2.5rem -2.5rem -2.5rem;
  max-height: 20rem;
  overflow-y: auto;
  padding: 2.5rem;
  position: relative;
}
.page .hotspot-toggle {
  display: none;
}
.page .hotspot-toggle:checked:nth-of-type(1) ~ .hotspots .hotspot-container:nth-child(1) {
  opacity: 1;
  transition: opacity 0.4s, visibility 0s;
  visibility: visible;
}
.page .hotspot-toggle:checked:nth-of-type(1) ~ .hotspots .hotspot-container:nth-child(1) > * {
  transform: translateY(0) scale(1);
  transition: transform 0.4s ease-in-out;
}
main:has(.page:target) .home {
  opacity: 0;
  transform: scale(10) translateZ(0);
  transition: opacity 0.3s 0.7s, transform 1s ease-in-out, transform-origin 0s;
}
main:has(#smart-buildings:target) .home {
  transform-origin: calc(50% - 26vw) calc(50% - 12vw);
}
main:has(#collaboration:target) .home {
  transform-origin: calc(50%) calc(50% - 12vw);
}
main:has(#stability-and-longevity:target) .home {
  transform-origin: calc(50% + 16vw) calc(50% - 12vw);
}
/*
----------------------------------------------
ANIMATION
----------------------------------------------
*/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
}
@keyframes fade-out {
  100% {
    opacity: 0;
  }
}
@keyframes half-fade-out {
  100% {
    opacity: 0.4;
  }
}
@keyframes move-quicker {
  100% {
    transform: translateY(-100%);
  }
}
@keyframes menu-btn-top {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes menu-btn-bot {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes menu-btn-top-rev {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes menu-btn-bot-rev {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes hotspot {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}
