/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Ivar Soft";
  src: url("../fonts/IvarSoft-Regular.woff2") format("woff2"), url("../fonts/IvarSoft-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ivar Soft";
  src: url("../fonts/IvarSoft-Italic.woff2") format("woff2"), url("../fonts/IvarSoft-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Ivar Soft";
  src: url("../fonts/IvarSoft-Medium.woff2") format("woff2"), url("../fonts/IvarSoft-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ivar Soft";
  src: url("../fonts/IvarSoft-MediumItalic.woff2") format("woff2"), url("../fonts/IvarSoft-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Ivar Soft";
  src: url("../fonts/IvarSoft-SemiBold.woff2") format("woff2"), url("../fonts/IvarSoft-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Ivar Soft";
  src: url("../fonts/IvarSoft-SemiBoldItalic.woff2") format("woff2"), url("../fonts/IvarSoft-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

:root {
  --dark-grey: #5e5854;
  --warm-grey: #f7efe8;
  --cool-grey: #f2f2f2;
  --eucalypt: #ede8cc;
  --mint: #e1f3ea;
  --blue: #caecf2;
  --peach: #fde6cf;
  --page-background: var(--warm-grey);
  --spacing: 80px;
  --content-width: 1280px;
  --content-column: .62;
  --padding: 40px;
  --content-column-width: calc( var(--content-column) * var(--content-width) );
  --wide-content-margin: calc( 50% - .5*var(--content-width) );
  --font-h1: 64px / 1 "Ivar Soft";
  --font-h2: 38px / 1.3 "Ivar Soft";
  --font-h3: italic 500 26px / normal "Ivar Soft";
  --font-body: 18px / 1.45 "Ivar Soft";
  background: #f7efe8;
  background: var(--page-background);
  box-sizing: border-box;
  color: #5e5854;
  color: var(--dark-grey);
  font: 18px / 1.45 "Ivar Soft";
  font: var(--font-body);
  letter-spacing: -0.01em;
  transition: 0.2s background-color;
}
:root[data-background=warm-grey] {
  --page-background: var( --warm-grey );
}
:root[data-background=cool-grey] {
  --page-background: var( --cool-grey );
}
:root[data-background=eucalypt] {
  --page-background: var( --eucalypt );
}
:root[data-background=mint] {
  --page-background: var( --mint );
}
:root[data-background=blue] {
  --page-background: var( --blue );
}
:root[data-background=peach] {
  --page-background: var( --peach );
}
@media (max-width: 1280px) {
  :root {
    --spacing: 40px;
    --font-h1: 46px / 1 "Ivar Soft";
    --font-h2: 28px / 1.3 "Ivar Soft";
    --font-body: 20px / 1.45 "Ivar Soft";
  }
}
@media (max-width: 480px) {
  :root {
    --spacing: 20px;
    --font-h2: 24px / 1.3 "Ivar Soft";
    --padding: 20px;
  }
}

html {
  height: 100vh;
}

body > h1,
.block-editor-block-list__layout > h1 {
  margin-left: 80px;
  margin-right: 80px;
  margin-left: var(--spacing);
  margin-right: var(--spacing);
  max-width: 1280px;
  max-width: var(--content-width);
  padding-right: 80px;
  padding-right: var(--spacing);
}
@media (min-width: 1440px) {
  body > h1,
  .block-editor-block-list__layout > h1 {
    margin-left: calc( 50% - .5*1280px);
    margin-left: var(--wide-content-margin);
  }
}
body > h2,
body > h3,
body > h4,
body > h5,
body > h6,
body > p,
body > ul,
body > ol,
body > .edit-post-visual-editor__post-title-wrapper,
body > .block-list-appender,
.block-editor-block-list__layout > h2,
.block-editor-block-list__layout > h3,
.block-editor-block-list__layout > h4,
.block-editor-block-list__layout > h5,
.block-editor-block-list__layout > h6,
.block-editor-block-list__layout > p,
.block-editor-block-list__layout > ul,
.block-editor-block-list__layout > ol,
.block-editor-block-list__layout > .edit-post-visual-editor__post-title-wrapper,
.block-editor-block-list__layout > .block-list-appender {
  margin-left: 80px;
  margin-right: 80px;
  margin-left: var(--spacing);
  margin-right: var(--spacing);
  max-width: calc( .62 * 1280px);
  max-width: var(--content-column-width);
}
@media (min-width: 1440px) {
  body > h2,
  body > h3,
  body > h4,
  body > h5,
  body > h6,
  body > p,
  body > ul,
  body > ol,
  body > .edit-post-visual-editor__post-title-wrapper,
  body > .block-list-appender,
  .block-editor-block-list__layout > h2,
  .block-editor-block-list__layout > h3,
  .block-editor-block-list__layout > h4,
  .block-editor-block-list__layout > h5,
  .block-editor-block-list__layout > h6,
  .block-editor-block-list__layout > p,
  .block-editor-block-list__layout > ul,
  .block-editor-block-list__layout > ol,
  .block-editor-block-list__layout > .edit-post-visual-editor__post-title-wrapper,
  .block-editor-block-list__layout > .block-list-appender {
    margin-left: calc( 50% - .5*1280px);
    margin-left: var(--wide-content-margin);
  }
}

h1 {
  font: 64px / 1 "Ivar Soft";
  font: var(--font-h1);
  margin-top: 5em;
  margin-bottom: 5em;
}
@media (max-width: 1600px) {
  h1 {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
@media (max-width: 840px) {
  h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

h2 {
  font: 38px / 1.3 "Ivar Soft";
  font: var(--font-h2);
}

h3 {
  font: italic 500 26px / normal "Ivar Soft";
  font: var(--font-h3);
  margin-bottom: 0;
}

p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
h3 + p {
  margin-top: 0;
}

ul, ol {
  box-sizing: inherit;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
p + ul, p + ol {
  margin-top: -1.4em;
}

a {
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

input,
select,
button {
  color: inherit;
  font: inherit;
}

hr,
.wp-block-separator {
  border: none;
  border-top: thin solid;
  margin: 0;
  width: 100%;
}

.wp-block-separator {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}

[data-reveal=fade-up] {
  transition-duration: 0.5s;
  transition-property: opacity, transform;
}
.reveal--loading [data-reveal=fade-up], [data-reveal=fade-up].reveal--ready:not(.reveal--active) {
  opacity: 0;
  transform: translateY(80px);
}

@media (prefers-reduced-motion) {
  *, *:before, *:after {
    transition: 0s !important;
  }
}
@media (max-width: 480px) {
  h1 br {
    display: none;
  }
}
.module--site_header {
  padding: 40px;
  padding: var(--padding);
  position: absolute;
  top: 0;
  z-index: 100;
}
.module--site_header .logo {
  display: block;
  width: 244px;
}
.module--site_header .logo svg {
  height: auto;
  width: 100%;
  z-index: 20;
}
@media (min-width: 1350px) {
  .home .module--site_header .logo svg {
    width: 516px;
  }
}
.module--site_header .logo .freezer {
  transition: 0.6s 0s opacity;
}
.module--site_header .logo .ortho {
  transition: 0.6s 0s opacity;
}
.module--site_header .logo .spec {
  transition: 0.6s 0.5s opacity;
}
.module--site_header .logo .care {
  transition: 0.6s 0.5s opacity;
}
.module--site_header .logo .smile {
  stroke-dasharray: 540px;
  stroke-dashoffset: 1080px;
  transition: 0.4s 0.2s stroke-dashoffset;
}
.reveal--loading .module--site_header .logo .freezer,
.reveal--loading .module--site_header .logo .ortho,
.reveal--loading .module--site_header .logo .spec,
.reveal--loading .module--site_header .logo .care, .module--site_header .logo.reveal--ready:not(.reveal--active) .freezer,
.module--site_header .logo.reveal--ready:not(.reveal--active) .ortho,
.module--site_header .logo.reveal--ready:not(.reveal--active) .spec,
.module--site_header .logo.reveal--ready:not(.reveal--active) .care {
  opacity: 0.01;
}
.reveal--loading .module--site_header .logo .smile, .module--site_header .logo.reveal--ready:not(.reveal--active) .smile {
  stroke-dashoffset: 540px;
}
.module--site_header .toggle-menu {
  --time-step: .2s;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: -6px;
  position: fixed;
  padding: calc(0.5 * 40px);
  padding: calc(0.5 * var(--padding));
  right: calc(0.5 * 40px);
  right: calc(0.5 * var(--padding));
  top: calc(0.5 * 40px);
  top: calc(0.5 * var(--padding));
  transition: 0.4s color;
  z-index: 20;
}
.module--site_header .toggle-menu:before {
  background: #5e5854;
  background: var(--dark-grey);
  bottom: 0;
  border-radius: 4px;
  content: "";
  height: 100%;
  left: 150%;
  position: absolute;
  z-index: -10;
  transition: 0.4s transform;
  width: 100%;
}
@media (min-width: 1025px) {
  .module--site_header .toggle-menu:hover {
    color: #f7efe8;
    color: var(--warm-grey);
  }
  .module--site_header .toggle-menu:hover:before {
    transform: translateX(-150%);
  }
}
.module--site_header .toggle-menu svg {
  display: block;
}
.module--site_header .toggle-menu g {
  transition: opacity 0s var(--time-step);
}
.module--site_header .toggle-menu path {
  transform-origin: 50% 50%;
  transition: transform var(--time-step);
}
.module--site_header .toggle-menu .burger path {
  transition-delay: var(--time-step);
}
.module--site_header .toggle-menu .x :first-child {
  transform: rotate(-45deg);
}
.module--site_header .toggle-menu .x :last-child {
  transform: rotate(45deg);
}
.module--site_header .toggle-menu svg {
  height: 100%;
}
.menu--open .module--site_header .toggle-menu {
  color: #f7efe8;
  color: var(--warm-grey);
}
.menu--open .module--site_header .toggle-menu .burger {
  opacity: 0;
}
.menu--open .module--site_header .toggle-menu .burger path {
  transition-delay: 0s;
}
.menu--open .module--site_header .toggle-menu .burger :first-child {
  transform: translateY(8px);
}
.menu--open .module--site_header .toggle-menu .burger :last-child {
  transform: translateY(-8px);
}
.menu--open .module--site_header .toggle-menu .x {
  opacity: 1;
}
.menu--open .module--site_header .toggle-menu .x path {
  transform: none;
  transition-delay: var(--time-step);
}
.module--site_header nav {
  background: #5e5854;
  background: var(--dark-grey);
  bottom: 0;
  color: #f7efe8;
  color: var(--warm-grey);
  display: flex;
  flex-direction: column;
  font-size: 36px;
  height: 100vh;
  left: 100%;
  line-height: normal;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  padding: 40px 0 0 40px;
  padding: var(--padding) 0 0 var(--padding);
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  top: 0;
  transition: 0.4s transform;
  width: 100vw;
  z-index: 10;
}
.module--site_header nav .home {
  background: #f7efe8;
  background: var(--warm-grey);
  display: block;
  flex-shrink: 0;
  height: 123px;
  -webkit-mask: url("../images/freezer-orthodontics.svg") center/contain no-repeat;
          mask: url("../images/freezer-orthodontics.svg") center/contain no-repeat;
  width: 244px;
}
.module--site_header nav .home span {
  display: none;
}
.module--site_header nav ul {
  list-style: none;
  margin: auto 0;
  padding: 40px 0 40px calc(80px - 40px);
  padding: var(--padding) 0 var(--padding) calc(var(--spacing) - var(--padding));
}
.module--site_header nav ul li {
  border-top: thin solid;
  opacity: 0;
  overflow: hidden;
  transform: translateX(50%);
  transition-duration: 0.5s;
  transition-property: opacity, transform;
}
.module--site_header nav ul a {
  display: block;
  padding: 0.6em 40px 0.6em 0;
  padding: 0.6em var(--padding) 0.6em 0;
  text-decoration: none;
  transition: 0.4s transform;
  will-change: transform;
}
.module--site_header nav ul a:hover {
  transform: translateX(0.8em);
}
.menu--open .module--site_header nav {
  transform: translateX(-100vw);
}
.menu--open .module--site_header nav ul li {
  opacity: 1;
  transform: none;
}
.menu--open .module--site_header nav ul li:nth-child(1) {
  transition-delay: 0.25s;
}
.menu--open .module--site_header nav ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.menu--open .module--site_header nav ul li:nth-child(3) {
  transition-delay: 0.35s;
}
.menu--open .module--site_header nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.menu--open .module--site_header nav ul li:nth-child(5) {
  transition-delay: 0.45s;
}
.menu--open .module--site_header nav ul li:nth-child(6) {
  transition-delay: 0.5s;
}
.menu--open .module--site_header nav ul li:nth-child(7) {
  transition-delay: 0.55s;
}
.menu--open .module--site_header nav ul li:nth-child(8) {
  transition-delay: 0.6s;
}
.menu--open .module--site_header nav ul li:nth-child(9) {
  transition-delay: 0.65s;
}
.menu--open .module--site_header nav ul li:nth-child(10) {
  transition-delay: 0.7s;
}
.menu--open .module--site_header nav ul li:nth-child(11) {
  transition-delay: 0.75s;
}
.menu--open .module--site_header nav ul li:nth-child(12) {
  transition-delay: 0.8s;
}
@media (max-width: 1600px), (max-height: 960px) {
  .module--site_header nav {
    font-size: 26px;
  }
}
@media (max-width: 480px), (max-height: 740px) {
  .module--site_header .logo {
    width: 200px;
  }
  .module--site_header nav {
    font-size: 20px;
  }
  .module--site_header nav .home {
    width: 200px;
  }
  .module--site_header nav:before {
    width: 200px;
    height: 100px;
  }
}

.module--site_footer {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}
.module--site_footer section {
  display: flex;
  padding: 0 80px;
  padding: 0 var(--spacing);
  position: relative;
}
.module--site_footer section > div {
  flex: 1 0 0%;
}
.module--site_footer hr {
  border: none;
  border-top: thin solid;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0;
  position: absolute;
}
.module--site_footer a {
  text-decoration: none;
  -webkit-text-decoration: transparent underline;
          text-decoration: transparent underline;
  transition: 0.2s -webkit-text-decoration-color;
  transition: 0.2s text-decoration-color;
  transition: 0.2s text-decoration-color, 0.2s -webkit-text-decoration-color;
}
.module--site_footer a:link:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.module--site_footer a[href^="tel:"] {
  text-decoration: none;
}
.module--site_footer .call {
  font: 38px / 1.3 "Ivar Soft";
  font: var(--font-h2);
}
.module--site_footer .locations {
  font: italic 500 26px / normal "Ivar Soft";
  font: var(--font-h3);
  font-style: normal;
  font-weight: normal;
  padding-top: 6px;
  padding-bottom: 6px;
}
.module--site_footer .owner {
  line-height: 1.22;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (min-width: 1440px) {
  .module--site_footer section {
    padding-left: calc( 50% - .5*1280px);
    padding-right: calc( 50% - .5*1280px);
    padding-left: var(--wide-content-margin);
    padding-right: var(--wide-content-margin);
  }
}
@media (max-width: 480px) {
  .module--site_footer {
    padding-bottom: calc(2 * 80px);
    padding-bottom: calc(2 * var(--spacing));
  }
  .module--site_footer section {
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

.module--alert {
  --motion-range: 10px;
  --translate-vertical: var(--motion-range);
  background: #5e5854;
  background: var(--dark-grey);
  bottom: 0;
  border-radius: 7px 7px 0 0;
  color: #f2f2f2;
  color: var(--cool-grey);
  display: block;
  left: 0;
  line-height: 1.1;
  max-width: 90%;
  padding: 0.8em 1.3em 0.8em 2.8em;
  padding-bottom: calc(0.8em + var(--motion-range));
  padding-bottom: calc(0.8em + var(--motion-range) + env(safe-area-inset-bottom));
  position: fixed;
  text-decoration: none;
  transform: translate(calc(50vw - 50%), var(--translate-vertical));
  transition: 0.3s transform;
}
.reveal--loading .module--alert, .module--alert.reveal--ready:not(.reveal--active) {
  --translate-vertical: calc( 100% - 1px );
}
.module--alert:hover {
  --translate-vertical: 0;
}
.module--alert:before {
  content: "";
  bottom: var(--motion-range);
  bottom: calc(var(--motion-range) + env(safe-area-inset-bottom));
  display: block;
  background: currentColor;
  left: 1.3em;
  -webkit-mask: url("../images/alert.svg") center/contain no-repeat;
          mask: url("../images/alert.svg") center/contain no-repeat;
  position: absolute;
  top: 0;
  width: 1em;
}

.module--accordion {
  border: thin;
  border-style: solid none;
  margin: 80px;
  margin: var(--spacing);
  max-width: calc( .62 * 1280px);
  max-width: var(--content-column-width);
}
.module--accordion + .module--accordion {
  border-top: none;
  margin-top: calc(-1 * 80px);
  margin-top: calc(-1 * var(--spacing));
}
.module--accordion .heading {
  cursor: pointer;
  margin: 0;
  padding: 0.6em 1.6em 0.6em 0;
  position: relative;
}
.module--accordion .heading:before {
  background: currentColor;
  content: "";
  display: block;
  height: 26px;
  -webkit-mask: url(../images/arrow-right.svg);
          mask: url(../images/arrow-right.svg);
  position: absolute;
  right: -9px;
  top: 19px;
  transform: rotate(0.75turn);
  transition: 0.3s transform;
  width: 43px;
  will-change: transform;
  transform-origin: 50% 12.5px;
}
.module--accordion .content {
  max-height: 80em;
  overflow: hidden;
  padding-right: 80px;
  padding-right: var(--spacing);
  transition: 0.4s max-height;
}
.module--accordion .content:after {
  content: "";
  display: block;
  padding-bottom: 1em;
}
.module--accordion.is--closed .heading:before {
  transform: rotate(0.25turn);
}
.module--accordion.is--closed .content {
  max-height: 0;
}
@media (min-width: 1440px) {
  .module--accordion {
    margin-left: calc( 50% - .5*1280px);
    margin-left: var(--wide-content-margin);
  }
}

.module--gallery {
  margin: calc(0.5 * 80px) 80px;
  margin: calc(0.5 * var(--spacing)) var(--spacing);
  max-width: calc( .62 * 1280px);
  max-width: var(--content-column-width);
  position: relative;
}
.module--gallery .swiper-container {
  padding-bottom: 1px;
}
.module--gallery figure {
  border-bottom: thin solid;
  height: auto;
  margin: 0;
}
.block-editor-block-list__layout .module--gallery figure:nth-child(n+2) {
  display: none;
}
.module--gallery img {
  display: block;
}
.module--gallery figcaption {
  font-style: italic;
  min-height: 1.45em;
  padding: 1em 8em 0.9em 0;
}
.module--gallery .navigation {
  bottom: 0;
  display: none;
  position: absolute;
  right: 0;
  z-index: 10;
}
.module--gallery .navigation button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 1em 0;
}
.module--gallery .navigation button:before {
  background: currentColor;
  content: "";
  display: block;
  height: 26px;
  -webkit-mask: url(../images/arrow-right.svg);
          mask: url(../images/arrow-right.svg);
  transition: 0.2s transform;
  width: 43px;
}
.module--gallery .navigation button:hover:before {
  transform: translateX(10px);
}
.module--gallery .navigation .prev {
  margin-right: 2em;
  transform: rotate(0.5turn);
}
.module--gallery .swiper-container-initialized + .navigation, .block-editor-block-list__layout .module--gallery .navigation {
  display: block;
}
@media (min-width: 1440px) {
  .module--gallery {
    margin-left: calc( 50% - .5*1280px);
    margin-left: var(--wide-content-margin);
  }
}

.module--homepage_section {
  align-items: flex-start;
  display: flex;
  position: relative;
  margin: 0 80px;
  margin: 0 var(--spacing);
  max-width: 1280px;
  max-width: var(--content-width);
}
.module--homepage_section hr {
  position: absolute;
  top: 0;
  left: 0;
}
.module--homepage_section .content {
  font: 38px / 1.3 "Ivar Soft";
  font: var(--font-h2);
  margin-bottom: 42px;
  width: calc(100% * .62);
  width: calc(100% * var(--content-column));
}
.module--homepage_section .content p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.module--homepage_section .content p + p {
  margin-top: 1.3em;
}
.module--homepage_section .link {
  display: flex;
  flex-grow: 1;
  font: italic 500 26px / normal "Ivar Soft";
  font: var(--font-h3);
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  margin: 32px 0 0 48px;
}
.module--homepage_section .link .title {
  width: 10.5em;
}
.module--homepage_section .link .arrow {
  margin-left: auto;
}
.module--homepage_section .link .arrow:before {
  background: currentColor;
  content: "";
  display: block;
  height: 26px;
  -webkit-mask: url(../images/arrow-right.svg);
          mask: url(../images/arrow-right.svg);
  margin-top: 4px;
  transition: 0.2s transform;
  width: 43px;
}
.module--homepage_section .link:hover .arrow:before {
  transform: translateX(10px);
}
@media (max-width: 840px) {
  .module--homepage_section {
    flex-direction: column;
  }
  .module--homepage_section .content {
    width: 100%;
    margin-bottom: 0;
  }
  .module--homepage_section .content p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .module--homepage_section .link {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 1.5em 0;
    text-align: left;
  }
  .module--homepage_section .link .arrow {
    margin: 0 0 0.2em 0.5em;
  }
}
@media (min-width: 1440px) {
  .module--homepage_section {
    margin-left: calc( 50% - .5*1280px);
    margin-right: calc( 50% - .5*1280px);
    margin-left: var(--wide-content-margin);
    margin-right: var(--wide-content-margin);
  }
}

.module--page_header {
  border-bottom: thin solid;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin-bottom: 80px;
  margin-bottom: var(--spacing);
  max-height: 50vw;
  position: relative;
}
.block-editor-block-list__layout .module--page_header {
  max-height: 60vh;
}
.module--page_header.type--homepage {
  border-bottom: none;
  max-height: 72vw;
}
.module--page_header:before {
  content: "";
  flex: 0 1 20%;
}
.module--page_header:after {
  background: top right/cover no-repeat var(--image);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
}
.module--page_header h1 {
  margin: auto 0;
  padding: 80px;
  padding: var(--spacing);
}
.module--page_header .view-more {
  --extra-bottom-padding: 0px;
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  bottom: calc(40px + var(--extra-bottom-padding));
  bottom: calc(var(--padding) + var(--extra-bottom-padding));
  font-size: 0;
  left: 40px;
  left: var(--padding);
  position: absolute;
}
.reveal--loading .module--page_header .view-more, .module--page_header .view-more.reveal--ready:not(.reveal--active) {
  transform: translateY(-80px);
}
.module--page_header .view-more svg {
  transition: 0.2s transform;
}
.module--page_header .view-more svg:hover {
  transform: translateY(10px);
}
.module--page_header .extra-logo {
  background: #5e5854;
  background: var(--dark-grey);
  height: 123px;
  left: 40px;
  left: var(--padding);
  -webkit-mask: url("../images/freezer-orthodontics.svg") center/contain no-repeat;
          mask: url("../images/freezer-orthodontics.svg") center/contain no-repeat;
  position: absolute;
  top: 40px;
  top: var(--padding);
  width: 244px;
  top: calc(100% + 40px);
  top: calc(100% + var(--padding));
}
.module--page_header .extra-logo span {
  display: none;
}
@media (max-width: 1600px) {
  .module--page_header.type--homepage {
    margin-bottom: 15rem;
  }
}
@media (max-width: 840px) {
  .module--page_header {
    height: auto;
    max-height: none;
  }
  .module--page_header.type--homepage {
    background: top right/cover no-repeat var(--image-mobile);
    max-height: 100vh;
    height: 100vh;
    border-bottom: thin solid;
    margin-bottom: 12rem;
  }
  .module--page_header.type--homepage:after {
    content: none;
  }
  .module--page_header:after {
    border-top: thin solid;
    position: static;
    padding-top: 60%;
  }
  .module--page_header h1 {
    padding-top: 5.8em;
  }
}
@media (max-width: 480px) {
  .module--page_header:after {
    padding-top: 104%;
  }
  .module--page_header .view-more {
    --extra-bottom-padding: 114px;
  }
  .module--page_header .extra-logo {
    height: 100px;
    top: calc(100% + 1.5 * 40px);
    top: calc(100% + 1.5 * var(--padding));
    width: 200px;
  }
}

.module--profile {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 80px;
  margin: var(--spacing);
  max-width: 1280px;
  max-width: var(--content-width);
}
.module--profile .text {
  margin-right: 24px;
  padding-right: 80px;
  padding-right: var(--spacing);
  position: relative;
  width: calc(100% * .62);
  width: calc(100% * var(--content-column));
  flex: 0 0 calc(100% * .62);
  flex: 0 0 calc(100% * var(--content-column));
}
.module--profile hr {
  position: absolute;
}
.module--profile .role {
  font: 38px / 1.3 "Ivar Soft";
  font: var(--font-h2);
  font-style: italic;
  margin-top: -0.8em;
  opacity: 0.5;
}
.module--profile img {
  flex: 1 0 0%;
  width: 0;
}
@media (min-width: 1440px) {
  .module--profile {
    margin-left: calc( 50% - .5*1280px);
    margin-right: calc( 50% - .5*1280px);
    margin-left: var(--wide-content-margin);
    margin-right: var(--wide-content-margin);
  }
}
@media (max-width: 600px) {
  .module--profile {
    flex-direction: column;
    position: relative;
    padding-top: calc(80px + 1.5em);
    padding-top: calc(var(--spacing) + 1.5em);
  }
  .module--profile .text {
    order: 2;
    width: 100%;
    padding: 0;
    position: static;
  }
  .module--profile hr {
    top: 0;
  }
  .module--profile img {
    order: 1;
    width: 100%;
  }
}
/*# sourceMappingURL=frontend.css.map */
