@import url("typekit.css");
@import url("lmenu.css");
@import url("vbox.css");

:root {
  --dark: #082446; /*#76846e;*/
  --light: #3669d7; /*#3c4238*/
  --text: #111;
  --beige: #e5dbcf;

  --b1: 900px;
  --collapse: 768px;
  --pink: #d5227e;

  --brand-border-radius: 16px;

  --container-inner-width: 1640px;
  --container-x-padding: 80px;
  --container-width: calc(
    var(--container-inner-width) + var(--container-x-padding) * 2
  );

  --page-gutter: 32px;

  --font-scale: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media only screen and (max-width: 1520px) {
  :root {
    --font-scale: 0.7;
    --container-x-padding: 40px;
    --page-gutter: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  :root {
    --font-scale: 0.5;
    --container-x-padding: 20px;
    --page-gutter: 16px;
  }
}

.grid {
  display: grid;
}

.vbox {
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

body {
  font-family: "noto-sans", arial, sans-serif;
  font-weight: 400;
  color: var(--text);
  padding: 0;
  margin: 0;
  line-height: 1.3;
  width: 100%;
}

html {
  box-sizing: border-box;
}

html *,
html *::before,
html *::after {
  box-sizing: inherit;
}

a {
  color: var(--pink);
  text-decoration: none;
}

/******************************
       page 
*******************************/
.page-wrap {
  background-color: var(--dark);
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}

.page-container {
  background-color: #fff;
}

.az-container a {
  color: inherit;
  white-space: initial;
  line-height: 1.3;
  height: initial;
}
.az-container p {
  margin: 0;
}

a:hover {
  text-decoration: underline;
}

.home {
  width: 100%;
}
.homeTop {
  background: /*linear-gradient(to bottom, transparent black), */ no-repeat
    center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
}

.skip-link {
  position: absolute;
  left: -9999px;
  background: white;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px;
}

.skip-link:focus {
  left: 50%;
}

.homeTop .txtBlock {
  color: white;
  z-index: 10;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.txtBlock h1 {
  line-height: 1.1em;
}
.homeTop .txtBlock > a {
  color: white;
  background: var(--pink);
}

.btn {
  text-align: center;
  padding: 10px 25px 10px 25px;
  text-decoration: none;
  font-size: 13px;
  margin: 20px 20px 0 0px;
  max-width: 200px;
  text-transform: uppercase;
  border-radius: 10px;
}

.btn:hover {
  text-decoration: none;
}

.homeTop .txtBlock a:hover {
  background: white;
  color: #555;
}

.homeTop h1 {
  padding: 0;
  margin: 0;
}

.homeTop .grad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*    background-image: linear-gradient(to bottom right, transparent, black);*/
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.95) 0%,
    transparent 40%,
    rgba(0, 0, 0, 0.6) 70%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .homeTop .grad::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    /*    background-image: linear-gradient(to bottom right, transparent, black);*/
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 0%,
      transparent 40%,
      rgba(0, 0, 0, 0.6) 70%,
      rgba(0, 0, 0, 0.9) 100%
    );
    z-index: 9;
  }
}

.infoblock {
  max-width: 900px;
  margin: auto;
  margin-bottom: 20px;
  padding: 10px;
}

.info-page {
  padding-top: 120px;
}

.infoblock header {
  background: #fff;
}

.twrap {
  display: grid;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-template-columns: minmax(400px, 900px) 350px;
  grid-template-rows: 140px auto auto;
  grid-template-areas:
    "h h"
    "c m"
    "c d";
  margin: 0 auto;
  max-width: 1150px;
  padding: 0 10px;
}

header {
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
}

.homeTop header {
  color: white;
}

.twrap header {
  background: #fff;
  grid-column: 1;
  grid-area: h;
  row-span: 2;
}

.az header {
  background: #fff;
}

.twrap article {
  grid-area: c;
  grid-row: span 2;
  min-height: 600px;
  border: 0px solid #999;
}

.twrap article h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
  margin: 10px 0 0 0;
}
.twrap article h2 {
  font-size: 35px;
  font-weight: 500;
  margin-top: 10px;
}
article .content {
  line-height: 1.8em;
}

