@charset "UTF-8";
#loom-companion-mv3 {
  display: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
}

h1, h2, h3 {
  font-weight: 500;
}

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

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
  margin: 0;
  font-weight: 500;
}

p {
  line-height: 1.3em;
}

img.autow {
  width: 100%;
}

section {
  overflow: hidden;
}
section .col {
  padding: 16px 24px;
  max-width: 100%;
  overflow: hidden;
}

a.primary {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(131deg, #000 0%, #000 82.5%);
  height: 48px;
  padding: 0 40px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s ease;
}
a.primary:hover {
  background: linear-gradient(131deg, #1C326C 0%, #000735 82.5%);
}
a.primary:active {
  background: linear-gradient(131deg, #3c64ce 0%, #0e1b70 82.5%);
}
a.tertiary {
  display: inline-flex;
  align-items: center;
  color: #000;
  background-color: #fff;
  height: 48px;
  padding: 0 60px 0 40px;
  border-radius: 9px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  font-weight: 600;
  background: url(../img/chev-left.svg) no-repeat right 32px center;
}
a.tertiary.inline {
  backdrop-filter: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0 20px 0 0px;
  background: url(../img/chev-left.svg) no-repeat center right 0;
  text-decoration: underline;
  height: 40px;
  text-underline-offset: 6px;
}

ul {
  padding-left: 15px;
}
ul li {
  margin-bottom: 16px;
  font-weight: 500;
}

.panel, .form-wrapper {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 11px 34px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin: 32px 0;
}

.form-wrapper {
  padding: 48px 0;
  margin: 32px 0;
  position: relative;
}
.form-wrapper iframe {
  width: 85% !important;
  margin: 0 7.5% !important;
}

.pre-title {
  display: flex;
  align-items: center;
  font-weight: 300;
  text-transform: uppercase;
}
.pre-title i {
  display: inline-block;
  height: 1px;
  background: #333333;
  width: 24px;
  margin-right: 4px;
}

@media only screen and (min-width: 1024px) {
  .w20 {
    width: 18%;
  }
  .w100 {
    width: 100%;
  }
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Light.woff2") format("woff2"), url("../font/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Medium.woff2") format("woff2"), url("../font/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-SemiBold.woff2") format("woff2"), url("../font/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../font/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.thank-you {
  padding: 120px 32px 64px 32px;
  text-align: center;
}

.no-tracking {
  position: fixed;
  z-index: 50;
  bottom: 12px;
  left: 12px;
  padding: 12px 24px 12px 49px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
  background: #fff;
  background: url(../img/eye.svg) no-repeat center left 17px, rgba(255, 255, 255, 0.631372549);
  border-radius: 32px;
  font-size: 0.8em;
  backdrop-filter: blur(8px);
  background-size: 22px;
}
.no-tracking a {
  font-weight: 500;
  color: #000;
}

.form-terms {
  margin: 0 7.5%;
  padding: 16px;
  background: white;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0.85em;
  padding-bottom: 32px;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
nav .inwrap {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  align-items: center;
}
nav .inwrap div:nth-child(1) {
  padding-left: 24px;
}
nav .inwrap div:nth-child(2) {
  padding-right: 24px;
}
nav .logo {
  max-width: 160px;
  transform: translateX(-7px);
}
nav #mob-menu {
  width: 36px;
  padding: 0;
}
nav #mob-menu i {
  display: block;
  background-color: #000;
  height: 2px;
  width: 100%;
  margin: 8px 0;
  transition: transform 0.3s ease-in;
}
nav #mob-menu.active {
  position: relative;
  height: 60px;
  border-radius: 64px;
}
nav #mob-menu.active i {
  transition: all 0.3s ease-in;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
}
nav #mob-menu.active i:nth-child(1) {
  transform: rotate(45deg);
}
nav #mob-menu.active i:nth-child(2) {
  background: transparent;
}
nav #mob-menu.active i:nth-child(3) {
  transform: rotate(-45deg);
}
nav .menu {
  display: none;
}
nav .menu.active {
  display: flex;
  background: #fff;
  position: fixed;
  z-index: 1000;
  top: 76px;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: center;
  padding: 64px 0;
}
nav .menu.active a {
  font-size: 1.6em;
  text-decoration: none;
  color: #000;
  margin-bottom: 40px;
}
nav .menu.active a.primary {
  color: #fff;
  font-size: 1.2em;
  height: 64px !important;
}

