@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300&family=Roboto+Condensed:wght@300&family=Roboto:wght@300;700&display=swap");
/* Calculate font size  */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
a img {
  border: 0;
}

li {
  list-style: none;
}

fieldset {
  border: 0;
}

button {
  border: 0;
  text-align: left;
  background: transparent;
}

*:focus {
  outline: none;
}

button, input, textarea {
  font: inherit;
}

html {
  overflow-y: scroll;
  font-size: 90%;
  scroll-padding-top: 6rem;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 75%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 80%;
  }
}
@media screen and (min-width: 1150px) {
  html {
    font-size: 85%;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 90%;
  }
}
@media screen and (min-width: 1375px) {
  html {
    font-size: 95%;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 1750px) {
  html {
    font-size: 105%;
  }
}
@media screen and (min-width: 2150px) {
  html {
    font-size: 120%;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #565656;
  background-color: #f4f7fA;
}

::-webkit-scrollbar {
  width: 0.6666666667rem;
  background-color: #f4f7fA;
}

::-webkit-scrollbar-thumb {
  background-color: #565656;
  border-radius: 2px;
}

::selection {
  background-color: #565656;
  color: white;
}

.cookie-notice {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  padding: 2rem;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .cookie-notice {
    left: unset;
    bottom: 2rem;
    right: 2rem;
  }
}
.cookie-notice__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.cookie-notice__wrapper > * {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cookie-notice__wrapper > * {
    text-align: left;
  }
}
.cookie-notice__wrapper > *:last-child {
  margin-bottom: unset;
}
.cookie-notice__footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 650px) {
  .cookie-notice__footer {
    gap: 2rem;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .cookie-notice__footer {
    justify-content: flex-start;
  }
}
.cookie-notice__link {
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.cookie-notice__link:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' xmlns='http://www.w3.org/2000/svg' height='24' fill='none' viewBox='0 0 24 24'><path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.25 4.75H6.75C5.64543 4.75 4.75 5.64543 4.75 6.75V17.25C4.75 18.3546 5.64543 19.25 6.75 19.25H17.25C18.3546 19.25 19.25 18.3546 19.25 17.25V14.75'/><path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.25 9.25V4.75H14.75'/><path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19 5L11.75 12.25'/></svg>");
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-left: 0.25em;
}
.cookie-notice__button--essential, .cookie-notice__button--agree {
  text-align: center;
  cursor: pointer;
  border: 1px solid green;
  color: green;
  transform: scale(1);
  transition: transform 300ms ease-in-out;
  padding: 0.6666666667rem 1rem;
}
.cookie-notice__button--essential:hover, .cookie-notice__button--agree:hover {
  transform: scale(1.03);
}
.cookie-notice__button--agree {
  background-color: green;
  color: white;
}

.wysiwyg {
  /*
  	Config
   */
  margin-bottom: 2rem;
}
.wysiwyg p, .wysiwyg ul {
  margin-bottom: 2rem;
}
.wysiwyg p:last-child, .wysiwyg ul:last-child {
  margin-bottom: 0;
}
.wysiwyg ul, .wysiwyg ol {
  margin-left: 1.3333333333rem;
}
.wysiwyg ul li,
.wysiwyg ol li {
  padding-left: 0.6666666667rem;
  list-style: square;
}
.wysiwyg ul li:last-child,
.wysiwyg ol li:last-child {
  margin-bottom: 0;
}
.wysiwyg a {
  border-bottom: 1px solid #565656;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}

.video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.video__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s;
}
.video__overlay--is-anim {
  opacity: 0;
}
.video__play-button {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  cursor: pointer;
}
.video__play-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 6rem;
  height: 6rem;
}
.video__play-button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #979797;
}
.video__poster {
  height: 100%;
  width: 100%;
}
.video__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tnt-credit {
  /*
  	Config
   */
  display: block;
  width: 4.5rem;
}
.tnt-credit svg {
  display: block;
  width: 100%;
  height: auto;
}
.tnt-credit svg > * {
  fill: #565656;
}