.donate {
  grid-area: d;
  border: 0px solid var(--dark);
  place-self: end left;
  width: 260px;
  z-index: 2;
  min-height: 300px;
  background: #fff;
  border: 5px solid #fff;
}
.donate h4 {
  font-size: 1.6em;
  font-weight: 800;
  margin-bottom: 10px;
}
.donate .gbox {
  display: flex;
  margin-bottom: 10px;
}
.donate .aabox {
  border: 1px solid var(--light);
}

.donate .aabox .amount {
  background: var(--beige);
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
.donate .aabox .abox {
  padding: 10px 20px;
  border: 1px solid var(--dark);
  margin: 20px 30px 12px 30px;
}
.donate .aabox .button {
  margin: auto;
  width: 200px;
  background: var(--dark);
  color: white;
  padding: 6px 0;
  text-align: center;
  font-size: 13px;
}
.donate .aabox .abox > span:nth-of-type(2) {
  padding-left: 20px;
  font-size: 13px;
}
.donate .gbox > div {
  flex: 1;
  border: 1px solid var(--dark);
  text-align: center;
  font-size: 11px;
  padding: 5px;
}
.donate .gbox > div:nth-of-type(2) {
  background: var(--dark);
  color: white;
}
.aabox .info {
  font-size: 10px;
  text-align: center;
  margin: 10px 0 10px 0;
}

.bwrap {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 40px auto;
  grid-template-areas:
    "p n"
    "f f";
}

.buttwrap {
  display: flex;
  width: 100%;
  border: 0px solid red;
  margin: 60px auto 0;
  white-space: nowrap;
  max-width: 1000px;
  padding-bottom: 40px;
}

.buttwrap a {
  color: var(--dark);
  text-transform: uppercase;
}

.standard-button {
  padding: 20px 50px;
}
.standard-button:hover {
  text-decoration: none;
}
.standard-button div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.standard-button i.fa {
  width: 11px;
  height: 14px;
  display: block;
}

#prevbutton {
  flex: 1;
  background-color: #fff;
  border: 1px solid var(--dark);
  text-align: right;
}
#prevbutton div {
  justify-content: flex-end;
}
#prevbutton i {
  background: url("/img/rarr.svg") no-repeat 0 2px;
  transform: scaleX(-1);
}

#nextbutton {
  flex: 1;
  background-color: var(--dark);
  color: white;
}

#nextbutton i {
  background: url("/img/rarrsel.svg") no-repeat 0 2px;
}
#nextbutton a {
  color: white;
}

@media only screen and (max-width: 1024px) {
  .buttwrap {
    flex-direction: column;
  }

  #nextbutton div,
  #prevbutton div {
    justify-content: center;
  }
}