section.a1 {
  padding-top: 72px;
  padding-bottom: 430px;
  background: url(../img/landing-bg@3x.png) no-repeat bottom right;
  background-size: 110vh;
}
section.a1.cloud {
  background: url(../img/decor2.svg) no-repeat bottom right;
  background-size: 230%;
  padding-bottom: 82vw;
}
section.a1.consulting {
  background: url(../img/decor4.svg) no-repeat bottom right;
}
section.a1.about {
  padding: 64px 0;
}
section.a1 p {
  margin: -16px 0 32px 0;
}
section.a1 .col {
  max-width: 450px;
  margin: 0 auto 0 0;
}
section.a1 .col div a {
  margin-right: 24px;
  margin-bottom: 24px;
}
section.a3 {
  overflow: visible;
}
section.a5 {
  display: flex;
  flex-direction: column;
}
section.a5 div:nth-child(1) {
  order: 2;
}
section.a5 div:nth-child(2) {
  order: 1;
}
section.a5 img {
  max-width: 590px;
}
section.a6 {
  overflow: visible;
}
section.c2 {
  margin-top: -23vh;
  background: #fff;
  padding-top: 32px;
}
section.pricing {
  padding: 64px 24px 0 24px;
  text-align: center;
  overflow: visible;
}
section.pricing .col .panel {
  padding: 0;
  overflow: hidden;
  max-width: 500px;
}
section.pricing .col .panel div {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
section.pricing .col .panel div:nth-child(1) {
  background: #FFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 100%);
}
section.pricing .col .panel div:nth-child(1) span {
  position: relative;
}
section.pricing .col .panel div:nth-child(1) span:nth-child(1) {
  font-weight: 600;
  font-size: 1.4em;
  margin: 12px 0;
}
section.pricing .col .panel div:nth-child(1) span:nth-child(2) {
  font-weight: 100;
  font-size: 3em;
  letter-spacing: -0.06em;
}
section.pricing .col .panel div:nth-child(1) span:nth-child(2).small {
  height: 58px;
  font-size: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.pricing .col .panel div:nth-child(1) span:nth-child(2) span {
  font-size: 12px;
  position: absolute;
  bottom: 15%;
  letter-spacing: 0em;
  padding-left: 8px;
}
section.pricing .col .panel div:nth-child(1) span:nth-child(3) {
  font-weight: 500;
  margin: 0px 0 12px 0;
}
section.pricing .col .panel div:nth-child(2) {
  align-items: start;
}
section.pricing .col .panel div:nth-child(2) span {
  margin: 8px 0;
  text-align: left;
}
section.pricing .col .panel div:nth-child(2) span:nth-child(6) {
  margin: 72px 0 12px 0;
  width: 100%;
}
section.pricing .col .panel div:nth-child(2) span:nth-child(6) a {
  justify-content: center;
  display: flex;
}
section.pricing .col .panel div:nth-child(2) span:nth-child(7) {
  align-self: center;
  color: #747474;
  font-weight: 500;
  text-align: center;
}
section.about {
  background: transparent;
}

footer {
  background: #180E2E;
  color: #fff;
  padding: 64px 32px;
  margin-top: 64px;
  font-size: 0.9em;
}
footer p, footer a, footer span {
  opacity: 0.8;
}
footer a {
  color: #fff;
}
footer a:hover {
  opacity: 1;
}
footer .col {
  margin-bottom: 32px;
}
footer .col:nth-child(2) a {
  display: flex;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 16px;
  opacity: 1;
}
footer .col:nth-child(2) a img {
  margin-right: 8px;
}
footer .col:nth-child(2) a span {
  opacity: 1;
}
footer .col:nth-child(4), footer .col:nth-child(5) {
  display: flex;
  flex-flow: column;
}
footer .col:nth-child(4) h2, footer .col:nth-child(5) h2 {
  margin-top: 0;
  font-size: 1em;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 600;
}
footer .col:nth-child(4) a, footer .col:nth-child(5) a {
  text-decoration: none;
  margin-bottom: 16px;
}
footer .col:nth-child(4) div, footer .col:nth-child(5) div {
  display: flex;
  flex-direction: column;
}
footer .col:nth-child(6) a {
  margin-right: 8px;
}
footer .col:nth-child(7) {
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
  padding-top: 32px;
}
footer .col:nth-child(7) div {
  margin-bottom: 16px;
}
footer .col:nth-child(7) div a, footer .col:nth-child(7) div span {
  margin-right: 8px;
  opacity: 0.6;
  font-size: 0.8em;
}

.generic-wrapper {
  padding: 106px 32px;
  max-width: 1024px;
  margin: auto;
}

.cta {
  border-radius: 30px;
  padding: 32px;
  color: #fff;
  background: url(../img/footer-decor.svg) no-repeat center -30%, linear-gradient(173deg, #000 0%, #2D3253 100%);
  box-shadow: 0px 34px 124px 0px rgba(30, 21, 67, 0.22);
  background-size: 100%;
  text-align: center;
  margin: 24px;
  transition: all 0.4s ease-in;
}
.cta .primary {
  background: linear-gradient(234deg, #FFF 0%, #89CAEE 100%);
  color: #000;
  margin: 16px auto;
}
.cta .primary:hover {
  background: linear-gradient(130deg, #89CAEE 0%, #fff 100%);
}
.cta .primary:active {
  background: linear-gradient(131deg, #3c64ce 0%, #0e1b70 82.5%);
}
.cta img {
  max-width: 80%;
  margin: 48px 48px -32px 48px;
}
.cta.small  {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.a1 {
    padding-top: 72px;
    padding-bottom: 330px;
  }
}
@media only screen and (min-width: 1024px) {
  nav {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
    height: 140px;
  }
  nav.scroll {
    background: rgba(255, 255, 255, 0.8588235294);
    height: 80px;
    backdrop-filter: blur(12px);
    transition: height 0.3s ease-in;
  }
  nav div:nth-child(2) {
    padding-right: 24px;
  }
  nav #mob-menu {
    display: none;
  }
  nav .menu {
    display: flex;
    align-items: center;
  }
  nav .menu a {
    margin: 0 18px;
    text-decoration: none;
    padding: 3px 0;
    color: black;
  }
  nav .menu a:nth-child(5) {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 2px 32px;
  }
  nav.cloud .menu a:nth-child(1) {
    border-bottom: 2px solid #000;
    font-weight: 600;
  }
  nav.pricing .menu a:nth-child(2) {
    border-bottom: 2px solid #000;
    font-weight: 600;
  }
  nav.consulting .menu a:nth-child(3) {
    border-bottom: 2px solid #000;
    font-weight: 600;
  }
  nav.about .menu a:nth-child(4) {
    border-bottom: 2px solid #000;
    font-weight: 600;
  }
  section {
    margin: 32px 0;
  }
  section.about .col {
    max-width: none;
  }
  section.a1 {
    padding-top: 120px;
    padding-bottom: 214px;
    background: url(../img/landing-bg@3x.png) no-repeat bottom right;
    background-size: 70%;
  }
  section.a1 p {
    font-size: 1.2em;
  }
  section.a1.cloud {
    background: url(../img/decor2.svg) no-repeat top right;
    background-size: 100%;
    padding-bottom: 400px;
  }
  section.a1.consulting {
    background: url(../img/decor4.svg) no-repeat top right;
    background-size: 120%;
  }
  section.a2 .inwrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
  }
  section.a2 .w50 img {
    width: 160%;
  }
  section.a2 .w100 {
    justify-content: space-between;
  }
  section.a2 .col {
    overflow: visible;
  }
  section.a4 {
    margin: 64px 0;
  }
  section.a4 .inwrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  section.a5 .inwrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  section.a5 div:nth-child(1) {
    order: 1;
  }
  section.a5 div:nth-child(2) {
    order: 2;
  }
  section.a7 .inwrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
  section.a7 .panel {
    display: flex;
    flex-flow: row wrap;
    padding: 34px;
    margin: 0 0 20px;
    width: 24%;
  }
  section.a7 .panel img {
    margin-right: 16px;
    width: inherit;
    display: block;
  }
  section.a7 .col {
    overflow: visible;
    display: flex;
    justify-content: space-between;
  }
  section.c2 {
    margin-bottom: 144px;
    overflow: visible;
    margin-top: -400px;
    background: transparent;
  }
  section.c2 .inwrap {
    display: flex;
    justify-content: space-between;
  }
  section.c2 .col {
    overflow: visible;
  }
  section.c2 .col:nth-child(2) {
    width: 60%;
    margin-top: -144px;
  }
  section.c2 .form-wrapper {
    background: rgba(255, 255, 255, 0.2901960784);
    backdrop-filter: blur(5px);
    padding: 64px 0px 0 0;
    margin-bottom: -64px;
  }
  section.c2 .form-wrapper iframe {
    height: 580px;
  }
  section.c3 .inwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.c3 .col {
    overflow: visible;
  }
  section.c3 .col img {
    width: 130%;
    margin-left: -30%;
  }
  section.c4 .col.w75 {
    width: 60%;
  }
  section.c4 .col.w100 {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-bottom: 64px;
    padding-top: 0;
  }
  section.c4 .col.w100 .panel {
    width: 24%;
    margin-bottom: 0;
    padding: 44px;
  }
  section.c4.about .inwrap {
    display: block;
  }
  section.c4.about .panel {
    display: flex;
    object-fit: none;
    justify-content: center;
    align-items: center;
  }
  section.c4.about .panel img {
    object-fit: none;
  }
  section.c5 {
    margin-bottom: 64px;
  }
  section.c5 .inwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.c5 .col {
    overflow: visible;
  }
  section.pricing {
    background: transparent;
    background-size: 100%;
  }
  section.pricing .col {
    display: flex;
    gap: 32px;
  }
  section.pricing .col .panel {
    width: 33.3333333%;
  }
  section.about {
    background: transparent;
    padding: 64px;
  }
  section.about .inwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inwrap {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
  .col.w50 {
    width: 45%;
  }
  .cta {
    display: flex;
    text-align: left;
    align-items: center;
    padding: 48px 82px;
  }
  .cta img {
    margin: -88px -60px -80px 48px;
    max-width: 350px;
  }
  .cta.small .primary {
    margin-right: 0;
  }
  footer {
    padding: 106px 32px 44px 32px;
    background: url(../img/footer-decor.svg) no-repeat center 50%, #180E2E;
  }
  footer .inner-footer {
    padding: 0 32px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  footer .col:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: 21%;
  }
  footer .col:nth-child(1) img {
    margin-bottom: 24px;
    object-fit: none;
  }
  footer .col:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 21%;
  }
  footer .col:nth-child(2) a {
    display: flex;
    font-weight: 600;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 0;
    opacity: 1;
  }
  footer .col:nth-child(2) a img {
    margin-right: 8px;
  }
  footer .col:nth-child(2) a span {
    opacity: 1;
  }
  footer .col:nth-child(4) h2, footer .col:nth-child(5) h2 {
    margin-bottom: 52px;
  }
  footer .col:nth-child(6) {
    margin: 64px 0px 32px 0;
  }
  footer .col:nth-child(7) {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .inwrap {
    max-width: 1150px;
  }
  h1 {
    font-size: 2.9em;
  }
}
