@font-face {
  font-family: MATERIAL ICONS;
  src: url('../fonts/MaterialIcons-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OpenDyslexic;
  src: url('../fonts/OpenDyslexic3-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --headersize_1: 1.5rem;
  --headerheight_h1: 3.5rem;
  --headerheight_h4: 32px;
  --headersize_h4: 1.2rem;
  --offwhite: #f1f1f1;
  --textsize_1: 1.2rem;
  --textheight_1: 2.4rem;
  --outlinegrey: #757575;
  --surface1: #242424;
  --bodycolor: #121212;
  --brand-yellow: #feaf00;
  --headersize_h1: 3rem;
  --surface2: #363636;
  --brand-yellow-hover: #ffc543;
  --white: white;
  --brand-blue: #3898ec;
  --brand-red: #ce0000;
  --offgreylite\<deleted\|variable-0a052154-df59-b465-28ad-51ed142295a9\>: #4e4f5c;
  --cardheadersize: 36px;
  --cardheaderheight: 44px;
  --dimgrey\<deleted\|variable-de8bfb8f-8c72-78a6-8927-343af555ac94\>: #363636;
  --surfacehover: #2c2c2c;
  --surface3: #4e4e4e;
  --offblack\<deleted\|variable-cfda396f-af54-4285-8a2a-3fdab9342818\>: #121212;
  --brand-blue-hover: #6ab4f5;
  --textsize_2: 2rem;
  --black: black;
  --brand-red-hover: #e71515;
  --litegrey: #feaf00;
  --h1: 2rem;
  --h2: 1.5rem;
  --h3: 1rem;
  --h4: .75rem;
  --p: 1rem;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #121212;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

h1 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: var(--headersize_1);
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 2rem;
}

h4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: var(--headersize_h4);
  line-height: var(--headerheight_h4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: var(--offwhite);
  font-family: Poppins, sans-serif;
  font-size: var(--textsize_1);
  line-height: var(--textheight_1);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 20px;
}

a {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

li {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: var(--textsize_1);
  line-height: var(--textheight_1);
}

form {
  text-align: left;
}

label {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: var(--headersize_h4);
  line-height: var(--headerheight_h4);
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  color: var(--offwhite);
  font-size: var(--textsize_1);
  line-height: var(--textheight_1);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.paragraph.adaptive {
  font-size: var(--textsize_1);
  line-height: 36px;
}

.navbar-no-shadow-container {
  z-index: 5;
  border-bottom: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  align-items: center;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.section {
  border-top: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  display: flex;
  position: static;
}

.sitelogo {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.landingblock {
  background-color: var(--bodycolor);
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1600px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.landingblock.studyid {
  align-items: center;
}

.center {
  text-align: center;
}

.image {
  border-radius: 10px;
}

.container-7 {
  justify-content: flex-start;
  align-items: center;
  min-height: 5vh;
  display: block;
}

.nav-menu-2 {
  float: left;
  position: static;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  max-width: 50%;
  padding: 40px 100px 20px;
  display: flex;
}

.div-block-7.welcome {
  align-self: stretch;
}

.field-label {
  color: #e2e2e2;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.field-label.yellow {
  color: var(--brand-yellow);
}

.articletitle {
  color: #fff;
  font-size: var(--headersize_h1);
  line-height: var(--headerheight_h1);
  margin-top: 0;
}

.section-6 {
  background-color: var(--bodycolor);
}

.navbar {
  z-index: 5;
  background-color: #121212;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 50px;
}

.card_darksurface {
  border: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}

.card_darksurface.videodescription {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-flow: column;
}

.card_darksurface.flexvert {
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.card_darksurface.grid {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.card_darksurface.vert {
  flex-flow: column;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.card_darksurface.surface2 {
  background-color: var(--surface2);
}

.text-block-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.icon {
  color: #fff;
}

.dropdown-toggle {
  background-color: #414141;
}

.navbar-logo-center {
  z-index: 5;
  background-color: #303139;
  position: sticky;
  top: 60px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  position: static;
  top: 20vh;
}

.container-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.body-2 {
  background-color: var(--bodycolor);
}

.gridimage {
  background-image: url('../images/stones.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 18vh;
  margin-bottom: 10px;
}

.grey_mid {
  color: var(--offwhite);
  margin-top: 20px;
  margin-bottom: 0;
}

.standardcontainer {
  max-width: 1140px;
}

.chipoutline {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--outlinegrey);
  background-color: var(--surface2);
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.chipoutline.grid {
  white-space: nowrap;
  border-width: 1px;
  align-self: center;
  width: 100%;
}

.progresswrapper {
  z-index: 9999;
  flex-flow: row;
  align-items: center;
  width: 100vw;
  height: 8px;
  margin-top: -2px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: fixed;
}

.progressbar {
  background-color: #3898ec;
  width: 100%;
  height: 100%;
}

.link {
  color: var(--brand-yellow);
  text-decoration: underline;
}

.link:hover {
  color: var(--brand-yellow-hover);
}

.breadcrumb {
  font-size: var(--textsize_1);
  background-color: #000;
  border: 2px solid #3898ec;
  border-radius: 100px;
  align-self: center;
}

.breadcrumb:hover {
  background-color: #3898ec3b;
}

.soundcloudembed {
  margin-top: 5px;
}

.highlight {
  color: var(--brand-yellow);
  -webkit-text-stroke-color: #3898ec;
  font-weight: 600;
}

.highlight.link {
  text-decoration: underline;
}

.list {
  background-color: #1f1f1f;
  border: 1px solid #848484;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.articleheroimage {
  background-image: url('../images/homepage_1.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100px;
}

.articleheroimage.help {
  background-image: url('../images/pexels-thirdman-5256816.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
}

.articleheroimage.understandingyouremotions {
  background-image: url('../images/Screenshot-2024-07-11-094620.png');
}

.articleheroimage.overview {
  background-image: url('../images/pexels-quang-nguyen-vinh-222549-2171464.jpg');
  background-position: 50% 65%;
}

.articleheroimage.overview._400px {
  background-position: 50% 100%;
}

.articleheroimage.archive {
  background-image: url('../images/pexels-element5-1370294.jpg');
  background-position: 50%;
}

.articleheroimage.orienting {
  background-image: url('../images/pexels-alohaphotostudio-5694121.jpg');
  background-position: 50% 100%;
}

.articleheroimage.allowing {
  background-image: url('../images/pexels-photo-7157506.jpeg');
}

.articleheroimage.reframing {
  background-image: url('../images/pexels-photo-1252983.webp');
  background-position: 50%;
}

.articleheroimage.distancing {
  background-image: url('../images/pexels-bri-schneiter-28802-346529.jpg');
}

.articleheroimage.expectations {
  background-image: url('../images/pexels-photo-3184465.webp');
}

.articleheroimage._200px {
  height: 200px;
}

.articleheroimage._200px.cyr {
  background-image: url('../images/pexels-pixabay-60582.jpg');
}

.articleheroimage._200px.emotionssignalmotivations {
  background-image: url('../images/pexels-ramonkaphotos-13673492.jpg');
}

.articleheroimage._200px.yourmotivationalanchors {
  background-image: url('../images/pexels-olly-3769013.jpg');
}

.articleheroimage._200px.attentionregulationandtheorientingskill {
  background-image: url('../images/orientingarticle.webp');
}

.articleheroimage._200px.attentionregulationandtheallowingskill {
  background-image: url('../images/pexels-garonpiceli-852793.jpg');
}

.articleheroimage._200px.metacognitiveregulationandthedistancingskill {
  background-image: url('../images/pexels-bri-schneiter-28802-346529.jpg');
}

.articleheroimage._200px.ertskillstoolbox {
  background-image: url('../images/pexels-photo-3777876.jpeg');
}

.articleheroimage._200px.metacognitiveregulationandthereframingskill {
  background-image: url('../images/pexels-photo-1449638.webp');
}

.articleheroimage._200px.courageousandcompassionatereframing {
  background-image: url('../images/pexels-photo-3826687.jpeg');
}

.articleheroimage._200px.desertisland {
  background-image: url('../images/pexels-photo-2549017.jpeg');
}

.articleheroimage._200px.beingproactive {
  background-image: url('../images/pexels-photo-636237.webp');
}

.articleheroimage._200px.seeyourselfacting {
  background-image: url('../images/pexels-photo-8533123.jpeg');
}

.articleheroimage._200px.seeyourselfactingdebrief {
  background-image: url('../images/pexels-photo-5710293.webp');
}

.articleheroimage._200px.consolidating {
  background-image: url('../images/pexels-minan1398-1134190.jpg');
}

.articleheroimage._400px {
  height: 400px;
}

.articleheroimage._400px.expectations {
  background-image: url('../images/pexels-alex-green-5699456.jpg');
}

.articleheroimage._400px.cyr {
  background-image: url('../images/pexels-pixabay-60582.jpg');
}

.articleheroimage._400px.emotionssignalmotivations {
  background-image: url('../images/pexels-ramonkaphotos-13673492.jpg');
}

.articleheroimage._400px.yourmotivationalanchors {
  background-image: url('../images/pexels-olly-3769013.jpg');
  background-position: 50%;
}

.articleheroimage._400px.attentionregulationandtheorientingskill {
  background-image: url('../images/orientingarticle.webp');
}

.articleheroimage._400px.attentionregulationandtheallowingskill {
  background-image: url('../images/pexels-garonpiceli-852793.jpg');
}

.articleheroimage._400px.metacognitiveregulationandthedistancingskill {
  background-image: url('../images/pexels-bri-schneiter-28802-346529.jpg');
}

.articleheroimage._400px.ertskillstoolbox {
  background-image: url('../images/pexels-photo-3777876.jpeg');
}

.articleheroimage._400px.metacognitiveregulationandthereframingskill {
  background-image: url('../images/pexels-photo-1449638.webp');
}

.articleheroimage._400px.courageousandcompassionatereframing {
  background-image: url('../images/pexels-photo-3826687.jpeg');
}

.articleheroimage._400px.desertisland {
  background-image: url('../images/pexels-photo-2549017.jpeg');
}

.articleheroimage._400px.beingproactive {
  background-image: url('../images/pexels-photo-636237.webp');
}

.articleheroimage._400px.seeyourselfacting {
  background-image: url('../images/pexels-photo-8533123.jpeg');
}

.articleheroimage._400px.seeyourselfactingdebrief {
  background-image: url('../images/pexels-photo-5710293.webp');
}

.articleheroimage._400px.consolidating {
  background-image: url('../images/pexels-minan1398-1134190.jpg');
}

.megamenucontent {
  z-index: 100;
  background-color: var(--surface2);
  flex-flow: column;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  display: block;
  position: sticky;
  top: 80px;
}

.megamenutrigger {
  cursor: pointer;
  justify-content: space-between;
  align-self: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.megamenutrigger:hover {
  color: #8b6666;
}

.megamenulabel {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.megamenulabel.icon {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 24px;
  display: flex;
}

.megamenulabel.icon.left {
  border-left: 1px solid #818181;
}

.text-block-8 {
  border: 0px solid var(--white);
  white-space: normal;
  border-radius: 0;
  align-self: center;
  width: 100%;
  margin-right: 20px;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.menuitemswrapper {
  background-color: #1f1f1f;
  flex-flow: column;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.menuitemswrapper.phase1 {
  z-index: 99;
  border-top: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  height: auto;
  max-height: 100%;
  position: relative;
}

.container-12 {
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbarsubid {
  color: var(--brand-blue);
  align-self: center;
  margin-right: 10px;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 24px;
}

.navbarsubid.yellow {
  color: var(--brand-yellow);
}

.horizontalcardimage {
  background-image: url('../images/pexels-spencer-selover-142259-775417.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 66%;
  min-height: 300px;
  max-height: 100%;
  margin-bottom: 0;
  display: block;
}

.horizontalcardimage.emotionalresponding {
  background-image: url('../images/ReactiveResponding.png');
}

.horizontalcardimage.attentionregulatingandtheorientingskill {
  background-image: url('../images/orientingarticle.webp');
}

.horizontalcardimage.session1 {
  background-image: url('../images/stones.jpg');
  background-position: 50%;
  background-size: cover;
}

.horizontalcardimage.motivations {
  background-image: url('../images/pexels-olly-3836878.jpg');
  background-position: 50%;
  background-size: cover;
}

.horizontalcardimage.expectations {
  background-image: url('../images/pexels-alex-green-5699456.jpg');
  background-position: 0 0;
  background-size: cover;
}

.horizontalcardimage.motivational-anchors {
  background-image: url('../images/pexels-olly-3769013.jpg');
  background-position: 50%;
  background-size: cover;
}

.horizontalcardimage.orienting {
  background-image: url('../images/pexels-alohaphotostudio-5694121.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.horizontalcardimage.allowingskill {
  background-image: url('../images/pexels-garonpiceli-852793.jpg');
  background-position: 0 0;
  background-size: cover;
}

.horizontalcardimage.distancing {
  background-image: url('../images/pexels-bri-schneiter-28802-346529.jpg');
}

.horizontalcardimage.crisistextline {
  background-image: url('../images/images-1.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  min-height: 300px;
}

.horizontalcardimage.nationalprevention {
  background-image: url('../images/logo-ndvh.svg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
  min-height: 300px;
}

.horizontalcardimage.allowing {
  background-image: url('../images/pexels-photo-7157506.jpeg');
}

.horizontalcardimage.reframing {
  background-image: url('../images/pexels-photo-1252983.webp');
}

.horizontalcardimage.proaction {
  background-image: url('../images/istockphoto-1055392728-612x612.jpg');
}

.horizontalcardimage.resolvingconflict {
  background-image: url('../images/pexels-rakicevic-nenad-233369-801885.jpg');
}

.horizontalcardimage.anticipating {
  background-image: url('../images/pexels-photo-7365300.webp');
}

.horizontalcardimage.cyr {
  background-image: url('../images/pexels-pixabay-60582.jpg');
}

.horizontalcardimage.desertisland {
  background-image: url('../images/pexels-photo-2549017.jpeg');
}

.horizontalcardimage.reframingarticle {
  background-image: url('../images/pexels-photo-1449638.webp');
}

.horizontalcardimage.toolbox {
  background-image: url('../images/pexels-photo-3777876.jpeg');
}

.horizontalcardimage.courageousandcompassionatereframing {
  background-image: url('../images/pexels-photo-3826687.jpeg');
}

.horizontalcardimage.beingproactive {
  background-image: url('../images/pexels-photo-636237.webp');
}

.horizontalcardimage.idingwhatyouvalue {
  background-image: url('../images/pexels-photo-977246.webp');
}

.horizontalcardimage.seeyourselfacting {
  background-image: url('../images/pexels-photo-5710293.webp');
}

.horizontalcardimage.consolidating {
  background-image: url('../images/pexels-minan1398-1134190.jpg');
}

.horizontalcardimage.umsparrow {
  background-image: url('../images/434491913_822270246610828_6799343340536752941_n.jpg'), linear-gradient(#002e60, #002e60);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.horizontalcardimage.communitymh {
  background-image: url('../images/244161208_274272431366255_402342227467697367_n.jpg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.horizontalcardimage.suicideprevention {
  background-image: url('../images/5ACFFB09-5056-A830-8CD2D154B97333F7.jpg');
}

.horizontalcardimage.emotionssignalmotivations {
  background-image: url('../images/orchestra.jpg');
}

.horizontalcardimage.understandingyouremotions {
  background-image: url('../images/Screenshot-2024-07-11-094620.png');
}

.carddatacontainer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.carddatacontainer.topalign {
  justify-content: flex-start;
}

.headericon {
  align-self: center;
  margin-bottom: 0;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.headericon.yellow.mobile {
  display: none;
}

.headericon.return {
  margin-top: 0;
  font-size: 24px;
}

.flexhoriz {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.circleicon {
  color: red;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 48px;
}

.circleicon.red {
  color: var(--brand-red);
}

.circleicon.yellow {
  color: var(--brand-yellow);
}

.circleicon.blue {
  color: var(--brand-blue);
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-18 {
  align-self: center;
  width: 100%;
  max-width: 1140px;
}

.megamenubutton {
  border-left: 0 solid #818181;
  border-right: 1px solid #818181;
  align-self: stretch;
  display: flex;
}

.megamenubutton:hover {
  background-color: var(--offgreylite\<deleted\|variable-0a052154-df59-b465-28ad-51ed142295a9\>);
}

.linkcontainer {
  display: flex;
}

.cardheader {
  font-size: var(--cardheadersize);
  line-height: var(--cardheaderheight);
  margin-top: 0;
  margin-bottom: 0;
}

.cardparagraph {
  border: 1px solid var(--outlinegrey);
  background-color: var(--surface2);
  font-size: var(--textsize_1);
  line-height: var(--textheight_1);
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 20px;
}

.titleheading {
  white-space: normal;
  object-fit: scale-down;
  margin-top: 10px;
  font-size: 3rem;
  line-height: 4rem;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.circleiconwrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.cardchips {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.cardbuttoncustom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: var(--textsize_1);
  text-align: center;
  background-color: #0000;
  border: 2px solid #868686;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.cardbuttoncustom:hover {
  background-color: #ffffff40;
}

.cardbuttoncustom.blue {
  text-align: left;
  border-color: #3898ec;
}

.cardbuttoncustom.blue:hover {
  background-color: #3898ec45;
}

.cardbuttoncustom.blue.w--current {
  border-color: var(--brand-blue);
}

.cardbuttoncustom.blue._10pxm {
  margin-bottom: 10px;
}

.cardbuttoncustom.blue.solid {
  background-color: var(--brand-blue);
}

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

.cardbuttoncustom.yellow {
  border-color: #feaf00;
}

.cardbuttoncustom.yellow:hover {
  background-color: #feaf002e;
}

.cardbuttoncustom.red {
  border-color: red;
}

.cardbuttoncustom.red:hover {
  background-color: #ff000030;
}

.cardbuttoncustom.red.spacer {
  margin-bottom: 20px;
}

.buttonicon {
  color: #fff;
  align-self: center;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.buttonicon.large {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

.buttonicon.large.yellow {
  color: var(--brand-yellow);
  align-self: center;
}

.buttonicon.yellow {
  color: var(--brand-yellow);
  font-size: 32px;
}

.horizontalline {
  border: 1px solid #fff;
  flex: 1;
  align-self: center;
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.horizontalline.bottom {
  align-self: stretch;
  margin-top: 10px;
  margin-bottom: 20px;
}

.horizontalline.spacer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.horizontalline.blue {
  color: var(--brand-blue);
  max-height: 1px;
}

.horizontalline.top {
  margin-top: 0;
}

.image-6 {
  border: 1px solid #6e6e6e;
  border-radius: 1px;
}

.sessionnavbottom {
  margin-bottom: 40px;
  display: none;
}

.sessionnavbottom.sessionpage {
  display: block;
}

.articlebottomnav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.articlebottomnav.vert {
  flex-flow: column;
}

.gridchips {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.subtext {
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-27 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.breadcrumbcurrent {
  font-size: var(--textsize_1);
  border: 2px solid #858585;
  border-radius: 100px;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 15px;
  display: inline-block;
}

.text-block-10 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.articlebreadcrumbs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.articleheaderblock {
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.breadcrumbwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.heading-20 {
  color: var(--brand-yellow);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 32px;
}

.div-block-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-right: 10px;
  display: flex;
}

.image-7 {
  border-radius: 10px;
}

.radio-button-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--surface2);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 15px;
  display: flex;
}

.radio-button-field.is-checked {
  background-color: var(--outlinegrey);
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--surface2);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 15px 30px 25px;
  display: flex;
}

.checkbox-field.is-checked {
  background-color: var(--outlinegrey);
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.form-block {
  font-family: Poppins, sans-serif;
}

.text-field {
  color: var(--bodycolor);
  font-size: var(--textsize_1);
  background-color: #efefef;
  padding: 50px 20px;
}

.text-field::placeholder {
  color: #696969;
}

.text-field.login {
  padding-top: 40px;
  padding-bottom: 40px;
}

.textarea {
  color: #000;
  font-size: var(--textsize_1);
  background-color: #efefef;
  min-height: 250px;
}

.textarea::placeholder {
  color: #696969;
}

.select-field {
  color: #000;
  background-color: #efefef;
}

.select-field-2 {
  color: #000;
}

.div-block-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.textadjustbutton {
  border-right: 1px solid var(--outlinegrey);
  background-color: var(--surface2);
  color: var(--offwhite);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.textadjustbutton:hover {
  background-color: silver;
}

.textadjustbutton.active {
  background-color: var(--offwhite);
  color: var(--surface2);
}

.textadjustwrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1260px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 6% 0% auto;
}

.textadjust {
  align-self: center;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 24px;
}

.textadjust.scaleup {
  font-size: 28px;
}

.textadjust.scaledown {
  font-size: 18px;
}

.textadjustbar {
  z-index: 99;
  justify-content: center;
  align-items: flex-start;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.header {
  font-weight: 700;
}

.header.adaptive {
  font-size: var(--headersize_1);
}

.radio-button-field-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

.radio-button-label {
  align-self: center;
  margin-top: 10px;
}

.radio-button {
  box-sizing: border-box;
  aspect-ratio: auto;
  align-self: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.radio-button.w--redirected-checked {
  border: 12px solid var(--brand-yellow);
  background-color: var(--outlinegrey);
}

.scalewrapper {
  background-color: var(--surface2);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 20px 10px;
  display: flex;
}

.scalewrapper.margin20 {
  background-color: var(--surface2);
  margin-bottom: 20px;
}

.scale {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.scalelabel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.fieldlabellarge {
  font-size: var(--headersize_1);
  line-height: var(--textheight_1);
  font-weight: 600;
}

.radio-button-label-2 {
  align-self: center;
}

.checkbox {
  width: 24px;
  height: 24px;
}

.checkbox.w--redirected-checked {
  border: 12px solid var(--brand-yellow);
}

.text-span {
  color: var(--brand-yellow);
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 10px;
}

.pagefooter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.text-span-2 {
  color: var(--brand-yellow);
}

.formwrapper {
  background-color: var(--surface1);
  border: 1px solid #6e6e6e;
  border-radius: 10px;
  padding: 20px;
  display: block;
}

.text-span-3, .text-span-4, .highlightspan {
  color: var(--brand-yellow);
}

.div-block-36 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.freewrite {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.field-label-3 {
  background-color: var(--brand-blue);
  color: #fff;
  border-radius: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.detail {
  font-size: 12px;
}

.detail.center {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.domainwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-9 {
  align-self: center;
}

.navbarbutton {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: var(--textsize_1);
  text-align: center;
  background-color: #0000;
  border: 2px solid #868686;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.navbarbutton:hover {
  background-color: #ffffff40;
}

.navbarbutton.yellow {
  font-size: var(--textsize_1);
  white-space: nowrap;
  overflow-wrap: normal;
  border-color: #feaf00;
  align-self: center;
  font-weight: 500;
}

.navbarbutton.yellow:hover {
  background-color: #feaf002e;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
}

.colorblock {
  background-color: #494d8c;
  border-radius: 14px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  min-height: 250px;
  margin-bottom: 15px;
  display: flex;
}

.colorblock.darker {
  background-color: #393d7a;
}

.colorblock.darkest {
  background-color: #2a2d5f;
}

.colorblock.shame {
  background-color: #9b4b80;
}

.colorblock.shame.meddark {
  background-color: #813477;
}

.colorblock.shame.dark {
  background-color: #6b246b;
}

.colorblock.joy {
  background-color: #0098c9;
}

.colorblock.joy.meddark {
  background-color: #0a6e9c;
}

.colorblock.joy.dark {
  background-color: #094b6b;
}

.colorblock.interest {
  background-color: #0e5f70;
}

.colorblock.interest.meddark {
  background-color: #06455a;
}

.colorblock.interest.dark {
  background-color: #03344b;
}

.colorblock.contentment {
  background-color: #9dd9da;
}

.colorblock.contentment.meddark {
  background-color: #7ab3bb;
}

.colorblock.contentment.dark {
  background-color: #6095a3;
}

.colorblock.anger {
  background-color: #b33234;
}

.colorblock.anger.meddark {
  background-color: #971c1e;
}

.colorblock.anger.dark {
  background-color: #851416;
}

.colorblock.disgust {
  background-color: #ff8831;
}

.colorblock.disgust.meddark {
  background-color: #d86a1a;
}

.colorblock.disgust.dark {
  background-color: #bb570e;
}

.colorblock.anxiety {
  background-color: #e9cb2d;
}

.colorblock.anxiety.meddark {
  background-color: #c59f15;
}

.colorblock.anxiety.dark {
  background-color: #b17d0c;
}

.colorblock.fear {
  background-color: #99be3b;
}

.colorblock.fear.meddark {
  background-color: #78a829;
}

.colorblock.fear.dark {
  background-color: #56931d;
}

.colorblock.excitement {
  background-color: #ec46d6;
}

.colorblock.excitement.meddark {
  background-color: #ce2bce;
}

.colorblock.excitement.dark {
  background-color: #af21c5;
}

.div-block-38 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.list-2 {
  padding-left: 60px;
}

.titlewithaudioplayer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

.heading-22 {
  margin-bottom: 0;
}

.megamenulink:hover {
  color: #a6a6a6;
}

.htmlaudioplayer_dropbox {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.htmlaudioplayer_dropbox.hidden {
  display: none;
}

.htmlaudioplayercontainer {
  border: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  border-radius: 10px;
  flex: 1;
  max-width: 1140px;
  padding: 20px;
  position: static;
  top: 140px;
}

.htmlaudioplayercontainer.jacob {
  border: 1px solid var(--outlinegrey);
  display: block;
}

.htmlaudioplayercontainer.anthony, .htmlaudioplayercontainer.phillip, .htmlaudioplayercontainer.michal, .htmlaudioplayercontainer.jeannie, .htmlaudioplayercontainer.charlotte {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: block;
}

.htmlaudioplayercontainer.tabgroup {
  background-color: var(--dimgrey\<deleted\|variable-de8bfb8f-8c72-78a6-8927-343af555ac94\>);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.htmlaudioplayercontainer.sticky {
  margin-bottom: 0;
}

.audioplayerheader {
  font-size: var(--headersize_1);
  line-height: var(--textheight_1);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.htmlaudiotitle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: flex;
}

.audioplayerlabel {
  font-size: var(--headersize_h4);
  line-height: var(--headerheight_h4);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.heading-24 {
  line-height: var(--headerheight_h4);
  margin-bottom: 10px;
}

.footerwrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex: 1;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.quick-stack {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-11 {
  object-fit: scale-down;
}

.footercopyright {
  color: var(--offwhite);
  text-align: right;
}

.text-block-13 {
  margin-bottom: 0;
}

.div-block-48 {
  z-index: 99;
  margin-left: 960px;
  position: fixed;
  inset: 140px auto auto;
}

.skillsblock {
  flex-flow: column;
  display: flex;
}

.container-14 {
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.div-block-49, .div-block-50 {
  display: flex;
}

.generalinformationblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.tab-link-tab-1 {
  border: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  color: #fff;
  border-radius: 20px;
  min-width: 200px;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.tab-link-tab-1:hover {
  background-color: var(--surfacehover);
}

.tab-link-tab-1.w--current {
  background-color: var(--dimgrey\<deleted\|variable-de8bfb8f-8c72-78a6-8927-343af555ac94\>);
  color: #fff;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.tab-link-tab-1.disabled {
  border-color: var(--surface3);
  color: #ffffff4d;
  text-align: center;
}

.tab-link-tab-1.disabled.w--current {
  text-align: center;
}

.tablink2 {
  border-right: 1px solid var(--outlinegrey);
  border-bottom: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.tablink2.w--current {
  background-color: var(--dimgrey\<deleted\|variable-de8bfb8f-8c72-78a6-8927-343af555ac94\>);
  color: #fff;
}

.tablink2.end {
  border-right-width: 1px;
  border-bottom-right-radius: 10px;
}

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.container-regular-3 {
  width: 100%;
  max-width: 1140px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.image-13 {
  object-fit: scale-down;
  align-self: center;
}

.div-block-52 {
  margin-bottom: 10px;
}

.section-11 {
  background-color: var(--offblack\<deleted\|variable-cfda396f-af54-4285-8a2a-3fdab9342818\>);
  position: relative;
}

.body-3 {
  background-color: var(--offblack\<deleted\|variable-cfda396f-af54-4285-8a2a-3fdab9342818\>);
}

.emergencylinksblock {
  flex-flow: column;
  display: flex;
}

.underlinelink {
  text-decoration: underline;
}

.youtube {
  margin-bottom: 20px;
}

.standardflexcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  max-width: 1140px;
  display: flex;
}

.contentssection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-right: 16px;
  display: flex;
  position: sticky;
}

.div-block-57 {
  border: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  border-radius: 10px;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
}

.list_tableofcontents {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: decimal;
}

.tableheader {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.contentsblock {
  z-index: 95;
  position: sticky;
  top: 300px;
}

.tablelink {
  text-decoration: underline;
}

.heading-26 {
  color: var(--brand-yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.articlesection {
  margin-left: 10px;
  padding-right: 15px;
}

.htmlaudioplayerblock {
  z-index: 98;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121212;
  flex-flow: column;
  max-width: 1142px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
  position: sticky;
  top: 130px;
}

.div-block-62 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-27 {
  color: #feaf00;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 32px;
}

.heading-28 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.audioplayerlabel-2 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.div-block-65 {
  background-image: linear-gradient(#0000003b, #0000), url('../images/pexels-jim-richter-257061-5795586.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex: 1;
  padding-top: 40px;
  padding-left: 40px;
}

.div-block-66 {
  border: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  border-radius: 10px;
  min-width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-66.center {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.heroheading {
  font-size: 4rem;
  line-height: 6rem;
}

.flex-block-5 {
  justify-content: flex-end;
  margin-right: -60px;
}

.homescreenlogo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.homescreenlogo.r {
  display: none;
}

.heading-29 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.mobileimage {
  background-image: linear-gradient(#0000003b, #0000), url('../images/pexels-jim-richter-257061-5795586.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  flex: 1;
  padding-top: 40px;
  padding-left: 40px;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-span-5 {
  font-weight: 400;
}

.heading-30 {
  font-weight: 700;
}

.text-span-6 {
  font-weight: 400;
}

.vertline {
  background-color: #fff;
  min-width: 1px;
  max-width: 1px;
}

.navheading {
  font-size: var(--textsize_1);
  margin-top: 0;
  margin-bottom: 0;
}

.tabletitleheader {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.anchor {
  min-width: 0;
  max-width: 0;
  min-height: 0;
  max-height: 0;
  display: block;
  position: relative;
  top: -340px;
}

.anchor.articletop {
  top: -540px;
}

.flex-block-6 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.chiptext {
  text-align: center;
  white-space: nowrap;
  align-self: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.backtotop {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-bottom: 5px;
  padding-left: 1230px;
  display: flex;
  position: sticky;
  inset: 93% 0% 0%;
}

.backtotopbutton {
  background-color: var(--brand-blue);
  border-radius: 5px;
  align-self: center;
  padding: 10px 20px;
}

.backtotopbutton:hover {
  background-color: var(--brand-blue-hover);
}

.flex-block-7 {
  align-items: flex-end;
}

.flex-block-8 {
  justify-content: space-between;
  align-self: stretch;
}

.block-quote {
  font-family: Poppins, sans-serif;
  font-size: var(--textsize_2);
  line-height: var(--textheight_1);
}

.div-block-67 {
  flex-flow: column;
  display: flex;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  width: 100%;
}

.heading-32 {
  margin-bottom: 0;
}

.flex-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block-68 {
  margin-bottom: 10px;
}

.flex-block-11, .flex-block-12, .flex-block-13, .flex-block-14 {
  justify-content: space-between;
  align-self: stretch;
}

.homepagehero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-quang-nguyen-vinh-222549-2171464.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 95vh;
  display: flex;
}

.paragraph-2 {
  text-align: left;
}

.logincard {
  border: 1px solid var(--outlinegrey);
  background-color: var(--surface1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  display: flex;
}

.logincard.center {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.videocontainer {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 50vh;
  display: flex;
}

.code-embed {
  flex: 1;
  align-self: stretch;
}

.text-block-14, .text-block-15 {
  text-align: center;
}

.card_darksurface-2 {
  background-color: #242424;
  border: 1px solid #757575;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h3 {
    line-height: var(--headerheight_h1);
  }

  .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .card_darksurface {
    flex-flow: column;
  }

  .container-9 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .icon-2 {
    color: #fff;
  }

  .standardcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .megamenucontent {
    top: 80px;
  }

  .horizontalcardimage.session1, .horizontalcardimage.motivations {
    width: 100%;
    margin-bottom: 10px;
  }

  .carddatacontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .headericon {
    line-height: var(--headersize_h4);
  }

  .grid-2 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .cardheader {
    white-space: nowrap;
    object-fit: scale-down;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .htmlaudioplayercontainer.jacob {
    border-bottom-right-radius: 0;
  }

  .audioplayerheader {
    white-space: normal;
  }

  .audioplayerlabel {
    white-space: nowrap;
  }

  .footerwrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footercopyright {
    text-align: center;
  }

  .tab-link-tab-1 {
    border-radius: 20px;
  }

  .tab-link-tab-1.w--current {
    border-radius: 20px;
    flex: 0 auto;
  }

  .tab-link-tab-1.center, .tab-link-tab-1.center.w--current {
    border-radius: 20px;
  }

  .tabs-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-52 {
    text-align: right;
  }

  .standardflexcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-57 {
    min-width: 200px;
  }

  .htmlaudioplayerblock {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-28 {
    white-space: normal;
  }

  .audioplayerlabel-2 {
    white-space: nowrap;
  }

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

  .div-block-66 {
    justify-content: space-between;
    align-items: stretch;
  }

  .heroheading {
    margin-top: 0;
    font-size: 4rem;
    line-height: 5rem;
  }

  .flex-block-5 {
    justify-content: space-between;
    margin-right: 0;
  }

  .homescreenlogo.r {
    display: flex;
  }

  .mobileimage {
    background-position: 0 0, 50%;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .flex-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .backtotop {
    display: none;
  }

  .logincard {
    justify-content: space-between;
    align-items: stretch;
  }

  .card_darksurface-2 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .div-block-7 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_darksurface {
    flex-flow: column;
    display: flex;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .div-block-11 {
    flex-flow: column;
    align-items: flex-start;
  }

  .horizontalcardimage {
    width: 100%;
    min-height: 300px;
  }

  .carddatacontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .headericon.yellow.mobile {
    display: block;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cardheader {
    white-space: pre-wrap;
    align-self: flex-start;
    margin-top: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .circleiconwrapper {
    margin-top: 20px;
    display: none;
  }

  .cardchips {
    align-self: flex-start;
    align-items: center;
  }

  .sessionnavbottom {
    display: block;
  }

  .navbarbutton.yellow {
    padding: 5px 10px;
  }

  .htmlaudiotitle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .audioplayerlabel {
    align-self: center;
  }

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

  .footerwrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footercopyright {
    color: var(--offwhite);
    text-align: center;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .div-block-52 {
    text-align: center;
  }

  .contentssection, .contentsblock {
    display: none;
  }

  .div-block-63 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-64, .audioplayerlabel-2 {
    align-self: flex-start;
  }

  .heroheading {
    font-size: 3rem;
    line-height: 5rem;
  }

  .navheading {
    display: none;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .card_darksurface-2 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    line-height: var(--headerheight_h4);
  }

  .paragraph {
    font-family: Poppins, sans-serif;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .navbar-no-shadow-container {
    z-index: 6;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section, .landingblock {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7 {
    min-width: 100vw;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .articletitle {
    overflow-wrap: normal;
    font-size: 36px;
    line-height: 42px;
    overflow: visible;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_darksurface {
    overflow: visible;
  }

  .navbar-logo-center {
    z-index: 5;
    position: sticky;
    top: 50px;
  }

  .navbar-logo-center-container.shadow-three {
    z-index: 5;
  }

  .container-9 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .icon-2 {
    color: #fff;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: space-between;
  }

  .grey_mid {
    margin-bottom: 0;
  }

  .standardcontainer {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .chipoutline {
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .breadcrumb {
    align-self: center;
  }

  .megamenucontent {
    max-width: 100vh;
  }

  .text-block-8 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .container-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .horizontalcardimage {
    width: 100%;
    min-height: 200px;
  }

  .carddatacontainer {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .circleicon {
    color: #828282;
    line-height: 48px;
  }

  .circleicon.red {
    color: red;
  }

  .circleicon.yellow {
    color: #feaf00;
  }

  .circleicon.blue {
    color: #3898ec;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cardheader {
    overflow-wrap: normal;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .cardparagraph {
    max-height: 0;
    display: none;
    overflow: hidden;
  }

  .titleheading {
    margin-top: 0;
    font-size: 36px;
  }

  .grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .cardchips {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cardbuttoncustom {
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    width: 100%;
  }

  .subtext {
    text-align: center;
  }

  .div-block-27 {
    flex-flow: column;
    display: none;
  }

  .breadcrumbcurrent {
    align-self: center;
  }

  .text-block-10 {
    width: 100%;
  }

  .articlebreadcrumbs {
    flex-flow: column;
  }

  .checkbox-field {
    align-items: flex-end;
  }

  .textadjustwrapper {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .textadjustbar {
    top: 15%;
  }

  .radio-button-field-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-self: flex-start;
  }

  .scalewrapper {
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbarbutton {
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbarbutton.yellow {
    border-radius: 999px;
  }

  .flex-block-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .colorblock.darker, .colorblock.darkest {
    display: none;
  }

  .htmlaudiotitle {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 10px;
  }

  .audioplayerlabel {
    white-space: normal;
    display: none;
  }

  .audioplayerlabel.center {
    display: block;
  }

  .footerwrapper {
    padding: 40px 20px 20px;
  }

  .tab-link-tab-1.disabled {
    border-color: var(--surface3);
  }

  .standardflexcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contentssection {
    display: none;
  }

  .htmlaudioplayerblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-63 {
    flex-flow: row;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-28 {
    display: none;
  }

  .audioplayerlabel-2 {
    white-space: normal;
  }

  .heroheading {
    font-size: 3rem;
    line-height: 5rem;
  }

  .chiptext {
    text-align: center;
    border-radius: 40px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .flex-block-8 {
    flex-flow: column;
  }

  .homepagehero {
    height: auto;
  }

  .card_darksurface-2 {
    overflow: visible;
  }
}

#w-node-_7c210c58-f40c-edee-569c-3838a0aa3472-a31feee8, #w-node-_706dd763-efb6-6020-1bab-8c2c0649e92f-a31feee8, #w-node-_10871d33-7b4e-42f3-7fae-17ffc92c3024-a31feee8:hover, #w-node-_10871d33-7b4e-42f3-7fae-17ffc92c3024-a31feee8, #w-node-ebd0360e-156d-31a9-a37c-71c3e4b402cf-a31feee8, #w-node-_2482cbe3-529c-adcc-25ff-3db70cb008e1-a31feee8, #w-node-d3421c4c-5141-10b6-3426-22a7ee8da041-a31feee8, #w-node-_8aec8881-9f54-030f-ad06-eb018ff07a20-a31feee8, #w-node-_8aec8881-9f54-030f-ad06-eb018ff07a26-a31feee8, #w-node-_8aec8881-9f54-030f-ad06-eb018ff07a2c-a31feee8, #w-node-_8aec8881-9f54-030f-ad06-eb018ff07a32-a31feee8 {
  align-self: center;
}

#w-node-_233ddd21-95be-5f34-5b72-635731fe1ea0-145cde8d {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_20753e67-5c09-31d1-c023-a317e8b91132-145cde57, #w-node-_8b886d1a-d71d-036b-3797-b59fe4ea555a-145cde57, #w-node-_8abcca65-416b-e2c9-3b32-fa02d2dc7ced-145cde57, #w-node-c85d174b-5b23-ced5-c00a-3e65346cc2a3-145cde74, #w-node-c85d174b-5b23-ced5-c00a-3e65346cc2c5-145cde74, #w-node-f42106f9-67cc-d889-5765-cad1319415e7-145cde74, #w-node-f42106f9-67cc-d889-5765-cad1319415f8-145cde74, #w-node-c85d174b-5b23-ced5-c00a-3e65346cc2a3-145cde75, #w-node-c85d174b-5b23-ced5-c00a-3e65346cc2c5-145cde75, #w-node-f42106f9-67cc-d889-5765-cad1319415e7-145cde75, #w-node-f42106f9-67cc-d889-5765-cad1319415f8-145cde75, #w-node-_20753e67-5c09-31d1-c023-a317e8b91132-145cde8c, #w-node-a8f95490-eae0-595b-25ba-df8965f2b2a9-145cde8c, #w-node-_615446f6-a1cc-b43d-89af-43839b50db7e-145cde8c, #w-node-_615446f6-a1cc-b43d-89af-43839b50db8d-145cde8c, #w-node-_2da4e4b6-1f26-3c87-71fc-4f1ee75040ff-145cde8c, #w-node-_2da4e4b6-1f26-3c87-71fc-4f1ee750410e-145cde8c, #w-node-fd508c0d-a6e7-7ba5-8005-c0cf2d67775d-145cde8c, #w-node-fd508c0d-a6e7-7ba5-8005-c0cf2d67776c-145cde8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenDyslexic';
  src: url('../fonts/OpenDyslexic3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}