/*!
Theme Name: lugosinora_v2
Theme URI: https://lugosinora.hu/
Author: Balazs Kovacs
Author URI: https://craft.hu

--------------------------------------------------------------*/
/* Inter Variable - Upright (Weights 100-900) */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/inter.woff2") format("woff2");
}
@font-face {
  font-family: "PPWriter";
  font-weight: 340;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/PPWriter-Book.woff2") format("woff2"), url("/assets/fonts/PPWriter-Book.woff") format("woff");
}
@font-face {
  font-family: "PPWriter";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/PPWriter-Thin.woff2") format("woff2"), url("/assets/fonts/PPWriter-Thin.woff") format("woff");
}
@font-face {
  font-family: "PPWriter";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/PPWriter-Bold.woff2") format("woff2"), url("/assets/fonts/PPWriter-Bold.woff") format("woff");
}
body {
  font-size: 100%;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 90%;
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 100%;
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 100%;
  }
}
@media screen and (min-width: 1360px) {
  body {
    font-size: 105%;
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 110%;
  }
}
@media screen and (min-width: 1900px) {
  body {
    font-size: 115%;
  }
}

.clearfix {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.layout-centered {
  position: relative;
  float: none;
  width: calc(100% - 4em);
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .layout-centered {
    max-width: 72rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 599px) {
  .layout-centered.nomargin {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 599px) {
  .layout-centered.widemargin {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.hidden {
  display: none;
}

/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 340;
  line-height: 1.4;
  font-family: "PPWriter";
}

h1 {
  font-size: 2em;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 3em;
  }
}

p,
ul,
ol {
  margin-bottom: 1.5em;
  font-weight: 400;
  font-size: 1em;
}
@media screen and (min-width: 1000px) {
  p,
  ul,
  ol {
    font-size: 1.125em;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body {
  background: #f3d3b4;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

section {
  width: 100%;
}

::-moz-selection {
  background: #0087ff;
  color: white;
  text-shadow: none;
}

::selection {
  background: #0087ff;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #0087ff;
  color: white;
  text-shadow: none;
}

a {
  color: #aa250c;
}

.site-header {
  z-index: 1000;
  position: fixed;
  display: block;
  width: 100%;
  top: 1rem;
}
@media screen and (min-width: 1000px) {
  .site-header {
    top: 2rem;
  }
}

.menu {
  transform: rotate(2deg);
}
.menu__trigger {
  z-index: 1002;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  border: none;
  background-color: #eda690;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1000px) {
  .menu__trigger {
    display: none;
  }
}
.menu__list {
  display: none;
}
@media screen and (min-width: 1000px) {
  .menu__list {
    display: block;
  }
}
.menu__list.open {
  display: block;
}
.menu__list {
  background-color: #f3d3b4;
  z-index: 1001;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 15rem;
  border-radius: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .menu__list {
    background-color: #eda690;
    position: relative;
    top: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    padding: 1rem 2rem;
    border-radius: 4rem;
  }
}
.menu__list ul {
  margin: 1.5rem;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1000px) {
  .menu__list ul {
    margin: 0;
    padding: 0;
  }
}
.menu__list li {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .menu__list li {
    display: inline;
    margin-right: 1.5rem;
  }
}
.menu a {
  color: black;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .menu a {
    color: black;
  }
}
.menu a:hover {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: hairline;
}

.intro {
  position: relative;
  overflow: hidden;
  padding-bottom: 40rem;
}
@media screen and (min-width: 1000px) {
  .intro {
    padding-bottom: 30rem;
    overflow: visible;
    padding: 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("/assets/images/intro--portrait.jpeg");
  background-position: top -12rem right;
  background-repeat: no-repeat;
  background-size: 130%;
  width: 100%;
  height: 26rem;
}
@media screen and (min-width: 1000px) {
  .intro::before {
    width: 100%;
    height: 26rem;
    opacity: 0.1;
    background-image: url("/assets/images/bg__grid--dark-bottom-right.svg");
    background-position: center bottom;
    background-repeat: repeat;
    background-size: auto auto;
  }
}
.intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 42rem;
  opacity: 1;
  border-top: 14rem solid #cf2f11;
  background: url("/assets/images/bg__grid--light10-top-right.svg") repeat, #cf2f11;
  background-position: center top 14rem;
  background-repeat: repeat;
}
.intro .layout-centered {
  position: relative;
}
.intro .layout-centered::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url("/assets/images/intro--portrait.jpeg");
  background-repeat: no-repeat;
  background-position: bottom right 5rem;
  background-size: 130% auto;
  bottom: -45rem;
  left: 0;
  width: 130%;
  height: 55rem;
}
@media screen and (min-width: 1000px) {
  .intro .layout-centered::after {
    background-position: bottom right;
    border-radius: 1.5rem;
    width: 58rem;
    height: 87rem;
    top: -16rem;
    left: 12rem;
    transform: rotate(-1.5deg);
  }
}
.intro__card {
  z-index: 10;
  position: relative;
  padding-top: 7rem;
  transform: rotate(-2deg);
  display: grid;
  width: 100%;
  left: -0.5rem;
  grid-template-columns: 15% 95%;
}
@media screen and (min-width: 1000px) {
  .intro__card {
    transform: rotate(-1.5deg);
    padding-top: 47rem;
    grid-template-columns: 17em 30em;
  }
}
.intro__card--pattern {
  float: left;
  width: 100%;
  align-self: end;
}
@media screen and (min-width: 1000px) {
  .intro__card--pattern {
    width: 17rem;
  }
}
.intro__card--pattern img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 11rem;
}
@media screen and (min-width: 1000px) {
  .intro__card--pattern img {
    border-radius: 1.5rem 1.5rem 0 0;
    height: auto;
  }
}
.intro__card--name {
  float: left;
  background-color: #7899c8;
  padding: 3em 3em;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 1000px) {
  .intro__card--name {
    max-width: 30rem;
    padding: 4em 3em;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.intro__card--name h1 {
  font-family: "PPWriter";
  font-size: 2.625rem;
  color: white;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .intro__card--name h1 {
    font-size: 4rem;
  }
}
.intro__card--name h1 span {
  font-size: 1.625rem;
}
.intro__card--desc {
  float: left;
  background-color: white;
  max-width: 47rem;
  border-radius: 0 0 1rem 1rem;
  grid-column-start: span 2;
  padding: 4em 4em 4em 3em;
}
@media screen and (min-width: 1000px) {
  .intro__card--desc {
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 4em 3em;
  }
}
.intro__card--desc h2 {
  margin: 0;
  font-size: 2rem;
}
@media screen and (min-width: 1000px) {
  .intro__card--desc h2 {
    font-size: 3rem;
  }
}

.views {
  background-color: #cf2f11;
  background: url("/assets/images/bg__grid--light10-top-right.svg") repeat, #cf2f11;
  background-position: center top 14rem;
  padding-top: 4rem;
  padding-bottom: 14rem;
}
@media screen and (min-width: 1000px) {
  .views {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
.views h2 {
  color: #fff7c2;
  font-size: 2.625rem;
}
.views p {
  color: white;
}
.views__quote {
  transform: rotate(-1.5deg);
}
@media screen and (min-width: 1000px) {
  .views__quote {
    float: left;
  }
}
.views__quote img {
  max-width: 18rem;
}
@media screen and (min-width: 1000px) {
  .views__quote img {
    max-width: 24rem;
  }
}
.views__copy {
  padding-top: 3rem;
}
@media screen and (min-width: 1000px) {
  .views__copy {
    padding-top: 7rem;
    float: left;
    max-width: 32rem;
  }
}

.aboutyou {
  padding: 0;
}
.aboutyou .layout-centered {
  position: relative;
  background: url("/assets/images/aboutyou__bg.svg");
  background-repeat: no-repeat;
  background-position: top 3em left -25em;
  background-size: 220%;
  padding: 6rem 4rem 6rem 4rem;
}
@media screen and (min-width: 1000px) {
  .aboutyou .layout-centered {
    background-size: 100%;
    background-position: top 7rem left 0;
    padding: 14rem 10rem 21rem 21rem;
  }
}
.aboutyou__illustration {
  margin-top: 4rem;
  float: left;
}
.aboutyou__copy {
  float: right;
  max-width: 32rem;
  padding-top: 0rem;
  color: #aa250c;
  font-size: 1.125rem;
}

.aboutme {
  background: url("/assets/images/aboutme--bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 2em;
}
.aboutme .layout-centered {
  position: relative;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .aboutme .layout-centered {
    padding-bottom: 14rem;
    overflow: visible;
  }
}
.aboutme .layout-centered::after {
  content: "";
  position: absolute;
  border-radius: 1.5rem;
  z-index: 20;
  background-image: url("/assets/images/aboutme--portrait.jpeg");
  width: 30rem;
  height: 44rem;
  top: 1rem;
  right: -1rem;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(2deg);
}
@media screen and (min-width: 1000px) {
  .aboutme .layout-centered::after {
    content: "";
    position: absolute;
    border-radius: 1.5rem;
    z-index: 1;
    background-image: url("/assets/images/aboutme--portrait.jpeg");
    width: 21rem;
    height: 31rem;
    top: -5rem;
    right: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(2deg);
    width: 53.75rem;
    height: 87rem;
  }
}
.aboutme__leftcolumn {
  margin-top: 42em;
  overflow: hidden;
  padding-bottom: 2em;
}
@media screen and (min-width: 1000px) {
  .aboutme__leftcolumn {
    margin-top: 0;
    float: left;
    overflow: visible;
    padding-bottom: 0;
  }
}
.aboutme__intro {
  max-width: 32rem;
  padding: 4rem 3rem;
  z-index: 12;
  position: relative;
  background-color: white;
  color: black;
  border-radius: 1.5rem;
  transform: rotate(2deg);
  margin-top: 1rem;
}
@media screen and (min-width: 1000px) {
  .aboutme__intro {
    margin-top: -3rem;
  }
}
.aboutme__intro--title {
  padding-bottom: 1rem;
  border-bottom: 1px dashed grey;
}
.aboutme__edu {
  max-width: 32rem;
  padding: 4rem 3rem;
  margin-top: -2rem;
  z-index: 11;
  position: relative;
  background-color: #7899c8;
  color: white;
  border-radius: 1.5rem;
  transform: rotate(2deg);
}
.aboutme__edu a {
  color: white;
}
.aboutme__edu--title {
  border-bottom: 1px dashed white;
}
.aboutme__studies {
  max-width: 30rem;
  float: right;
  z-index: 12;
  position: relative;
  margin-top: 1rem;
  margin-right: 7rem;
}
@media screen and (min-width: 1000px) {
  .aboutme__studies {
    margin-top: 85rem;
  }
}
.aboutme__studies ul {
  list-style: none;
}
.aboutme__studies li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 0;
}
.aboutme__studies p {
  margin: 0;
}
.aboutme__studies .degr {
  font-size: 1rem;
  color: #d7d6cf;
}
.aboutme__studies .univ {
  font-size: 0.875rem;
  color: #dbdebe;
  font-weight: 700;
}
.aboutme__studies .year {
  font-size: 0.875rem;
  color: #d7d6cf;
}

.method {
  background: url("/assets/images/method--bg.svg");
  background-repeat: repeat;
}
.method .layout-centered {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 14rem;
}
@media screen and (min-width: 1000px) {
  .method .layout-centered {
    padding-top: 9rem;
    padding-bottom: 14rem;
  }
}
.method__leftcolumn {
  max-width: 28rem;
}
@media screen and (min-width: 1000px) {
  .method__leftcolumn {
    float: left;
  }
}
.method__rightcolumn {
  transform: rotate(1.5deg);
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .method__rightcolumn {
    max-width: 33rem;
    float: left;
    margin-left: 7rem;
    margin-top: 7rem;
  }
}
.method__title {
  margin-bottom: 1rem;
}
.method__copy {
  color: black;
}
.method__copy h3 {
  font-size: 1.625rem;
  color: white;
}
.method__copy {
  margin-bottom: 4rem;
}
.method__topics {
  max-width: 33rem;
  background: #cf2f11;
  color: white;
  padding: 3rem;
  border-radius: 1rem;
}
@media screen and (min-width: 1000px) {
  .method__topics {
    padding: 4rem;
    border-radius: 1.5rem;
  }
}
.method__topics ul {
  padding-inline-start: 1em;
}
.method__disclaimer {
  padding: 0.8rem 1.2rem;
  margin-top: 2rem;
  border-radius: 0.2rem;
  border: 1px dotted rgba(0, 0, 0, 0.8);
}
.method__disclaimer img {
  float: left;
  margin-right: 0.8rem;
  margin-bottom: 0.5rem;
  width: 2rem;
  opacity: 0.7;
}
.method__disclaimer p {
  margin: 0;
  font-size: 0.7rem;
  color: black;
}

.contact .layout-centered {
  margin-top: -4rem;
}
.contact__text {
  max-width: 23rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1000px) {
  .contact__text {
    float: right;
    margin-top: 9rem;
    margin-right: 4rem;
  }
}
.contact__image {
  max-width: 39rem;
  transform: rotate(-2deg);
}
@media screen and (min-width: 1000px) {
  .contact__image {
    float: left;
  }
}
.contact__image img {
  border-radius: 1.5rem;
}

footer {
  margin-top: 8rem;
  padding: 1rem 0 3rem;
  background-color: white;
}/*# sourceMappingURL=style.css.map */