#___gcse_0 {
  flex-grow: 2;
}
.gsc-control-cse {
  padding: 0 !important;
  margin: 0 !important;
}
.gsc-control-cse {
  padding: 0 !important;
  margin: 0 !important;
}
.gsc-input {
  width: 400px !important;
  padding-right: 0px !important;
}
.gsc-input-box {
  border: 1px solid #555 !important;
  margin-top: -1px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.gsc-search-box {
  background: transparent !important;
}
.gsc-search-button {
  display: none;
}
.gsc-control-cse {
  border-color: transparent !important;
}
.gsc-control-cse {
  background-color: transparent !important;
}
.gcse-search {
  margin-top: 0px;
}

.search2 input {
  border: 0px solid #555;
  height: 26px !important;
  padding: 0 30px !important;
}
header .rboxes {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 20px;
  color: var(--dark);
  transition: all 0.3s ease;
}

.mobile-menu-button {
  display: none;
  height: 40px;
  width: 40px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: none;
}
.mobile-menu-button span {
  transform: translateY(-50%);
}

.mobile-menu-button--open {
  margin-right: 20px;
  margin-left: 20px;
}

.mobile-menu-button--close span::before,
.mobile-menu-button--close span {
  position: absolute;
  height: 4px;
  border-radius: 10px;
  background-color: var(--pink);
  width: calc(100% - 8px);
  top: 50%;
  left: 4px;
  content: "";
  transform: rotate(45deg);
}

.mobile-menu-button--close span::before {
  width: 100%;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
}

.mobile-menu-button--open span::after,
.mobile-menu-button--open span::before,
.mobile-menu-button--open span {
  position: absolute;
  height: 4px;
  border-radius: 10px;
  background-color: var(--pink);
  width: calc(100% - 8px);
  top: 50%;
  left: 4px;
  content: "";
}
.mobile-menu-button--open span::after {
  top: 0;
  transform: translateY(-10px);
  left: 0;
  width: 100%;
}
.mobile-menu-button--open span::before {
  transform: translateY(10px);
  left: 0;
  top: 0;
  width: 100%;
}

.article-mobile-menu {
  display: none;
  max-height: 50vh;
  max-height: max(50vh, 420px);
  overflow-y: scroll;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .twrap {
    grid-template-columns: 1fr;
  }

  .twrap .lmenu {
    display: none;
  }

  .article-mobile-menu,
  .mobile-menu-button {
    display: block;
  }

  header .rboxes {
    gap: 10px;
    padding-right: 10px;
    position: fixed;
    justify-content: center;
    padding: 30px 20px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    transform: translateY(-100%);
    border-bottom: 1px solid #ddd;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.05);
  }

  .body--mobile-menu-open header .rboxes {
    transform: translateY(0);
  }

  header .rboxes .button {
    flex: 1;
  }
}

/*.homeTop header .rboxes  > a { border: 1px solid #fff; color: white; }*/

header .rboxes .search input {
  padding: 0px 0px 0px 25px;
  height: 34px;
  border: 1px solid #555;
}

header .lg,
header .lg {
  min-width: 100px;
}

header .search i {
  margin-left: -25px;
}

footer {
  background: var(--dark);
  color: white;
}

footer a:-webkit-any-link {
  color: white;
  display: block;
  margin: 14px 0;
}
footer a {
  color: white;
}

footer .logos {
  margin: auto;
  max-width: 1200px;
}

footer .logos img {
  max-width: 350px;
  text-align: center;
  margin: auto;
}

footer .logo s hr {
  margin: 0 60px;
}
footer .logos > div {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

footer .links hr {
  margin: 60px 0;
}

footer .copy {
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  padding-bottom: 10px;
}

footer .rf {
  text-align: center;
  margin: auto;
  font-size: 10px;
}

.features {
  max-width: 1310px;
  margin: auto;
}
.features h2 {
  font-size: 2.6em;
  line-height: 1.1em;
}

.featuredBlocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.feature {
  display: flex;
  margin-bottom: 15px;
  position: relative;
  max-width: 620px;
  margin: 15px auto;
  min-height: 400px;
}
.feature .buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  /*margin-top:40px;*/
  bottom: 20px;
}

.feature .buttons a {
  border: 1px solid white;
  color: white;
  padding: 5px 20px;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 0.8em;
  border-radius: 10px;
}
.feature .buttons a:hover {
  background: var(--dark);
  text-decoration: none;
}

.feature article {
  position: relative;
  background: var(--dark);
  color: white;
  min-width: 300px;
  padding: 20px 30px 30px 30px;
  font-size: 0.9em;
  line-height: 1.8em;
  min-height: 250px;
}

.feature article a {
  color: white;
}

.feature article .fcontent {
  overflow: hidden;
  padding-bottom: 40px;
}

.feature article h3 {
  font-size: 1.6em;
}

.linkBlock {
  max-width: 1310px;
  margin: auto;
  margin-top: 60px;
}

.linkBlock .a-zMid {
  margin: 40px 0;
  text-align: center;
}

.linkBlock .a-zMid a.btn {
  color: white;
}

.linkBlock .links > ul {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 180px));
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
}
.linkBlock li {
  list-style-type: none;
}

.linkBlock .links a {
  color: var(--text);
}

.linkBlock .btn {
  background: var(--light);
  color: white;
  display: inline-block;
}
.linkBlock .btn:hover {
  background: var(--dark);
  border: 0px solid red;
}

@media (max-width: 500px) {
  .feature img {
    display: none;
  }
  .feature article {
    min-width: 90%;
  }
  .linkBlock .links > ul {
    display: none !important;
  }
  .linkBlock {
    margin-top: 20px;
  }
}

