/* Fonts */
/* Color Palette */
/* Screen sizes */
/*
 *	WebFont Package Licensed to Jolene Hutchinson
 */
/* Tomato Grotesk Light */
@font-face {
  font-family: Tomato Grotesk;
  src: url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/eot/Tomato Grotesk Light.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/eot/Tomato Grotesk Light.eot?#iefix") format("embedded-opentype"), url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/woff2/Tomato Grotesk Light.woff2") format("woff2"), url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/woff/Tomato Grotesk Light.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* Tomato Grotesk Semibold */
@font-face {
  font-family: Tomato Grotesk;
  src: url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/eot/Tomato Grotesk Semibold.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/eot/Tomato Grotesk Semibold.eot?#iefix") format("embedded-opentype"), url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/woff2/Tomato Grotesk Semibold.woff2") format("woff2"), url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/woff/Tomato Grotesk Semibold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

/* Tomato Grotesk Black */
@font-face {
  font-family: Tomato Grotesk;
  src: url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/eot/Tomato Grotesk Black.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/eot/Tomato Grotesk Black.eot?#iefix") format("embedded-opentype"), url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/woff2/Tomato Grotesk Black.woff2") format("woff2"), url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/woff/Tomato Grotesk Black.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

/* Tomato Grotesk Regular */
@font-face {
  font-family: Tomato Grotesk;
  src: url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/eot/Tomato Grotesk Regular.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/eot/Tomato Grotesk Regular.eot?#iefix") format("embedded-opentype"), url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/woff2/Tomato Grotesk Regular.woff2") format("woff2"), url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/woff/Tomato Grotesk Regular.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* Tomato Grotesk Regular Slanted */
@font-face {
  font-family: Tomato Grotesk Slanted;
  src: url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/eot/Tomato Grotesk Regular Slanted.eot");
  /* IE9 Compat Modes */
  src: url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/eot/Tomato Grotesk Regular Slanted.eot?#iefix") format("embedded-opentype"), url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/woff2/Tomato Grotesk Regular Slanted.woff2") format("woff2"), url("/app/themes/shearwater-reveal-platform/resources/assets/fonts/tomato-grotesk/woff/Tomato Grotesk Regular Slanted.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/** Import theme styles */
/* line 1, resources/assets/styles/common/_global.scss */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 7, resources/assets/styles/common/_global.scss */
html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

/* line 12, resources/assets/styles/common/_global.scss */
html,
body {
  max-width: 100vw;
  min-height: 100vh; }

/* line 18, resources/assets/styles/common/_global.scss */
body {
  color: #160026;
  font-family: "Tomato Grotesk", sans-serif;
  background-color: #ffffff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 1.38;
  overflow-x: hidden; }

/* line 32, resources/assets/styles/common/_global.scss */
a {
  text-decoration: underline;
  color: #3d0166;
  font-family: "Tomato Grotesk", sans-serif; }

/* line 38, resources/assets/styles/common/_global.scss */
strong,
b {
  font-weight: 600; }

/* line 43, resources/assets/styles/common/_global.scss */
em {
  font-style: italic; }

/* line 47, resources/assets/styles/common/_global.scss */
s {
  text-decoration: line-through; }

/* line 51, resources/assets/styles/common/_global.scss */
u {
  text-decoration: underline; }

/* line 55, resources/assets/styles/common/_global.scss */
section {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1440px) {
    /* line 55, resources/assets/styles/common/_global.scss */
    section {
      max-width: 100%; } }

/* line 66, resources/assets/styles/common/_global.scss */
.container {
  display: flex;
  width: 100%;
  margin: auto;
  box-sizing: border-box !important;
  max-width: 1440px; }

/* line 78, resources/assets/styles/common/_global.scss */
.content,
.main {
  width: 100%; }

/* line 83, resources/assets/styles/common/_global.scss */
.row {
  display: flex;
  flex-direction: row;
  align-items: center; }
  /* line 88, resources/assets/styles/common/_global.scss */
  .row.reverse {
    flex-direction: row-reverse; }

/* line 93, resources/assets/styles/common/_global.scss */
h1 {
  font-size: 150px;
  line-height: 120px;
  font-weight: 900;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    /* line 93, resources/assets/styles/common/_global.scss */
    h1 {
      font-size: 70px;
      line-height: 56px; } }

/* line 105, resources/assets/styles/common/_global.scss */
h2 {
  font-size: 100px;
  line-height: 80px;
  font-weight: 900; }
  @media (max-width: 1024px) {
    /* line 105, resources/assets/styles/common/_global.scss */
    h2 {
      font-size: 54px;
      line-height: 43.2px; } }

/* line 116, resources/assets/styles/common/_global.scss */
h3 {
  font-size: 80px;
  line-height: 64px;
  font-weight: 900;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    /* line 116, resources/assets/styles/common/_global.scss */
    h3 {
      font-size: 40px;
      line-height: 32px; } }

/* line 128, resources/assets/styles/common/_global.scss */
h4 {
  font-size: 60px;
  line-height: 48px;
  font-weight: 900; }
  @media (max-width: 1024px) {
    /* line 128, resources/assets/styles/common/_global.scss */
    h4 {
      font-size: 32px;
      line-height: 25.6px; } }

/* line 139, resources/assets/styles/common/_global.scss */
h5 {
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 300; }
  @media (max-width: 1024px) {
    /* line 139, resources/assets/styles/common/_global.scss */
    h5 {
      font-size: 21px;
      line-height: 25.2px; } }

/* line 150, resources/assets/styles/common/_global.scss */
h6 {
  font-size: 22px;
  line-height: 30.8px;
  font-weight: 300; }
  @media (max-width: 1024px) {
    /* line 150, resources/assets/styles/common/_global.scss */
    h6 {
      font-size: 19px;
      line-height: 26.6px; } }

/* line 161, resources/assets/styles/common/_global.scss */
p,
a,
span,
li,
input,
textarea,
button {
  font-family: "Tomato Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0; }

/* line 175, resources/assets/styles/common/_global.scss */
.heading a {
  text-decoration: none; }

/* line 179, resources/assets/styles/common/_global.scss */
code {
  display: inline;
  border: none;
  padding: 2px 4px;
  color: #3d0166;
  background-color: #e9e6f5;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  font-family: Inconsolata !important;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto; }
  /* line 193, resources/assets/styles/common/_global.scss */
  code * {
    color: #3d0166 !important; }
  /* line 197, resources/assets/styles/common/_global.scss */
  code strong,
  code b {
    font-weight: 700; }

/* line 204, resources/assets/styles/common/_global.scss */
.wp-block-code code {
  padding: 16px;
  border: 1px solid #9c46f4;
  display: block; }

/* line 211, resources/assets/styles/common/_global.scss */
.wrap {
  padding-top: 45px; }

/* line 215, resources/assets/styles/common/_global.scss */
ul,
ol {
  padding-left: 30px; }

/* line 8, stdin */
body.login {
  background-color: #3d0166 !important;
  color: #353938 !important; }
  /* line 12, stdin */
  body.login a {
    color: #ffffff !important; }
  /* line 16, stdin */
  body.login .notice a {
    color: #353938 !important; }

/* line 22, stdin */
#login h1 a {
  background-image: url("/app/themes/shearwater-reveal-platform/resources/assets/images/logo.svg") !important;
  width: 225px !important;
  height: 41px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important; }

/* line 30, stdin */
#login .dashicons {
  color: #3d0166 !important; }

/* line 35, stdin */
#login .button.button-primary {
  border: none !important;
  position: relative !important;
  background-color: transparent !important;
  border-radius: unset !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  height: fit-content !important;
  text-decoration: none !important;
  display: inline-flex;
  width: fit-content !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
  font-family: "Tomato Grotesk", sans-serif !important;
  word-wrap: break-word !important;
  white-space: normal !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 14px !important;
  gap: 8px !important;
  font-size: 16px !important;
  line-height: 19.2px !important;
  font-weight: 600 !important;
  box-shadow: unset !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background-color: #3d0166 !important; }
  /* line 62, stdin */
  #login .button.button-primary:focus {
    outline: none !important; }
  /* line 70, stdin */
  #login .button.button-primary:hover {
    border: 1px solid #9c46f4 !important;
    background-color: #9c46f4 !important;
    color: #ffffff !important; }
  /* line 76, stdin */
  #login .button.button-primary:focus-visible {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    outline: #289dac dashed 3px !important; }
  /* line 82, stdin */
  #login .button.button-primary:active {
    border: 1px solid transparent !important;
    background-color: #6d31ab !important;
    color: #ffffff !important; }
  /* line 88, stdin */
  #login .button.button-primary:disabled {
    border: 2px solid #a18ac7 !important;
    color: #c4b8e0 !important; }

/* line 95, stdin */
#login input[type="text"],
#login input[type="email"],
#login input[type="password"] {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400; }

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