@font-face {
  font-family: 'Baron Neue';
  src: url('fonts/BaronNeue-BoldItalic.eot');
  src: url('fonts/BaronNeue-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/BaronNeue-BoldItalic.woff2') format('woff2'),
    url('fonts/BaronNeue-BoldItalic.woff') format('woff'),
    url('fonts/BaronNeue-BoldItalic.ttf') format('truetype'),
    url('fonts/BaronNeue-BoldItalic.svg#BaronNeue-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Baron Neue';
  src: url('fonts/BaronNeue-Bold.eot');
  src: url('fonts/BaronNeue-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/BaronNeue-Bold.woff2') format('woff2'),
    url('fonts/BaronNeue-Bold.woff') format('woff'),
    url('fonts/BaronNeue-Bold.ttf') format('truetype'),
    url('fonts/BaronNeue-Bold.svg#BaronNeue-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baron Neue';
  src: url('fonts/BaronNeue-Italic.eot');
  src: url('fonts/BaronNeue-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/BaronNeue-Italic.woff2') format('woff2'),
    url('fonts/BaronNeue-Italic.woff') format('woff'),
    url('fonts/BaronNeue-Italic.ttf') format('truetype'),
    url('fonts/BaronNeue-Italic.svg#BaronNeue-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Baron Neue';
  src: url('fonts/BaronNeue-Regular.eot');
  src: url('fonts/BaronNeue-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/BaronNeue-Regular.woff2') format('woff2'),
    url('fonts/BaronNeue-Regular.woff') format('woff'),
    url('fonts/BaronNeue-Regular.ttf') format('truetype'),
    url('fonts/BaronNeue-Regular.svg#BaronNeue-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baron Neue';
  src: url('fonts/BaronNeue-Black.eot');
  src: url('fonts/BaronNeue-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/BaronNeue-Black.woff2') format('woff2'),
    url('fonts/BaronNeue-Black.woff') format('woff'),
    url('fonts/BaronNeue-Black.ttf') format('truetype'),
    url('fonts/BaronNeue-Black.svg#BaronNeue-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baron Neue';
  src: url('fonts/BaronNeue-BlackItalic.eot');
  src: url('fonts/BaronNeue-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/BaronNeue-BlackItalic.woff2') format('woff2'),
    url('fonts/BaronNeue-BlackItalic.woff') format('woff'),
    url('fonts/BaronNeue-BlackItalic.ttf') format('truetype'),
    url('fonts/BaronNeue-BlackItalic.svg#BaronNeue-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
	--primary-color: #282828;
	--dark-color: #141414;
	--grey-color: #8b8b8b;
	--secondary-color: #FEC600;
	--white: #ffffff;
}


/* Works in Webkit-based browsers (Chrome, Safari, newer versions of Opera) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background-color: #282828;
}

.noise {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.1;
  height: 100vh;
  width: 100vw;
}

#qLoverlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#141414;
    z-index:99;
    width:100%;
    height:100%
  }

#qLtempOverlay {
  background-color: #141414 !important; 
}

html {
  background-color: #141414;
}

.queryloader__overlay {
  background-color: #141414 !important;
}

.close-button span.material-symbols-outlined {
    font-weight: bold;
    font-size: 1.6rem;
    background-color: var(--secondary-color) !important;
    padding: 6px;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: white;
  font-family: "Myriad-pro", sans-serif;
  font-weight: 400;
  color: #404040;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

body img {
  max-width: 100%;
  height: auto;
}

a,
a:active {
  color: #282828;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .5;
}

a:link {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.7);
}

a:visited {
  text-decoration: none;
  color: inherit;
}

a:focus {
  color: inherit;
}

.underline {
  padding: 0.625rem 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 0.09375rem;
  background-position: center bottom 29%;
  background-origin: padding-box;
  text-shadow: 0.1875rem 0 #fff, 0.125rem 0 #fff, 0.0625rem 0 #fff, -0.0625rem 0 #fff, -0.125rem 0 #fff, -0.1875rem 0 #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baron Neue", sans-serif;
  line-height: 1.25;
  font-weight: 400;
  font-style: normal;
  margin: 1rem 0;
  
}

h1 {
  font-size: 2.5rem;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-family: "Myriad-pro", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-family: "Myriad-pro", sans-serif;
  color: #8b8b8b;
  font-size: 0.8125rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  h5 {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  h5 {
    font-size: 0.875rem;
  }
}

h6 {
  font-size: 0.625rem;
}


p {
  font-family: "Myriad-pro", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  p {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 1.25rem;
  }
}

@keyframes shift {

  0%,
  40%,
  44%,
  58%,
  61%,
  65%,
  69%,
  73%,
  100% {
    opacity: 0;
    transform: translateY(0%);
  }

  59% {
    opacity: 0.05;
  }

  60% {
    opacity: 0.05;
  }

  70% {
    opacity: 0.05;
    transform: translateY(50%);
  }

  71% {
    opacity: 0.05;
  }
}

@keyframes pullUp {
  from {
    transform: none;
  }

  to {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes pullDown {
  from {
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pullUpBottom {
  from {
    transform: none;
  }

  to {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes pullDownBottom {
  from {
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

main .meta.social {
  bottom: 1.5rem;
  left: 1.25rem;
}

@media (min-width: 768px) {
  main .meta.social {
    left: 1.875rem;
    bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  main .meta.social {
    left: 2.5rem;
  }
}

main .meta.social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main .meta.social ul li {
  color: #BBBDBF;
  display: block;
}

@media (min-width: 768px) {
  main .meta.social ul li {
    display: inline-block;
  }

  main .meta.social ul li:after {
    font-size: 0.5625rem;
    content: "/";
    display: inline-block;
    margin-left: 0.3125rem;
    vertical-align: middle;
  }

  main .meta.social ul li:last-of-type:after {
    display: none;
  }
}

main .meta.social ul li a {
  display: inline-block;
  color: color: #7B8085 !important;
  font-size: 0.875rem;
  vertical-align: middle;
}

main .meta.social ul li a:hover {
    color: var(--secondary-color) !important;
    opacity: 1;
}


main .meta.social ul li a:hover,
main .meta.social ul li a:focus {
  opacity: 1;
}

main .meta.social ul li a:hover span,
main .meta.social ul li a:focus span {
  transform: translateY(-200%);
}

main .meta.copy {
  bottom: 1.5rem;
  right: 1.25rem;
}

@media (min-width: 768px) {
  main .meta.copy {
    right: 1.875rem;
    bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  main .meta.copy {
    right: 2.5rem;
  }
}

a.hero__trigger-button.copy {
  color: #7B8085 !important;
  font-size: 0.875rem !important;
  text-transform: lowercase;
  font-family: "Myriad-pro", sans-serif !important;
}

a.hero__trigger-button.copy:hover {
    color: var(--secondary-color) !important;
    opacity: 1;
}


main .close-button {
  font-family: "Baron Neue"sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0;
}

main {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main .logo {
  position: absolute;
  top: 1.5rem;
  left: 1.25rem;
  z-index: 10;
  max-width: 100px;
}

@media (min-width: 768px) {
  main .logo {
    top: 2.5rem;
    left: 1.875rem;
    max-width: 120px
  }
}

@media (min-width: 992px) {
  main .logo {
    left: 2.5rem;
    max-width: 150px
  }
}


main .logo.splash {
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 10;
  max-width: 140px;
}

@media (min-width: 768px) {
  main .logo.splash {
    top: 0rem;
    left: 0rem;
    max-width: 160px
  }
}

@media (min-width: 992px) {
  main .logo.splash {
    left: 0rem;
    max-width: 180px
  }
}

main .meta {
  position: absolute;
  z-index: 10;
}

main .meta.name {
  top: 2.5rem;
  right: 1.25rem;
}


main .meta.name.splash {
  top: 0rem;
  right: 0rem;
}

.meta.name ul li {
  list-style: none;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  color: #BBBDBF;
  font-family: 'Baron Neue', sans-serif;
}

.meta.name ul li a {
  color: #BBBDBF;
  font-size: 1rem;
  font-family: 'Baron Neue', sans-serif;
  text-transform: lowercase;

}


.meta.name ul li a:hover {
  color: var(--secondary-color);
  opacity: 1;

}

@media (min-width: 768px) {
  main .meta.name {
    right: 1.875rem;
  }
}

@media (min-width: 992px) {
  main .meta.name {
    right: 2.5rem;
  }
}

main .meta.name ul {
  color: #BBBDBF;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.no-csspointerevents .grain {
  display: none;
}

.hero {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  background-image: radial-gradient(50% 100%, #e6e6e6 50%, #d6d6d6 100%);
}

.hero__content {
  width: 100%;
  padding: 0 5%;
  text-align: center;
}

@media (min-width: 768px) {
  .hero__content {
    padding: 0 10%;
  }
}

.hero__content p {
  margin: 0;
  padding-bottom: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .9rem;

}

@media (min-width: 768px) {
  .hero__content p {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .hero__content p {
    font-size: 1.2rem;
  }
}

.hero__content h1 {
  margin: 0;
  font-weight: 900;
  line-height: 3.2rem;
  font-size: 3rem;
  
}

@media (min-width: 768px) {
  .hero__content h1 {
    line-height: 4.2rem;
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .hero__content h1 {
    line-height: 4.7rem;
    font-size: 4.5rem;
  }
}

.hero__three-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero__object-shadow {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  opacity: .5;
}

.hero__trigger-button {
  font-family: "Myriad-pro", sans-serif;
  font-size: 0.875rem;
  position: relative;
  z-index: 2;
}

.hero__trigger-button.top {
  top: 40px;
  transform: rotate(270deg);
}

.hero__trigger-button.top:hover {
  opacity: 1;
  top: 35px;
}

.hero__trigger-button.bottom {
  bottom: 40px;
  transform: rotate(270deg);
}

.hero__trigger-button.bottom:hover {
  opacity: 1;
  bottom: 35px;
}

.hero.sphere,
.hero.field {
  background: #FBFFFF;
}

.hero.dark {
  background-image: radial-gradient(50% 100%, #252525 50%, #141414 100%);
}

.hero.dark .hero__content p,
.hero.dark .hero__content h1 {
  color: #D9E1E9;
}

.hero.dark .hero__trigger-button {
  color: #D9E1E9;
}

.hero.dark .meta.name p {
  color: #7B8085;
}

.hero.dark .meta.social a {
  color: #7B8085;
}

.hero.dark .meta.social a span:before {
  color: #D9E1E9;
}

.about {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
}

.about.idle {
  pointer-events: none;
  top: -100%;
  -webkit-animation-name: pullUp;
  animation-name: pullUp;
  -webkit-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -moz-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -ms-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -o-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.about.active-screen {
  top: 0;
  -webkit-animation-name: pullDown;
  animation-name: pullDown;
  -webkit-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -moz-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -ms-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -o-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.about.active-screen .close-button {
  opacity: 1;
  bottom: 2.5rem;
}

.about.active-screen .close-button:hover {
  opacity: 1;
  bottom: 1.875rem;
}

.about__content {
  position: relative;
  width: 100%;
}

.about__content__box {
  margin-top: 2.8125rem;
}

.about__content__box .social {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .about__content__box .social {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .about__content__box .social {
    margin-top: 2.1875rem;
  }
}

.about__content__box .social li {
  color: #BBBDBF;
  display: inline-block;
}

.about__content__box .social li:after {
  font-size: 0.5625rem;
  content: "/";
  display: inline-block;
  margin-left: 0.3125rem;
  vertical-align: middle;
}

.about__content__box .social li:last-of-type:after {
  display: none;
}

.about__content__box .social li a {
  display: inline-block;
  overflow: hidden;
  color: #BBBDBF;
  font-size: 0.75rem;
  line-height: 1rem;
  height: 1.125rem;
  vertical-align: middle;
}

.about__content__box .social li a span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.about__content__box .social li a span:before {
  position: absolute;
  top: 200%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
  font-size: 0.75rem;
  line-height: 1rem;
  color: #282828;
}

.about__content__box .social li a:hover,
.about__content__box .social li a:focus {
  opacity: 1;
}

.about__content__box .social li a:hover span,
.about__content__box .social li a:focus span {
  transform: translateY(-200%);
}

.about__content__box .services {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.about__content__box .services li {
  margin-bottom: 0.625rem;
}

.about__content__box .services li:last-of-type {
  margin-bottom: 0;
}

.about__content__box .services li p {
  font-size: 1.25rem;
}

.about__content__box.last {
  margin-bottom: 6.25rem;
}

@media (min-width: 768px) {
  .about__content__box.last {
    margin-bottom: 7.5rem;
  }
}

@media (min-width: 992px) {
  .about__content__box.last {
    margin-bottom: 9.375rem;
  }
}

.about__content__box.first {
  margin-top: 10rem;
}

@media (min-width: 768px) {
  .about__content__box.first {
    margin-top: 10rem;
  }
}

@media (min-width: 992px) {
  .about__content__box.first {
    margin-top: 10rem;
  }
}

.about__content__full-box {
  width: 100%;
  background: #f7f7f7;
  margin-top: 2.8125rem;

  padding-bottom: 2.8125rem;
}

@media (min-width: 768px) {
  .about__content__full-box {
    margin-top: 4.0625rem;

    padding-bottom: 4.0625rem;
  }
}

@media (min-width: 992px) {
  .about__content__full-box {
    margin-top: 5.625rem;

    padding-bottom: 5.625rem;
  }
}

.privacy {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
}

.privacy h5 {
  margin-top: 3rem;
}

.privacy.idle {
  pointer-events: none;
  top: 100%;
  -webkit-animation-name: pullUpBottom;
  animation-name: pullUpBottom;
  -webkit-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -moz-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -ms-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -o-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.privacy.active-screen {
  top: 0;
  -webkit-animation-name: pullDownBottom;
  animation-name: pullDownBottom;
  -webkit-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -moz-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -ms-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -o-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.privacy.active-screen .close-button {
  opacity: 1;
  bottom: 2.5rem;
}

.privacy.active-screen .close-button:hover {
  opacity: 1;
  bottom: 1.875rem;
}

.privacy__content {
  position: relative;
  width: 100%;
}

.privacy__content__box {
  margin-top: 2.8125rem;
}

@media (min-width: 768px) {
  .privacy__content__box {
    margin-top: 4.0625rem;
  }
}

@media (min-width: 992px) {
  .privacy__content__box {
    margin-top: 5.625rem;
  }
}

.privacy__content__box .social {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .privacy__content__box .social {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .privacy__content__box .social {
    margin-top: 2.1875rem;
  }
}

.privacy__content__box .social li {
  color: #BBBDBF;
  display: inline-block;
}

.privacy__content__box .social li:after {
  font-size: 0.5625rem;
  content: "/";
  display: inline-block;
  margin-left: 0.3125rem;
  vertical-align: middle;
}

.privacy__content__box .social li:last-of-type:after {
  display: none;
}

.privacy__content__box .social li a {
  display: inline-block;
  overflow: hidden;
  color: #BBBDBF;
  font-size: 0.75rem;
  line-height: 1rem;
  height: 1.125rem;
  vertical-align: middle;
}

.privacy__content__box .social li a span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.privacy__content__box .social li a span:before {
  position: absolute;
  top: 200%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
  font-size: 0.75rem;
  line-height: 1rem;
  color: #282828;
}

.privacy__content__box .social li a:hover,
.privacy__content__box .social li a:focus {
  opacity: 1;
}

.privacy__content__box .social li a:hover span,
.privacy__content__box .social li a:focus span {
  transform: translateY(-200%);
}

.privacy__content__box .services {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .privacy__content__box .services {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .privacy__content__box .services {
    margin-top: 2.1875rem;
  }
}

.privacy__content__box .services li {
  margin-bottom: 0.625rem;
}

.privacy__content__box .services li:last-of-type {
  margin-bottom: 0;
}

.privacy__content__box .services li p {
  font-size: 1.25rem;
}

.privacy__content__box.last {
  margin-bottom: 6.25rem;
}

@media (min-width: 768px) {
  .privacy__content__box.last {
    margin-bottom: 7.5rem;
  }
}

@media (min-width: 992px) {
  .privacy__content__box.last {
    margin-bottom: 9.375rem;
  }
}

.privacy__content__box.first {
  margin-top: 10rem;
}

@media (min-width: 768px) {
  .privacy__content__box.first {
    margin-top: 10rem;
  }
}

@media (min-width: 992px) {
  .privacy__content__box.first {
    margin-top: 10rem;
  }
}

.privacy__content__full-box {
  width: 100%;
  background: #f7f7f7;
  margin-top: 2.8125rem;

  padding-bottom: 2.8125rem;
}

@media (min-width: 768px) {
  .privacy__content__full-box {
    margin-top: 4.0625rem;

    padding-bottom: 4.0625rem;
  }
}

@media (min-width: 992px) {
  .privacy__content__full-box {
    margin-top: 5.625rem;

    padding-bottom: 5.625rem;
  }
}


.work__content__box .social {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .work__content__box .social {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .work__content__box .social {
    margin-top: 2.1875rem;
  }
}

.work__content__box .social li {
  color: #BBBDBF;
  display: inline-block;
}

.work__content__box .social li:after {
  font-size: 0.5625rem;
  content: "/";
  display: inline-block;
  margin-left: 0.3125rem;
  vertical-align: middle;
}

.work__content__box .social li:last-of-type:after {
  display: none;
}

.work__content__box .social li a {
  display: inline-block;
  overflow: hidden;
  color: #BBBDBF;
  font-size: 0.75rem;
  line-height: 1rem;
  height: 1.125rem;
  vertical-align: middle;
}

.work__content__box .social li a span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.work__content__box .social li a span:before {
  position: absolute;
  top: 200%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
  font-size: 0.75rem;
  line-height: 1rem;
  color: #282828;
}

.work__content__box .social li a:hover,
.work__content__box .social li a:focus {
  opacity: 1;
}

.work__content__box .social li a:hover span,
.work__content__box .social li a:focus span {
  transform: translateY(-200%);
}

.work {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: scroll;
  overflow-x: hidden;
}

.work.idle {
  pointer-events: none;
  top: -100%;
  -webkit-animation-name: pullUp;
  animation-name: pullUp;
  -webkit-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -moz-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -ms-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -o-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.work.active-screen {
  top: 0;
  -webkit-animation-name: pullDown;
  animation-name: pullDown;
  -webkit-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -moz-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -ms-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -o-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.work.active-screen .close-button {
  opacity: 1;
  bottom: 2.5rem;
}

.work.active-screen .close-button:hover {
  opacity: 1;
  bottom: 2.1875rem;
}

.work__content {
  position: relative;
  width: 100%;
}

.work__content__box {
  margin-top: 2.8125rem;
}

.work__content__box.last {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .work__content__box {
    margin-top: 4.0625rem;
  }
}

@media (min-width: 992px) {
  .work__content__box {
    margin-top: 5.625rem;
  }
}

.work__content__box .filters {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .work__content__box .filters {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .work__content__box .filters {
    margin-top: 2.1875rem;
  }
}

.work__content__box .filters li {
  cursor: pointer;
  color: #BBBDBF;
  display: inline-block;
  overflow: hidden;
  font-size: 0.75rem;
  vertical-align: middle;
}

.work__content__box .filters li span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.work__content__box .filters li span:before {
  position: absolute;
  top: 200%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
  font-size: 0.75rem;
  color: #282828;
}

.work__content__box .filters li:hover,
.work__content__box .filters li:focus,
.work__content__box .filters li.is-checked {
  opacity: 1;
}

.work__content__box .filters li:hover span,
.work__content__box .filters li:focus span,
.work__content__box .filters li.is-checked span {
  transform: translateY(-200%);
}

.work__content__box .filters li:after {
  font-size: 0.5625rem;
  content: "/";
  display: inline-block;
  margin-left: 0.3125rem;
  vertical-align: middle;
}

.work__content__box .filters li:last-of-type:after {
  display: none;
}

.work__content__box.last {
  margin-bottom: 6.25rem;
}

@media (min-width: 768px) {
  .work__content__box.last {
    margin-bottom: 7.5rem;
  }
}

@media (min-width: 992px) {
  .work__content__box.last {
    margin-bottom: 9.375rem;
  }
}

.work__content__box.first {
  margin-top: 10rem;
}

@media (min-width: 768px) {
  .work__content__box.first {
    margin-top: 10rem;
  }
}

@media (min-width: 992px) {
  .work__content__box.first {
    margin-top: 10rem;
  }
}

.work__content__thumbnails {
  margin-top: 1.5625rem;
}

@media (min-width: 768px) {
  .work__content__thumbnails {
    margin-top: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .work__content__thumbnails {
    margin-top: 3.125rem;
  }
}

.work__content__thumbnails .project {
  transform: scale(0);
  transition: all 350ms ease-in-out;
}

.work__content__thumbnails .project.show {
  transform: scale(1);
}

.work__content__thumbnails .thumbnail {
  margin-top: 1.25rem;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .work__content__thumbnails .thumbnail {
    margin-top: 1.875rem;
  }
}

@media (min-width: 992px) {
  .work__content__thumbnails .thumbnail {
    margin-top: 2.5rem;
  }
}

.work__content__thumbnails .thumbnail .overlay {
  position: absolute;
  top: auto;
  bottom: -1.25rem;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  transition: all .3s ease-in-out;
}

.work__content__thumbnails .thumbnail .overlay .project-info {
  position: absolute;
  top: auto;
  bottom: 1.875rem;
  left: 1.875rem;
}

.work__content__thumbnails .thumbnail .overlay .project-info p {
  line-height: 1.2;
}

.work__content__thumbnails .thumbnail .overlay .project-info span {
  color: #BBBDBF;
  font-size: 0.75rem;
}

.work__content__thumbnails .thumbnail:hover {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  opacity: 1;
  box-shadow: 0 0.9375rem 2rem 0.625rem rgba(0, 0, 0, 0.1);
}

.work__content__thumbnails .thumbnail:hover .overlay {
  bottom: 0;
  opacity: 1;
}

.work__content .ajax-section {
  position: relative;
}

.work__content .ajax-section__loader {
  display: none;
  background: #fff url(../images/loading.gif) no-repeat center;
  background-size: 30px 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200;
}

.work__content .ajax-section__project-navigation ul {
  list-style: none;
  margin: 0;
}

.work__content .ajax-section__project-navigation ul .next,
.work__content .ajax-section__project-navigation ul .prev {
  display: none;
  position: absolute;
  top: 40%;
  transform: rotate(270deg);
}

@media (min-width: 992px) {

  .work__content .ajax-section__project-navigation ul .next,
  .work__content .ajax-section__project-navigation ul .prev {
    display: block;
  }
}

.work__content .ajax-section__project-navigation ul .next a,
.work__content .ajax-section__project-navigation ul .prev a {
  font-size: 0.75rem;
}

.work__content .ajax-section__project-navigation ul .next {
  right: -5.625rem;
}

.work__content .ajax-section__project-navigation ul .prev {
  left: -6.25rem;
}

.work__content .ajax-section__project-navigation ul .next a.disabled,
.work__content .ajax-section__project-navigation ul .prev a.disabled {
  display: none;
}

.work__content .ajax-section__project-close {
  position: absolute;
  right: 0;
  top: 0.625rem;
}

@media (min-width: 768px) {
  .work__content .ajax-section__project-close {
    top: 1.875rem;
  }
}

@media (min-width: 992px) {
  .work__content .ajax-section__project-close {
    top: 2.5rem;
  }
}

.work__content .ajax-section__project-close a {
  font-size: 0.75rem;
}

.work__content .ajax-section__content .ajaxpage {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .work__content .ajax-section__content .ajaxpage {
    margin-top: 3.75rem;
  }
}

@media (min-width: 992px) {
  .work__content .ajax-section__content .ajaxpage {
    margin-top: 5rem;
  }
}

.work__content .ajax-section__content .ajaxpage .unslider {
  position: relative;
}

.work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow {
  text-indent: -999em;
  display: block;
  width: 30px;
  height: 30px;
  background: white;
  box-shadow: 0 4px 25px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 0.625rem;
  border-radius: 100px;
}

@media (min-width: 768px) {
  .work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow {
    bottom: 0.9375rem;
  }
}

@media (min-width: 992px) {
  .work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow {
    bottom: 1.875rem;
  }
}

.work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow.next {
  background-image: url(../images/icon-right.svg);
  background-repeat: no-repeat;
  background-position: 12.5px center;
  left: 2.8125rem;
  right: auto;
}

@media (min-width: 768px) {
  .work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow.next {
    left: 3.125rem;
  }
}

@media (min-width: 992px) {
  .work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow.next {
    left: 4.0625rem;
  }
}

.work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow.next:hover {
  opacity: 1;
  margin-left: 0.3125rem;
}

.work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow.prev {
  background-image: url(../images/icon-left.svg);
  background-repeat: no-repeat;
  background-position: 10.5px center;
  left: 0.625rem;
}

@media (min-width: 768px) {
  .work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow.prev {
    left: 0.9375rem;
  }
}

@media (min-width: 992px) {
  .work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow.prev {
    left: 1.875rem;
  }
}

.work__content .ajax-section__content .ajaxpage .unslider .unslider-arrow.prev:hover {
  opacity: 1;
  margin-left: -0.3125rem;
}

.work__content .ajax-section__content .ajaxpage .unslider .unslider-nav {
  display: block;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 0.625rem;
  left: 5.625rem;
  transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
  .work__content .ajax-section__content .ajaxpage .unslider .unslider-nav {
    bottom: 0.9375rem;
    left: 5.9375rem;
  }
}

@media (min-width: 992px) {
  .work__content .ajax-section__content .ajaxpage .unslider .unslider-nav {
    bottom: 1.875rem;
    left: 6.875rem;
  }
}

.work__content .ajax-section__content .ajaxpage .unslider .unslider-nav ol {
  display: inline-block;
  background: white;
  box-shadow: 0 4px 25px 2px rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  height: 30px;
  border-radius: 100px;
}

.work__content .ajax-section__content .ajaxpage .unslider .unslider-nav ol li {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border: none;
  background: transparent;
  border: 1px solid #BBBDBF;
  transition: all .3s ease;
}

.work__content .ajax-section__content .ajaxpage .unslider .unslider-nav ol li.unslider-active {
  background: #282828;
  border-color: #282828;
}

.work__content .ajax-section__content .ajaxpage__content {
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .work__content .ajax-section__content .ajaxpage__content {
    margin-top: 2.8125rem;
  }
}

@media (min-width: 992px) {
  .work__content .ajax-section__content .ajaxpage__content {
    margin-top: 3.75rem;
  }
}

.work__content .ajax-section__content .ajaxpage__content--meta {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .work__content .ajax-section__content .ajaxpage__content--meta {
    float: left;
    width: 30%;
  }
}

.work__content .ajax-section__content .ajaxpage__content--meta li {
  margin-bottom: 0.9375rem;
}

.work__content .ajax-section__content .ajaxpage__content--meta li:last-of-type {
  margin-bottom: 0;
}

.work__content .ajax-section__content .ajaxpage__content--meta li h4 {
  margin: 0;
}

.work__content .ajax-section__content .ajaxpage__content--meta li small {
  display: block;
  font-size: 0.75rem;
  color: #BBBDBF;
}

.work__content .ajax-section__content .ajaxpage__content--meta li p {
  font-size: 0.875rem;
  margin: 0;
}

.work__content .ajax-section__content .ajaxpage__content--description {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .work__content .ajax-section__content .ajaxpage__content--description {
    margin-top: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .work__content .ajax-section__content .ajaxpage__content--description {
    margin-top: 0;
    float: left;
    padding-left: 2%;
    width: 68%;
  }
}

.work__content .ajax-section__content .ajaxpage__content--description .social {
  display: block;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.work__content .ajax-section__content .ajaxpage__content--description .social li {
  display: inline-block;
}

.work__content .ajax-section__content .ajaxpage__content--description .social li:after {
  color: #BBBDBF;
  font-size: 0.5625rem;
  content: "/";
  display: inline-block;
  vertical-align: middle;
}

.work__content .ajax-section__content .ajaxpage__content--description .social li:last-of-type:after {
  display: none;
}

.work__content .ajax-section__content .ajaxpage__content--description .social li a {
  display: inline-block;
  overflow: hidden;
  color: #BBBDBF;
  font-size: 0.875rem;
  vertical-align: middle;
}

.work__content .ajax-section__content .ajaxpage__content--description .social li a span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.work__content .ajax-section__content .ajaxpage__content--description .social li a span:before {
  position: absolute;
  top: 200%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
  font-size: 0.875rem;
  color: #282828;
}

.work__content .ajax-section__content .ajaxpage__content--description .social li a:hover,
.work__content .ajax-section__content .ajaxpage__content--description .social li a:focus {
  opacity: 1;
}

.work__content .ajax-section__content .ajaxpage__content--description .social li a:hover span,
.work__content .ajax-section__content .ajaxpage__content--description .social li a:focus span {
  transform: translateY(-200%);
}



.mobile {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
}

.mobile.idle {
  pointer-events: none;
  top: -100%;
  -webkit-animation-name: pullUp;
  animation-name: pullUp;
  -webkit-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -moz-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -ms-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -o-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.mobile.active-screen {
  top: 0;
  -webkit-animation-name: pullDown;
  animation-name: pullDown;
  -webkit-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -moz-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -ms-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  -o-transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
  transition: top 0.5s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.mobile.active-screen .close-button {
  opacity: 1;
  bottom: 2.5rem;
}

.mobile.active-screen .close-button:hover {
  opacity: 1;
  bottom: 1.875rem;
}

.mobile__content {
  position: relative;
  width: 100%;
}

.mobile__content__box {
  margin-top: 2.8125rem;
}

.mobile__content__box .social {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .mobile__content__box .social {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .mobile__content__box .social {
    margin-top: 2.1875rem;
  }
}

.mobile__content__box .social li {
  color: #BBBDBF;
  display: inline-block;
}

.mobile__content__box .social li:after {
  font-size: 0.5625rem;
  content: "/";
  display: inline-block;
  margin-left: 0.3125rem;
  vertical-align: middle;
}

.mobile__content__box .social li:last-of-type:after {
  display: none;
}

.mobile__content__box .social li a {
  display: inline-block;
  overflow: hidden;
  color: #BBBDBF;
  font-size: 0.75rem;
  line-height: 1rem;
  height: 1.125rem;
  vertical-align: middle;
}

.mobile__content__box .social li a span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.85, 0.135, 0.15, 0.5);
}

.mobile__content__box .social li a span:before {
  position: absolute;
  top: 200%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
  font-size: 0.75rem;
  line-height: 1rem;
  color: #282828;
}

.mobile__content__box .social li a:hover,
.mobile__content__box .social li a:focus {
  opacity: 1;
}

.mobile__content__box .social li a:hover span,
.mobile__content__box .social li a:focus span {
  transform: translateY(-200%);
}

.mobile__content__box .services {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.mobile__content__box .services li {
  margin-bottom: 0.625rem;
}

.mobile__content__box .services li:last-of-type {
  margin-bottom: 0;
}

.mobile__content__box .services li p {
  font-size: 1.25rem;
}

.mobile__content__box.last {
  margin-bottom: 6.25rem;
}

@media (min-width: 768px) {
  .mobile__content__box.last {
    margin-bottom: 7.5rem;
  }
}

@media (min-width: 992px) {
  .mobile__content__box.last {
    margin-bottom: 9.375rem;
  }
}

.mobile__content__box.first {
  margin-top: 10rem;
}

@media (min-width: 768px) {
  .mobile__content__box.first {
    margin-top: 10rem;
  }
}

@media (min-width: 992px) {
  .mobile__content__box.first {
    margin-top: 10rem;
  }
}

.mobile__content__full-box {
  width: 100%;
  background: #f7f7f7;
  margin-top: 2.8125rem;

  padding-bottom: 2.8125rem;
}

@media (min-width: 768px) {
  .mobile__content__full-box {
    margin-top: 4.0625rem;

    padding-bottom: 4.0625rem;
  }
}

@media (min-width: 992px) {
  .mobile__content__full-box {
    margin-top: 5.625rem;

    padding-bottom: 5.625rem;
  }
}

.isMobile {
  display: none !important;
}

.isDesktop {
  display: none !important;
}

#nav-mobile span {
  font-size: 40px !important;
}

main #nav-mobile.meta.name {
  top: 30px !important;
}

/* forms */

.flux-form-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.flux-form-group {
    display: flex;
    flex-direction: column;
}

.flux-form-group label{
    font-size: .9rem;
}

.flux-form-group input{
    font-size: 1rem;
    font-family: 'myriad-pro';
}

.flux-form-control {
	display: block;
	width: 100%;
	background-color: transparent;
	padding: 5px 15px;
	font-weight: normal;
	border: 1px solid rgba(204, 204, 204, 0.85);
	border-radius: 4px;
}

.flux-form-control:focus {
	background-color: transparent;
	border-color: rgba(136, 136, 136, 0.65) ;
	outline: none;
	box-shadow: none;
}

.flux-form-control+.flux-form-control {
	margin-top: 20px;
}

.flux-form-control:disabled,
.flux-form-control[readonly] {
	background-color: rgba(176, 176, 176, 0.06);
	opacity: .4;
	cursor: not-allowed;
}

.flux-form-control:not(textarea):not([size]) {
	height: 50px;
}

.flux-form-text {
	display: block;
	font-style: italic;
  font-family: 'myriad-pro';
}

.flux-form-group [type=checkbox] {
  margin-right: 5px;
}

::-webkit-input-placeholder {
	color: #999 !important;
}

:-moz-placeholder {
	color: #999 !important;
}

::-moz-placeholder {
	color: #999 !important;
}

:-ms-input-placeholder {
	color: #999 !important;
}

/* textarea */
textarea,
textarea.flux-form-control {
	padding: 15px;
  font-family: 'myriad-pro';
}

/* select */
select {
	cursor: pointer;
  font-family: 'myriad-pro';
}

select option {
}

select option[value=""][disabled] {
	display: none;
}

select[multiple] option {
	background-color: transparent;
	color: var(--primary-color);
}

select option[disabled],
select[multiple] option[disabled] {
	color: #999;
}

select:required:invalid {
	color: #999;
}

.flux-form-check,
.flux-form-radio {
	position: relative;
	display: block;
	margin: 0 0 8px 5px;
}

.flux-form-check input,
.flux-form-radio input {
	position: absolute;
	top: 50%;
	opacity: 0;
	transform: translate3d(0, -50%, 0);
}

.flux-form-check label,
.flux-form-radio label {
	position: relative;
	margin-bottom: 0;
	padding-left: 30px;
	vertical-align: top;
	font-size: 17px;
}

.flux-form-check label::before,
.flux-form-radio label::before {
	position: absolute;
	top: 3px;
	left: -0;
	display: block;
	width: 20px;
	height: 20px;
	pointer-events: none;
	content: "";
	background-color: #4e4e4e;
	border-radius: 3px;
	transition: background-color 0.2s;
}

.flux-form-check:hover label::before,
.flux-form-radio:hover label::before {
	background-color: #5a5a5a;
}

.flux-form-check label::after,
.flux-form-radio label::after {
	position: absolute;
	display: none;
	content: "";
	top: 8px;
	left: 7px;
	width: 4px;
	height: 6px;
	border: solid var(--white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.flux-form-check input:checked~label::after,
.flux-form-radio input:checked~label::after {
	display: block;
}

.flux-form-radio label::before {
	border-radius: 100px;
}

.flux-form-radio label::after {
	top: 10px;
	left: 7px;
	width: 4px;
	height: 4px;
	background-color: var(--white);
	border-radius: 100%;
}

.flux-form-check input:disabled,
.flux-form-radio input:disabled {
	cursor: not-allowed;
}

.flux-form-check input:disabled~label,
.flux-form-radio input:disabled~label {
	cursor: not-allowed;
	opacity: .3;
}

.flux-form-check.flux-form-check-inline,
.flux-form-radio.flux-form-radio-inline {
	display: inline-block;
	margin-right: 10px;
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path d="M7 10l5 5 5-5z" fill="%23A89D89"/></svg>');
  background-repeat: no-repeat;
  background-position: right .7em top 50%;
  background-size: .975em auto;
  font-size: 1rem;
  font-family: 'myriad-pro';
}

textarea {
  resize: none;
  font-size: 1rem;
  font-family: 'myriad-pro';
}


button.flux-btn {
    background-color: #282828;
    color: #fff;
    border: none;
    font-size: 1.1rem;
    font-family: 'myriad-pro';
    font-weight: 500;
    padding: 10px;
    margin-top: 15px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

button.flux-btn:hover {
    transition: background-color 0.3s;
    background-color: var(--secondary-color) !important;
    color: #282828;
}

@media (max-width: 992px) {
  button.flux-btn {
    opacity: 1;
    font-family: 'myriad-pro';
  }
}


button.flux-btn-secondary {
    background-color: transparent;
    border: 1px solid #282828;
    color: #282828;
    font-size: 1rem;
    line-height: 1.6rem;
    font-family: 'myriad-pro';
    font-weight: 500;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 4px;
    outline: none;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}

button.flux-btn-secondary:hover {
    opacity: 1;
    background-color: #282828;
    color: #fff;
    transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}

@media (max-width: 992px) {
  button.flux-btn-secondary {
    opacity: 1;
    background-color: #282828;
    color: #fff;
    font-family: 'myriad-pro';
  }
}


.cookie-notice {
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  left: 50%;
  max-width: 500px;
  margin-left: -250px;
  padding: 12px;
  background: white;
  box-shadow: 0 2px 4px rgba(42, 42, 42, 0.29);
  border-radius: 3px;
  font-size: .8rem;
  line-height: 1.5;
  color: #282828;
  transform: translate3d(0, 0, 0);
  animation: cookie-notice-fadein 500ms ease;
  z-index: 99999;
}

@media (max-width: 767px) {
  .cookie-notice {
    position: fixed;
    bottom: 0px;
    left: 0;
    max-width: 100%;
    margin-left: 0px;
    padding: 12px;
    background: white;
    box-shadow: 0 0 8px 4px rgba(42, 42, 42, 0.29);
    border-radius: 0;
    }
}


@keyframes cookie-notice-fadein {
  0% { transform: translate3d(0, 128px, 0); opacity: 0; }
  100% { transform: translate3d(0, 0, 0); opacity: 100; }
}

.cookie-notice-message > p {
  margin: 0;
  padding: 0;
  width: 80%;
  font-size: .8rem;
  line-height: 1.5;
}

.cookie-notice > button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: 20%;
  color: #282828;
  position: absolute;
  top: 8px;
  right: 0;
  width: 18%;
  bottom: 8px;
  cursor: pointer;
  font-weight: bold;
  border-left: solid 1px rgba(0, 40, 80, 0.1);
}

@media (max-width: 420px) {
  .cookie-notice > button {
    padding: 10px 20px;
    border: 0;
    background: #282828;;
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    border-left: none;
    border-radius: 50px;
    }

    .cookie-notice-message > p {
        margin: 0;
        padding-bottom: 10px;
        width: 100%;
        
    }
}

.cookie-notice > button:hover {
  color: #282828;
}

.cookie-notice > button:active {
  color: #282828;
}