/* [project]/src/graphics/WebsiteLogo/index.module.scss.module.css [client] (css) */
.index-module-scss-module__fVtJNW__logo {
  height: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem);
  width: auto;
}

.index-module-scss-module__fVtJNW__logo path {
  transition: all var(--default-trans-time) linear;
}

.index-module-scss-module__fVtJNW__small {
  width: 60px;
  height: 24px;
}

.index-module-scss-module__fVtJNW__white path {
  fill: #fff;
}

.index-module-scss-module__fVtJNW__black path {
  fill: #000;
}

/* [project]/src/components/Hamburger/index.module.scss.module.css [client] (css) */
.index-module-scss-module__5uiCjq__hamburgerWrap {
  mix-blend-mode: difference;
  border-radius: 90px;
  padding: 1px;
}

.index-module-scss-module__5uiCjq__circle {
  background-color: #000;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.index-module-scss-module__5uiCjq__hamburger {
  width: 15px;
  height: 10px;
  position: relative;
}

.index-module-scss-module__5uiCjq__line {
  transition: all var(--default-trans-time) ease;
  transform-origin: center;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}

.index-module-scss-module__5uiCjq__topLine {
  top: 0;
}

.index-module-scss-module__5uiCjq__midLine {
  top: calc(50% - .5px);
}

.index-module-scss-module__5uiCjq__bottomLine {
  bottom: 0;
}

.index-module-scss-module__5uiCjq__active .index-module-scss-module__5uiCjq__topLine {
  top: 50%;
  transform: rotate(45deg);
}

.index-module-scss-module__5uiCjq__active .index-module-scss-module__5uiCjq__bottomLine {
  width: 100%;
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}

.index-module-scss-module__5uiCjq__active .index-module-scss-module__5uiCjq__midLine {
  opacity: 0;
}

/* [project]/src/layout/MobileHeader/index.module.scss.module.css [client] (css) */
.index-module-scss-module__hz4aDG__mobileHeader {
  z-index: 100;
  width: 100%;
  display: none;
  position: fixed;
}

@media (max-width: 1100px) {
  .index-module-scss-module__hz4aDG__mobileHeader {
    display: block;
  }
}

.index-module-scss-module__hz4aDG__headerWrap {
  z-index: 10;
  width: 100%;
  padding: calc(var(--html-line-height) / var(--html-font-size) * 1.25 * 1rem) var(--gutter-h);
  transition: all var(--default-trans-time) linear;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
}

.index-module-scss-module__hz4aDG__modalIsOpen {
  background-color: var(--color-dark-gray);
}

.index-module-scss-module__hz4aDG__logo {
  display: flex;
}

.index-module-scss-module__hz4aDG__mainMenuButton {
  font-size: inherit;
  text-align: left;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
  margin: unset;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  display: inline-flex;
}

.index-module-scss-module__hz4aDG__mainMenuButton:focus {
  outline: none;
}

/* [project]/src/layout/ModalContainer/index.module.scss.module.css [client] (css) */
.index-module-scss-module__WAKVvG__modalContainer {
  transition: all var(--modal-trans-time) linear;
}