.title {
  /*
  	Config
   */
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  font-size: clamp(1.5rem, 1.0384615385rem + 2.3076923077vw, 2.25rem);
  text-transform: uppercase;
  letter-spacing: 2.86px;
  line-height: 1.1;
  margin-bottom: 2rem;
  position: relative;
}
.title--bravo {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: clamp(1.125rem, 0.8942307692rem + 1.1538461538vw, 1.5rem);
  text-transform: none;
  letter-spacing: 1.17px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.title--charlie {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86, 86, 86);
  margin-bottom: 1rem;
}

.title--delta {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  font-size: clamp(1.125rem, 0.8942307692rem + 1.1538461538vw, 1.5rem);
  text-transform: none;
  letter-spacing: 1.17px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.title--dim {
  color: #979797;
}

.title--underline {
  padding-bottom: 0.5rem;
}
.title--underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.5rem;
  height: 1px;
  background: #979797;
}

.textarea {
  /*
  	Config
   */
  display: block;
  width: 100%;
  height: 100%;
  min-height: 7rem;
  padding: 0.5714285714rem;
  padding-left: 1rem;
  border: 0;
  border-radius: 0;
  border: 1px solid #c5c6c7;
  resize: none;
  color: #565656;
  background-color: transparent;
  transition: border-color 0.3s;
  margin: 2rem 0;
}
.textarea:active, .textarea:focus {
  border-color: #565656;
}
.textarea::placeholder {
  color: #565656;
}

.text {
  /*
  	Config
   */
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.text--bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.tag {
  /*
  	Config
   */
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86, 86, 86);
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  border: 1px solid #c5c6c7;
  border-radius: 5px;
  transition: border-color 0.3s;
}
.tag:hover {
  border-color: #565656;
}
.tag--active {
  border-color: #565656;
}

.secondary-nav-item {
  /*
  	Config
   */
  color: #565656;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86, 86, 86);
  position: relative;
  display: inline-block;
}

.quote {
  /*
  	Config
   */
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86, 86, 86);
  position: relative;
}
.quote:before {
  content: "";
  width: 6rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #c5c6c7;
}
.quote__text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86, 86, 86);
  padding: 4rem 0;
}
.quote__person {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-size: 0.8rem;
}

.primary-nav-item {
  /*
  	Config
   */
  position: relative;
  display: inline-block;
  color: #565656;
  padding: 1rem 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86, 86, 86);
}
.primary-nav-item:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0.6rem;
  left: 0;
  height: 1px;
  background: #979797;
  width: 0;
  transition: width 600ms cubic-bezier(0, 0, 0.2, 1);
}
.primary-nav-item--active {
  color: #565656;
}
.primary-nav-item--active:after {
  width: 100%;
}

.primary-nav-item:hover:after {
  width: 100%;
  transition: width 600ms cubic-bezier(0, 0, 0.2, 1);
}
.primary-nav-item--dim {
  color: #979797;
}

.photo {
  display: block;
  width: 100%;
}
.photo img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .photo--fill {
    position: absolute;
    height: 100%;
  }
}
.photo--fill img {
  height: 100%;
  object-fit: cover;
}

.photo--non-stretch {
  width: auto;
  height: 100%;
}
.photo--non-stretch img {
  display: block;
  width: auto;
  height: 100%;
}

.photo--inline {
  width: auto;
}
.photo--inline img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.paragraph {
  margin-bottom: 2rem;
}
.paragraph--indent {
  margin-left: 14rem;
}

.paragraph--small-indent {
  margin-left: 6rem;
}

.paragraph--bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.paging-dots {
  /*
  	Config
   */
}
.paging-dots__dot {
  width: 1rem;
  height: 1rem;
  background: transparent;
  border: 1px solid #565656;
  border-radius: 50%;
  display: inline-block;
}
.paging-dots__dot--active {
  background: #565656;
}

