@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,600;0,700;1,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,300;0,500;0,600;1,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@800&display=swap");
.overlay {
  position: fixed;
  background: var(--fill-light);
  background-image: url();
  z-index: 2000;
  top: -20%;
  height: 500%;
  width: 100vw;
  left: 0;
  overflow: hidden;
  transform: skewY(-11deg);
}

.loaded .overlay {
  animation: riseAnimation 2.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  -moz-animation: riseAnimation 2.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  /* Firefox */
  -webkit-animation: riseAnimation 2.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  /* Safari and Chrome */
  -o-animation: riseAnimation 2.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  /* Opera */
  height: 100vh;
}

.wrap {
  position: relative;
  display: block;
  line-height: auto;
  overflow: hidden;
  transition: 0.5s;
  will-change: transform;
}

.wrap h1,
.wrap .img {
  transform: translateY(100%);
  transition: 0.5s;
  will-change: transform;
}

.wrap.active h1,
.wrap.active .img {
  transform: translateY(0);
}

@media only screen and (max-width: 48em) {
  .floating {
    animation: none !important;
  }
}
body.accent {
  background: var(--accent-bg) !important;
}

.img-mask--1 {
  background: url(/bg/5.jpg) 0 0/cover no-repeat;
}

.img-mask--2 {
  background: url(/bg/4.jpg) 0 0/cover no-repeat;
}

.text-mask--1 {
  background: url(/bg/5.jpg) 0 0/cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-mask--2 {
  background: url(/bg/4.jpg) 0 0/cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primary {
  color: var(--color-primary);
}

.secondary {
  color: var(--color-primary-dark);
}

.text.primary {
  color: var(--color-primary) !important;
}

.text--light {
  color: var(--text-light) !important;
}

.text--gray {
  color: var(--text-gray);
}

.fill {
  display: inline-block;
}

.fill--primary {
  fill: var(--color-primary) !important;
}

.fill--gris {
  fill: var(--bg-gris);
}

.fill--noir {
  fill: var(--bg-noir);
}

.bg.glassmorphism {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 40%, rgba(242, 242, 242, 0.05) 100%);
  backdrop-filter: blur(4px);
}

.bg.dots {
  background-image: url("assets/bg--dots.png");
  background-repeat: repeat;
}

.bg.fill--primary {
  background-color: var(--color-primary-dark) !important;
  color: var(--text-white) !important;
}

.bg.fill--light {
  background-color: var(--fill-light) !important;
}

.bg.fill--noir {
  background-color: var(--bg-noir) !important;
  color: var(--text-white) !important;
}

.bg.fill--gris {
  background-color: var(--bg-gris) !important;
  color: var(--text-white) !important;
}

.bg.fill--dark {
  background-color: var(--fill-dark) !important;
  color: var(--text-white) !important;
}

.bg.fill--white {
  fill: var(--fill-white) !important;
  background-color: var(--fill-white) !important;
}

.bg.fill--accent {
  fill: var(--accent-bg) !important;
  background-color: var(--accent-bg) !important;
}

.links {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  color: var(--text-dark);
  padding: 0rem 1rem 0rem 0rem;
}

.links::before,
.links::after {
  position: absolute;
  width: 100%;
  height: 1px;
  color: var(--color-primary);
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.links::before {
  content: "";
  /* show by default */
}

.links--line {
  text-transform: lowercase;
}

.links--line:hover {
  color: var(--color-primary);
}

.links--line::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.links--line:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

a {
  text-decoration: none;
  color: var(--text-noir);
  outline: none;
}

a:hover {
  color: var(--color-primary);
}

.IBM {
  font-family: "IBM Plex Sans", sans-serif;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-noir);
}

.textcircle {
  position: relative;
  display: block;
  width: 200px;
}

.textcircle text {
  font-size: 1vw;
  fill: var(--text-dark);
}

.textcircle textPath {
  letter-spacing: 16px;
  /* Firefox needs this */
}

.textcircle.active {
  animation: rotateIt 7s linear infinite;
}

.nk {
  letter-spacing: -1px;
}

.p--counter {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--text-gray);
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 100%;
  border: 1px solid var(--border-dark);
}

.p--lg {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
}

.p--md {
  font-size: 2rem;
  line-height: 2.75rem;
}