.index-module-scss-module__WAKVvG__modalContainer .mywebsite__modal-container--appearActive {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.index-module-scss-module__WAKVvG__modalContainer .mywebsite__modal-container--appearDone {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.index-module-scss-module__WAKVvG__modalContainer .mywebsite__modal-container--enterActive {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.index-module-scss-module__WAKVvG__modalContainer .mywebsite__modal-container--enterDone {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.index-module-scss-module__WAKVvG__modalContainer .mywebsite__modal-container--exitActive {
  transform: translate3d(0, calc(var(--html-line-height) / var(--html-font-size) * -2 * 1rem), 0);
  opacity: 0;
}

.index-module-scss-module__WAKVvG__modalContainer .mywebsite__modal-container--exitDone {
  transform: translate3d(0, calc(var(--html-line-height) / var(--html-font-size) * -2 * 1rem), 0);
  opacity: 0;
}

/* [project]/src/layout/MenuGroup/index.module.scss.module.css [client] (css) */
.index-module-scss-module__ZE17oG__link {
  padding: calc(var(--html-line-height) / var(--html-font-size) * .15 * 1rem) 0;
  transition: opacity .2s linear;
}

.index-module-scss-module__ZE17oG__link:hover {
  opacity: .5;
}

.index-module-scss-module__ZE17oG__activePage:before {
  content: " ";
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(var(--sidebar-padding) / -2);
  background-color: #fff;
  transition: opacity .2s linear;
  position: absolute;
  transform: translateX(-50%);
}

/* [project]/src/layout/Sidebar/index.module.scss.module.css [client] (css) */
.index-module-scss-module__TnOCmW__sidebar {
  height: 100%;
  width: var(--sidebar-width);
  z-index: 100;
  padding: var(--sidebar-padding);
  mix-blend-mode: difference;
  border-right: 1px solid rgba(255, 255, 255, 0);
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 0;
}

@media (max-width: 1100px) {
  .index-module-scss-module__TnOCmW__sidebar {
    display: none;
  }
}

.index-module-scss-module__TnOCmW__collapsed {
  width: var(--gutter-h);
}

.index-module-scss-module__TnOCmW__logo {
  opacity: 1;
  transition: all .3s linear;
}

.index-module-scss-module__TnOCmW__logo path {
  fill: rgba(0, 0, 0, 0);
  transition: all .3s linear;
}

.index-module-scss-module__TnOCmW__logo:hover path {
  opacity: .5;
  transition: all .3s linear;
}

.index-module-scss-module__TnOCmW__logoHidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem * -1));
  transition: all .3s linear .6s;
}

.index-module-scss-module__TnOCmW__logoOrange {
  transform: translateY(0);
}

.index-module-scss-module__TnOCmW__logoOrange path {
  fill: var(--color-inverted-orange);
}

.index-module-scss-module__TnOCmW__logoBlack path {
  fill: #fff;
}

.index-module-scss-module__TnOCmW__nav {
  margin: calc(var(--html-line-height) / var(--html-font-size) * 1.5 * 1rem) 0 0;
  width: 100%;
}

.index-module-scss-module__TnOCmW__nav:hover .index-module-scss-module__TnOCmW__activePage:before {
  opacity: 0;
}

.index-module-scss-module__TnOCmW__navItem {
  font-size: calc(var(--html-line-height) / var(--html-font-size) * .5 * 1rem);
  letter-spacing: .025em;
  color: #fff;
  position: relative;
}

.index-module-scss-module__TnOCmW__navItem > * {
  width: 100%;
}

.index-module-scss-module__TnOCmW__navItem:after {
  content: " ";
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(var(--sidebar-padding) / -2);
  opacity: 0;
  background-color: #fff;
  transition: opacity .2s linear;
  position: absolute;
  transform: translateX(-50%);
}

.index-module-scss-module__TnOCmW__navItem:hover:after {
  opacity: 1;
}

.index-module-scss-module__TnOCmW__navHR {
  width: calc(var(--html-line-height) / var(--html-font-size) * .5 * 1rem);
  margin: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem) 0;
  border-top: 2px solid #fff;
}

.index-module-scss-module__TnOCmW__navItem, .index-module-scss-module__TnOCmW__navHR {
  visibility: hidden;
  opacity: 0;
  transform: translateY(calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem));
  transition: all .3s;
}

.index-module-scss-module__TnOCmW__navItemAnimated {
  visibility: visible;
  opacity: 1;
  transition: all .3s;
  transform: translateY(0);
}