.logo {
  /*
  	Config
   */
  display: block;
  width: 8rem;
}
.logo svg {
  display: block;
  width: 100%;
  fill: #565656;
}

.link {
  cursor: pointer;
}
.link--underline {
  border-bottom: 1px solid #565656;
}
.link--underline:hover {
  border-bottom: none;
}

.link--uppercase {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86, 86, 86);
}

.icon {
  /*
      Config
   */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1428571429rem;
  height: 1.1428571429rem;
}
@media screen and (min-width: 650px) {
  .icon {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
  }
}
.icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #565656;
}
.icon--rotated-90 {
  transform: rotate(90deg);
  transform-origin: center center;
}

@media screen and (min-width: 650px) {
  .icon--small {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
  }
}

.icon--large {
  width: 2.5rem;
  height: 2.5rem;
}

.hamburger {
  /*
         Config
      */
  position: relative;
  width: 1.6rem;
  display: block;
  padding: 1.1428571429rem 0;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (min-width: 650px) {
  .hamburger {
    width: 2.5rem;
  }
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.8rem 0;
  background-color: #565656;
  transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger__top-line {
  margin-top: 0;
}
body.open-menu .hamburger__top-line {
  transform: translateY(0.4rem) rotate(45deg);
  transform-origin: 50% 50%;
}
.hamburger__bottom-line {
  margin-bottom: 0;
}
body.open-menu .hamburger__bottom-line {
  transform: translateY(-0.4rem) rotate(-45deg);
  transform-origin: 50% 50%;
}

.field {
  /*
  	Config
   */
  display: block;
  width: 100%;
  position: relative;
  color: #979797;
}
.field * {
  padding: 0.6666666667rem 0;
}
.field__label {
  position: absolute;
  left: 0;
  width: 25%;
  z-index: -1;
}
.field__input {
  width: 100%;
  text-indent: 25%;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c5c6c7;
  color: #565656;
  background-color: transparent;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  appearance: none;
}
.field__input::-ms-expand {
  display: none;
}
.field__input::placeholder {
  color: #565656;
}
.field__input:active, .field__input:focus {
  border-color: #565656;
}

.form__fieldset {
  margin-bottom: 1rem;
}

.faq-item {
  width: 100%;
}
.faq-item__header {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  font-size: clamp(1.125rem, 0.8942307692rem + 1.1538461538vw, 1.5rem);
  text-transform: none;
  letter-spacing: 1.17px;
  line-height: 1.5;
  border-bottom: 1px solid #565656;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-item__icon:before {
  content: "+";
}
.faq-item--open .faq-item__content {
  max-height: 500px;
  opacity: 1;
  transition: max-height 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item--open .faq-item__icon:before {
  content: "-";
}

.faq-item__content {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: max-height 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item__content:before {
  content: "";
  height: 2rem;
  display: block;
}

.copyright {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86, 86, 86);
}

.checkbox {
  /*
  	Config
   */
  position: relative;
  padding-left: 2rem;
  touch-callout: none;
  user-select: none;
  cursor: pointer;
}
.checkbox__field {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  opacity: 0;
}
.checkbox__label {
  cursor: pointer;
}
.checkbox__label:before, .checkbox__label:after {
  content: "";
  position: absolute;
  top: 0.7407407407rem;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  border-radius: 2px;
}
.checkbox__label:before {
  border: 1px solid #565656;
  border-radius: 2px;
  background-color: #f4f7fA;
  vertical-align: middle;
}
.checkbox__label:after {
  transform: translateY(-50%) scale(0.001);
  background-color: #565656;
  transition: background-color 100ms, transform 250ms;
}
.checkbox__label a {
  border-bottom: 1px solid #979797;
}
.checkbox input:checked + label:after {
  transform: scale(1) translateY(-50%);
}

.carousel {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 100vw;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  margin-bottom: 2rem;
}
@keyframes spinning {
  0% {
    transform: translate(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%) translateY(-50%) rotate(360deg);
  }
}
.carousel:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 4rem;
  height: 4rem;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: #c5c6c7 transparent transparent transparent;
  animation: spinning 0.8s linear infinite;
  opacity: 1;
  transition: opacity 0.25s 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel--loaded:after {
  opacity: 0;
}

.carousel__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
.carousel--loaded .carousel__overlay {
  opacity: 1;
  transition: opacity 250ms 250ms ease-in-out;
}
.carousel__controls {
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.carousel__control {
  pointer-events: auto;
  cursor: pointer;
  transform: scaleX(-1);
  width: 1.5rem;
  height: 100%;
  padding: 0 2rem;
  box-sizing: content-box;
}
.carousel__control--right {
  transform: scaleX(1);
}
.carousel__outer-wrap {
  opacity: 0;
}
.carousel--loaded .carousel__outer-wrap {
  opacity: 1;
  transition: opacity 250ms 250ms ease-in-out;
}
.carousel__wrap {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.carousel--loaded .carousel__wrap {
  transition: transform 250ms ease-in-out;
}
.carousel__image {
  transition: opacity 0.5s;
  width: auto;
  padding: 0 0.3333333333rem;
  cursor: pointer;
}
.carousel__image--active {
  cursor: auto;
}
.carousel__image--video {
  min-width: 100vw;
}
@media screen and (min-width: 750px) {
  .carousel__image--video {
    min-width: 50vw;
  }
}

.button {
  /*
  	Config
   */
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  color: #565656;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86, 86, 86);
  margin-bottom: 2rem;
}
.button--blocked {
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 2rem -1rem #565656;
  transition: box-shadow 0.25s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.button--blocked:hover {
  box-shadow: 0 0 1.5rem -1rem #565656;
  transition: box-shadow 0.25s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.button--inline {
  margin-bottom: 0;
}
.button--inline .button__icon {
  margin-left: 2rem;
  transition: margin-left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.button--inline:hover .button__icon {
  margin-left: 2.4rem;
  transition: margin-left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.button--margin {
  margin-bottom: 2rem;
}

.button__icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-left: 2rem;
}
.button--mirrored .button__icon {
  margin-left: 0;
  margin-right: 2rem;
}
.button__icon--mirrored svg {
  transform: rotate(180deg);
}

.text-block {
  display: block;
  width: 100%;
}
.text-block__header {
  margin-bottom: 2rem;
}
.text-block__content > * {
  margin: 2rem 0;
}
.text-block__content > *:first-child {
  margin-top: 0;
}
.text-block__content > *:last-child {
  margin-bottom: 0;
}
.text-block__footer {
  margin-top: 2rem;
}

.team-member-grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 1fr;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .team-member-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .team-member-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
  }
}
.team-member-grid__item {
  display: flex;
}
.team-member-grid__item--empty {
  display: none;
}
@media screen and (min-width: 1024px) {
  .team-member-grid__item--empty {
    display: flex;
  }
}

.team-member {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.team-member__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tag-group {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (min-width: 750px) {
  .tag-group--right {
    align-self: flex-end;
  }
}

.tag-group__item {
  margin: 0 0.4rem;
}
.tag-group__item:first-child {
  margin-left: 0;
}
.tag-group__item:last-child {
  margin-right: 0;
}

.secondary-nav__item {
  margin-bottom: 1rem;
}
.secondary-nav__item:first-child {
  margin-top: 0;
}
.secondary-nav__item:last-child {
  margin-bottom: 0;
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .primary-nav {
    flex-direction: row;
  }
}
.primary-nav__item {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .primary-nav__item {
    margin: 0 0.6666666667rem;
  }
}
@media screen and (min-width: 1150px) {
  .primary-nav__item {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1375px) {
  .primary-nav__item {
    margin: 0 1.7rem;
  }
}
.primary-nav__item:first-child {
  margin-left: 0;
}
.primary-nav__item:last-child {
  margin-right: 0;
}

.pagination {
  /*
  	Config
   */
  display: flex;
  align-items: center;
  color: #565656;
  width: 100%;
  justify-content: center;
  padding: 1rem;
}
.pagination__item {
  position: relative;
  display: block;
  padding-left: 1rem;
  margin-left: 1rem;
}
.pagination__item:nth-last-child(n+3), .pagination__item:nth-last-child(n+4) {
  display: none;
}
.pagination__item:first-child {
  display: block;
  padding-left: 0;
  margin-left: 0;
}
.pagination__item:first-child:before {
  display: none;
}
.pagination__item:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  bottom: -1rem;
  width: 1px;
  background-color: #979797;
}
@media screen and (min-width: 1024px) {
  .pagination__item:nth-last-child(n+3), .pagination__item:nth-last-child(n+4) {
    display: block;
  }
}

.message {
  /*
      Config
   */
  display: block;
  background-color: #c5c6c7;
}
.message__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6666666667rem 0;
}
.message__text a {
  color: #565656;
  border-bottom: 1px solid #565656;
}
.message__footer {
  margin-left: 2rem;
}

.indent {
  position: relative;
}
@media screen and (min-width: 650px) {
  .indent {
    padding-left: 4.6666666667rem;
  }
}
@media screen and (min-width: 1024px) {
  .indent {
    padding-left: 7rem;
  }
}
.indent--small {
  padding-left: 2rem;
}
@media screen and (min-width: 1024px) {
  .indent--small {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1375px) {
  .indent--small {
    padding-left: 6rem;
  }
}

.icon-group {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 750px) {
  .icon-group--right {
    align-self: flex-end;
  }
}

.icon-group__item {
  margin: 0 0.4rem;
}
.icon-group__item:first-child {
  margin-left: 0;
}
.icon-group__item:last-child {
  margin-right: 0;
}

.form {
  display: block;
  width: 100%;
}
.form__header {
  margin-bottom: 2rem;
}
.form__content > * {
  margin-bottom: 2rem;
}
.form__content > *:last-child {
  margin-bottom: 0;
}
.form__footer {
  margin-top: 2rem;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .container--half {
    padding-right: 30%;
  }
}

@media screen and (min-width: 750px) {
  .container--half--right {
    padding-left: 30%;
  }
}

.container--align-right {
  justify-content: flex-end;
}

.container__block {
  position: relative;
}
.container__block:first-child {
  margin-bottom: 3rem;
}
.container__block--video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.container__block--video .vimeo-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container__block .container__header {
  margin-bottom: 2rem;
}
.container__block .container__content > * {
  margin-bottom: 2rem;
}
.container__block .container__content > *:last-child {
  margin-bottom: 0;
}
.container__block .container__footer {
  margin-top: 2rem;
}
@media screen and (min-width: 750px) {
  .container {
    flex-direction: row;
    max-width: 80vw;
  }
  .container__block {
    flex: 1;
  }
  .container__block:first-child {
    margin-right: 6rem;
    margin-bottom: 0;
  }
  .container--jump-out {
    margin-left: calc((20vw + 4rem) / -2);
    width: calc(100% + (20vw + 4rem) / 2);
    height: 100%;
    position: relative;
  }
  .container--revert > :first-child {
    order: 2;
    margin-right: 0;
  }
  .container--revert > :last-child {
    margin-right: 6rem;
  }
  .container--revert .container--jump-out {
    margin-left: 0;
    margin-right: calc((20vw + 4rem) / 2);
  }
}
@media screen and (min-width: 1750px) {
  .container {
    max-width: 1600px;
  }
  .container__block--jump-out {
    margin-left: -8rem;
    width: auto;
  }
}

.card-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-grid__header {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1280px) {
  .card-grid--only-three .card-grid__main {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card-grid__main {
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: 1fr;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .card-grid__main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .card-grid__main {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .card-grid__main {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card-grid__item {
  display: flex;
}
.card-grid__footer {
  margin-top: 2rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  background: #ffffff;
  min-height: 350px;
}
.card--inline {
  min-height: unset;
  padding: 4rem;
}

.card--no-background {
  padding: 0;
  background: unset;
}

.card--half {
  width: 50%;
}

.card__header {
  margin-bottom: auto;
  padding-bottom: 2rem;
}
.card__content {
  margin-top: auto;
  margin-bottom: auto;
}
.card__footer {
  margin-top: auto;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .card__footer:has(.card__footer__left) {
    flex-direction: row;
  }
}
.card__footer .card__footer__right {
  text-align: right;
}
a.card {
  box-shadow: none;
  transition: box-shadow 0.25s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
a.card:hover {
  box-shadow: 0 0 1.5rem -1rem #565656;
  transition: box-shadow 0.25s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.breadcrumbs {
  /*
  	Config
   */
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  color: #565656;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-left: 1rem;
  margin-left: 1rem;
}
.breadcrumbs__item:nth-last-child(n+3), .breadcrumbs__item:nth-last-child(n+4) {
  display: none;
}
.breadcrumbs__item:first-child {
  display: block;
  padding-left: 0;
  margin-left: 0;
}
.breadcrumbs__item:first-child:before {
  display: none;
}
.breadcrumbs__item:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  bottom: -1rem;
  width: 1px;
  background-color: #979797;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs__item:nth-last-child(n+3), .breadcrumbs__item:nth-last-child(n+4) {
    display: block;
  }
}

.header {
  background-color: #f4f7fA;
  width: 100%;
  height: 6rem;
  display: flex;
  transform: translateY(1);
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
body.loading .header {
  transform: translateY(-2rem);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.header--fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #f4f7fA;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.header__hamburger {
  z-index: 100;
  display: block;
}
@media screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
  }
}
.header__nav {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f4f7fA;
  padding: 2rem 2rem;
  padding-bottom: 10rem;
  transform: translateY(-100%) translateY(0);
  transition: transform 250ms ease;
}
body.open-menu .header__nav {
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .header__nav {
    position: relative;
    display: block;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    background-color: transparent;
    padding: 0;
    transform: translateY(0);
  }
}

.footer {
  width: 100%;
  display: grid;
  grid-gap: 2rem 1rem;
  border-top: 1px solid #979797;
  padding: 4rem 0;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
body.loading .footer {
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .footer {
    grid-gap: 4rem 1rem;
    grid-template-columns: 2fr 3fr 2fr;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    grid-template-columns: 5fr 6fr 3fr;
  }
}
@media screen and (min-width: 750px) {
  .footer__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer__item .button {
  margin-bottom: 2rem;
}
.footer__item .link {
  margin-right: 2rem;
}
.footer__item--row {
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 750px) {
  .footer__item--row {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 750px) {
  .footer__item--bottom {
    align-self: end;
  }
  .footer__item--last {
    justify-self: flex-end;
  }
}

.section {
  width: 100%;
}
.section--intro {
  margin: 6rem 0;
}
@media screen and (min-width: 1150px) {
  .section--intro .title--alpha {
    font-size: 4rem;
  }
}

.section--content {
  margin: 6rem 0;
}
@media screen and (min-width: 750px) {
  .section--content {
    margin: 10rem 0;
  }
}

@media screen and (min-width: 750px) {
  .section--fill-screen .container__block {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 30em);
    justify-content: center;
  }
}
@media screen and (min-width: 750px) and (min-width: 1150px) {
  .section--fill-screen .container__block {
    min-height: calc(100vh - 20em);
  }
}
@media screen and (min-width: 750px) and (min-width: 1150px) {
  .section--fill-screen .container__block {
    min-height: calc(100vh - 15em);
  }
}

.main {
  margin-top: 10rem;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
body.loading .main {
  opacity: 0;
}

.section--banner {
  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 10rem;
}
@media screen and (min-width: 750px) {
  .section--banner {
    min-height: 25rem;
  }
}
.section--banner > * {
  padding-top: 4rem;
  padding-bottom: 4rem;
}