.testimonial {
  height: 390px;
  width: 830px;
  border: 1px solid var(--dark);
  position: relative;
  margin: 100px;
}
.testimonial .content {
  z-index: 1002;
  position: relative;
}
.testimonial .whattheysay {
  position: absolute;
  top: 100px;
  left: 160px;
  font-size: 10px;
  text-transform: uppercase;
}
.testimonial .quote {
  font-style: italic;
  font-size: 36px;
  font-weight: 500;
  position: absolute;
  line-height: 1.4em;
  text-align: center;
  top: 140px;
  left: 100px;
  width: 400px;
  max-height: 200px;
  overflow: hidden;
}

.testimonial .q {
  font-size: 500px;
  font-family: serif;
  position: absolute;
  color: var(--beige);
  top: -160px;
  left: -35px;
}
.testimonial .bgImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}
.testimonial .bgImage img {
  width: 100%;
  height: 390px;
}

.testimonial .grad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top left,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 1)
  );
  z-index: 99;
}

.dotest .donate {
  width: 300px;
  zoom: 1.5;
  -moz-transform: scale(1.5) translateY(-120px);
}

.dotest {
  display: flex;
  max-width: 1310px;
  margin: auto;
}

.letters {
  position: -webkit-sticky;
  position: sticky;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.letters a {
  display: inline-block;
  color: #333;
  font-weight: 500;
  font-size: 46px;
  padding: 10px;
  border-radius: var(--brand-border-radius, 16px);
  font-weight: bold;
  min-width: 70px;
  margin-left: -2px;
  margin-right: -2px;
  text-align: center;
}

@media only screen and (max-width: 1780px) {
  .letters a {
    font-size: 30px;
    min-width: 50px;
  }
}

.letters .letter--active,
.letters a:hover {
  background: var(--pink);

  color: white;
  text-decoration: none;
}

.a-zlinks h2 {
  background: var(--dark);
  color: white;
  padding: 10px 30px;
  grid-column: 1/-1;
  border-radius: 10px;
}

.a-zlinks {
  font-size: 14px;
  margin-bottom: 40px;
}

a.anchor {
  position: relative;
  top: -120px;
  visibility: hidden;
}

.az {
  padding-top: 120px;
}

.introBlock {
  margin-top: 40px;
}

.introBlock > img {
  float: left;
  display: inline-block;
  border: 2px solid #777;
  margin-right: 40px;
}

.introBlock .rblock {
  float: left;
  max-width: 500px;
}

.introBlock .rblock > div {
  padding-bottom: 10px;
}
.introBlock .rblock > div > b {
  padding-right: 10px;
}

.person .vbox {
  margin: 40px 0;
}

.creditText {
  margin-top: 30px;
  line-height: 1.6em;
}
.creditText br {
  margin-bottom: 15px;
}
/*----------------------*/
.twrap.topic {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "h"
    "m"
    "c"
    "d";
  margin: 0 auto;
  max-width: 1000px;
  justify-items: left;
}

.twrap {
  padding-top: 120px;
}

.topic h1 {
  margin-top: 60px;
}
.topic .bar {
  background: #666;
  color: white;
  width: 100%;
  padding: 5px 10px 0 10px;
}

.topic .tankarticle,
.topic .tankpad2,
.topic .tankedit {
  display: inline-block;
} /*tankpad2 { display: inline; }*/
.topic .tankarticle {
  margin-left: 5px;
}
.topic h1 a,
.topic h2 a {
  color: #009;
}
article h2 {
  line-height: 1.1em;
}

.atop {
  display: flex;
  margin-bottom: 20px;
}
.atop .Outline {
  margin: 10px 0;
}
.atop > img {
  height: 100%;
  flex-shrink: 0;
}
.twrap article.interview h1 {
  margin-bottom: 20px;
}

.interview .rblock {
  margin-left: 20px;
}

.interview .rblock > div {
  padding-bottom: 5px;
}
.interview .rblock > div > b {
  padding-right: 10px;
}

.peeps {
  display: flex;
  max-width: 900px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.peep {
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 20px;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: 250px;
}
.peep h3 {
  width: 100%;
  margin: 3px 0 10px 0;
}
.peep .txt {
  width: 300px;
}
.peep img {
  margin-bottom: 10px;
}

q .rboxes > div input {
  min-width: 240px;
  border: 0px solid red;
}

.twrap .lmenu {
  margin: 10px;
}
.menubutton {
  display: none;
}

.gcse-search2 {
  border: 1px solid #333;
  height: 35px;
  background: white;
  flex-grow: 1;
  width: 400px;
}

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

.loginBlock input {
  padding: 5px;
}

#embedCode {
  margin: 10px 0;
  color: #009;
}

header .logo {
  display: flex;
  align-items: center;
}

header .logo a img {
  width: 260px;
}
header .logo > img {
  width: 240px;
}

@media (max-width: 1100px) {
  header .logo a img {
    width: 240px;
  }
}
@media (max-width: 420px) {
  .long {
    display: none;
  }
}

@media (max-width: 760px) {
  header .logo > img {
    width: 140px;
  }
  .twrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .twrap .menubutton {
    display: block;
  }
  .twrap .lmenu {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    display: none;
  }

  header {
    position: relative;
    border: 0px solid red;
    width: 100%;
    min-width: 320px;
  }
  .links {
    text-align: center;
  }
  .twrap article h1 {
    font-size: 40px;
  }

  .twrap article h2 {
    font-size: 25px;
  }
  .txtBlock h1 {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .features h2 {
    text-align: center;
  }
}

.fakecontent {
  width: 100%;
  max-width: 500px;
  min-height: 600px;
  border: 1px solid #880;
  background: #eee;
}

.researcher > div {
  display: grid;
  grid-template-columns: 140px auto;
}

.moretoggle {
  cursor: pointer;
}
.more {
  display: none;
}
@media (max-width: 850px) {
  .gsc-input {
    width: 300px !important;
  }
}
.invisAnc {
  margin-top: -120px;
  margin-bottom: 120px;
}
@media (max-width: 750px) {
  .homeTop .txtBlock {
    left: 50px;
  }
  .content img {
    max-width: 100%;
    height: auto !important;
  }
}

@media (max-width: 600px) {
  .homeTop .txtBlock {
    padding-right: 20px;
  }
  footer a {
    margin: 14px auto;
  }
  footer .logos img {
    width: 80%;
    display: block;
  }
  .a-zlinks {
    grid-template-columns: repeat(auto-fill, minmax(100px, 280px));
  }
  footer .links > div {
    display: block;
  }
}
@media (max-width: 500px) {
  .gsc-input {
    width: 250px !important;
  }
  #CAFDonateWidgetContainer {
    display: none;
  }
}

@media (max-width: 450px) {
  #prevbutton span,
  #nextbutton span {
    display: none;
  }
  /*  .rboxes { display:none !important; }*/
  .rboxes > div input {
    min-width: 80%;
  }
  .homeTop .txtBlock {
    left: 30px;
  }
  .gsc-input {
    width: 250px !important;
  }
}
@media (max-width: 400px) {
  header .rboxes > a {
    margin-right: 10px;
  }
  .gsc-input {
    width: 200px !important;
  }
}