.index-module-scss-module__TnOCmW__navItemAnimated:first-child {
  transition-delay: 50ms;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(2) {
  transition-delay: .1s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(3) {
  transition-delay: .15s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(4) {
  transition-delay: .2s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(5) {
  transition-delay: .25s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(6) {
  transition-delay: .3s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(7) {
  transition-delay: .35s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(8) {
  transition-delay: .4s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(9) {
  transition-delay: .45s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(10) {
  transition-delay: .5s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(11) {
  transition-delay: .55s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(12) {
  transition-delay: .6s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(13) {
  transition-delay: .65s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(14) {
  transition-delay: .7s;
}

.index-module-scss-module__TnOCmW__navItemAnimated:nth-child(15) {
  transition-delay: .75s;
}

.index-module-scss-module__TnOCmW__navItemHidden {
  transform: translateY(calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem * -1));
  opacity: 0;
}

.index-module-scss-module__TnOCmW__navItemHidden:first-child {
  transition-delay: .45s;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(2) {
  transition-delay: .4s;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(3) {
  transition-delay: .35s;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(4) {
  transition-delay: .3s;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(5) {
  transition-delay: .25s;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(6) {
  transition-delay: .2s;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(7) {
  transition-delay: .15s;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(8) {
  transition-delay: .1s;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(9) {
  transition-delay: 50ms;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(10) {
  transition-delay: 0s;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(11) {
  transition-delay: -50ms;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(12) {
  transition-delay: -100ms;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(13) {
  transition-delay: -150ms;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(14) {
  transition-delay: -200ms;
}

.index-module-scss-module__TnOCmW__navItemHidden:nth-child(15) {
  transition-delay: -250ms;
}

.index-module-scss-module__TnOCmW__navItemHidden:before, .index-module-scss-module__TnOCmW__navItemHidden:after {
  display: none;
}

.index-module-scss-module__TnOCmW__socialWrap {
  visibility: hidden;
  opacity: 0;
  margin-top: auto;
  transition: all .3s;
}

.index-module-scss-module__TnOCmW__socialWrap > * {
  flex-direction: column;
}

.index-module-scss-module__TnOCmW__socialWrap a {
  margin-bottom: calc(var(--html-line-height) / var(--html-font-size) * .5 * 1rem);
}

.index-module-scss-module__TnOCmW__socialWrapAnimated {
  visibility: visible;
  opacity: 1;
}

.index-module-scss-module__TnOCmW__link {
  padding: calc(var(--html-line-height) / var(--html-font-size) * .15 * 1rem) 0;
  transition: opacity .3s linear;
}

.index-module-scss-module__TnOCmW__link:hover {
  opacity: .5;
}

.index-module-scss-module__TnOCmW__hamburger {
  font-size: inherit;
  text-align: left;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
  margin: unset;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  display: inline-flex;
}

.index-module-scss-module__TnOCmW__hamburger:focus {
  outline: none;
}

.index-module-scss-module__TnOCmW__hamburger {
  opacity: 0;
  left: calc(var(--gutter-h) / 2);
  width: calc(100% - var(--gutter-h) * 2);
  pointer-events: none;
  visibility: hidden;
  border-radius: 90px;
  justify-content: center;
  transition: all .3s linear;
  display: flex;
  position: absolute;
}

.index-module-scss-module__TnOCmW__hamburgerVisible {
  pointer-events: unset;
  visibility: visible;
  opacity: 1;
  transition-delay: .6s;
}

/* [project]/src/scss/app.scss.css [client] (css) */
@font-face {
  font-family: Neue Montreal;
  src: url("/fonts/PPNeueMontreal-Book.woff") format("woff"), url("/fonts/PPNeueMontreal-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal Medium;
  src: url("/fonts/PPNeueMontreal-Medium.woff") format("woff"), url("/fonts/PPNeueMontreal-Medium.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal Bold;
  src: url("/fonts/PPNeueMontreal-Bold.woff") format("woff"), url("/fonts/PPNeueMontreal-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#__next {
  height: 100%;
}

:root {
  --html-font-size: 20;
  --html-line-height: 30;
  --caption-font-size: 14px;
  --font-heading: Neue Montreal, Arial, sans-serif;
  --font-body: Neue Montreal, Arial, sans-serif;
  --hover-opacity: .7;
  --color-white: #fff;
  --color-white-10: rgba(255, 255, 255, .1);
  --color-white-30: rgba(255, 255, 255, .3);
  --color-light-gray: #dcdcdc;
  --color-gray: #a4a4a4;
  --color-dark-gray: #1c1e20;
  --color-black: #000;
  --color-black-10: rgba(0, 0, 0, .1);
  --color-black-20: rgba(0, 0, 0, .2);
  --color-orange: #e45836;
  --color-inverted-orange: #23afc8;
  --breakpoint-xs-width: 450px;
  --breakpoint-s-width: 768px;
  --breakpoint-m-width: 1100px;
  --breakpoint-l-width: 1679px;
  --breakpoint-xl-width: 1920px;
  --col-gap-s: 10px;
  --col-gap-m: 10px;
  --col-gap-l: 40px;
  --col-gap-xl: 40px;
  --modal-trans-time: .15s;
  --default-trans-time: .15s;
  --slider-trans-time: .75s;
  --page-trans-time: .4s;
  --stroke-width: 1px;
  --stroke-width-bold: 2px;
  --shadow-xs: 0px 2px 4px rgba(0, 0, 0, .05);
  --shadow-s: 0px 4px 10px rgba(0, 0, 0, .05);
  --shadow-m: 0px 0px 20px rgba(0, 0, 0, .05);
  --z-content: 50;
  --z-sidebar: 100;
  --z-announcement: 100;
  --z-menu-modal: 100;
  --col-gap: 2rem;
  --sidebar-width: calc(var(--html-line-height) / var(--html-font-size) * 5.75 * 1rem);
  --sidebar-padding: calc(var(--html-line-height) / var(--html-font-size) * 1.15 * 1rem);
  --gutter-h: calc(var(--html-line-height) / var(--html-font-size) * 4 * 1rem);
  --padding-v-large: calc(var(--html-line-height) / var(--html-font-size) * 4 * 1rem);
  --padding-v-medium: calc(var(--html-line-height) / var(--html-font-size) * 1.65 * 1rem);
  --trans-curve: cubic-bezier(1, .255, .24, .87);
}

@media (max-width: 1920px) {
  :root {
    --sidebar-width: calc(var(--html-line-height) / var(--html-font-size) * 8 * 1rem);
    --sidebar-padding: calc(var(--html-line-height) / var(--html-font-size) * 1.5 * 1rem);
    --gutter-h: calc(var(--html-line-height) / var(--html-font-size) * 6 * 1rem);
    --padding-v-large: calc(var(--html-line-height) / var(--html-font-size) * 4 * 1rem);
  }
}

@media (max-width: 1679px) {
  :root {
    --sidebar-width: calc(var(--html-line-height) / var(--html-font-size) * 6 * 1rem);
    --sidebar-padding: calc(var(--html-line-height) / var(--html-font-size) * 1.35 * 1rem);
    --gutter-h: calc(var(--html-line-height) / var(--html-font-size) * 4 * 1rem);
    --padding-v-large: calc(var(--html-line-height) / var(--html-font-size) * 3.5 * 1rem);
  }
}

@media (max-width: 1100px) {
  :root {
    --sidebar-width: 0;
    --gutter-h: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem);
    --padding-v-large: calc(var(--html-line-height) / var(--html-font-size) * 2 * 1rem);
    --padding-v-medium: calc(var(--html-line-height) / var(--html-font-size) * 1.25 * 1rem);
  }
}

* {
  box-sizing: border-box;
}

html, body {
  background-color: #fff;
  margin: 0;
}

html ::selection, body ::selection {
  background: var(--color-orange);
  color: #fff;
}

html ::-moz-selection {
  background: var(--color-orange);
  color: #fff;
}

body ::-moz-selection {
  background: var(--color-orange);
  color: #fff;
}

html {
  color: #1c1e20;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: calc(var(--html-font-size) * 1px);
  line-height: calc(var(--html-line-height) * 1px);
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

@media (max-width: 1100px) {
  :root {
    --html-font-size: 16;
    --html-line-height: 24;
  }
}

body {
  -webkit-text-size-adjust: none;
}

h1 {
  font-size: calc(var(--html-line-height) / var(--html-font-size) * 3.5 * 1rem);
  margin: 0 0 calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem);
  font-family: Neue Montreal, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.125;
}

@media (max-width: 1920px) {
  h1 {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * 2.35 * 1rem);
  }
}

@media (max-width: 1100px) {
  h1 {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * 1.85 * 1rem);
  }
}

h2 {
  font-size: calc(var(--html-line-height) / var(--html-font-size) * 3 * 1rem);
  margin: calc(var(--html-line-height) / var(--html-font-size) * 1.5 * 1rem) 0 calc(var(--html-line-height) / var(--html-font-size) * .5 * 1rem);
  font-family: Neue Montreal, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
}

@media (max-width: 1920px) {
  h2 {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * 1.5 * 1rem);
  }
}

@media (max-width: 1100px) {
  h2 {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * 1.25 * 1rem);
  }
}

h3 {
  font-size: calc(var(--html-line-height) / var(--html-font-size) * 1.5 * 1rem);
  margin: calc(var(--html-line-height) / var(--html-font-size) * 1.5 * 1rem) 0 calc(var(--html-line-height) / var(--html-font-size) * .5 * 1rem);
  font-family: Neue Montreal, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
}

@media (max-width: 1920px) {
  h3 {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem);
  }
}

@media (max-width: 1100px) {
  h3 {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * .95 * 1rem);
  }
}

h4 {
  font-size: calc(var(--html-line-height) / var(--html-font-size) * 1.35 * 1rem);
  margin: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem) 0 calc(var(--html-line-height) / var(--html-font-size) * .5 * 1rem);
  font-family: Neue Montreal, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
}

@media (max-width: 1920px) {
  h4 {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * .95 * 1rem);
  }
}

@media (max-width: 1100px) {
  h4 {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * .85 * 1rem);
  }
}

h5 {
  font-size: calc(var(--html-line-height) / var(--html-font-size) * 1.25 * 1rem);
  margin: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem) 0 calc(var(--html-line-height) / var(--html-font-size) * .25 * 1rem);
  font-family: Neue Montreal, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
}

@media (max-width: 1920px) {
  h5 {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * .75 * 1rem);
  }
}

@media (max-width: 1100px) {
  h5 {
    font-size: calc(var(--html-line-height) / var(--html-font-size) * .7 * 1rem);
  }
}

h6 {
  font-size: calc(var(--html-line-height) / var(--html-font-size) * .625 * 1rem);
  margin: calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem) 0 calc(var(--html-line-height) / var(--html-font-size) * .25 * 1rem);
  font-family: Neue Montreal, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
}

p {
  margin: calc(var(--html-line-height) / var(--html-font-size) * .5 * 1rem) 0 calc(var(--html-line-height) / var(--html-font-size) * .15 * 1rem);
  letter-spacing: .025em;
}

@media (max-width: 1100px) {
  p {
    margin: calc(var(--html-line-height) / var(--html-font-size) * .5 * 1rem) 0 calc(var(--html-line-height) / var(--html-font-size) * .15 * 1rem);
  }
}

b, strong {
  font-weight: 700;
}

ul {
  margin: calc(var(--html-line-height) / var(--html-font-size) * .75 * 1rem) 0 calc(var(--html-line-height) / var(--html-font-size) * 1 * 1rem);
}

li {
  margin-bottom: calc(var(--html-line-height) / var(--html-font-size) * .35 * 1rem);
}

li > ul, li > ol {
  margin-top: calc(var(--html-line-height) / var(--html-font-size) * .5 * 1rem);
}

small {
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
}

cta {
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

label {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

hr {
  border: none;
  border-top: 1px solid;
  margin: 0;
}

input, textarea, select {
  margin: 0;
}

svg path, svg circle, svg line {
  vector-effect: non-scaling-stroke;
}