.p--sm {
  margin-top: 1rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

.p--xsm {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 2rem;
  color: var(--text-gray);
}

.italic {
  font-style: italic;
  color: var(--text-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
.h1 {
  font-size: 4rem;
  font-weight: 900;
}

h2,
.h2 {
  font-size: 3rem;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 2rem;
  font-weight: 500;
}

@media only screen and (max-width: 48em) {
  h3,
.h3 {
    font-size: 1.5rem;
  }
}
h4,
.h4 {
  font-size: 1.75rem;
  font-weight: 500;
}

h5,
.h5 {
  font-size: 1.5rem;
  font-weight: 600;
}

.title-big {
  font-family: "IBM Plex Sans", "Noto Serif Display", "Playfair Display", serif;
  font-weight: 800;
  font-size: 10vw;
  font-weight: 400;
  line-height: 90%;
}

.case-big {
  font-family: "IBM Plex Sans", "Noto Serif Display", "Playfair Display", serif;
  font-weight: 800;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 120%;
}

@media only screen and (max-width: 48em) {
  .case-big {
    font-size: 12vw;
  }
}
.level {
  ine-height: 1.2;
}

.level--1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 64em) {
  .level--1 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 26.5em) {
  .level--1 {
    font-size: 3rem;
  }
}
.level--2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.level--2 sub {
  font-size: 1.5rem !important;
  opacity: 0.6;
  position: relative;
  transform: translate(100%, -25%);
  width: 0;
}

@media only screen and (max-width: 48em) {
  .level--2 {
    font-size: 2.5rem;
  }
}
.level--3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 48em) {
  .level--3 {
    font-size: 2rem;
  }
}
.level--4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.level--5 {
  font-family: "Harmond-ItalicCondensed", "Noto Serif Display", "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.level--6 {
  font-size: 1.5rem;
  font-weight: 300;
}

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

@media only screen and (max-width: 64em) {
  .level .align-right {
    text-align: left;
  }
}
.display--1 {
  font-family: "IBM Plex Sans", "Noto Serif Display", "Playfair Display", serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 64em) {
  .display--1 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 26.5em) {
  .display--1 {
    font-size: 3rem;
  }
}
.display--2 {
  font-family: "IBM Plex Sans", "Noto Serif Display", "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media only screen and (max-width: 48em) {
  .display--2 {
    font-size: 2.5rem;
  }
}
.display--3 {
  font-family: "IBM Plex Sans", "Noto Serif Display", "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 48em) {
  .display--3 {
    font-size: 2rem;
  }
}
.display--4 {
  font-family: "IBM Plex Sans", "Noto Serif Display", "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.display--5 {
  font-family: "Harmond-ItalicCondensed", "Noto Serif Display", "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 300;
  text-decoration: italic;
  font-style: italic;
  line-height: 1.2;
}

.display--6 {
  font-family: "Harmond-ItalicCondensed", "Noto Serif Display", "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: italic;
  font-style: italic;
}

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

@media only screen and (max-width: 64em) {
  .display .align-right {
    text-align: left;
  }
}
.overview {
  font-size: inherit;
  font-weight: 500;
}

.caption {
  display: block;
  text-align: center;
  color: var(--text-gray);
  font-style: italic;
  margin-top: -2rem;
}

.label {
  font-weight: 600;
}

.description {
  font-weight: 400;
}

.text-group {
  display: grid;
  grid-template-columns: repeat(max-content, 1fr);
  margin-top: 1rem;
}

blockquote {
  border-left: 2px solid var(--border-default);
  margin: 1.5em 10px;
  padding: 1rem 10px;
  font-style: italic;
  color: var(--text-gray);
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: var(--text-gray);
  content: open-quote;
  font-size: 4em;
  font-family: "Harmond-ItalicCondensed", "Noto Serif Display", "Playfair Display", serif;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.m-stack--4 {
  margin-top: 0.25rem !important;
}

.m-stack--8 {
  margin-top: 0.5rem !important;
}

.m-stack--16 {
  margin-top: 1rem !important;
}

.m-stack--24 {
  margin-top: 1.5rem !important;
}

.m-stack--32 {
  margin-top: 2rem !important;
}

.m-stack--64 {
  margin-top: 4rem !important;
}

.m-stack--128 {
  margin-top: 8rem !important;
}

@media only screen and (max-width: 48em) {
  .m-stack--128 {
    margin-top: 4rem !important;
  }
}
.m-stack--256 {
  margin-top: 16rem !important;
}

@media only screen and (max-width: 48em) {
  .m-stack--256 {
    margin-top: 8rem !important;
  }
}
.m-inline--4 {
  margin-right: 0.25rem !important;
}

.m-inline--8 {
  margin-right: 0.5rem !important;
}

.m-inline--16 {
  margin-right: 1rem !important;
}

.m-inline--24 {
  margin-right: 1.5rem !important;
}

.m-inline--32 {
  margin-right: 2rem !important;
}

.m-inline--64 {
  margin-right: 4rem !important;
}

.m-bottom--4 {
  margin-bottom: 0.25rem !important;
}

.m-bottom--8 {
  margin-bottom: 0.5rem !important;
}

.m-bottom--16 {
  margin-bottom: 1rem !important;
}

.m-bottom--24 {
  margin-bottom: 1.5rem !important;
}

.m-bottom--32 {
  margin-bottom: 2rem !important;
}

.m-bottom--64 {
  margin-bottom: 4rem !important;
}

.icon__32 {
  height: 2rem;
  width: 2rem;
  margin-bottom: 2rem;
}

.icon__48 {
  height: 3rem;
  width: 3rem;
  margin-bottom: 2rem;
}

.img {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  width: 100%;
  background-size: contain;
  border-radius: var(--radius-md);
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 1;
}

.invert {
  -webkit-filter: invert(100%) !important;
  filter: invert(100%) !important;
  mix-blend-mode: exclusion !important;
}

a:link img {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

a:hover img {
  opacity: 0.6;
  cursor: pointer !important;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

.img-mask.circle {
  display: block;
  border-radius: 100%;
  width: 16rem;
  height: 16rem;
  overflow: hidden;
}

.img-mask.circle .mask {
  height: 32rem;
  width: auto;
  margin: -0.5rem -7rem;
  object-fit: cover;
}

@media only screen and (max-width: 26.5em) {
  .img-mask.circle .mask {
    margin: -2rem -1rem;
    height: 16rem;
  }
}
@media only screen and (max-width: 26.5em) {
  .img-mask.circle {
    margin-top: 5rem;
    width: 8rem;
    height: 8rem;
  }
}
.img-filter.mono {
  filter: grayscale(90%);
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.bg-video.mask {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bg-video.blob {
  display: inline-block;
  border-radius: 600px 300px 800px;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.shadow {
  box-shadow: var(--shadow-dark);
}

.section {
  color: red !important;
  top: 128px;
  height: 75vh;
  margin: 0;
  scroll-margin-top: 1em;
}

.fixed-content {
  min-height: 100%;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 8rem;
  left: 10%;
  top: 10%;
  transform: translate(-10%, -10%);
}

@media only screen and (max-width: 90em) {
  .fixed-content {
    padding: 0;
    left: 5%;
    top: 5%;
    transform: translate(-5%, -5%);
  }
}
@media only screen and (max-width: 64em) {
  .fixed-content {
    left: 10%;
    top: 10%;
    transform: translate(-10%, -10%);
  }
}
.radius--sm {
  border-radius: var(--radius-sm);
}

.radius--md {
  border-radius: var(--radius-md);
}

.radius--lg {
  border-radius: var(--radius-lg);
}

.caption-container {
  position: relative;
}

.fade-txt {
  position: absolute;
  width: 100%;
  bottom: -1rem;
  padding-top: 8rem;
  min-height: 8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 80.27%);
  z-index: 5000;
}

.cap-txt {
  position: absolute;
  width: 100%;
  bottom: -3rem;
  padding-top: 8rem;
  min-height: 8rem;
  z-index: 5000;
}

.imgContainer {
  width: 100%;
  overflow: scroll;
  height: 100%;
  animation-fill-mode: both;
  animation-duration: 1000ms;
  animation-delay: 0ms;
  animation-iteration-count: 1;
  opacity: 1;
}

.hide.all {
  visibility: hidden !important;
  display: none !important;
}

@media only screen and (max-width: 90em) {
  .hide--xlg {
    visibility: hidden !important;
    display: none !important;
  }
}
@media only screen and (max-width: 64em) {
  .hide--lg {
    visibility: hidden !important;
    display: none !important;
  }
}
@media only screen and (max-width: 48em) {
  .hide.md {
    visibility: hidden !important;
    display: none !important;
  }
}
@media only screen and (max-width: 26.5em) {
  .hide--sm {
    visibility: hidden !important;
    display: none !important;
  }
}
.show {
  visibility: hidden !important;
  display: none !important;
}

@media only screen and (max-width: 64em) {
  .show--lg {
    visibility: visible !important;
    display: block !important;
  }
}
@media only screen and (max-width: 48em) {
  .show.md {
    visibility: visible !important;
    display: block !important;
  }
}
@media only screen and (max-width: 26.5em) {
  .show--sm {
    visibility: visible !important;
    display: block !important;
  }
}
.mobile {
  visibility: hidden;
  display: none;
}

@media only screen and (max-width: 48em) {
  .mobile {
    visibility: visible !important;
    display: block !important;
  }
}
@media only screen and (max-width: 64em) {
  .tablet {
    visibility: hidden !important;
    display: none !important;
  }
}
.web {
  visibility: visible;
  display: block;
}

@media only screen and (max-width: 48em) {
  .web {
    visibility: hidden !important;
    display: none !important;
  }
}
.p-box {
  padding: 3rem;
}

@media only screen and (max-width: 48em) {
  .p-box {
    padding: 3rem;
  }
}
@media only screen and (max-width: 26.5em) {
  .p-box {
    padding: 2rem;
  }
}
.p-box.md {
  min-height: 38rem;
}

@media only screen and (max-width: 48em) {
  .p-box.md {
    min-height: auto !important;
  }
}
.pointer {
  cursor: pointer;
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  bottom: 8rem;
}

.mb-stroke {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-default);
}

.mb-stroke-d {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-dark);
}

.mt-stroke {
  border-top: 1px solid var(--border-default);
}

.ta--center {
  text-align: center !important;
}

.ta--center-d {
  text-align: center !important;
}

@media only screen and (max-width: 48em) {
  .ta--center-d {
    text-align: left !important;
  }
}
.ta--center-m {
  text-align: left !important;
}

@media only screen and (max-width: 48em) {
  .ta--center-m {
    text-align: center !important;
  }
}
.ta--right {
  text-align: right !important;
}

@media only screen and (max-width: 48em) {
  .ta--right {
    text-align: left !important;
  }
}
.vertical-flip {
  transform: rotate(180deg);
}

.section-m--256 {
  padding: 16rem 0 !important;
}

@media only screen and (max-width: 48em) {
  .section-m--256 {
    padding: 8rem 0 !important;
  }
}
.section-m--128 {
  padding: 8rem 0 !important;
}

@media only screen and (max-width: 48em) {
  .section-m--128 {
    padding: 6rem 0 !important;
  }
}
.section-m--64 {
  padding: 4rem 0 !important;
}

.section-m--32 {
  padding: 2rem 0 !important;
}

.section-m--16 {
  padding: 1rem 0 !important;
}

.section-block {
  padding: 8rem 0;
  z-index: 1;
}

.position-relative {
  position: relative;
  display: flex;
}

@media only screen and (max-width: 48em) {
  .position-relative {
    flex-direction: column;
  }

  .position-relative .m-inline--24 {
    margin-right: 0 !important;
  }
}
.position-absolute {
  position: absolute;
  display: flex;
}

.float-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem;
}

@media only screen and (max-width: 26.5em) {
  .float-block {
    padding: 2rem;
    top: 0;
    left: 0;
    transform: translate(0, 50%);
  }
}
.jc--start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.jc--end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.jc--center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.jc--between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.jc--around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.jc--stretch {
  -ms-flex-pack: stretch !important;
  justify-content: stretch !important;
}

.ai--start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.ai--end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.ai--center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ai--baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.ai--stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.ac--start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.ac--end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.ac--center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.ac--between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.ac--around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.ac--stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.as--auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.as--start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.as--end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.as--center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.as--baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.as--stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media only screen and (max-width: 48em) {
  .flex--overide {
    display: inline-block !important;
  }
}
.fill {
  display: block;
  width: 100%;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.screens {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.screens img {
  height: auto;
}

.screens--mobile {
  display: inline-block;
}

.screens--mobile .scale,
.screens--mobile .fade-txt {
  width: 90%;
}

@media only screen and (max-width: 26.5em) {
  .screens--mobile .scale,
.screens--mobile .fade-txt {
    width: 100%;
  }
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 64em) {
  .card {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.card.hero {
  padding: 0rem;
  overflow: hidden;
}

@media only screen and (max-width: 26.5em) {
  .card.hero {
    margin: 2rem;
  }
}
.card--base {
  padding: 3rem;
  background-color: var(--fill-white);
  overflow: hidden;
}

@media only screen and (max-width: 26.5em) {
  .card--base {
    margin: 2rem;
  }
}
.card__icon {
  padding: 3rem;
  position: relative;
  border-radius: var(--radius-md);
  background-color: var(--fill-white);
  border: 1px solid var(--border-default);
}

@media only screen and (max-width: 26.5em) {
  .card__icon {
    padding: 2rem;
  }
}
.card__item {
  padding: 3rem;
  counter-increment: itemcounter;
  align-items: start;
  justify-content: start;
  position: relative;
  border-radius: var(--radius-md);
  background-color: #fff;
  border: 1px solid var(--border-default);
  z-index: -1;
}

@media only screen and (max-width: 26.5em) {
  .card__item {
    padding: 2rem;
  }
}
.card__item::before {
  color: var();
  content: counters(itemcounter, ".", decimal-leading-zero);
  color: var(--text-gray);
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 100%;
  border: 1px solid var(--border-dark);
  z-index: -1;
}

body {
  /* background-attachment: fixed; */
  /* color: #333; */
}

.box {
  border-radius: var(--radius-md);
  border: var(--line);
  background-color: var(--fill-air);
  /*  */
  padding: 3rem;
}

div.horizontal {
  display: flex;
  /* justify-content: center; */
  height: 100%;
}

div.vertical {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  width: 100%;
}

.fixed-btm {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.field-group {
  display: flex;
  position: relative;
  flex-direction: row;
  align-content: flex-end;
}

@media only screen and (max-width: 48em) {
  .field-group {
    display: block;
  }
}
.label {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #101010;
  display: flex;
  margin: 0 0 0.25rem;
  width: 100%;
}

.input-group {
  box-sizing: border-box;
  font-weight: 500;
  display: flex;
  position: relative;
  flex-direction: row;
}

@media only screen and (max-width: 48em) {
  .input-group {
    display: block;
  }
}
.input-group input {
  height: 5rem;
  min-width: 32rem;
  border-radius: var(--radius-sm);
  border: var(--line);
  padding: 1rem 0rem 1rem 5rem;
  margin-right: 2rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 48em) {
  .input-group input {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.input-group input:focus {
  background-color: var(--fill-light);
  border-color: var(--border-primary) !important;
}

.input-group > .icon {
  position: absolute;
  left: 0;
  top: 0.5rem;
  padding: 1rem;
  color: #aaa;
  transition: 0.3s;
}

.input-group > button {
  border: none;
  font-size: 1.5rem;
  height: 5rem;
  cursor: pointer;
}

.pass-error {
  display: none;
  color: #cc0000;
}

.pass-error input {
  border: #cc0000;
}

.button--surtur {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  background: none;
  -webkit-clip-path: circle(40% at 50% 50%);
  clip-path: circle(40% at 50% 50%);
}

.eye {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.eye__outer,
.eye__inner,
.eye__lashes-up,
.eye__lashes-down {
  stroke: #000;
  fill: none;
  stroke-width: 1.5px;
}

.eye__lashes-down {
  opacity: 0;
}

.button--surtur:hover .eye__lashes-up,
.button--surtur:hover .eye__inner,
.button--surtur:hover .eye__iris {
  animation: blinkHide 2s step-end infinite;
}

.button--surtur:hover .eye__lashes-down {
  animation: blinkShow 2s step-end infinite;
}

.btn-group {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 48em) {
  .btn-group {
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}
.btn-solid {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  display: flex;
  overflow: hidden;
  border-radius: var(--radius-lg);
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

.btn-solid.lg {
  padding: 1.25rem 2rem;
  line-height: 2rem;
}

.btn-solid.sm {
  padding: 0.5rem 1rem;
  line-height: 2rem;
}

.btn-solid--icon {
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 48em) {
  .btn-solid {
    padding: 0.75rem 2rem;
  }
}
.btn-solid.brand {
  color: var(--text-white);
  fill: var(--text-white);
  background-color: var(--color-primary);
}

.btn-solid.brand:hover {
  fill: var(--text-white);
  color: var(--text-white);
  background-color: var(--color-primary-dark);
}

.btn-solid.nav-light {
  color: var(--text-noir);
  display: inline-block;
}

.btn-solid.nav-light:hover {
  color: var(--color-primary);
  background-color: var(--fill-light);
}

.btn-solid.nav-dark {
  color: var(--text-light);
  display: inline-block;
}

.btn-solid.nav-dark:hover {
  color: var(--color-primary);
}

.btn-solid.primary {
  fill: var(--color-primary);
  color: var(--color-primary);
  -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-primary);
  -moz-box-shadow: inset 0px 0px 0px 1px var(--color-primary);
  box-shadow: inset 0px 0px 0px 1px var(--color-primary);
}

.btn-solid.primary:hover {
  background-color: var(--color-primary-opacity);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--color-primary);
  -moz-box-shadow: inset 0px 0px 0px 2px var(--color-primary);
  box-shadow: inset 0px 0px 0px 2px var(--color-primary);
}

.btn-solid.secondary {
  fill: var(--bg-gris);
  color: var(--text-white);
  -webkit-box-shadow: inset 0px 0px 0px 1px var(--text-white);
  -moz-box-shadow: inset 0px 0px 0px 1px var(--text-white);
  box-shadow: inset 0px 0px 0px 1px var(--text-white);
}

.btn-solid.secondary:hover {
  color: var(--text-white);
  fill: var(--text-noir);
  background-color: var(--text-white-opacity);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--text-white);
  -moz-box-shadow: inset 0px 0px 0px 2px var(--text-white);
  box-shadow: inset 0px 0px 0px 2px var(--text-white);
}

.btn-solid.tertiary {
  color: var(--text-dark);
  border-radius: var(--radius-sm);
}

.btn-solid.tertiary:visited,
.btn-solid.tertiary:hover {
  color: var(--text-dark);
  fill: var(--text-dark);
  background-color: var(--color-secondary-opacity);
}

.btn-solid.margin {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.scroll {
  clear: both;
  margin: 2rem auto;
  display: block;
  width: 4rem;
  height: 6rem;
  border-radius: var(--radius-lg);
  background-color: var(--main-bg);
  -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-secondary);
  -moz-box-shadow: inset 0px 0px 0px 1px var(--color-secondary);
  box-shadow: inset 0px 0px 0px 1px var(--color-secondary);
}

.scroll__text {
  padding-top: 2rem;
  width: auto;
  text-align: center;
  height: 4rem;
  content: "";
  z-index: 100;
}

.scroll__icon {
  height: 2rem;
  width: 2rem;
  fill: var(--color-secondary);
}

.scroll:hover {
  color: var(--text-dark);
  fill: var(--text-dark);
  background-color: var(--color-secondary-opacity);
  -webkit-box-shadow: inset 0px 0px 0px 2px var(--color-secondary);
  -moz-box-shadow: inset 0px 0px 0px 2px var(--color-secondary);
  box-shadow: inset 0px 0px 0px 2px var(--color-secondary);
}

.global-btn {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 3rem;
  height: 3rem;
  transform: scale(1.5);
  cursor: pointer;
}

.global-btn--close {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 3rem;
  height: 3rem;
  transform: scale(1.5);
  right: 6rem;
  top: 6rem;
  background-color: var(--text-gray);
  -webkit-mask-image: url("/SVG/close.svg");
  mask-image: url("/SVG/close.svg");
}

.global-btn--close:hover {
  background-color: var(--fill-dark) !important;
}

@media only screen and (max-width: 64em) {
  .global-btn--close {
    right: 4rem;
    top: 4rem;
  }
}
@media only screen and (max-width: 26.5em) {
  .global-btn--close {
    right: 2rem;
    top: 2rem;
  }
}
.modal-btn {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  left: 3.5rem;
  right: 3.5rem;
}

.modal-btn .close {
  right: 1.5rem;
}

.modal-btn .close .padding {
  padding: 0.5rem !important;
}

/* Made with the help of Amelia Bellamy-Royds' article "Perfecting Paths for <textPath>": 
https://oreillymedia.github.io/Using_SVG/extras/ch07-textpaths.html */
.button {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--surtur {
  padding: 0;
  background: none;
  -webkit-clip-path: circle(40% at 50% 50%);
  clip-path: circle(40% at 50% 50%);
}

.button--surtur:focus-visible {
  background: #443ffc;
}

.textcircle {
  position: relative;
  display: block;
  width: 200px;
}

.textcircle text {
  font-size: 32px;
  text-transform: uppercase;
  fill: #000;
}

.textcircle textPath {
  letter-spacing: 17px;
  /* Firefox needs this */
}

.button--surtur:hover .textcircle {
  animation: rotateIt 7s linear infinite;
}

.badge {
  align-self: start;
  display: inline-block;
  border-radius: var(--radius-md);
}

.badge.sm {
  padding: 0.25rem 1rem;
}

.badge.md {
  font-size: 1.5rem;
  padding: 0.625rem 1.25rem;
}

.badge.lg {
  padding: 0.5rem 2rem;
}

.badge.margin {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.badge.default {
  background-color: var(--fill-white);
  border: 1px solid var(--border-default);
  color: var(--text-gray);
}

.badge.critical {
  display: block;
  border: 1px solid #860d0d;
  color: #860d0d;
}

.badge.risk {
  border: 1px solid #fb9914;
  color: #fb9914;
}

.badge__neutral {
  padding: 2px 8px;
  border: 1px solid #024a7a;
  background-color: var(--fill-white);
  color: var(--text-gray);
}

.badge__default {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  color: #666;
}

.badge__progress {
  background-color: #e6edf2;
  border: 1px solid #024a7a;
  color: #024a7a;
}

.badge__ready {
  background-color: #eef2e5;
  border: 1px solid #568200;
  color: #568200;
}

.badge__dev {
  background-color: #efe6f5;
  border: 1px solid #5c0198;
  color: #5c0198;
}

.badge__live {
  border: 1px solid #860d0d;
  color: #860d0d;
}

.badge__hold {
  background-color: #ffffff;
  border: 1px solid #fb9914;
  color: #fb9914;
}

.badge__review {
  background-color: #eef2e5;
  border: 1px solid #568200;
  color: #568200;
}

.badge__soon {
  background-color: #ffffff;
  border: 1px solid #666;
  color: #666;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td.ar {
  border-right: 1px solid var(--border-default);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
}

td.al {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
}

td,
th {
  text-align: left;
  padding: 2rem;
  align-items: center;
}

tr.cell {
  border-top: 1px solid var(--border-default);
}

tr {
  border-bottom: 1px solid var(--border-default);
}

@media only screen and (max-width: 64em) {
  td.web,
th.web {
    display: none;
  }
}
tr.active,
td.active {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  z-index: 0;
}

tr.active .arrow,
td.active .arrow {
  transform: rotate(-45deg);
  fill: var(--text-noir);
  opacity: 50%;
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
}

tr.active:hover,
td.active:hover {
  background-color: var(--fill-light);
}

tr.active:hover .arrow,
td.active:hover .arrow {
  transform: rotate(0deg);
  opacity: 1;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:nth-child(odd) {
  background-color: #fff;
}

.pop-menu .modal-header {
  position: fixed !important;
}

.pop-menu .modal {
  margin: auto;
  position: fixed;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 2500;
  overflow-y: hidden;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.5s linear;
  visibility: hidden;
  opacity: 0;
}

.pop-menu .modal .md-content {
  height: 100vh;
  width: 100vw;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 64em) {
  .pop-menu .modal .md-content {
    overflow-y: scroll;
    width: 100vw;
    align-items: flex-start;
    padding: 4rem 0;
  }
}
.pop-menu .hide {
  visibility: hidden;
  position: fixed;
  top: 5.5rem;
  right: 4rem;
}

@media only screen and (max-width: 48em) {
  .pop-menu .hide {
    top: 2rem;
  }
}
.pop-menu .show {
  z-index: 6000 !important;
  transition-delay: 1s;
  transition: opacity 1.5s linear;
  visibility: visible;
  opacity: 1;
}

.pop-menu .show ~ .curtain {
  animation: dropAnimation 3.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  -moz-animation: dropAnimation 3.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  /* Firefox */
  -webkit-animation: dropAnimation 3.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  /* Safari and Chrome */
  -o-animation: dropAnimation 3.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  /* Opera */
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.pop-menu .curtain {
  position: fixed;
  background: var(--fill-light);
  background-image: url();
  z-index: 2000;
  top: -20%;
  height: 500%;
  width: 100vw;
  left: 0;
  overflow: hidden;
  transform: skewY(-11deg);
  visibility: hidden;
  opacity: 0;
}

.pop-menu .transition {
  transition: opacity 0.5s linear;
  visibility: hidden;
  opacity: 0;
}

.pop-menu .transition ~ .curtain {
  animation: riseAnimation 2.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  -moz-animation: riseAnimation 2.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  /* Firefox */
  -webkit-animation: riseAnimation 2.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  /* Safari and Chrome */
  -o-animation: riseAnimation 2.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
  /* Opera */
  height: 100vh;
  opacity: 0;
  visibility: hidden;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, var(--alpha));
  -webkit-filter: none !important;
  z-index: 9997;
  cursor: pointer;
}

@media only screen and (max-width: 26.5em) {
  .gallery {
    pointer-events: none;
  }
}
.lightbox img {
  display: block;
  position: absolute;
  width: 50%;
  box-shadow: var(--shadow-dark);
  border-radius: 8px;
}

@media only screen and (max-width: 90em) {
  .lightbox img {
    width: 80%;
  }
}
@media only screen and (max-width: 64em) {
  .lightbox img {
    width: 90%;
  }
}
.lightbox__button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 3rem;
  height: 3rem;
}

.lightbox__close {
  right: 2.5rem;
  top: 1.5rem;
  background-color: var(--text-gray);
  -webkit-mask-image: url("/SVG/close.svg");
  mask-image: url("/SVG/close.svg");
}

.lightbox__close:hover {
  background-color: var(--fill-dark) !important;
}

.lightbox__nav {
  background-color: var(--text-gray);
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lightbox__nav:hover {
  background-color: var(--text-noir) !important;
}

.lightbox__nav:focus {
  background-color: var(--text-noir) !important;
}

.lightbox__nav--next {
  right: 6rem;
  -webkit-mask-image: url("/SVG/arrow-right.svg");
  mask-image: url("/SVG/arrow-right.svg");
}

@media only screen and (max-width: 48em) {
  .lightbox__nav--next {
    right: 4rem;
  }
}
.lightbox__nav--prev {
  left: 6rem;
  -webkit-mask-image: url("/SVG/arrow-left.svg");
  mask-image: url("/SVG/arrow-left.svg");
}

@media only screen and (max-width: 48em) {
  .lightbox__nav--prev {
    left: 4rem;
  }
}
@media only screen and (max-width: 48em) {
  .lightbox__nav {
    top: 75%;
  }
}
.lightbox__caption {
  color: var(--text-gray);
  display: none;
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  text-align: center;
  z-index: 9998;
}

.lightbox__caption p {
  padding: 1rem;
  font-size: 3rem;
  font-weight: 100;
  font-style: italic;
}

@media only screen and (max-width: 48em) {
  .lightbox__caption p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .lightbox__caption {
    bottom: 21%;
  }
}
.tabs {
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  background-color: var(--fill-white);
  border-radius: var(--radius-lg);
  border: var(--line);
  padding: 0.85rem;
}

.tabs a {
  padding: 0.5rem 2rem;
  margin-right: 0.25rem;
}

.tabs a:hover {
  color: var(--text-noir);
  background-color: var(--fill-air);
  border-radius: var(--radius-lg);
  padding: 0.5rem 2rem;
}

.tabs a.selected {
  color: var(--text-white);
  background-color: var(--color-secondary);
  border-radius: var(--radius-lg);
  padding: 0.5rem 2rem;
}

.tabs a.selected::after {
  content: "";
  width: 100%;
}

.tabs--button {
  cursor: pointer;
}

.tab-panel {
  display: none;
}

.tab-panel.selected {
  display: block;
}

.ajax-filter-nav {
  display: inline-block;
  height: auto;
  padding: 0;
  margin: 0;
  width: auto;
}

/* FILTER STYLE */
.is-checked {
  color: var(--text-noir);
  background-color: var(--fill-white);
  border-radius: var(--radius-lg);
  padding: 0.5rem 2rem;
}

.ajax-nav {
  background-color: var(--fill-air);
  border-radius: var(--radius-lg);
  padding: 0.5rem;
  display: block;
  width: auto;
}

.ajax-nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.ajax-nav li {
  cursor: pointer;
  border-radius: var(--radius-lg);
  padding: 0.5rem 2rem;
}

.ajax-nav li:hover {
  color: var(--text-gray);
}

.border.default {
  border: var(--line);
}

.border.light {
  border: 1px solid var(--line-line);
}

.tile.pricing .p--xsm {
  margin-top: -10px;
}

.tile.case-study {
  margin-top: 8rem !important;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: var(--line);
  height: auto !important;
}

@media only screen and (max-width: 48em) {
  .tile.case-study {
    margin-top: 3rem !important;
  }
}
.tile.more-work {
  min-height: 24rem;
  padding: 3rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: var(--line);
}

.tile.more-work .img--web {
  bottom: -490px;
  right: -195%;
  transform: scale(0.18) rotate(0deg);
}

.tile.more-work .img--mobile {
  bottom: -500px;
  right: -225%;
}

@media only screen and (max-width: 64em) {
  .tile.more-work .img--web,
.tile.more-work .img--mobile {
    bottom: -500px;
    right: -150%;
    transform: scale(0.2) rotate(0deg);
  }
}
@media only screen and (max-width: 26.5em) {
  .tile.more-work .img--web,
.tile.more-work .img--mobile {
    bottom: -500px;
    right: -250%;
    transform: scale(0.15) rotate(0deg);
  }
}
.tile .index {
  position: absolute;
  z-index: 5 !important;
  height: 100%;
  width: 100%;
}

.tile .click {
  position: absolute;
  z-index: 5 !important;
  height: 100%;
}

.tile.border {
  border: var(--line);
}

.tile.base {
  background-color: var(--fill-white);
  border-radius: var(--radius-md);
  border: var(--line);
  overflow: hidden !important;
  padding: 4rem;
}

@media only screen and (max-width: 26.5em) {
  .tile.base {
    padding: 3rem;
  }
}
.tile--counter {
  counter-increment: itemcounter;
}

.tile--counter::before {
  background-color: var(--fill-white);
  border-radius: var(--radius-md);
  border: var(--line);
  overflow: hidden !important;
  color: var(--text-dark);
  font-size: 12px;
  padding: 0.75rem;
  align-self: flex-start;
  border: var(--line);
  content: counters(itemcounter, ".", decimal-leading-zero);
  border-radius: var(--radius-lg) !important;
}

.tile--persona .img {
  display: block;
  height: 20rem;
  max-width: 20rem;
  clip-path: circle(50% at 50% 50%);
  overflow: hidden;
  margin: 0 auto;
}

@media only screen and (max-width: 90em) {
  .tile--persona .img {
    max-width: 20rem;
  }
}
@media only screen and (max-width: 26.5em) {
  .tile--persona .img {
    max-height: 15rem;
    width: 15rem;
  }
}
.tile--persona .photo {
  display: block;
  object-fit: cover;
}

.tile--feature {
  background-color: var(--fill-white);
  border-radius: var(--radius-md);
  border: var(--line);
  overflow: hidden !important;
  padding: 3rem;
}

@media only screen and (max-width: 26.5em) {
  .tile--feature {
    padding: 2rem;
  }
}
.tile--feature .btn-wrapper {
  position: absolute;
  width: auto;
  bottom: 3rem;
  z-index: 5 !important;
}

.tile--feature .btn-wrapper .btn-grow {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--fill-white);
}

.tile--feature .btn-wrapper .btn-grow:hover {
  width: auto;
  transition: box-shadow 0.5s ease-out;
  box-shadow: white 0px 0px 0px 1px, rgba(255, 255, 255, 0.5) 0px 0px 0px 6px;
}

.tile--feature .btn-wrapper .btn-grow .text {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  width: 0;
  border-radius: var(--radius-lg);
  background-color: var(--fill-white);
  color: var(--text-dark);
  position: absolute;
  opacity: 0;
}

.tile--feature .btn-wrapper .btn-grow .text span {
  display: none;
  padding-left: 20px;
  width: 0;
}

.tile--feature .btn-wrapper .btn-grow .icon {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: absolute;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}

.tile--feature .btn-wrapper .btn-grow .icon span {
  padding: 1rem;
  background: url("/SVG/arrow-up-right.svg") 0 1rem no-repeat;
  background-size: contain;
  transition: none;
}

.tile--feature .btn-wrapper .btn-grow .secure {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: absolute;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}

.tile--feature .btn-wrapper .btn-grow .secure span {
  padding: 1rem;
  background: url("/SVG/lock.svg") 0 1rem no-repeat;
  background-size: contain;
  transition: none;
}

.tile--feature .btn-wrapper .btn-fix {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background-color: var(--fill-white);
}

.tile--feature .btn-wrapper .btn-fix .icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: absolute;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}

.tile--feature .btn-wrapper .btn-fix .icon span {
  padding: 1rem;
  background: url("/SVG/arrow-up-right.svg") 0 1rem no-repeat;
  background-size: contain;
  transition: none;
}

.tile--feature .btn-wrapper .btn-fix .zoom {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: absolute;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}

.tile--feature .btn-wrapper .btn-fix .zoom span {
  padding: 1rem;
  background: url("/SVG/zoom.svg") 0 1rem no-repeat;
  background-size: contain;
  transition: none;
}

.tile--feature:hover .img--web,
.tile--feature:hover .img--mobile,
.tile--feature:hover .img--third {
  transition: opacity 0.5s linear;
  opacity: 1;
}

.tile--feature:hover .btn-wrapper .btn-grow {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  background-color: var(--fill-white);
  width: 16rem;
  opacity: 1;
}

.tile--feature:hover .btn-wrapper .btn-grow .icon {
  transform: translate(10.5rem, 0) rotate(45deg);
}

.tile--feature:hover .btn-wrapper .btn-grow .secure {
  transform: translate(10.5rem, 0);
}

.tile--feature:hover .btn-wrapper .btn-grow .text {
  opacity: 1;
}

.tile--feature:hover .btn-wrapper .btn-grow .text span {
  display: block;
  width: 25rem;
}

.tile--feature:hover .btn-wrapper .btn-fix {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--fill-white);
}

.tile--feature:hover .btn-wrapper .btn-fix:hover {
  background: var(--fill-white);
  transition: box-shadow 0.5s ease-out;
  box-shadow: white 0px 0px 0px 1px, rgba(255, 255, 255, 0.5) 0px 0px 0px 6px;
}

.tile--feature:hover .btn-wrapper .btn-fix .icon {
  transform: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease 0s;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transform: rotate(45deg);
  position: absolute;
  text-align: center;
  cursor: pointer;
}

.tile--feature:hover .btn-wrapper .btn-fix .icon span {
  padding: 1rem;
  background: url("/SVG/arrow-up-right.svg") 0 1rem no-repeat;
  background-size: contain;
  transition: none;
}

.tile .img--third {
  z-index: -1;
  position: absolute;
  display: inline-block;
  bottom: -445px;
  left: -700px;
  transform: scale(0.25) rotate(0deg);
  opacity: 0.5;
}

@media only screen and (max-width: 64em) {
  .tile .img--third {
    bottom: -460px;
    left: -700px;
    transform: scale(0.25) rotate(0deg);
  }
}
@media only screen and (max-width: 48em) {
  .tile .img--third {
    left: -540px;
    bottom: -460px;
    transform: scale(0.3) rotate(0deg);
  }
}
@media only screen and (max-width: 26.5em) {
  .tile .img--third {
    bottom: -490px;
    left: -800px;
    transform: scale(0.2) rotate(0deg);
  }
}
.tile .img.sm {
  left: -20% !important;
}

.tile .img--web {
  z-index: -1;
  position: absolute;
  display: inline-block;
  bottom: -460px;
  right: -800px;
  transform: scale(0.25) rotate(0deg);
  opacity: 0.5;
}

@media only screen and (max-width: 90em) {
  .tile .img--web {
    bottom: -460px;
    left: -600px;
  }
}
@media only screen and (max-width: 64em) {
  .tile .img--web {
    bottom: -460px;
    right: -625px;
    transform: scale(0.2) rotate(0deg);
  }
}
@media only screen and (max-width: 48em) {
  .tile .img--web {
    bottom: -490px;
    right: -900px;
    transform: scale(0.25) rotate(0deg);
  }
}
@media only screen and (max-width: 26.5em) {
  .tile .img--web {
    bottom: -490px;
    left: -800px;
    transform: scale(0.2) rotate(0deg);
  }
}
.tile .img--mobile {
  z-index: -1;
  position: absolute;
  display: inline-block;
  bottom: -465px;
  left: -800px;
  transform: scale(0.25) rotate(0deg);
  opacity: 0.5;
}

@media only screen and (max-width: 64em) {
  .tile .img--mobile {
    bottom: -460px;
    right: -950px;
    transform: scale(0.2) rotate(0deg);
  }
}
@media only screen and (max-width: 48em) {
  .tile .img--mobile {
    bottom: -460px;
    left: -580px;
    transform: scale(0.25) rotate(0deg);
  }
}
@media only screen and (max-width: 26.5em) {
  .tile .img--mobile {
    bottom: -490px;
    left: -900px;
    transform: scale(0.2) rotate(0deg);
  }
}
.tile--photo img {
  width: 100%;
  transition: all 0.25s ease-in-out;
}

.tile--photo p {
  color: var(--text-gray);
  margin-bottom: 4rem;
  padding: 1rem;
  text-align: center;
  font-style: italic;
}

.pg.svg--logo {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 25rem;
}

.pg.svg--half {
  z-index: -1;
  width: 50%;
  height: 25rem;
}

.pg.svg--contain {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 40rem;
}

.pg.img {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 40rem;
}

.pg.img--sm {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 20rem;
}

.list {
  list-style: none;
  display: grid;
  grid-template-rows: repeat(min-content, 1fr);
  grid-gap: 2rem;
}

.list .default {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-gap: 1rem;
}

.list .default::before {
  height: 2rem;
  width: 2rem;
  content: "";
  display: inline-block;
  margin-top: 0.3rem;
  background: url("/SVG/circle-chevron-right.svg") center center no-repeat;
  background-color: var(--text-noir);
  background-image: url("/SVG/circle-chevron-right.svg");
  background-size: cover;
}

@supports (-webkit-mask-image: url()) or (-webkit-mask-image: url()) {
  .list .default::before {
    -webkit-mask-image: url("/SVG/circle-chevron-right.svg");
    -webkit-mask-size: cover;
    mask-image: url("/SVG/circle-chevron-right.svg");
    mask-size: cover;
    background-image: none;
  }
}
.list .flag {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-gap: 1rem;
}

.list .flag::before {
  height: 2rem;
  width: 2rem;
  content: "";
  display: inline-block;
  margin-top: 0.3rem;
  background: var(--negative) url(/SVG/icon-circle-x.svg) center center no-repeat;
  background-color: var(--negative);
  background-image: url(/SVG/circle-x.svg);
  background-size: cover;
}

@supports (-webkit-mask-image: url()) or (-webkit-mask-image: url()) {
  .list .flag::before {
    -webkit-mask-image: url(/SVG/circle-x.svg);
    -webkit-mask-size: cover;
    mask-image: url(/SVG/circle-x.svg);
    mask-size: cover;
    background-image: none;
  }
}
.list .opportunity {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-gap: 1rem;
}

.list .opportunity::before {
  height: 2rem;
  width: 2rem;
  content: "";
  display: inline-block;
  margin-top: 0.3rem;
  background: var(--positive) url(/SVG/thumbs-up.svg) center center no-repeat;
  background-color: var(--positive);
  background-image: url(/SVG/thumbs-up.svg);
  background-size: cover;
}

@supports (-webkit-mask-image: url()) or (-webkit-mask-image: url()) {
  .list .opportunity::before {
    -webkit-mask-image: url(/SVG/thumbs-up.svg);
    -webkit-mask-size: cover;
    mask-image: url(/SVG/thumbs-up.svg);
    mask-size: cover;
    background-image: none;
  }
}
.list .bullet {
  list-style: circle !important;
  margin-left: 3rem;
}

.icon.xsm {
  width: 1rem;
  height: 1rem;
}

.icon.sm {
  width: 1.5rem;
  height: 1.5rem;
}

.icon.md {
  width: 2rem;
  height: 2rem;
}

.icon.lg {
  width: 3rem;
  height: 3rem;
}

.icon.xlg {
  width: 4rem;
  height: 4rem;
}

#menu-center {
  margin: 0;
  width: 100%;
  color: var(--text-gray);
}

#menu-center .small {
  font-size: 12px;
  font-weight: 1 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#menu-center ul li {
  min-height: 2rem;
  height: 100%;
  font-size: 14px;
  line-height: 32px;
  transition: all 0.3s;
  padding: 0 1rem;
  list-style: none;
  text-align: left;
  border-left: 2px solid var(--border-default);
}

#menu-center ul li a {
  padding-left: 1rem;
  display: block;
  width: 100%;
  height: 100%;
}

#menu-center ul li a:hover {
  color: var(--text-noir);
}

#menu-center ul li:hover {
  border-left: 2px solid var(--color-gray-dark);
}

#menu-center ul li .selected {
  border-left: 2px solid var(--text-noir);
  margin-left: -1.2rem;
  padding-left: 2rem;
}

.active-toc {
  min-height: 2rem;
  color: var(--text-noir);
  font-weight: 600;
}

.menu-center a {
  padding: 1rem;
  text-align: left;
  border-left: 3px solid transparent;
}

.sidebar-item {
  height: 100%;
}

.toc__nav {
  display: flex;
  flex-direction: column;
}

.toc__nav .link {
  padding: 1rem;
  text-align: left;
  border-left: 3px solid transparent;
}

.toc__nav .link:hover {
  display: inline-block;
  padding: 1rem;
  font-weight: 400;
  color: var(--text-gray);
  border-left: 3px solid var(--text-gray);
}

.toc__nav .active {
  display: inline-block;
  padding: 1rem;
  font-weight: 400;
  color: var(--color-primary);
  border-left: 3px solid var(--color-primary) !important;
}

@media only screen and (max-width: 64em) {
  .toc {
    display: none;
    visibility: hidden;
  }
}
.hero-full {
  width: 100vw;
  height: 100vh;
}

.hero-play {
  width: 100vw;
  height: 100vh;
}

@media only screen and (max-width: 26.5em) {
  .hero-play {
    width: 100%;
    height: 100%;
  }
}
.section-float {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
}

@media only screen and (max-width: 90em) {
  .section-float {
    transform: translate(-50%, -75%);
  }
}
@media only screen and (max-width: 64em) {
  .section-float {
    transform: translate(-50%, -57%);
  }
}
@media only screen and (max-width: 48em) {
  .section-float {
    transform: translate(-50%, -72%);
  }
}
@media only screen and (max-width: 26.5em) {
  .section-float {
    width: 95%;
    transform: translate(-50%, -50%);
  }
}
.footer {
  max-width: 87.5em;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}

.footer__right {
  justify-content: flex-end;
}

@media only screen and (max-width: 90em) {
  .footer__right {
    justify-content: flex-start;
    padding: 2rem 0;
  }
}
.footer__paragraph {
  width: 100%;
  justify-content: flex-start;
  font-size: 1.6rem;
  color: var(--text-gray);
}

@media only screen and (max-width: 90em) {
  .footer {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 8rem;
  }
}
.connect {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-default);
  background-image: url("assets/accent-banner.svg");
  background-position: center center;
}

.connect__links {
  display: flex;
}

.connect__link {
  display: inline-block;
  padding-right: 1rem;
}

.connect-card {
  background-color: var(--fill-dark);
  color: var(--text-light);
  border-radius: var(--radius-md);
  padding: 4rem;
}

.connect-card__card {
  text-align: center;
  padding: 6rem 3rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, max-content);
  grid-gap: 2rem;
  grid-auto-flow: row dense;
  justify-content: center;
  align-self: center;
  border-radius: var(--radius-md);
  background-color: var(--fill-white);
  border: 1px solid var(--border-default);
  background-image: url("assets/accent-banner.svg");
  background-position: center center;
}

.feature--fill {
  width: 100%;
}

.feature--base {
  background-color: var(--fill-white);
  border-radius: var(--radius-md);
  border: var(--line);
  overflow: hidden !important;
  border: 1px solid var(--fill-white);
  overflow: hidden;
  height: 100%;
}

@media only screen and (max-width: 26.5em) {
  .feature--base {
    height: auto;
  }
}
.feature .contain {
  width: 100%;
  object-fit: cover;
}

.feature .contain--hero {
  height: 60rem;
}

@media only screen and (max-width: 64em) {
  .feature .contain--hero {
    height: 32rem;
  }
}
.feature .contain--inline {
  height: 38rem;
}

@media only screen and (max-width: 64em) {
  .feature .contain--inline {
    height: 32rem;
  }
}
.feature .contain--stack {
  height: 25rem;
}

@media only screen and (max-width: 64em) {
  .feature .contain--stack {
    height: 32rem;
  }
}
.feature--text {
  min-width: 25rem;
  display: block;
  justify-items: stretch;
  padding: 3rem;
}

@media only screen and (max-width: 26.5em) {
  .feature--text {
    padding: 2rem;
  }
}
.feature--text-f {
  display: block;
  justify-items: stretch;
  padding: 3rem;
}

@media only screen and (max-width: 64em) {
  .feature--text-f {
    min-width: 25rem !important;
  }
}
.content {
  position: relative;
  width: 100%;
}

.wrapper {
  display: block;
  width: 100%;
}

.z-index--6000 {
  position: absolute;
  z-index: 6000 !important;
  height: 100%;
  width: 100%;
}

.grid {
  max-width: 87.5em;
  display: grid;
  grid-gap: 2rem;
  padding: 0;
  margin: 0 auto;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}

@media only screen and (max-width: 90em) {
  .grid {
    margin: 0 4rem;
    z-index: -1;
  }
}
@media only screen and (max-width: 64em) {
  .grid {
    grid-auto-rows: min-content;
  }
}
@media only screen and (max-width: 48em) {
  .grid {
    margin: 2rem;
    grid-gap: 1.5rem;
    overflow-y: scroll !important;
  }
}
.grid--base {
  max-width: 100em !important;
  padding: 4rem;
  margin: 0 auto;
}

@media only screen and (max-width: 90em) {
  .grid--base {
    max-width: 87.5em !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid--base {
    padding: 3rem;
  }
}
@media only screen and (max-width: 26.5em) {
  .grid--base {
    padding: 1rem;
  }
}
.grid--nested {
  max-width: 87.5em;
  display: grid;
  grid-gap: 2rem;
  padding: 0;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}

@media only screen and (max-width: 90em) {
  .grid--nested {
    z-index: -1;
  }
}
@media only screen and (max-width: 26.5em) {
  .grid--nested {
    margin: 0;
  }
}
.grid--inline {
  max-width: 87.5em;
  display: grid;
  grid-gap: 2rem;
  padding: 0;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}

@media only screen and (max-width: 26.5em) {
  .grid--inline {
    margin: 0;
    padding: 2rem;
  }
}
.grid--container {
  max-width: 87.5em;
  height: auto;
  margin: 0 auto;
  overflow: visible !important;
}

@media only screen and (max-width: 90em) {
  .grid--container {
    margin: 0 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .grid--container {
    margin: 0 2rem;
  }
}
.grid--gallery {
  columns: 3 25rem;
  grid-gap: var(--gutter-md);
  margin: 0 auto;
  max-width: 87.5em;
}

@media only screen and (max-width: 90em) {
  .grid--gallery {
    columns: 2;
  }
}
@media only screen and (max-width: 48em) {
  .grid--gallery {
    margin: 0;
  }
}
.grid--gap {
  grid-gap: 8rem !important;
}

@media only screen and (max-width: 90em) {
  .grid--gap {
    grid-gap: 4rem !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid--gap {
    grid-gap: 2rem !important;
  }
}
.grid.span--1-col {
  grid-column: span 1;
}

@media only screen and (max-width: 90em) {
  .grid.span--1-col {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 48em) {
  .grid.span--1-col {
    grid-column: span 12;
  }
}
.grid.span--2-col {
  grid-column: span 2;
}

@media only screen and (max-width: 90em) {
  .grid.span--2-col {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 48em) {
  .grid.span--2-col {
    grid-column: span 12;
  }
}
.grid.span--3-col {
  grid-column: span 3;
}

@media only screen and (max-width: 64em) {
  .grid.span--3-col {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 48em) {
  .grid.span--3-col {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 26.5em) {
  .grid.span--3-col {
    grid-column: span 12;
  }
}
.grid.span--4-col {
  grid-column: span 4;
}

@media only screen and (max-width: 48em) {
  .grid.span--4-col {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 20em) {
  .grid.span--4-col {
    grid-column: span 12;
  }
}
.grid.span--5-col {
  grid-column: span 5;
}

@media only screen and (max-width: 90em) {
  .grid.span--5-col {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 64em) {
  .grid.span--5-col {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 48em) {
  .grid.span--5-col {
    grid-column: span 12;
  }
}
.grid.span--6-col {
  grid-column: span 6;
}

@media only screen and (max-width: 48em) {
  .grid.span--6-col {
    grid-column: span 12;
  }
}
.grid.span--7-col {
  grid-column: span 7;
}

@media only screen and (max-width: 90em) {
  .grid.span--7-col {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 64em) {
  .grid.span--7-col {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 48em) {
  .grid.span--7-col {
    grid-column: span 12;
  }
}
.grid.span--8-col {
  grid-column: span 8;
}

@media only screen and (max-width: 90em) {
  .grid.span--8-col {
    grid-column: span 8;
  }
}
@media only screen and (max-width: 64em) {
  .grid.span--8-col {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 48em) {
  .grid.span--8-col {
    grid-column: span 12;
  }
}
.grid.span--9-col {
  grid-column: span 9;
}

@media only screen and (max-width: 90em) {
  .grid.span--9-col {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 48em) {
  .grid.span--9-col {
    grid-column: span 12;
  }
}
.grid.span--10-col {
  grid-column: span 10;
}

@media only screen and (max-width: 90em) {
  .grid.span--10-col {
    grid-column: span 10;
  }
}
@media only screen and (max-width: 48em) {
  .grid.span--10-col {
    grid-column: span 12;
  }
}
.grid.span--11-col {
  grid-column: span 11;
}

@media only screen and (max-width: 90em) {
  .grid.span--11-col {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 48em) {
  .grid.span--11-col {
    grid-column: span 12;
  }
}
.grid.span--12-col {
  grid-column: span 12;
}

.grid.col--1 {
  grid-row-end: span 1;
}

.grid.col--2 {
  grid-row-end: span 2;
}

.grid.col--3 {
  grid-row-end: span 3;
}

.grid.col--4 {
  grid-row-end: span 4;
}

.grid.col--5 {
  grid-row-end: span 5;
}

.grid.col--6 {
  grid-row-end: span 6;
}

.grid.col--7 {
  grid-row-end: span 7;
}

.grid.col--8 {
  grid-row-end: span 8;
}

.grid.col--9 {
  grid-row-end: span 9;
}

.grid.col--10 {
  grid-row-end: span 10;
}

.grid.col--11 {
  grid-row-end: span 11;
}

.grid.col--12 {
  grid-row-end: span 12;
}

.mw {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  position: relative;
  display: -ms-flexbox;
  transform: all;
}

.mw .disable {
  cursor: default !important;
}

.mw.flexbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: row;
}

.mw.flexbox--stack {
  flex-direction: column !important;
}

.mw.col-start--1 {
  grid-column-start: 2;
  -ms-grid-column-span: 2;
}

@media only screen and (max-width: 48em) {
  .mw.col-start--1 {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
  }
}
.mw.col-start--2 {
  grid-column-start: 3;
  -ms-grid-column-span: 3;
}

@media only screen and (max-width: 48em) {
  .mw.col-start--2 {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
  }
}
.mw.col-start--3 {
  grid-column-start: 4;
  -ms-grid-column-span: 4;
}

@media only screen and (max-width: 48em) {
  .mw.col-start--3 {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
  }
}
.mw.col-start--4 {
  grid-column-start: 5;
  -ms-grid-column-span: 5;
}

@media only screen and (max-width: 48em) {
  .mw.col-start--4 {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
  }
}
.mw.col-start--5 {
  grid-column-start: 6;
  -ms-grid-column-span: 6;
}

@media only screen and (max-width: 48em) {
  .mw.col-start--5 {
    grid-column-start: 1;
    -ms-grid-column-span: 1;
  }
}
.mw.span--1-col {
  grid-column-end: span 1;
  background-color: transparent;
}

@media only screen and (max-width: 48em) {
  .mw.span--1-col {
    grid-column-end: span 12;
  }
}
.mw.span--2-col {
  grid-column-end: span 2;
  background-color: transparent;
}

@media only screen and (max-width: 90em) {
  .mw.span--2-col {
    grid-column-end: span 2;
  }
}
@media only screen and (max-width: 48em) {
  .mw.span--2-col {
    grid-column-end: span 12;
  }
}
.mw.span--3-col {
  grid-column-end: span 3;
  background-color: transparent;
}

@media only screen and (max-width: 48em) {
  .mw.span--3-col {
    grid-column-end: span 12;
  }
}
.mw.span--3w-col {
  grid-column: span 3;
  background-color: transparent;
}

@media only screen and (max-width: 64em) {
  .mw.span--3w-col {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 48em) {
  .mw.span--3w-col {
    grid-column: span 12;
  }
}
.mw.span--4-col {
  grid-column-end: span 4;
  background-color: transparent;
}

@media only screen and (max-width: 48em) {
  .mw.span--4-col {
    grid-column-end: span 12;
  }
}
.mw.span--4w-col {
  grid-column-end: span 4;
  background-color: transparent;
}

@media only screen and (max-width: 64em) {
  .mw.span--4w-col {
    grid-column-end: span 12;
  }
}
.mw.span--5-col {
  grid-column-end: span 5;
  background-color: transparent;
}

@media only screen and (max-width: 48em) {
  .mw.span--5-col {
    grid-column-end: span 12;
  }
}
.mw.span--5w-col {
  grid-column: span 5;
  background-color: transparent;
}

@media only screen and (max-width: 64em) {
  .mw.span--5w-col {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 48em) {
  .mw.span--5w-col {
    grid-column: span 12;
  }
}
.mw.span--6-col {
  grid-column-end: span 6;
  background-color: transparent;
}

@media only screen and (max-width: 48em) {
  .mw.span--6-col {
    grid-column-end: span 12;
  }
}
.mw.span--6w-col {
  grid-column: span 6;
  background-color: transparent;
}

@media only screen and (max-width: 64em) {
  .mw.span--6w-col {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 48em) {
  .mw.span--6w-col {
    grid-column: span 12;
  }
}
.mw.span--7-col {
  grid-column-end: span 7;
  background-color: transparent;
}

@media only screen and (max-width: 48em) {
  .mw.span--7-col {
    grid-column-end: span 12;
  }
}
.mw.span--7w-col {
  grid-column: span 7;
  background-color: transparent;
}

@media only screen and (max-width: 64em) {
  .mw.span--7w-col {
    grid-column: span 12;
  }
}
.mw.span--8-col {
  grid-column-end: span 8;
  background-color: transparent;
}

@media only screen and (max-width: 90em) {
  .mw.span--8-col {
    grid-column-end: span 8;
  }
}
@media only screen and (max-width: 48em) {
  .mw.span--8-col {
    grid-column-end: span 12;
  }
}
.mw.span--8w-col {
  grid-column-end: span 8;
  background-color: transparent;
}

@media only screen and (max-width: 64em) {
  .mw.span--8w-col {
    grid-column-end: span 12;
  }
}
.mw.span--9-col {
  grid-column-end: span 9;
  background-color: transparent;
}

@media only screen and (max-width: 48em) {
  .mw.span--9-col {
    grid-column-end: span 12;
  }
}
.mw.span--10-col {
  grid-column-end: span 10;
  background-color: transparent;
}

@media only screen and (max-width: 90em) {
  .mw.span--10-col {
    grid-column-end: span 10;
  }
}
@media only screen and (max-width: 48em) {
  .mw.span--10-col {
    grid-column-end: span 12;
  }
}
.mw.span--11-col {
  grid-column-end: span 11;
  background-color: transparent;
}

@media only screen and (max-width: 48em) {
  .mw.span--11-col {
    grid-column-end: span 12;
  }
}
.mw.span--12-col {
  grid-column-end: span 12;
  background-color: transparent;
}

.mw.col--1 {
  grid-row-end: span 1;
}

.mw.col--2 {
  grid-row-end: span 2;
}

.mw.col--3 {
  grid-row-end: span 3;
}

.mw.col--4 {
  grid-row-end: span 4;
}

.mw.col--5 {
  grid-row-end: span 5;
}

.mw.col--6 {
  grid-row-end: span 6;
}

.mw.col--7 {
  grid-row-end: span 7;
}

.mw.col--8 {
  grid-row-end: span 8;
}

.mw.col--9 {
  grid-row-end: span 9;
}

.mw.col--10 {
  grid-row-end: span 10;
}

.mw.col--11 {
  grid-row-end: span 11;
}

.mw.col--12 {
  grid-row-end: span 12;
}

.mw.h--15 {
  height: 15rem;
}

.mw.h--32 {
  height: 32rem;
}

@media only screen and (max-width: 48em) {
  .mw.h--32 {
    height: 28rem;
  }
}
.mw.h--34 {
  height: 34rem;
}

@media only screen and (max-width: 48em) {
  .mw.h--34 {
    height: 28rem;
  }
}
.mw.h--40 {
  height: 40rem;
}

@media only screen and (max-width: 48em) {
  .mw.h--40 {
    height: 28rem;
  }
}
.mw.h--42 {
  height: 56rem;
}

@media only screen and (max-width: 48em) {
  .mw.h--42 {
    height: 28rem;
  }
}
.mw.h--64 {
  height: 66rem;
}

@media only screen and (max-width: 48em) {
  .mw.h--64 {
    height: 28rem;
  }
}
.mw.h--74 {
  height: 74rem;
}

@media only screen and (max-width: 48em) {
  .mw.h--74 {
    height: 28rem;
  }
}
.mw.type--1 {
  z-index: -1;
  background-color: var(--secondary-bg);
}

.mw.type--1 .display--4 {
  color: #1a1a1a;
}

.mw.type--2 {
  z-index: -1;
  background-color: var(--fill-light);
}

.mw.type--2 .display--4 {
  color: #1a1a1a;
}

.mw.type--3 {
  z-index: -1;
  background-color: #f082ac;
  background-image: url("/SVG/dribbble-logo.svg");
  background-size: 6rem;
  background-repeat: no-repeat;
  background-position: 85% 50%;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ea4c89;
  -moz-box-shadow: inset 0px 0px 0px 1px #ea4c89;
  box-shadow: inset 0px 0px 0px 1px #ea4c89;
}

.mw.type--3:hover {
  background-color: #ea4c89;
}

.mw.type--3 .display--4 {
  color: var(--text-white) !important;
}

.mw.type--4 {
  z-index: -1;
  background-color: var(--fill-light);
  background-image: url("/SVG/medium.svg");
  background-size: 6rem;
  background-repeat: no-repeat;
  background-position: 85% 50%;
  border: var(--line-grey);
}

.grid-span-guide {
  text-align: center;
  background-color: #008cff67 !important;
}

.flex-grow {
  flex: 1;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 48em) {
  .flex {
    flex-direction: column;
  }
}
.flex--inline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media only screen and (max-width: 48em) {
  .flex--inline {
    flex-direction: column !important;
  }
}
.flex--stack {
  flex-direction: column;
}

@media only screen and (max-width: 64em) {
  .flex--stack {
    flex-direction: row;
  }
}
.flex--half {
  width: 50%;
}

@media only screen and (max-width: 48em) {
  .flex--half {
    width: 100%;
  }
}
.flex--first {
  order: 1;
}

@media only screen and (max-width: 48em) {
  .flex--first {
    order: 2;
  }
}
.flex--second {
  order: 2;
}

@media only screen and (max-width: 48em) {
  .flex--second {
    order: 1;
  }
}
.menu {
  height: 100vh;
  align-items: center;
  justify-content: start;
}

.menu .mobile-space {
  padding: 0;
}

@media only screen and (max-width: 90em) {
  .menu .mobile-space {
    padding-top: 6rem !important;
  }
}
@media only screen and (max-width: 48em) {
  .menu .mobile-space {
    padding-top: 6rem !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* start */
.loaded .overlay {
  animation: 5s ease 5s 1 normal none running overlayAnimation;
  animation: overlayAnimation 1.2s;
  -moz-animation: overlayAnimation 1.2s;
  /* Firefox */
  -webkit-animation: overlayAnimation 1.2s;
  /* Safari and Chrome */
  -o-animation: overlayAnimation 1.2s;
  /* Opera */
  height: 0;
}

/* ------------------------- Navigation -------------------------------------------------- */
#menu {
  position: fixed;
  height: 0;
  top: 0;
  width: 100%;
  z-index: 8;
  background: var(--secondary-bg);
  background-size: contain;
  overflow: hidden;
}

#menu.active {
  height: 100vh;
  background: var(--secondary-bg);
  background-image: url("assets/accent-main.svg");
  background-position: 90% -450px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  overflow: hidden !important;
}

.body #menu.active {
  overflow: hidden !important;
  height: 100vh;
}

/* ------------------------- Nav icon -------------------------------------------------- */
.nav-icon {
  position: fixed;
  right: 2rem;
  top: 10px;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  z-index: 20;
}

@media only screen and (max-width: 48em) {
  .nav-icon {
    z-index: 450;
    top: 15px;
  }
}
.nav-icon.hide {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 48em) {
  .nav-icon.hide {
    display: block;
    visibility: visible;
  }
}
.hamburger-bar {
  width: 22px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff00;
}

.hamburger-bar:before,
.hamburger-bar:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background: var(--text-dark);
}

.hamburger-bar:before {
  transform: rotate(0deg) translate(0px, -4px);
}

.hamburger-bar:after {
  transform: rotate(0deg) translate(0px, 4px);
}

.nav-icon.active .hamburger-bar:before {
  transform: rotate(-45deg) translate(0px, 0px);
}

.nav-icon.active .hamburger-bar:after {
  transform: rotate(45deg) translate(0px, 0px);
}

.nav-icon.active:hover .hamburger-bar.hamburger-bar:before {
  transform: rotate(0deg) translate(0px, 0px);
}

.nav-icon.active:hover .hamburger-bar.hamburger-bar:after {
  transform: rotate(0deg) translate(0px, 0px);
}

.nav-icon:hover .hamburger-bar.hamburger-bar:before {
  transform: rotate(0deg) translate(-4px, -4px);
}

.nav-icon:hover .hamburger-bar.hamburger-bar:after {
  transform: rotate(0deg) translate(4px, 4px);
}

@media only screen and (max-width: 90em) {
  .nav-icon.active:hover .hamburger-bar.hamburger-bar:before {
    transform: rotate(-45deg) translate(0px, 0px);
  }

  .nav-icon.active:hover .hamburger-bar.hamburger-bar:after {
    transform: rotate(45deg) translate(0px, 0px);
  }

  .nav-icon:hover .hamburger-bar.hamburger-bar:before {
    transform: rotate(0deg) translate(0px, -4px);
  }

  .nav-icon:hover .hamburger-bar.hamburger-bar:after {
    transform: rotate(0deg) translate(0px, 4px);
  }
}
.nav-icon,
.hamburger-bar,
.hamburger-bar:before,
.hamburger-bar:after {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#menu,
.navigation,
.overlayclick.loaded {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 26.5em) {
  .bottom .grid {
    margin: 0 3rem !important;
  }
}
/*# sourceMappingURL=style.css.map */
:root {
  --color-primary: #026dfc;
  --color-primary-dark: #0048a7;
  --color-primary-opacity: #e1eeff;
  --color-secondary: #363636;
  --color-secondary-dark: #000;
  --color-secondary-opacity: #f1f1f1;
  --color-gray-dark: #5e5e5e;
  --color-none: transparent;
  --color-white: #fff;
  --alpha: 0.95;
  --main-bg: #fff;
  --secondary-bg: #f7f7f7;
  --accent-bg: #c3cfd3;
  --bg-noir: #1a1a1a;
  --bg-gris: #333333;
  --text-white: #ffffff;
  --text-light: #d8d8d8;
  --text-gray: #666666;
  --text-dark: #3a3a39;
  --text-noir: #1f1f1f;
  --fill-air: #f3f3f4;
  --fill-white: #ffffff;
  --fill-light: #f7f7f7;
  --fill-gray: #666666;
  --fill-sand: #ede6d6;
  --fill-dark: #1f1f1f;
  --border-default: #eaeaea;
  --border-dark: #b0afaf;
  --border-light: #ffffff;
  --border-primary: #1f1f1f;
  --line: 1px solid var(--border-default);
  --line-light: 1px solid var(--border-light);
  --line-grey: 1px solid var(--secondary-bg);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 30px;
  --negative: #cc0000;
  --positive: #16544e;
  --shadow-dark: 0 2rem 2rem rgba(0, 0, 0, 0.1);
  --shadow-light: 0 2rem 5rem rgba(0, 0, 0, 0.08);
  --gutter-sm: 2rem;
  --gutter-md: 4rem;
  --gutter-lg: 8rem;
}

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: var(--main-bg);
  background-image: url("assetsassets/accent-main.svg");
  background-position: 95% 10rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

header .logo {
  position: fixed;
  margin-top: 2rem;
  margin-left: 2rem;
  z-index: 500;
}
header .nav {
  display: flex;
  position: absolute;
  padding: 2rem;
  right: 0;
  z-index: 500;
  color: var(--text-white);
  gap: 1rem;
}
header .nav a {
  color: var(--text-white);
  padding: 1rem 2rem;
  border-radius: var(--radius-lg);
  box-shadow: inset 0px 0px 0px 0px var(--text-white);
}
header .nav a:hover {
  color: var(--text-white);
  box-shadow: inset 0px 0px 0px 2px var(--text-white);
}
header .nav a--active {
  padding: 1rem 2rem;
  font-weight: 400;
  color: var(--text-white) !important;
  border-radius: var(--radius-lg);
  background-color: var(--color-secondary);
}
header .nav .cta {
  color: var(--text-white);
  padding: 1rem 2rem;
  border-radius: var(--radius-lg);
  box-shadow: inset 0px 0px 0px 1px var(--text-white);
}
header .nav .cta:hover {
  background-color: var(--fill-air);
  color: var(--text-gray);
  box-shadow: inset 0px 0px 0px 2px var(--text-white);
}
header .nav .cta--dark {
  color: var(--text-noir);
  padding: 1rem 2rem;
  border-radius: var(--radius-lg);
  box-shadow: inset 0px 0px 0px 1px var(--text-noir);
}
header .nav .cta--dark:hover {
  background-color: var(--fill-air);
  color: var(--text-gray);
  box-shadow: inset 0px 0px 0px 2px var(--text-white);
}
header .nav .margin {
  margin-right: 1rem;
}
header .location {
  position: absolute;
  color: var(--text-white);
  margin-top: 4.25rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 450;
}
@media only screen and (max-width: 48em) {
  header .location {
    margin-top: 4rem;
  }
}

.hero {
  text-align: center;
  width: 100% !important;
  height: 100vh;
  display: grid;
  grid-gap: 0;
  margin: 0;
}
.hero.noir {
  color: var(--text-white);
}
.hero.noir::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  z-index: -1;
}
.hero .image {
  position: absolute;
  object-fit: cover;
  bottom: 0;
}
.hero .image--1 {
  position: absolute;
  padding-top: 4rem;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 3;
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 90em) {
  .hero .image--1 {
    left: 30%;
  }
}
@media only screen and (max-width: 48em) {
  .hero .image--1 {
    padding-top: 7rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.hero .image--2 {
  padding-top: 10rem;
  position: absolute;
  left: 5%;
  z-index: 1;
  height: 90%;
  min-width: 45%;
  border-radius: 500px 500px 0px 0px;
  align-self: center;
  background-attachment: scroll;
}
@media only screen and (max-width: 90em) {
  .hero .image--2 {
    margin-top: 8rem;
    width: 40%;
  }
}
@media only screen and (max-width: 64em) {
  .hero .image--2 {
    margin-top: 8rem;
    width: 20%;
    border-radius: 250px 250px 0px 0px;
  }
}
@media only screen and (max-width: 48em) {
  .hero .image--2 {
    width: 100%;
    height: 85%;
    border-radius: 250px 250px 0px 0px;
    left: 0%;
  }
}
.hero .name {
  width: 50%;
  left: 55%;
  z-index: 5;
}
.hero .name.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 48em) {
  .hero .name.center {
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 48em) {
  .hero .name {
    width: 80%;
  }
}
.hero .showcase .one {
  z-index: 4;
  position: absolute;
  top: 20%;
  right: 10%;
}
@media only screen and (max-width: 90em) {
  .hero .showcase .one {
    width: 50%;
  }
}
@media only screen and (max-width: 48em) {
  .hero .showcase .one {
    width: 75%;
    top: 15%;
  }
}
.hero .showcase .two {
  z-index: 3;
  position: absolute;
  top: 8%;
  right: 5%;
}
@media only screen and (max-width: 90em) {
  .hero .showcase .two {
    width: 50%;
  }
}
@media only screen and (max-width: 48em) {
  .hero .showcase .two {
    width: 75%;
    top: 10%;
  }
}

@media only screen and (max-width: 48em) {
  .mark {
    height: 20rem;
  }
}
.objects {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.objects .brand {
  background-image: url("assets/accent-main.svg");
  background-position: 90% -450px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.objects .accent-a {
  background-image: url("/about/Union.png");
  background-position: 95% 10rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 3;
  width: 100vw;
  height: 100vh;
}
.objects .accent-b {
  background-image: url("assets/accent-main.svg");
  background-position: 95% 10rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 3;
  width: 100vw;
  height: 100vh;
}

.fixed {
  height: 100vh;
}
.fixed--top {
  position: fixed;
  bottom: 0;
  right: 4rem;
  z-index: 800;
  transition: all 0.4s;
}

.img-mask {
  display: block;
  height: 110vh;
  object-fit: cover;
}
.img-mask.arc {
  border-radius: 500px 500px 0 0;
}
.img-mask.oval {
  border-radius: 500px;
}
.img-mask.blob {
  border-radius: 600px 300px 800px;
}
@media only screen and (max-width: 64em) {
  .img-mask {
    height: 64rem;
  }
}
@media only screen and (max-width: 26.5em) {
  .img-mask {
    width: 200px;
    height: 200px;
    border-radius: 100%;
  }
}
.img-mask.round-mobile {
  position: relative;
}
@media only screen and (max-width: 48em) {
  .img-mask.round-mobile {
    align-self: center;
    display: block !important;
    width: 32rem;
    height: 32rem;
    border-radius: 100%;
  }
}
@media only screen and (max-width: 26.5em) {
  .img-mask.round-mobile {
    width: 16rem;
    height: 16rem;
  }
}

/* Mico Interactions */
@keyframes blinkHide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
@keyframes blinkShow {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
}
.rotate {
  animation: rotateIt 7s linear infinite;
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
/* Curtain Open */
@keyframes overlayAnimation {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes overlayAnimation {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes overlayAnimation {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes overlayAnimation {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 1rem);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@keyframes dropAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 200%;
  }
}
@-moz-keyframes dropAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 200%;
  }
}
@-webkit-keyframes dropAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 200%;
  }
}
@-o-keyframes dropAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 200%;
  }
}
.rise-load {
  animation: riseAnimation ease 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes riseAnimation {
  0% {
    height: 200%;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes riseAnimation {
  0% {
    height: 200%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes riseAnimation {
  0% {
    height: 200%;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes riseAnimation {
  0% {
    height: 200%;
  }
  100% {
    height: 0;
  }
}
.scroll-load {
  opacity: 0;
  transition-duration: 300ms;
}

.fade-load {
  animation: fadeInAnimation ease 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
  }
}
.loaded .slide-left {
  animation: slideInLeft 1.5s;
}

.loaded .slide-right {
  animation: slideInRight 1.5s;
}

.loaded .move-left {
  animation: moveInLeft 1.5s;
}

.loaded .move-right {
  animation: moveInRight 1.5s;
}

.loaded .slide-up {
  animation: slideInBottom 1.5s;
}

@keyframes slideInBottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s;
  }
  100% {
    opacity: 1;
    transform: translate 0;
    transition: all 0.5s;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translate 0;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translate 0;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translate 0;
  }
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    transform: translate 0;
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translate 0;
  }
}
.delay--2 {
  animation-delay: 2s !important;
}

.floating {
  animation-name: floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.floating--2 {
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

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