@media (max-width: 500px) {
  .rtecenter iframe {
    width: 320px !important;
  }
}

@media (max-width: 360px) {
  .rtecenter iframe {
    width: 280px !important;
  }
}

.main-body {
  border: 2px solid red;
  width: 300px !important;
}

#button-single-donation {
  border: 2px solid yellow;
}
.gsc-result {
  z-index: 1111;
}
/**/
.hometop__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hometop__content .button {
  margin-bottom: 30px;
  margin-left: 80px;
}
.hometop__content .prose {
  max-width: 1172px;
}

.hometop__content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .hometop__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .hometop__content .button {
    margin-left: 0;
    margin-top: 40px;
  }
}

.button {
  background: var(--pink);
  color: white;
  padding: 10px 31px;
  border-radius: var(--brand-border-radius, 16px);
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pink);
}

.button:hover {
  text-decoration: none;
  background: white;
  color: var(--pink);
}

.button.button--outline {
  background-color: transparent;
  /* border: 1px solid var(--dark); */
  border: 1px solid currentColor;
  color: currentColor;
}

.button.button--outline:hover {
  background: var(--pink);
  color: white;
  border: 1px solid var(--pink);
}

.button.button--outline-light {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.button.button--ghost {
  background: transparent;
  text-transform: initial;
  display: inline-flex;
  border: none;
}

.button.button--ghost:hover {
  background-color: var(--pink);
  color: #fff;
}

/******************************
       headings 
*******************************/

.heading-100 {
  font-family: "objektiv-mk2";
  font-size: calc(79px * var(--font-scale));
  font-weight: 500;
  letter-spacing: -0.05em;
}

.heading-200 {
  font-family: "objektiv-mk2";
  font-size: calc(57px * var(--font-scale));
  font-weight: 500;
  letter-spacing: -0.05em;
}

.heading-200--noto {
  font-family: "noto-sans", sans-serif;
  font-size: calc(65px * var(--font-scale));
  font-weight: 600;
}

@media only screen and (max-width: 1024px) {
  .heading-200--noto {
    font-size: 32px;
  }
}

.heading-250 {
  font-family: "noto-sans", sans-serif;
  font-size: calc(42px * var(--font-scale));
  font-weight: 500;
  letter-spacing: -0.05em;
}

.mastfoot .heading-250 {
  font-weight: 600;
}

.heading-300 {
  font-family: "objektiv-mk2";
  font-size: calc(30px * var(--font-scale));
  font-weight: 500;
  letter-spacing: -0.05em;
}

.heading-450 {
  font-family: "objektiv-mk2";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.heading-500 {
  font-family: "objektiv-mk2";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 1520px) {
  .heading-450 {
    font-size: 16px;
  }
}

.heading-500 {
  font-family: "objektiv-mk2";
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.masthead .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.container {
  max-width: var(--container-width);
  padding-left: var(--container-x-padding);
  padding-right: var(--container-x-padding);

  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container.container--slim {
  --container-width: 1000px;
}

.prose {
  font-size: calc(23px * var(--font-scale));
  font-weight: 400;
  line-height: 1.5;
}

.prose.prose--small {
  font-size: calc(20px * var(--font-scale));
}

@media only screen and (max-width: 1024px) {
  .prose.prose--small,
  .prose {
    font-size: 16px;
  }
}

@media only screen and (max-width: 820px) {
  .txtBlock h1 {
    font-size: 32px;
  }

  .hometop__content .prose {
    font-size: 15px;
  }
}

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

/******************************
       bento 
*******************************/
.bento {
  background-color: var(--dark);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bento .container {
  --container-inner-width: 1590px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  border-radius: var(--brand-border-radius, 16px);
  overflow: hidden;
}

.bento-tile {
  position: relative;
  padding-bottom: 92%;
}

.bento-tile.bento-tile--large {
  grid-row: span 2;
  grid-column: span 2;
}

.bento-tile__text {
  display: none;
}

.bento-tile--large .bento-tile__text {
  display: block;
}

.bento-tile__foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bento-tile--large .bento-tile__foreground {
  padding: 40px;
}

.bento-tile__content {
  margin-top: auto;
}

.bento-tile__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bento-tile__background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,

    rgba(0, 0, 0, 0.1) 00%,
    rgba(0, 0, 0, 0.6) 100%
  );
  opacity: 0;
}

.bento-tile:hover .bento-tile__background::after {
  opacity: 1;
}
.bento-tile:hover .bento-tile__foreground {
  opacity: 1;
}

.bento-tile__background img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: initial;
}

@media only screen and (max-width: 1520px) {
  .bento-grid {
    gap: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-tile.bento-tile--large {
    grid-row: span 1;
    grid-column: span 1;
  }
  .bento-tile--large .bento-tile__text {
    display: none;
  }

  .bento-tile__background::after {
    opacity: 1;
  }
  .bento-tile__foreground {
    opacity: 1;
  }
}

@media only screen and (max-width: 680px) {
  .bento-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/******************************
       footer 
*******************************/
.mastfoot__quote {
  max-width: 565px;
  flex: 0 1 565px;
  margin-left: 90px;
  padding-bottom: 88px;
}
.mastfoot__quote p {
  margin: 0;
}

.mastfoot__menu {
  margin-left: auto;
  margin-right: auto;
  margin-top: 180px;
}

.mastfoot__menu ul {
  margin: 0;
  padding: 0;
}

.mastfoot__menu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mastfoot__menu a {
  font-family: "noto-sans", sans-serif;
  font-size: 18px;

  margin-bottom: 48px;
  display: inline-block;
}
.mastfoot__menu h2 {
  font-family: "noto-sans", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 52px;
}

.mastfoot__button {
  align-self: flex-end;
}

.mastfoot__grid {
  display: flex;
  align-items: flex-end;
}

.mastfoot__legal-menu {
  display: inline-flex;
  align-items: center;
}
.mastfoot__legal-container,
.mastfoot__legal-menu li,
.mastfoot__legal-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
}
.mastfoot__legal-container {
  margin-right: 20px;
}
.mastfoot__legal-menu li::before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}
.mastfoot__legal-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 120px;
  padding: 20px 0;
  border-top: 1px solid white;
}

@media only screen and (max-width: 1320px) {
  .mastfoot__legal-container {
    flex-direction: column;
    margin-right: 0;
  }
  .mastfoot__legal-bar {
    text-align: center;
    flex-direction: column;
  }
  .mastfoot__legal-menu li:first-child::before {
    display: none;
  }

  .mastfoot__grid {
    display: block;
  }

  .mastfoot__quote {
    margin-top: 80px;
    max-width: initial;
    margin-left: 0;
  }

  .mastfoot__menu {
    margin: 0;
  }

  .mastfoot__menu a {
    margin-bottom: 20px;
  }
  .mastfoot__menu h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 782px) {
  .foottop {
    justify-content: center;
  }
}

@media only screen and (max-width: 580px) {
  .mastfoot__legal-menu li::before {
    display: none;
  }
  .mastfoot__legal-menu ul {
    flex-direction: column;
  }
}

/******************************
       az 
*******************************/

.az-group {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  gap: 15px;
}

.az-group__grid {
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  gap: 15px;
}

.az-group::before {
  content: attr(data-letter-group);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 512px;
  font-weight: 700;
  color: var(--pink);
  opacity: 0.1;
  font-family: "objektiv-mk2";
  line-height: 0.8;
  z-index: -1;
  transform: translateX(-40%);
}

.az-group.az-group--active {
  display: grid;
}

.az-group.az-group--active.az-group--search {
  display: block;
}

.az-group--search.--has-results .az-group__search-notice {
  display: none;
}

.az-group__search-notice {
  padding-top: 40px;
  margin-bottom: 40px;
  padding-left: 100px;
}

.az-search__no-results {
  padding-left: 100px;
  font-size: 30px;
}

.az-group__search-notice .prose {
  max-width: 630px;
  margin-top: 30px;
}

.az-group--search.--has-results .az-group__grid {
  display: grid;
}

.az-group--search__arrow {
  position: absolute;
  right: -90px;
  top: 30%;
}

.az-sidebar {
  width: 470px;
}

.az-grid {
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 180px;
}

.az-search {
  margin-bottom: 50px;
}

.az-search input {
  width: 100%;
  border: 1px solid #444;
  border-radius: var(--brand-border-radius, 16px);
  padding: 15px 42px;
  position: relative;
  background-color: #fff;
}
.az-search input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.az-search input::-moz-placeholder {
  text-transform: uppercase;
}
.az-search input:-ms-input-placeholder {
  text-transform: uppercase;
}
.az-search input::-ms-input-placeholder {
  text-transform: uppercase;
}
.az-search input::placeholder {
  text-transform: uppercase;
}
.az-search input:focus {
  outline-color: var(--pink);
}

.az-search-wrapper {
  position: relative;
}

.az-search-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--pink);
  border-radius: var(--brand-border-radius, 16px);
  overflow: hidden;
  transform: translate(5px, 8px);
}

