* {
  margin: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  color: var(--blue);
  font-weight: 500;
  background-color: var(--lightgray);

  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  -moz-font-feature-settings: 'kern', 'liga', 'clig', 'calt';
  -ms-font-feature-settings: 'kern', 'liga', 'clig', 'calt';
  -webkit-font-feature-settings: 'kern', 'liga', 'clig', 'calt';
  font-feature-settings: 'kern', 'liga', 'clig', 'calt';
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

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

.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

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

.notouch a:hover {
  text-decoration: none;
}

/*Some exciting button focus styles*/
:focus {
  outline: none !important;
  box-shadow: 0 0 2px 1px #19f !important;
}

:focus:not(:focus-visible) {
  /* Undo all the above focused button styles
     if the button has focus but the browser wouldn't normally
     show default focus styles */
  outline: none !important;
  box-shadow: none !important;
}

.js-focus-visible :focus:not(.focus-visible) {
  /* Undo all the above focused button styles
     if the button has focus but the browser wouldn't normally
     show default focus styles */
  outline: none !important;
  box-shadow: none !important;
}

:focus-visible {
  /* Some even *more* exciting button focus styles */
  outline: none !important;
  box-shadow: 0 0 2px 1px #19f !important;
}

.js-focus-visible .focus-visible {
  /* Some even *more* exciting button focus styles */
  outline: none !important;
  box-shadow: 0 0 2px 1px #19f !important;
}

#tinymce:focus {
  box-shadow: none !important;
}

#tinymce>*+* {
  margin-top: 1em;
}

.flickity-enabled:focus {
  box-shadow: none !important;
}

::placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.8;
}

.h-new {
  font-family: 'roc-grotesk-wide';
  font-size: clamp(30px, 5.5vw, 80px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 8.2rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-family: 'roc-grotesk-wide';
}

h2,
.h2 {
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: 'roc-grotesk-wide';
}

.h2 {
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 6.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-family: 'roc-grotesk';
}

.bigtext-1 {
  font-size: 2.7rem;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-family: 'roc-grotesk';
}

.bigtext-2 {
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: 'roc-grotesk';
}

body,
.body {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-family: 'roc-grotesk';
}

.body-2 {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-family: 'roc-grotesk';
}

.body-3 {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: 'roc-grotesk';
}

.pretitle-1 {
  font-size: 1.4rem;
  font-family: 'roc-grotesk-wide';
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pretitle-2 {
  font-size: 1rem;
  font-family: 'roc-grotesk-wide';
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wide-medium {
  font-family: 'roc-grotesk-wide';
  letter-spacing: 0.02em;
}

b,
strong,
.bold {
  font-weight: 600;
}

i,
em,
.italic {
  font-style: italic;
}

a.external::after {
  margin-left: 0.3em;
  width: 0.4em;
  height: 0.4em;
  clip-path: url(#externalArrow);
}

button.flickity-button {
  background-color: transparent !important;
  color: inherit;
  padding: 0;
  transform: none;
  border: 1.5px solid;
  pointer-events: all;
}

button.flickity-button:hover {
  color: inherit;
}

button.flickity-button .flickity-button-icon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1300px) {
  .tablet-bold {
    font-weight: 600;
  }

  h1,
  .h1,
  .tablet-h1 {
    font-size: 6.8rem;
    line-height: 1.3;
    font-family: 'roc-grotesk-wide';
  }

  h2,
  .h2,
  .tablet-h2 {
    font-size: 3.6rem;
    font-family: 'roc-grotesk-wide';
  }

  .tablet-bigtext-1 {
    font-size: 2.7rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
    font-family: 'roc-grotesk';
  }

  .bigtext-1,
  .tablet-bigtext-2 {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-family: 'roc-grotesk';
  }

  .bigtext-2,
  .tablet-body {
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    font-family: 'roc-grotesk';
  }

  .tablet-body-2 {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-family: 'roc-grotesk';
  }

  .tablet-body-3 {
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    font-family: 'roc-grotesk';
  }

  .tablet-pretitle-1 {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-family: 'roc-grotesk-wide';
  }

  .tablet-pretitle-2 {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-family: 'roc-grotesk-wide';
  }
}

@media screen and (max-width: 1000px) {

  h3,
  .h3,
  .phone-h3 {
    font-size: 5.6rem;
    font-family: 'roc-grotesk';
  }
}

@media screen and (max-width: 767px) {
  .phone-bold {
    font-weight: 600;
  }

  h1,
  .h1,
  .phone-h1,
  h2,
  .h2,
  .phone-h2 {
    font-size: 3.6rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-family: 'roc-grotesk-wide';
  }

  h3,
  .h3,
  .phone-h3 {
    font-size: 4.4rem;
    font-family: 'roc-grotesk';
  }

  .phone-bigtext-1 {
    font-size: 2.7rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
    font-family: 'roc-grotesk';
  }

  .phone-bigtext-2 {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-family: 'roc-grotesk';
  }

  .phone-body {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    font-family: 'roc-grotesk';
  }

  .phone-body-2 {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-family: 'roc-grotesk';
  }

  .phone-body-3 {
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    font-family: 'roc-grotesk';
  }

  .phone-pretitle-1 {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-family: 'roc-grotesk-wide';
  }

  .phone-pretitle-2 {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-family: 'roc-grotesk-wide';
  }
}