@media only screen and (max-width: 850px) {
  .desktop {
    display: none !important; } }

@media only screen and (min-width: 850px) {
  .mobile {
    display: none !important; } }

.closed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important; }

.closed-height {
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  height: 0 !important; }

.section,
.section-full {
  position: relative;
  width: 100%;
  height: 100vh;
  scroll-margin: 100px; }

.section {
  height: auto; }

.inner-container {
  height: 100%;
  position: relative;
  margin: 0 auto;
  width: calc(100% - 44rem);
  max-width: 1150px; }
  @media only screen and (max-width: 1100px) {
    .inner-container {
      width: 76%; } }
  @media only screen and (max-width: 850px) {
    .inner-container {
      width: 70%; } }
  @media only screen and (max-width: 750px) {
    .inner-container {
      width: 75%; } }
  @media only screen and (max-width: 600px) {
    .inner-container {
      width: 90%; } }

.scroll-locked {
  overflow-y: hidden; }

.title-primary {
  font-size: 5.4rem;
  line-height: 1.05;
  letter-spacing: -.3rem; }
  @media only screen and (max-width: 850px) {
    .title-primary {
      font-size: 32px;
      letter-spacing: 0; } }
  .title-primary .green {
    color: var(--color-green);
    font-weight: 500; }

.button-green {
  font-size: 1.5rem;
  color: var(--color-white);
  line-height: 1.5;
  background-color: var(--color-green);
  padding: .8rem 1.3rem;
  border-radius: .7rem; }
  @media only screen and (max-width: 850px) {
    .button-green {
      font-size: 16px;
      padding: 9px 10px; } }
  .button-green:hover {
    background-color: #1e895e; }

.phone-message {
  font-family: Inter;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: -1px;
  padding: 1.1rem 1.9rem;
  background-color: var(--color-green);
  border-radius: 2.2rem;
  border-bottom-left-radius: 0;
  position: absolute;
  width: 28rem;
  box-shadow: -6px 2rem 4rem 0 rgba(37, 171, 117, 0.25); }
  @media only screen and (max-width: 850px) {
    .phone-message {
      font-size: 16px;
      padding: 9px 18px;
      width: 260px; } }

:root {
  --color-black: #101010;
  --color-white: #fff;
  --color-white-2: #DDDDDD;
  --color-grey: #9D9D9D;
  --color-grey-2: #6C6C6C;
  --color-grey-3: #7E868E;
  --color-green: #25AB75; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-overflow-style: none; }

@media only screen and (min-width: 850px) {
  ::-webkit-scrollbar {
    height: 5px;
    width: 5px; }
  ::-webkit-scrollbar-thumb {
    background-color: #6d6b8d;
    border-radius: 17px; } }

::-webkit-scrollbar-button {
  display: none; }

::selection {
  color: #fff;
  background-color: #6d6b8d; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s; }

.fade-enter-from,
.fade-enter,
.fade-leave-to {
  opacity: 0; }

html,
body,
.app,
.layout,
#app {
  padding: 0;
  margin: 0;
  color: var(--color-white-2);
  font-family: Commissioner;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background-color: var(--color-black);
  overflow-x: hidden;
  position: relative;
  min-height: 100vh; }

body {
  overflow-y: visible !important; }

a,
button {
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all .3s;
  display: inline-block; }

ul {
  list-style: none; }

input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  font-size: 1.6rem; }

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

@media only screen and (max-width: 850px) {
  input,
  textarea {
    font-size: 13px; } }

textarea {
  resize: none;
  overflow: hidden; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield; }

input[type=checkbox] {
  display: none;
  width: 0;
  visibility: hidden; }

img,
picture,
source,
video,
svg {
  pointer-events: none !important;
  -webkit-user-drag: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

html {
  font-size: 10px; }

@media only screen and (max-width: 1300px) {
  html {
    font-size: 8.96px; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 8.36px; } }

@media only screen and (max-width: 1100px) {
  html {
    font-size: 8.04px; } }

@media only screen and (max-width: 900px) {
  html {
    font-size: 7.68px; } }

@media only screen and (max-width: 800px) {
  html {
    font-size: 7.36px; } }

@media only screen and (max-width: 700px) {
  html {
    font-size: 7.04px; } }

@media only screen and (max-width: 680px) and (min-height: 800px) {
  html {
    font-size: 8px; } }

@media only screen and (max-width: 600px) {
  html {
    font-size: 7.5px; } }

@media only screen and (max-width: 450px) {
  html {
    font-size: 7.1px; } }

@media only screen and (max-width: 350px) {
  html {
    font-size: 6.56px; } }

@media only screen and (max-width: 1000px) and (max-height: 520px) {
  html {
    font-size: 7px; } }

@media only screen and (min-width: 1650px) {
  html {
    font-size: 11.68px; } }

@media only screen and (min-width: 2400px) {
  html {
    font-size: 12.5px; } }