.az-search--mobile {
  display: none;
}

@media only screen and (max-width: 1520px) {
  .az-grid {
    gap: 100px;
  }

  .az-group,
  .az-group__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1280px) {
  .az-group--search__arrow {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .az-grid {
    grid-template-columns: 1fr;
  }

  .az-sidebar {
    display: none;
  }

  .az-search--mobile {
    display: block;
  }

  .az-group__search-notice,
  .az-search__no-results {
    padding-left: 0px;
  }

  .letters {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 840px) {
  .az-group,
  .az-group__grid {
    grid-template-columns: 1fr;
  }
}

/******************************
       featured topic 
*******************************/

.featured-topic__container {
  width: 100%;
}

.featured-topic {
  position: relative;
  padding-bottom: 92%;
  color: #fff;
  border-radius: var(--brand-border-radius, 16px);
  overflow: hidden;
  width: 100%;
}

.featured-topic__foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 51px 45px;
  display: flex;
  flex-direction: column;
}

.featured-topic__title {
  margin-bottom: 20px;
}

.featured-topic__title + .button {
  margin-top: 20px;
}

.featured-topic__text {
  margin-bottom: 24px;
  margin-top: 20px;
  max-height: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.featured-topic__content {
  margin-top: auto;
}

.featured-topic__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.featured-topic__background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,

    rgba(0, 0, 0, 0.1) 00%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.featured-topic__background img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: initial;
}

.other-featured-topics {
  padding-top: 120px;
  padding-bottom: 120px;
}

.other-featured-topics .featured-topic__tag {
  display: none;
}

.other-featured-topics__grid {
  grid-template-columns: repeat(3, 1fr);
  padding-left: 47px;
  padding-right: 47px;
  gap: 60px;
}

.other-featured-topics__grid .featured-topic__container {
  max-width: 470px;
}

@media only screen and (max-width: 1300px) {
  .other-featured-topics__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    gap: 20px;
    padding-right: 0;
  }
}

