@font-face {
  font-family: rooki-serif;
  src: url('../fonts/YoungSerif-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: rooki-sans;
  src: url('../fonts/Sofia-Pro-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: rooki-sans;
  src: url('../fonts/Sofia-Pro-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: rooki-sans;
  src: url('../fonts/Sofia-Pro-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: rooki-sans;
  src: url('../fonts/Sofia-Pro-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Eb garamond;
  src: url('../fonts/eb-garamond.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Eb garamond;
  src: url('../fonts/eb-garamond-v10-latin-italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Calluna;
  src: url('../fonts/Calluna-Regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Calluna;
  src: url('../fonts/Calluna-Bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Syne;
  src: url('../fonts/Syne-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Consolas;
  src: url('../fonts/Consolas.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Syne;
  src: url('../fonts/Syne-Extra.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  width: 100%;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: rooki-sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h3 {
  color: #000;
  text-align: left;
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: rooki-sans, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000000e6;
  text-align: left;
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Calluna, Georgia, sans-serif;
  font-size: 21px;
  line-height: 33px;
}

a {
  color: #e58181;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: #ff9494;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000000f2;
  margin-bottom: 30px;
  padding-left: 5px;
  font-family: rooki-sans, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

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

blockquote {
  color: #000;
  text-align: center;
  letter-spacing: -2px;
  border-left: 5px #e2e2e2;
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 0;
  font-family: rooki-sans, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 88px;
}

figure {
  margin-top: 0;
  margin-bottom: 0;
}

figcaption {
  color: #3339;
  text-align: center;
  margin-top: 8px;
  font-family: rooki-sans, sans-serif;
  font-weight: 400;
}

.header {
  max-width: 1400px;
  height: 330px;
  margin-top: 20px;
  margin-right: 10px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "." 67px
                 / minmax(160px, 1fr) .25fr 4.75fr .25fr minmax(160px, 1fr);
  height: 332px;
}

.link-block {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.line-div {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.line {
  background-color: #0000001a;
  width: 1px;
  height: 100%;
}

.header-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 30px;
  display: flex;
}

.heading-2 {
  color: #00000080;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eb garamond, Georgia, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.header-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.heading-3 {
  color: #0006;
  margin-top: 0;
  margin-bottom: 0;
  font-family: rooki-sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
}

.line-hor {
  background-color: #0000001a;
  width: 100%;
  max-width: 1400px;
  height: 1px;
  margin-bottom: 20px;
}

.line-hor.mobile._1, .line-hor.noshow.test {
  display: none;
}

.line-hor.up {
  margin-top: 20px;
  display: none;
}

.line-hor.up.hidden.mail {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.line-hor.up.students {
  margin-top: 40px;
  display: block;
}

.line-hor.low {
  margin-bottom: 40px;
}

.line-hor.interview.another {
  margin-top: 24px;
}

.line-hor.author {
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 0;
}

.nav-menu {
  justify-content: center;
  width: 100%;
  display: flex;
  position: static;
}

.nav {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-top: 1px solid #0000001a;
  border-bottom: 1px #0000001a;
  align-self: center;
  width: 100%;
  font-family: rooki-sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  position: static;
}

.nav.home {
  border-bottom-style: solid;
}

.paragraph {
  color: #00000080;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Eb garamond, Georgia, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-2.lazyload {
  padding-top: 10px;
  padding-bottom: 0;
}

.interview_h1 {
  color: #e58181;
  letter-spacing: -1px;
  margin-top: -84px;
  margin-bottom: 10px;
  font-family: rooki-serif, Georgia, sans-serif;
  font-size: 110px;
  line-height: 100px;
  text-decoration: none;
  transition: color .2s;
}

.interview_h1:hover {
  color: #ff9494;
  letter-spacing: -1px;
}

.div-block-3 {
  background-color: #fff;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-5 {
  color: #000000b3;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: rooki-serif, Georgia, sans-serif;
  font-size: 23px;
  font-weight: 400;
  display: block;
}

.heading-5.interviewee {
  text-align: center;
}

.body {
  background-color: #fff;
  background-image: url('../images/rice-paper-white2-1.png');
  background-position: 0 0;
  background-size: 125px;
  transition: opacity .2s;
}

.div-block-4 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 1400px;
  margin-top: 0;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 410px;
  display: flex;
}

.label {
  color: #e58181;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: rooki-sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.label:hover {
  color: #ff9494;
}

.label.label-link {
  margin-top: 0;
  margin-left: 7px;
  line-height: 20px;
}

.label.font {
  margin-bottom: 0;
}

.paragraph-2 {
  color: #00000080;
  text-align: left;
  max-height: 83px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: rooki-sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-2.footerp {
  text-align: left;
  max-width: 450px;
  margin-top: 20px;
}

.paragraph-2.font {
  font-weight: 400;
  transition: color .2s;
}

.paragraph-2.font:hover {
  color: #000000e6;
  font-weight: 500;
}

.paragraph-2.student-p, .paragraph-2.center {
  text-align: center;
}

.collection-list {
  margin-top: 0;
  margin-bottom: 20px;
}

.collection-item {
  border-bottom: 1px #000;
  border-left: 1px #0003;
  border-right: 1px #0003;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.quote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: 410px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-8 {
  color: #201e1e;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: rooki-serif, Georgia, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  text-decoration: none;
  transition: color .2s;
}

.heading-8:hover {
  color: #746666;
}

.heading-8.showcase {
  color: #e58181;
}

.heading-8.showcase:hover {
  color: #ff9494;
}

.html-embed {
  font-family: EB Garamond, Georgia, sans-serif;
  font-size: 13px;
}

.html-embed.mobile {
  display: none;
}

.footer {
  height: 100%;
  margin-top: 35px;
  margin-bottom: 40px;
}

.form {
  flex-direction: column;
  align-items: stretch;
  width: 420px;
  min-width: 300px;
  display: flex;
}

.text-field {
  background-color: #fff;
  border: 2px solid #0006;
  height: 50px;
  margin-top: 0;
  font-family: rooki-sans, sans-serif;
  font-size: 16px;
}

.text-field:active, .text-field:focus {
  border-color: #e58181;
}

.text-field.submit-field {
  color: #979797;
  background-color: #fff;
  border: 2px solid #0000004d;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 32px;
}

.text-field.submit-field:active, .text-field.submit-field:focus {
  border-color: #e58181;
}

.text-field.home {
  text-align: center;
  min-width: 300px;
  margin-top: 15px;
}

.submit-button {
  color: #e58181;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff;
  border-style: none;
  min-width: 300px;
  height: 44px;
  margin-top: 20px;
  padding: 13px 30px 12px;
  font-family: rooki-sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #e29393;
}

.submit-button.submit-button {
  color: #fff;
  background-color: #e58181;
  margin-top: 8px;
  margin-bottom: 0;
}

.submit-button.submit-button:hover {
  color: #e58181;
  background-color: #fff;
}

.submit-button.partner-button {
  width: 240px;
  margin-bottom: 50px;
  display: block;
}

.submit-button.partner-button.fwa {
  width: 170px;
}

.submit-button.font-download {
  max-width: 350px;
}

.container-2 {
  text-align: left;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.navbar {
  opacity: .7;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  order: 0;
  align-self: flex-end;
  font-family: rooki-sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #ffefef;
  background-image: url('../images/rice-paper3-1.png');
  background-position: 0 0;
  background-size: 125px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 67px;
  padding-right: 67px;
  display: flex;
  position: static;
}

.main.newsletter-main {
  height: auto;
  padding: 30px 64px 0;
}

.collection-list-wrapper-2 {
  max-width: 1100px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template: "."
  / .85fr 1fr .85fr;
  max-width: 1400px;
  height: 500px;
}

.collection-list-wrapper-3 {
  text-align: center;
  max-width: 1400px;
  height: 100%;
  margin-top: 35px;
  margin-bottom: 20px;
}

.image-3 {
  opacity: 1;
}

.paragraph-5 {
  color: #00000080;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: EB Garamond, Georgia, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-10 {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.image-4 {
  margin-left: 4px;
}

.div-block-11 {
  z-index: 3;
  background-image: url('../images/leaves.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 440px;
  width: 100%;
  height: 80px;
  max-height: 1200px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-11.leavesf {
  transform-style: preserve-3d;
  position: relative;
  inset: 0 0% 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.div-block-11.newsletter-leaves {
  margin-top: -19px;
}

.image-5 {
  z-index: 1;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-6 {
  z-index: 5;
  float: none;
  position: absolute;
  inset: -73px auto auto -67px;
}

.interview_image_featured {
  width: 100%;
}

.heading-9 {
  color: #e58181;
  letter-spacing: 1.5px;
  font-family: rooki-sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.heading-10 {
  color: #201e1e;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: rooki-serif, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.heading-10:hover {
  color: #746666;
}

.heading-10.no-link {
  transition-property: none;
}

.heading-10.no-link:hover {
  color: #201e1e;
}

.heading-10.articles {
  margin-top: 0;
  margin-bottom: 90px;
}

.div-block-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 180px;
  margin-bottom: 0;
}

.div-block-12.interview {
  background-size: contain;
  height: 140px;
  margin-bottom: 7px;
}

.nav-menu-2 {
  text-align: left;
  align-self: auto;
}

.nav-link-2 {
  color: #0009;
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  transition: color .2s;
  display: inline-block;
  position: relative;
}

.nav-link-2:hover {
  color: #000;
  font-weight: 700;
}

.nav-link-2.w--current {
  color: #0009;
}

.nav-link-2.w--current:hover {
  color: #000;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-template: "."
  / 1fr 1fr;
  height: 100%;
}

.div-block-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 67px;
  display: flex;
}

.div-block-14 {
  padding-right: 88px;
}

.main-nav {
  color: #00000080;
  text-align: center;
  flex: 1;
  font-family: rooki-sans, sans-serif;
  transition: letter-spacing .2s, color .2s;
}

.main-nav:hover {
  color: #000000e6;
  text-align: center;
  letter-spacing: 2.5px;
}

.main-nav.w--current {
  color: #000c;
  letter-spacing: 2px;
  font-weight: 900;
}

.main-nav.w--current:visited {
  color: #00000080;
}

.success-message {
  background-color: #fff;
}

.text-block {
  color: #e29393;
  font-family: rooki-sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-2 {
  text-align: left;
  font-family: rooki-sans, sans-serif;
  font-weight: 500;
}

.link-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.link-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-16 {
  display: block;
  overflow: visible;
}

.main-img-article {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1100px;
  height: 500px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.main-img-article.interview_image {
  text-align: center;
  background-position: 50%;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  max-width: 1100px;
  height: 360px;
  margin-top: 0;
  display: block;
}

.body-article {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  display: flex;
}

.article-top {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: auto;
  display: flex;
}

.article_title {
  color: #e58181;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: rooki-serif, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
}

.date-article {
  color: #00000080;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex: 0 auto;
  width: auto;
  margin-top: 10px;
  margin-bottom: 1px;
  margin-right: 5px;
  font-family: rooki-sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.date-article.writtenby {
  margin-left: 0;
  margin-right: 7px;
}

.summary-article {
  color: #000000b3;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: rooki-sans, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 31px;
}

.kt-link {
  color: #00000080;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: rooki-sans, sans-serif;
  font-weight: 500;
  display: block;
}

.article-text {
  text-align: left;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin-top: 60px;
  display: flex;
}

.article-text ul {
  width: 100%;
  max-width: 700px;
  margin-top: 16px;
}

.article-text li {
  color: #000000e6;
  font-family: Calluna, Georgia, sans-serif;
  font-size: 21px;
  line-height: 33px;
}

.article-text h6 {
  text-align: left;
  background-color: #ebebeb;
  border: 1px solid #00000014;
  border-radius: 4px;
  align-self: auto;
  width: 100%;
  max-width: 700px;
  padding: 12px 10px;
  font-family: Consolas, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.date {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  margin-top: 40px;
  display: flex;
}

.date.date-article, .date.interview {
  margin-top: 40px;
}

.key-takeaways {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 480px;
  max-width: 864px;
  height: auto;
  margin-top: 94px;
  margin-left: 69px;
  display: flex;
}

.kt-title {
  color: #0006;
  text-align: left;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: rooki-sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.list {
  width: 100%;
  position: relative;
}

.list-2 {
  list-style-type: disc;
}

.heading-13 {
  color: #00000080;
  margin-top: 0;
  margin-bottom: 0;
  font-family: rooki-sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.heading-13.author-name {
  color: #000;
  transition: opacity .2s, color .2s;
}

.heading-13.author-name:hover {
  color: #b1b1b1;
  text-decoration: none;
}

.heading-13.description {
  margin-top: 16px;
}

.author-block {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.image-10 {
  opacity: .3;
  transition: opacity .2s;
}

.image-10:hover {
  opacity: .7;
}

.div-block-23 {
  width: 100%;
  max-width: 1400px;
  height: 352px;
  margin-top: 60px;
  padding-left: 67px;
  padding-right: 67px;
}

.div-block-23.article {
  height: 402px;
  margin-top: 60px;
}

.div-block-23.article.showcase {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-23.interview {
  height: 312px;
}

.collection-list-wrapper-5 {
  width: 100%;
}

.collection-item-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 360px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.collection-item-3.interview {
  height: 270px;
}

.link-block-6 {
  margin-left: 40px;
  margin-right: 40px;
}

.image-12 {
  width: 100%;
}

.kt-bg {
  background-image: url('../images/key-res.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 810px;
  height: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.rich-text-block-4 {
  text-align: left;
  width: 100%;
  margin-left: -24px;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.collection-list-wrapper-6 {
  width: 100%;
  max-width: 850px;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 90px;
  display: flex;
}

.link-block-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 250px;
  display: flex;
}

.interview-title {
  color: #e58181;
  text-align: center;
  margin-top: -35px;
  font-family: rooki-serif, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
  text-decoration: none;
  transition: color .2s;
}

.interview-title:hover {
  color: #ff9494;
}

.interview-job {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: rooki-serif, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pagination {
  margin-bottom: 40px;
}

.heading-16 {
  color: #000;
  text-align: left;
  align-self: auto;
  max-width: 600px;
  margin-top: 60px;
  margin-bottom: 16px;
  font-family: rooki-sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.heading-16.submit-heading {
  margin-bottom: 34px;
}

.heading-16.partnership {
  color: #00000080;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  display: inline;
}

.heading-16.partnership.and {
  padding-left: 17px;
  padding-right: 0;
}

.heading-16.low {
  margin-top: 40px;
  margin-bottom: 6px;
}

.heading-16.page-top {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: rooki-serif, Georgia, sans-serif;
  font-weight: 400;
}

.collection-list-wrapper-7 {
  justify-content: flex-end;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  display: block;
}

.article-thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  height: 230px;
  display: inline-block;
}

.div-block-27 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.collection-item-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 420px;
  display: flex;
}

.div-block-28 {
  width: 100%;
  max-width: 420px;
  max-height: 163px;
}

.collection-list-wrapper-8 {
  width: 100%;
  max-width: 1200px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-template: "."
  / .85fr 1fr .85fr;
  height: 320px;
}

.link-block-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-item-5 {
  margin-bottom: 40px;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.portfolio {
  color: #000000e6;
}

.collection-item-6 {
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  display: flex;
}

.list-item {
  margin-bottom: 15px;
}

.label-div {
  align-items: flex-start;
  display: flex;
}

.label-div.list {
  margin-top: 15px;
}

.share-buttons {
  margin-top: 20px;
  margin-bottom: 15px;
}

.bold-text {
  font-family: rooki-sans, sans-serif;
  font-weight: 700;
}

.paragraph-8 {
  margin-bottom: 40px;
}

.link-block-12 {
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding-left: 0;
  display: flex;
}

.div-block-32 {
  z-index: 1000;
  margin-top: 20px;
  display: flex;
  position: static;
}

.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.image-13 {
  opacity: .7;
  transition: opacity .2s;
}

.image-13:hover {
  opacity: 1;
}

.image-15 {
  width: 100%;
}

.link {
  color: #e58181;
  transition: color .2s;
}

.link:hover {
  color: #ff9494;
}

.link:visited {
  color: #00000080;
}

.webflow {
  background-color: #fefefe;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  align-items: center;
  width: 136px;
  height: 28px;
  margin-top: 30px;
  padding-left: 5px;
  display: flex;
}

.image-16 {
  margin-left: 8px;
}

.link-block-13 {
  width: 100%;
  text-decoration: none;
  display: inline-block;
}

.ad {
  margin-top: 0;
}

.block-quote {
  font-weight: 500;
}

.paragraph-9 {
  order: 0;
}

.submit-div {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-top: 40px;
  margin-bottom: 32px;
}

.submit-div.about {
  margin-top: 0;
}

.submit-div.privacy {
  margin-top: 20px;
}

.link-submit {
  color: #e58181;
  transition: color .2s;
}

.link-submit:hover {
  color: #ff9494;
}

.field-label {
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 6px;
  font-family: rooki-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-10.ups {
  margin-top: 28px;
}

.text-block-3 {
  font-family: rooki-sans, sans-serif;
  font-weight: 500;
}

.text-block-4 {
  text-align: left;
  font-family: rooki-sans, sans-serif;
  font-weight: 500;
}

.success-message-2 {
  background-color: #fff;
  margin-bottom: 32px;
}

.link-block-14 {
  margin-left: 13px;
}

.image-17 {
  margin-bottom: 0;
  display: block;
}

.partner-logo {
  display: block;
}

.link-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: inline-block;
}

.image-18 {
  margin-top: 30px;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.free-font {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: "Stonewall 50 web";
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.bold-text-3 {
  color: #201e1e;
  font-family: Syne, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 50px;
  text-decoration: none;
  transition: color .1s;
}

.bold-text-3:hover {
  color: #666565;
}

.grid-7 {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: stretch;
  place-items: center;
  width: 100vw;
  max-width: 100%;
}

.image-20 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.div-block-37 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-21 {
  overflow: hidden;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-39 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-17 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: rooki-serif, Georgia, sans-serif;
  font-weight: 400;
}

.form-block {
  min-width: 300px;
}

.div-block-40 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 67px;
  padding-right: 67px;
  display: block;
}

.div-block-41 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 30px;
  display: flex;
}

.div-block-42 {
  padding-left: 67px;
}

.div-block-43 {
  width: 100vw;
  padding-left: 67px;
  padding-right: 67px;
}

.header-newsletter {
  width: 100%;
}

.newsletter-columns {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.text-block-5 {
  margin-top: 14px;
}

.italic-text {
  color: #00000080;
  font-family: Eb garamond, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.column-2 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-22 {
  margin-top: 66px;
  margin-bottom: 60px;
  margin-left: -30px;
  transform: rotate(90deg);
}

.column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 10vw;
  display: flex;
}

.newsletter-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: rooki-serif, Georgia, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 49px;
}

.newsletter-paragraph {
  color: #3a3939;
  margin-top: -20px;
  margin-bottom: 45px;
  font-family: rooki-sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.column-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4vw;
  margin-bottom: 0;
  padding-left: 88px;
  padding-right: 0;
  display: flex;
}

.success-message-3 {
  background-color: #e58181;
}

.text-block-6 {
  color: #fff;
  font-family: rooki-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-7 {
  font-family: rooki-sans, sans-serif;
}

.image-23 {
  opacity: 1;
}

.link-block-16 {
  align-self: auto;
}

.div-block-44 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 30px;
  display: flex;
}

.paragraph-12 {
  color: #0009;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 13px;
  padding-top: 3px;
  font-family: rooki-sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-24 {
  box-shadow: 0 0 16px 7px #0000000d;
}

.collection-item-7 {
  align-items: flex-start;
  display: flex;
}

.image-25 {
  display: block;
}

.collection-list-3 {
  display: flex;
}

.author-block-collection {
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.author-name {
  font-family: rooki-sans, sans-serif;
}

.author-name.heading-13 {
  text-align: left;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
}

.collection-item-author {
  align-items: center;
  display: flex;
}

.author-block-right {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 22px;
  display: flex;
}

.author-block-right.vertical {
  flex-direction: column;
}

.author-description {
  color: #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-family: rooki-sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.author-description p {
  color: #0009;
  margin-top: 11px;
  margin-bottom: 0;
  font-family: rooki-sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.author-image {
  width: 95px;
  height: 95px;
}

.author-image.small {
  width: 50px;
  height: 50px;
}

.html-embed-2 {
  margin-top: 10px;
}

.div-block-45 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ff-collab {
  color: #0006;
  letter-spacing: 1px;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 11px;
  padding-left: 0;
  font-family: rooki-sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-26 {
  opacity: .36;
  margin-bottom: 2px;
  margin-left: 12px;
  transition: opacity .2s;
}

.image-26:hover {
  opacity: 1;
}

.grid-8 {
  grid-row-gap: 8px;
  grid-template-rows: .25fr 2fr .25fr;
  grid-template-columns: 1fr;
  align-content: stretch;
  max-width: 1400px;
  height: 380px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: block;
}

.columns-2, .div-block-48 {
  align-items: center;
  display: flex;
}

.columns-3 {
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  margin-left: 76px;
}

.div-block-49 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 81px;
  padding-right: 76px;
  display: flex;
}

.div-block-50 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-13 {
  margin-top: 12px;
  font-family: rooki-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.link-2 {
  color: var(--black);
  margin-left: 8px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .header {
    height: 364px;
  }

  .grid {
    grid-template-columns: minmax(140px, 1.5fr) .25fr 4.75fr .25fr minmax(140px, 1.5fr);
    grid-template-areas: ".";
    height: 364px;
  }

  .header-left {
    padding-left: 10px;
  }

  .heading-2 {
    font-size: 15px;
  }

  .header-right {
    margin-right: 10px;
  }

  .paragraph {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 23px;
  }

  .div-block-2.lazyload {
    overflow: visible;
  }

  .interview_h1 {
    text-align: center;
    margin-top: -69px;
    font-size: 100px;
    line-height: 90px;
  }

  .interview_h1:hover {
    color: #ff9494;
  }

  .body {
    height: auto;
  }

  .div-block-5 {
    height: 440px;
  }

  .label:hover {
    color: #ff9494;
  }

  .paragraph-2.font:hover {
    color: #00000080;
    font-weight: 400;
  }

  .collection-item {
    height: 440px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .quote {
    height: 340px;
  }

  .heading-8:hover {
    color: #201e1e;
  }

  .form {
    width: 100%;
  }

  .navbar {
    align-self: flex-start;
    margin-top: 40px;
    padding-left: 40px;
  }

  .main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    z-index: 10;
    margin-top: 10px;
    margin-right: 10px;
  }

  .heading-10 {
    font-size: 21px;
    line-height: 29px;
  }

  .heading-10:hover {
    color: #201e1e;
  }

  .nav-link-2 {
    color: #000000b3;
    padding-right: 24px;
  }

  .nav-link-2:hover {
    color: #000000b3;
  }

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .div-block-13 {
    width: 80%;
    padding-left: 32px;
    padding-right: 16px;
  }

  .div-block-14 {
    width: 100%;
    padding-top: 5%;
    padding-left: 80px;
    padding-right: 32px;
  }

  .main-nav:hover {
    color: #00000080;
    letter-spacing: 2px;
  }

  .main-nav.mobile {
    font-size: 12px;
  }

  .container-3 {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .link:hover {
    color: #ff9494;
  }

  .div-block-41 {
    align-items: flex-start;
  }

  .div-block-42 {
    padding-left: 40px;
  }

  .columns {
    flex-direction: column;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
  }

  .grid {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-top: 32px;
    padding-left: 55px;
    padding-right: 55px;
    display: block;
  }

  .line-div, .header-left, .header-right {
    display: none;
  }

  .line-hor.noshow.test.show {
    display: block;
  }

  .line-hor.noshow.no {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav.home {
    position: relative;
  }

  .paragraph {
    margin-bottom: 15px;
  }

  .div-block-2.lazyload {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .interview_h1 {
    margin-top: -55px;
    font-size: 70px;
    line-height: 60px;
  }

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

  .div-block-5 {
    height: 370px;
  }

  .collection-item {
    height: 370px;
    margin-bottom: 16px;
  }

  .quote {
    height: 340px;
  }

  .div-block-7 {
    flex-wrap: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .html-embed.mobile {
    display: block;
  }

  .footer {
    height: 450px;
    margin-top: 0;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.35fr 1fr 1.35fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    display: block;
  }

  .collection-list-wrapper-3 {
    height: 540px;
  }

  .interview_image_featured {
    overflow: hidden;
  }

  .div-block-12 {
    margin-bottom: 16px;
  }

  .grid-5 {
    flex-direction: column;
    height: auto;
    margin-top: 31px;
  }

  .div-block-13, .div-block-14 {
    padding-left: 40px;
  }

  .main-nav {
    color: #e29393;
  }

  .main-nav.mobile {
    font-size: 14px;
  }

  .main-nav.mobile.home {
    color: #00000080;
  }

  .link-block-3, .link-block-4 {
    width: 100%;
    height: 150px;
  }

  .container-3 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .main-img-article {
    height: 200px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .main-img-article.interview_image {
    height: 180px;
  }

  .body-article {
    margin-top: 16px;
  }

  .article-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .article_title {
    font-size: 30px;
    line-height: 40px;
  }

  .summary-article {
    font-size: 19px;
    line-height: 28px;
  }

  .article-text {
    width: 100vw;
    margin-top: 44px;
  }

  .article-text.lazyload {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-12 {
    margin-top: 10px;
  }

  .div-block-33 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
    line-height: 29px;
  }

  h3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  p {
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  blockquote {
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 42px;
    line-height: 51px;
  }

  figure {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header {
    z-index: 9999;
    width: 100vw;
    height: auto;
    margin-top: 35px;
    position: relative;
    overflow: visible;
  }

  .grid {
    z-index: 220;
    grid-template-columns: 4.75fr;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: static;
  }

  .link-block {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .line-div, .header-left, .header-right {
    display: none;
  }

  .line-hor {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .line-hor.mobile {
    display: none;
  }

  .line-hor.mobile._1 {
    margin-top: 30px;
    display: block;
  }

  .line-hor.noshow {
    display: none;
  }

  .line-hor.noshow.test.show {
    margin-top: 20px;
    display: block;
  }

  .line-hor.noshow.mail, .line-hor.up {
    display: block;
  }

  .line-hor.up.hidden {
    display: none;
  }

  .line-hor.low {
    margin-bottom: 0;
    display: block;
  }

  .line-hor.show, .line-hor.interview {
    display: block;
  }

  .line-hor.interview.another.noshowa, .line-hor.interview.noshowas {
    display: none;
  }

  .line-hor.mail, .line-hor.author, .line-hor.teamline {
    display: block;
  }

  .nav-menu {
    z-index: 999;
    background-color: #fff;
    flex: 0 auto;
    align-self: auto;
    display: block;
    position: absolute;
  }

  .nav {
    z-index: 999;
    align-self: center;
    height: auto;
    position: relative;
  }

  .paragraph {
    padding-left: 8px;
    padding-right: 9px;
    line-height: 23px;
  }

  .div-block-2 {
    justify-content: center;
    width: 100vw;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .div-block-2.lazyload {
    padding-top: 0;
  }

  .interview_h1 {
    text-align: center;
    margin-top: -25px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
  }

  .interview_h1:hover {
    color: #ff9494;
  }

  .div-block-3 {
    margin-bottom: 0;
  }

  .heading-5 {
    text-align: center;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .body {
    overflow: visible;
  }

  .div-block-4 {
    justify-content: flex-start;
    width: 100vw;
  }

  .div-block-5 {
    height: 100%;
  }

  .label {
    color: #ec8888;
    font-size: 12px;
  }

  .label:hover {
    color: #ff9494;
  }

  .paragraph-2 {
    text-align: left;
    max-height: 120px;
    margin-top: 10px;
    padding-left: 0;
    font-size: 16px;
    line-height: 23px;
    display: block;
    overflow: visible;
  }

  .paragraph-2.footerp {
    height: auto;
    max-height: 120px;
  }

  .paragraph-2.font {
    text-align: center;
  }

  .paragraph-2.font:hover {
    color: #00000080;
    font-weight: 400;
  }

  .paragraph-2.student-p {
    overflow: visible;
  }

  .paragraph-2.center {
    text-align: center;
    height: auto;
  }

  .collection-list {
    margin-bottom: 0;
  }

  .collection-item {
    width: 100vw;
    height: 100%;
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .quote {
    width: 100vw;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-7 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .html-embed.mobile {
    display: block;
  }

  .footer {
    height: auto;
    margin-top: 30px;
  }

  .form {
    min-width: 150px;
    margin-bottom: 20px;
  }

  .text-field {
    width: 100%;
  }

  .text-field.home, .submit-button {
    min-width: 150px;
  }

  .navbar {
    margin-top: 40px;
    padding-left: 0;
  }

  .main {
    z-index: 1;
    width: 100vw;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    overflow: visible;
  }

  .main.newsletter-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .collection-list-wrapper-2 {
    width: 100vw;
    overflow: hidden;
  }

  .grid-4 {
    width: 100vw;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .collection-list-wrapper-3 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-11 {
    background-size: 360px;
    width: 100%;
    height: 80px;
  }

  .div-block-11.leavesf {
    display: none;
    position: relative;
    top: 213px;
  }

  .div-block-11.newsletter-leaves {
    margin-top: -3px;
  }

  .image-5 {
    z-index: 10;
    margin-top: 14px;
    margin-right: 0;
    overflow: hidden;
  }

  .image-6 {
    overflow: hidden;
  }

  .image-6.newsletter {
    display: none;
  }

  .interview_image_featured {
    clear: both;
    text-align: center;
    width: 120vw;
    max-width: 130%;
    margin-left: -10vw;
    display: block;
    overflow: hidden;
  }

  .heading-9 {
    text-align: center;
    font-size: 10px;
  }

  .heading-10 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 22px;
  }

  .heading-10:hover {
    color: #201e1e;
  }

  .heading-10.articles {
    margin-bottom: 70px;
  }

  .div-block-12 {
    width: 100vw;
    height: 140px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .nav-link-2 {
    color: #000000b3;
    padding-right: 29px;
  }

  .nav-link-2:hover {
    color: #000000b3;
  }

  .grid-5 {
    flex-direction: column;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-13 {
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    border-bottom: 1px solid #0003;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0%;
  }

  .main-nav {
    color: #e29393;
    font-size: 14px;
  }

  .main-nav.mobile {
    padding-top: 1px;
  }

  .main-nav.mobile:hover {
    color: #00000080;
    letter-spacing: 2px;
  }

  .main-nav.mobile.home {
    color: #00000080;
  }

  .link-block-3, .link-block-4 {
    width: 100%;
    height: 160px;
  }

  .container-3 {
    z-index: 9999;
    border-top: 1px #0003;
    border-bottom: 1px #0003;
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .menu-button {
    z-index: 1;
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
  }

  .menu-button.w--open {
    z-index: 9999;
    background-color: #fff;
  }

  .link-block-5 {
    align-self: center;
  }

  .collection-list-wrapper-4 {
    width: 100vw;
    height: auto;
  }

  .div-block-16 {
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-img-article {
    height: 180px;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .main-img-article.interview_image {
    z-index: -1;
    background-size: cover;
    height: 140px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .body-article {
    margin-top: 10px;
    overflow: visible;
  }

  .article-top {
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .article_title {
    margin-top: 10px;
    font-size: 33px;
    font-weight: 400;
    line-height: 44px;
  }

  .date-article {
    margin-top: 0;
    margin-bottom: 0;
  }

  .date-article.writtenby {
    margin-left: 10px;
    margin-right: 5px;
  }

  .summary-article {
    color: #0009;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .kt-link {
    margin-bottom: 30px;
  }

  .article-text {
    margin-top: 30px;
  }

  .article-text p {
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: 400;
  }

  .article-text h2 {
    margin-bottom: 16px;
  }

  .date {
    margin-top: 0;
  }

  .date.date-article {
    margin-top: 10px;
  }

  .key-takeaways {
    margin-top: 84px;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 14px;
  }

  .heading-13 {
    margin-top: 0;
  }

  .author-block {
    margin-top: 30px;
  }

  .div-block-23 {
    width: 100vw;
    height: auto;
    margin-top: 30px;
    padding-left: 16px;
    padding-right: 15px;
  }

  .div-block-23.article {
    height: auto;
    margin-top: 0;
  }

  .div-block-23.article.showcase, .div-block-23.interview {
    height: auto;
  }

  .collection-item-3 {
    border-bottom: 1px solid #0000001a;
    height: 360px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    margin-top: 0;
  }

  .kt-bg {
    background-size: cover;
    height: 690px;
  }

  .rich-text-block-4 {
    width: 100vw;
  }

  .div-block-24 {
    z-index: -1;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }

  .collection-list-wrapper-6 {
    width: 100vw;
    max-width: 1100px;
    height: auto;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
  }

  .link-block-8 {
    background-size: cover;
    width: 100vw;
    height: 100px;
    margin-top: 16px;
  }

  .interview-title {
    margin-top: -15px;
    font-size: 37px;
    line-height: 36px;
  }

  .interview-job {
    line-height: 30px;
  }

  .heading-16 {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
    display: block;
  }

  .heading-16.submit-heading {
    font-weight: 500;
  }

  .article-thumb {
    max-width: 660px;
    height: 130px;
  }

  .collection-item-4 {
    width: 100%;
    min-height: 330px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-28 {
    max-width: 720px;
  }

  .collection-list-wrapper-8 {
    margin-top: 20px;
  }

  .grid-6 {
    height: auto;
    display: block;
  }

  .link-block-9 {
    display: none;
  }

  .collection-list-2 {
    width: auto;
  }

  .collection-item-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .label-div {
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .paragraph-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .webflow {
    margin-top: 30px;
  }

  .paragraph-9, .paragraph-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-18 {
    margin-top: 0;
  }

  .paragraph-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    font-size: 19px;
    line-height: 36px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-37 {
    display: none;
  }

  .div-block-38 {
    width: 100%;
  }

  .div-block-39 {
    display: none;
  }

  .heading-17 {
    width: 100%;
    font-size: 30px;
    line-height: 39px;
  }

  .form-block {
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }

  .div-block-40 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-41 {
    align-self: flex-start;
  }

  .div-block-42 {
    padding-left: 0;
  }

  .div-block-43 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-heading {
    margin-bottom: 34px;
    font-size: 37px;
    line-height: 43px;
  }

  .newsletter-paragraph {
    margin-top: 0;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    line-height: 25px;
  }

  .column-4 {
    display: block;
  }

  .div-block-44 {
    margin-top: 5px;
  }

  .paragraph-12 {
    padding-top: 5px;
  }

  .form-block-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .author-name.heading-13 {
    margin-top: 9px;
  }

  .collection-item-author {
    flex-direction: row;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .author-block-right {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
  }

  .author-block-right.vertical {
    flex-direction: column;
  }

  .author-description p {
    padding-left: 0;
    padding-right: 0;
  }

  .author-image {
    width: 95px;
    margin-right: 10px;
    padding-right: 0;
  }

  .author-div {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ff-collab {
    padding-right: 0;
  }

  .grid-8 {
    height: 350px;
  }

  .columns-3 {
    margin-left: 0;
  }

  .div-block-49 {
    margin-bottom: 51px;
    padding-right: 0;
  }

  .paragraph-13 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_14c95168-0e34-1761-59d6-c737d1204c72-d1204c62 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_14c95168-0e34-1761-59d6-c737d1204c79-d1204c62 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-a4db837c-68c9-9103-408c-32b69026ece9-9026ecd9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a4db837c-68c9-9103-408c-32b69026ecf0-9026ecd9 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-ecab9355-315a-1629-e4e4-bb255c9bd994-1916ba63 {
  align-self: center;
}

#w-node-_47bd5e23-f252-7ccf-2cf7-a32c981657d5-1916ba63 {
  justify-self: center;
}

#w-node-_1fed8539-e1ae-5ce3-ebe9-7c6bbfc1b04b-7e16ba72 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed61a9b6-9885-5f5a-076f-ab29d59a16dd-7e16ba72 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-c4ceefe5-61ed-2a2c-a678-365accf1b236-7e16ba72 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 767px) {
  #w-node-_14c95168-0e34-1761-59d6-c737d1204c72-d1204c62 {
    grid-area: 1 / 4 / 2 / 5;
  }
}


@font-face {
  font-family: 'rooki-serif';
  src: url('../fonts/YoungSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'rooki-sans';
  src: url('../fonts/Sofia-Pro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'rooki-sans';
  src: url('../fonts/Sofia-Pro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'rooki-sans';
  src: url('../fonts/Sofia-Pro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'rooki-sans';
  src: url('../fonts/Sofia-Pro-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Eb garamond';
  src: url('../fonts/eb-garamond.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eb garamond';
  src: url('../fonts/eb-garamond-v10-latin-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Calluna';
  src: url('../fonts/Calluna-Regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calluna';
  src: url('../fonts/Calluna-Bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Consolas';
  src: url('../fonts/Consolas.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Extra.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}