/******************************
       article menu 
*******************************/

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

.lmenu li a[href]:hover,
.lmenu li.menuthis a[href] {
  color: white;
  background: url("/img/rarrsel.svg") no-repeat 12px 10px;
  background-color: var(--dark);
  border-radius: var(--brand-border-radius, 16px);
}

/******************************
       hero banner 
*******************************/

.hero-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 450px;
  overflow: hidden;
  border-bottom-left-radius: var(--brand-border-radius, 16px);
  border-bottom-right-radius: var(--brand-border-radius, 16px);
  margin-bottom: 120px;
}

.hero-banner__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-banner__background img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-banner__background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 66%;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.58) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.hero-banner__background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 33%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(29, 29, 29, 1) 0%,
    rgba(29, 29, 29, 0.68) 50%,
    rgba(29, 29, 29, 0) 100%
  );
}

.hero-banner__foreground {
  position: relative;
  z-index: 3;
}

.hero-banner h1 {
  margin-top: auto;
  color: #fff;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .hero-banner {
    padding-top: 250px;
  }
}

/******************************
       topics 
*******************************/

.topics-container .heading {
  max-width: 1034px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-bottom: 200px;
  text-align: center;
}

.topics {
  -moz-columns: 3;
  columns: 3;
  text-align: left;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.topics p {
  margin-top: 0;
  margin-bottom: 60px;
}

.topics a {
  color: #2a2a2a;
  font-size: 20px;
  font-family: "noto-sans", sans-serif;
  font-weight: 600;
}
.topics a:hover {
  color: var(--pink);
}

@media only screen and (max-width: 1024px) {
  .topics {
    -moz-columns: 2;
    columns: 2;
  }

  .topics-container .heading {
    margin-bottom: 140px;
  }
  .topics p {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 769px) {
  .topics {
    -moz-columns: 1;
    columns: 1;
  }
  .topics-container .heading {
    margin-bottom: 80px;
  }
  .topics p {
    margin-bottom: 24px;
  }
}

/******************************
       testimonials 
*******************************/

.testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--dark);
  color: #fff;
}

.testimonial__tag {
  color: var(--pink);
  margin: 0;
}

.testimonials__testimonial {
  padding-left: 110px;
  padding-right: 110px;
}

.testimonial__footer {
  display: flex;
  align-items: center;
  gap: 55px;
}

.testimonial__image {
  flex: 0 0 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 200px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.testimonial__quote {
  margin-top: 200px;
  margin-bottom: 100px;
}

.testimonial__name,
.testimonial__title {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.testimonials .slick-prev {
  display: none !important;
}

.testimonials .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  background-color: transparent;
  background: url("/img/rarrsel.svg") no-repeat 0 2px;
  width: 20px;
  height: 20px;
  font-size: 0;
  border: 0;
  transform: scale(2) translateY(-100%);
}

@media only screen and (max-width: 1520px) {
  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials__testimonial {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial__quote {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonials__testimonial {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial__quote {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .testimonial__image {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
  }
  .testimonial__name,
  .testimonial__title {
    font-size: 16px;
  }

  .testimonial__footer {
    gap: 30px;
  }

  .testimonials .slick-next {
    transform: scale(2) translate(10px, -100%);
  }
}
