@font-face {
  font-family: "Inter";
  src: url("https://edutrends.danielwahl.tech/wp-content/themes/edutrends-theme/assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("https://edutrends.danielwahl.tech/wp-content/themes/edutrends-theme/assets/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("https://edutrends.danielwahl.tech/wp-content/themes/edutrends-theme/assets/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  background: #ffffff;
  font-weight: 400;
}

.global {
  width: 100vw;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

main {
  height: auto;
  width: 100vw;
}

.content {
  width: 100%;
  padding: 1rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 720px) and (max-width: 919px) {
  .content {
    padding: 1rem 2rem;
  }
}
.content--no-padding, .content__padding--none {
  padding: 0;
}

main .content {
  padding: 5rem 1rem;
}
main .content--paddingTop {
  padding: 2rem 1rem 4rem;
}

.small-content {
  width: 60%;
}
.small-content--no-padding, .small-content__padding--none {
  padding: 0;
}
.small-content.marginTop {
  margin-top: 4rem;
}
.small-content.padding--top {
  padding-top: 2rem;
}
.small-content.padding--bottom {
  padding-bottom: 3rem;
}

.wide-content {
  width: 100%;
  padding: 1rem 2rem;
  margin: 0 auto;
}
.wide-content--no-padding, .wide-content__padding--none {
  padding: 0;
}
.wide-content.marginTop {
  margin-top: 4rem;
}
.wide-content.padding--bottom {
  padding-bottom: 3rem;
}

main ul, main ol {
  margin-left: 1.1rem;
}
main ul li, main ol li {
  padding-bottom: 0.5rem;
}
main ul.listStyle--none, main ol.listStyle--none {
  margin-left: 0;
}
main ul.listStyle--none li, main ol.listStyle--none li {
  list-style: none;
}

hr {
  border: 0;
  height: 1px;
  background: black;
}

.text--center, .align--center {
  text-align: center;
}
.text--left, .align--left {
  text-align: left;
}
.text--right, .align--right {
  text-align: right;
}

.strong, .bold, strong {
  font-weight: 700;
}

.capital {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fs--small, .fs--sm {
  font-size: 0.8rem;
}
.fs--medium, .fs--md {
  font-size: 1rem;
}
.fs--mlarge, .fs--ml {
  font-size: 1.2rem;
}
.fs--large, .fs--l {
  font-size: 1.5rem;
}
.fs--xlarge, .fs--xl {
  font-size: 2rem;
}

.fw--100 {
  font-weight: 100;
}
.fw--200 {
  font-weight: 200;
}
.fw--300 {
  font-weight: 300;
}
.fw--400 {
  font-weight: 400;
}
.fw--500 {
  font-weight: 500;
}
.fw--600 {
  font-weight: 600;
}
.fw--700 {
  font-weight: 700;
}
.fw--800 {
  font-weight: 800;
}
.fw--900 {
  font-weight: 900;
}

/**** FONT ****/
h1 {
  color: #FEC70B;
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
}
@media screen and (max-width: 719px) {
  h1 {
    font-size: 2.3rem;
  }
}
h1.bold {
  font-weight: 700;
}
h1.light {
  font-weight: 300;
}

h2 {
  color: black;
  font-family: "Inter", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
}
@media screen and (max-width: 919px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 719px) {
  h2 {
    font-size: 2rem;
  }
}
h2.center {
  text-align: center;
}
h2.small {
  font-size: 2.2rem;
}
h2.white {
  color: white;
}

h3 {
  color: black;
  font-size: 1.7rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
h3.center {
  text-align: center;
}
h3.white {
  color: white;
}

h4 {
  color: black;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

h1.padding--block, h2.padding--block, h3.padding--block, h4.padding--block, h5.padding--block {
  padding-block: 1rem;
}
h1.padding--block--small, h2.padding--block--small, h3.padding--block--small, h4.padding--block--small, h5.padding--block--small {
  padding-block: 0.5rem;
}
h1.center, h2.center, h3.center, h4.center, h5.center {
  text-align: center;
}
h1.margin--none, h2.margin--none, h3.margin--none, h4.margin--none, h5.margin--none {
  margin: 0 !important;
}

p {
  padding: 1rem 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: black;
  line-height: 1.45rem;
  position: relative;
  z-index: 0;
}
p.paddingVertical, p.is-style-padding-vertical {
  padding: 1rem 0;
}
p.center, p.is-style-center {
  text-align: center;
}
p.white, p.is-style-white {
  color: white;
}
p.light, p.is-style-light {
  font-weight: 200;
}
p.color--lighter {
  color: #949494;
}
p.center {
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

main p > a, .document a, .link {
  color: #FEC70B;
  transition: all 0.3s ease;
  overflow: hidden;
  font-weight: 700;
  z-index: 0;
  display: inline-flex;
  width: fit-content;
  line-height: 1.45rem;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
main p > a:hover, main p > a:focus, .document a:hover, .document a:focus, .link:hover, .link:focus {
  border-bottom: 2px solid #FEC70B;
  text-decoration: none;
}
main p > a:hover::before, main p > a:focus::before, .document a:hover::before, .document a:focus::before, .link:hover::before, .link:focus::before {
  transform: translate(1rem, 1rem);
  animation: link-anim-in 0.3s ease;
}

strong {
  font-weight: 700;
}

.grid, .edutrends-grid, .wp-block-edutrends-gridblock {
  display: grid;
  grid-gap: 1rem;
  align-items: center;
}
.grid--gap-big, .edutrends-grid--gap-big, .wp-block-edutrends-gridblock--gap-big {
  grid-gap: 3rem;
}
.grid--no-gap, .edutrends-grid--no-gap, .wp-block-edutrends-gridblock--no-gap {
  grid-gap: 0;
}
.grid--gap, .edutrends-grid--gap, .wp-block-edutrends-gridblock--gap {
  gap: 1rem;
}
.grid--gap--s, .edutrends-grid--gap--s, .wp-block-edutrends-gridblock--gap--s {
  gap: 0.5rem;
}
.grid--gap--m, .edutrends-grid--gap--m, .wp-block-edutrends-gridblock--gap--m {
  gap: 1rem;
}
.grid--gap--l, .edutrends-grid--gap--l, .wp-block-edutrends-gridblock--gap--l {
  gap: 2rem;
}
.grid--gap--xl, .edutrends-grid--gap--xl, .wp-block-edutrends-gridblock--gap--xl {
  gap: 4rem;
}
.grid--gap--xxl, .edutrends-grid--gap--xxl, .wp-block-edutrends-gridblock--gap--xxl {
  gap: 6rem;
}
.grid--gap--sm, .edutrends-grid--gap--sm, .wp-block-edutrends-gridblock--gap--sm {
  gap: 0.5rem;
}
.grid--gap--md, .edutrends-grid--gap--md, .wp-block-edutrends-gridblock--gap--md {
  gap: 1rem;
}
.grid--gap--lg, .edutrends-grid--gap--lg, .wp-block-edutrends-gridblock--gap--lg {
  gap: 2rem;
}
.grid--gap--small, .edutrends-grid--gap--small, .wp-block-edutrends-gridblock--gap--small {
  gap: 0.5rem;
}
.grid--gap--medium, .edutrends-grid--gap--medium, .wp-block-edutrends-gridblock--gap--medium {
  gap: 1rem;
}
.grid--gap--large, .edutrends-grid--gap--large, .wp-block-edutrends-gridblock--gap--large {
  gap: 2rem;
}
.grid--gap--xlarge, .edutrends-grid--gap--xlarge, .wp-block-edutrends-gridblock--gap--xlarge {
  gap: 4rem;
}
.grid--gap--ultra, .edutrends-grid--gap--ultra, .wp-block-edutrends-gridblock--gap--ultra {
  gap: 6rem;
}
.grid--gap--big, .edutrends-grid--gap--big, .wp-block-edutrends-gridblock--gap--big {
  gap: 2rem;
}
.grid--gap--veryBig, .edutrends-grid--gap--veryBig, .wp-block-edutrends-gridblock--gap--veryBig {
  gap: 4rem;
}
.grid--gap--none, .edutrends-grid--gap--none, .wp-block-edutrends-gridblock--gap--none {
  gap: 0;
}
@media screen and (max-width: 919px) {
  .grid--mobile-no-gap, .edutrends-grid--mobile-no-gap, .wp-block-edutrends-gridblock--mobile-no-gap {
    grid-row-gap: 0;
  }
}
.grid.spaceBetween, .grid-space-between, .edutrends-grid.spaceBetween, .edutrends-grid-space-between, .wp-block-edutrends-gridblock.spaceBetween, .wp-block-edutrends-gridblock-space-between {
  justify-content: space-between;
}
.grid-align--flex-start, .grid-align--start, .edutrends-grid-align--flex-start, .edutrends-grid-align--start, .wp-block-edutrends-gridblock-align--flex-start, .wp-block-edutrends-gridblock-align--start {
  align-items: flex-start;
}
.grid-justify--flex-start, .grid-justify--start, .edutrends-grid-justify--flex-start, .edutrends-grid-justify--start, .wp-block-edutrends-gridblock-justify--flex-start, .wp-block-edutrends-gridblock-justify--start {
  justify-content: flex-start;
}
.grid-space-around, .edutrends-grid-space-around, .wp-block-edutrends-gridblock-space-around {
  justify-content: space-around;
}
.grid-center--horizontal, .edutrends-grid-center--horizontal, .wp-block-edutrends-gridblock-center--horizontal {
  justify-content: center;
}
.grid-center--vertical, .edutrends-grid-center--vertical, .wp-block-edutrends-gridblock-center--vertical {
  align-items: center;
}
.grid.center, .edutrends-grid.center, .wp-block-edutrends-gridblock.center {
  align-items: center;
}
.grid.fraction-auto, .edutrends-grid.fraction-auto, .wp-block-edutrends-gridblock.fraction-auto {
  grid-template-columns: 1fr auto;
}
.grid.reverse, .grid__reverse, .edutrends-grid.reverse, .edutrends-grid__reverse, .wp-block-edutrends-gridblock.reverse, .wp-block-edutrends-gridblock__reverse {
  direction: rtl;
}
@media screen and (max-width: 719px) {
  .grid.reverse--mobile, .grid__reverse--mobile, .edutrends-grid.reverse--mobile, .edutrends-grid__reverse--mobile, .wp-block-edutrends-gridblock.reverse--mobile, .wp-block-edutrends-gridblock__reverse--mobile {
    direction: rtl;
  }
}
.grid.noPadding--left, .edutrends-grid.noPadding--left, .wp-block-edutrends-gridblock.noPadding--left {
  padding-left: 0 !important;
}
.grid.half-half, .grid__half-half, .edutrends-grid.half-half, .edutrends-grid__half-half, .wp-block-edutrends-gridblock.half-half, .wp-block-edutrends-gridblock__half-half {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 919px) {
  .grid.half-half, .grid__half-half, .edutrends-grid.half-half, .edutrends-grid__half-half, .wp-block-edutrends-gridblock.half-half, .wp-block-edutrends-gridblock__half-half {
    grid-template-columns: 1fr;
  }
  .grid.half-half.keepTwo, .grid.half-half.keepTwoForTablet, .grid__half-half.keepTwo, .grid__half-half.keepTwoForTablet, .edutrends-grid.half-half.keepTwo, .edutrends-grid.half-half.keepTwoForTablet, .edutrends-grid__half-half.keepTwo, .edutrends-grid__half-half.keepTwoForTablet, .wp-block-edutrends-gridblock.half-half.keepTwo, .wp-block-edutrends-gridblock.half-half.keepTwoForTablet, .wp-block-edutrends-gridblock__half-half.keepTwo, .wp-block-edutrends-gridblock__half-half.keepTwoForTablet {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .grid.half-half.keepTwoForTablet, .grid__half-half.keepTwoForTablet, .edutrends-grid.half-half.keepTwoForTablet, .edutrends-grid__half-half.keepTwoForTablet, .wp-block-edutrends-gridblock.half-half.keepTwoForTablet, .wp-block-edutrends-gridblock__half-half.keepTwoForTablet {
    grid-template-columns: 1fr;
  }
}
.grid.three-thirds, .grid__three-thirds, .edutrends-grid.three-thirds, .edutrends-grid__three-thirds, .wp-block-edutrends-gridblock.three-thirds, .wp-block-edutrends-gridblock__three-thirds {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 919px) {
  .grid.three-thirds, .grid__three-thirds, .edutrends-grid.three-thirds, .edutrends-grid__three-thirds, .wp-block-edutrends-gridblock.three-thirds, .wp-block-edutrends-gridblock__three-thirds {
    grid-template-columns: 1fr 1fr;
  }
  .grid.three-thirds.keepTwo, .grid__three-thirds.keepTwo, .edutrends-grid.three-thirds.keepTwo, .edutrends-grid__three-thirds.keepTwo, .wp-block-edutrends-gridblock.three-thirds.keepTwo, .wp-block-edutrends-gridblock__three-thirds.keepTwo {
    grid-template-columns: 1fr 1fr;
  }
  .grid.three-thirds.keepThree, .grid__three-thirds.keepThree, .edutrends-grid.three-thirds.keepThree, .edutrends-grid__three-thirds.keepThree, .wp-block-edutrends-gridblock.three-thirds.keepThree, .wp-block-edutrends-gridblock__three-thirds.keepThree {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .grid.three-thirds, .grid__three-thirds, .edutrends-grid.three-thirds, .edutrends-grid__three-thirds, .wp-block-edutrends-gridblock.three-thirds, .wp-block-edutrends-gridblock__three-thirds {
    grid-template-columns: 1fr;
  }
  .grid.three-thirds.keepTwo, .grid__three-thirds.keepTwo, .edutrends-grid.three-thirds.keepTwo, .edutrends-grid__three-thirds.keepTwo, .wp-block-edutrends-gridblock.three-thirds.keepTwo, .wp-block-edutrends-gridblock__three-thirds.keepTwo {
    grid-template-columns: 1fr 1fr;
  }
  .grid.three-thirds.keepThree, .grid__three-thirds.keepThree, .edutrends-grid.three-thirds.keepThree, .edutrends-grid__three-thirds.keepThree, .wp-block-edutrends-gridblock.three-thirds.keepThree, .wp-block-edutrends-gridblock__three-thirds.keepThree {
    grid-template-columns: 1fr 1fr;
  }
}
.grid.four-fourths, .grid__four-fourths, .edutrends-grid.four-fourths, .edutrends-grid__four-fourths, .wp-block-edutrends-gridblock.four-fourths, .wp-block-edutrends-gridblock__four-fourths {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1079px) {
  .grid.four-fourths, .grid__four-fourths, .edutrends-grid.four-fourths, .edutrends-grid__four-fourths, .wp-block-edutrends-gridblock.four-fourths, .wp-block-edutrends-gridblock__four-fourths {
    grid-template-columns: 1fr 1fr;
  }
  .grid.four-fourths.keepThree, .grid__four-fourths.keepThree, .edutrends-grid.four-fourths.keepThree, .edutrends-grid__four-fourths.keepThree, .wp-block-edutrends-gridblock.four-fourths.keepThree, .wp-block-edutrends-gridblock__four-fourths.keepThree {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 919px) {
  .grid.four-fourths, .grid__four-fourths, .edutrends-grid.four-fourths, .edutrends-grid__four-fourths, .wp-block-edutrends-gridblock.four-fourths, .wp-block-edutrends-gridblock__four-fourths {
    grid-template-columns: 1fr;
  }
  .grid.four-fourths.keepTwo, .grid__four-fourths.keepTwo, .edutrends-grid.four-fourths.keepTwo, .edutrends-grid__four-fourths.keepTwo, .wp-block-edutrends-gridblock.four-fourths.keepTwo, .wp-block-edutrends-gridblock__four-fourths.keepTwo {
    grid-template-columns: 1fr 1fr;
  }
  .grid.four-fourths.keepThree, .grid__four-fourths.keepThree, .edutrends-grid.four-fourths.keepThree, .edutrends-grid__four-fourths.keepThree, .wp-block-edutrends-gridblock.four-fourths.keepThree, .wp-block-edutrends-gridblock__four-fourths.keepThree {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .grid.four-fourths.keepThree, .grid__four-fourths.keepThree, .edutrends-grid.four-fourths.keepThree, .edutrends-grid__four-fourths.keepThree, .wp-block-edutrends-gridblock.four-fourths.keepThree, .wp-block-edutrends-gridblock__four-fourths.keepThree {
    grid-template-columns: 1fr 1fr;
  }
}
.grid.two-rows, .edutrends-grid.two-rows, .wp-block-edutrends-gridblock.two-rows {
  grid-template-rows: 1fr 1fr;
}
.grid.sixty-forty, .grid__sixty-forty, .edutrends-grid.sixty-forty, .edutrends-grid__sixty-forty, .wp-block-edutrends-gridblock.sixty-forty, .wp-block-edutrends-gridblock__sixty-forty {
  grid-template-columns: 3fr 2fr;
}
@media screen and (max-width: 919px) {
  .grid.sixty-forty, .grid__sixty-forty, .edutrends-grid.sixty-forty, .edutrends-grid__sixty-forty, .wp-block-edutrends-gridblock.sixty-forty, .wp-block-edutrends-gridblock__sixty-forty {
    grid-template-columns: 1fr;
  }
}
.grid.forty-sixty, .grid__forty-sixty, .edutrends-grid.forty-sixty, .edutrends-grid__forty-sixty, .wp-block-edutrends-gridblock.forty-sixty, .wp-block-edutrends-gridblock__forty-sixty {
  grid-template-columns: 2fr 3fr;
}
@media screen and (max-width: 919px) {
  .grid.forty-sixty, .grid__forty-sixty, .edutrends-grid.forty-sixty, .edutrends-grid__forty-sixty, .wp-block-edutrends-gridblock.forty-sixty, .wp-block-edutrends-gridblock__forty-sixty {
    grid-template-columns: 1fr;
  }
}
.grid.seventy-thirty, .grid__seventy-thirty, .edutrends-grid.seventy-thirty, .edutrends-grid__seventy-thirty, .wp-block-edutrends-gridblock.seventy-thirty, .wp-block-edutrends-gridblock__seventy-thirty {
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 919px) {
  .grid.seventy-thirty, .grid__seventy-thirty, .edutrends-grid.seventy-thirty, .edutrends-grid__seventy-thirty, .wp-block-edutrends-gridblock.seventy-thirty, .wp-block-edutrends-gridblock__seventy-thirty {
    grid-template-columns: 1fr;
  }
}
.grid.thirty-seventy, .grid__thirty-seventy, .edutrends-grid.thirty-seventy, .edutrends-grid__thirty-seventy, .wp-block-edutrends-gridblock.thirty-seventy, .wp-block-edutrends-gridblock__thirty-seventy {
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 919px) {
  .grid.thirty-seventy, .grid__thirty-seventy, .edutrends-grid.thirty-seventy, .edutrends-grid__thirty-seventy, .wp-block-edutrends-gridblock.thirty-seventy, .wp-block-edutrends-gridblock__thirty-seventy {
    grid-template-columns: 1fr;
  }
}
.grid.eighty-twenty, .grid__eighty-twenty, .edutrends-grid.eighty-twenty, .edutrends-grid__eighty-twenty, .wp-block-edutrends-gridblock.eighty-twenty, .wp-block-edutrends-gridblock__eighty-twenty {
  grid-template-columns: 3fr 1fr;
}
@media screen and (max-width: 919px) {
  .grid.eighty-twenty, .grid__eighty-twenty, .edutrends-grid.eighty-twenty, .edutrends-grid__eighty-twenty, .wp-block-edutrends-gridblock.eighty-twenty, .wp-block-edutrends-gridblock__eighty-twenty {
    grid-template-columns: 1fr;
  }
}
.grid.twenty-eighty, .grid__twenty-eighty, .edutrends-grid.twenty-eighty, .edutrends-grid__twenty-eighty, .wp-block-edutrends-gridblock.twenty-eighty, .wp-block-edutrends-gridblock__twenty-eighty {
  grid-template-columns: 1fr 3fr;
}
@media screen and (max-width: 919px) {
  .grid.twenty-eighty, .grid__twenty-eighty, .edutrends-grid.twenty-eighty, .edutrends-grid__twenty-eighty, .wp-block-edutrends-gridblock.twenty-eighty, .wp-block-edutrends-gridblock__twenty-eighty {
    grid-template-columns: 1fr;
  }
}
.grid.ninty-ten, .grid__ninty-ten, .edutrends-grid.ninty-ten, .edutrends-grid__ninty-ten, .wp-block-edutrends-gridblock.ninty-ten, .wp-block-edutrends-gridblock__ninty-ten {
  grid-template-columns: 5fr 1fr;
}
@media screen and (max-width: 919px) {
  .grid.ninty-ten, .grid__ninty-ten, .edutrends-grid.ninty-ten, .edutrends-grid__ninty-ten, .wp-block-edutrends-gridblock.ninty-ten, .wp-block-edutrends-gridblock__ninty-ten {
    grid-template-columns: 1fr;
  }
}
.grid.ten-ninty, .grid__ten-ninty, .edutrends-grid.ten-ninty, .edutrends-grid__ten-ninty, .wp-block-edutrends-gridblock.ten-ninty, .wp-block-edutrends-gridblock__ten-ninty {
  grid-template-columns: 1fr 5fr;
}
@media screen and (max-width: 919px) {
  .grid.ten-ninty, .grid__ten-ninty, .edutrends-grid.ten-ninty, .edutrends-grid__ten-ninty, .wp-block-edutrends-gridblock.ten-ninty, .wp-block-edutrends-gridblock__ten-ninty {
    grid-template-columns: 1fr;
  }
}
.grid__projects__half-half, .edutrends-grid__projects__half-half, .wp-block-edutrends-gridblock__projects__half-half {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 919px) {
  .grid__projects__half-half, .edutrends-grid__projects__half-half, .wp-block-edutrends-gridblock__projects__half-half {
    display: flex;
    flex-direction: column;
  }
}
.grid__gallery, .edutrends-grid__gallery, .wp-block-edutrends-gridblock__gallery {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 1399px) {
  .grid__gallery, .edutrends-grid__gallery, .wp-block-edutrends-gridblock__gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 719px) {
  .grid__gallery, .edutrends-grid__gallery, .wp-block-edutrends-gridblock__gallery {
    grid-template-columns: 1fr 1fr;
  }
}

.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.flex-column-center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex--main {
  justify-content: center;
}
.flex.noWrap {
  flex-wrap: nowrap;
}
.flex--gap {
  gap: 1rem;
}
.flex--gap--s {
  gap: 0.5rem;
}
.flex--gap--m {
  gap: 1rem;
}
.flex--gap--l {
  gap: 2rem;
}
.flex--gap--xl {
  gap: 4rem;
}
.flex--gap--xxl {
  gap: 6rem;
}
.flex--gap--sm {
  gap: 0.5rem;
}
.flex--gap--md {
  gap: 1rem;
}
.flex--gap--lg {
  gap: 2rem;
}
.flex--gap--small {
  gap: 0.5rem;
}
.flex--gap--medium {
  gap: 1rem;
}
.flex--gap--large {
  gap: 2rem;
}
.flex--gap--xlarge {
  gap: 4rem;
}
.flex--gap--ultra {
  gap: 6rem;
}
.flex--gap--big {
  gap: 2rem;
}
.flex--gap--veryBig {
  gap: 4rem;
}
.flex--gap--none {
  gap: 0;
}
.flex--no-gap {
  gap: 0;
}
.flex.fullWrap div, .flex.fullWrap a, .flex.fullWrap p {
  width: 100%;
}
.flex-padding--inline {
  padding-inline: 0.5rem;
}
.flex.spaceBetween, .flex-space-between {
  justify-content: space-between;
}
.flex-space-around {
  justify-content: space-around;
}
.flex-space-evenly {
  justify-content: space-evenly;
}
.flex-center--horizontal {
  justify-content: center;
}
.flex-center--vertical {
  align-items: center;
}
.flex-direction--column {
  flex-direction: column;
}
.flex-align--end {
  align-items: flex-end;
}
.flex-align--start {
  align-items: flex-start;
}
.flex-justify--start {
  justify-content: flex-start;
}
.flex-justify--end {
  justify-content: flex-end;
}
@media screen and (max-width: 719px) {
  .flex-justify--end.button__container {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 719px) {
  .flex.mobileFullWrap div, .flex.mobileFullWrap a, .flex.mobileFullWrap p {
    width: 100%;
  }
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

/* Flickity fullscreen v1.0.1  */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background: hsla(0, 0%, 0%, 0.9);
  padding: 2rem;
  z-index: 300;
}
.flickity-enabled.is-fullscreen .carousel-item {
  display: flex;
  justify-content: center;
  align-content: center;
}
.flickity-enabled.is-fullscreen .carousel-item img {
  width: 80% !important;
  height: auto !important;
  object-fit: contain !important;
}
@media screen and (max-width: 719px) {
  .flickity-enabled.is-fullscreen .carousel-item img {
    width: 100% !important;
  }
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

.flickity-page-dots {
  bottom: -1.5rem;
  left: 1.2rem;
  text-align: left;
  counter-reset: counter;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-page-dots .dot {
  height: 1px;
  width: 20px;
  margin: 0;
  border-radius: 0;
  border: none;
  padding-bottom: 0;
  counter-increment: counter;
}
.flickity-page-dots .dot:first-child::before, .flickity-page-dots .dot:last-child::before {
  content: counter(counter);
  opacity: 1;
  transform: translate(-1rem, -0.5rem);
  position: absolute;
}
.flickity-page-dots .dot:last-child::before {
  transform: translate(calc(150% + 2rem), -0.5rem);
}

.intro__slider {
  width: 95%;
  display: block;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .intro__slider .flickity-viewport {
    min-height: 391px;
  }
}
@media screen and (max-width: 1399px) {
  .intro__slider .flickity-viewport {
    min-height: 250px;
  }
}
.intro__slider .flickity-page-dots {
  left: 1.5rem;
}
.intro__slider .flickity-page-dots .dot:first-child::before, .intro__slider .flickity-page-dots .dot:last-child::before {
  content: "0" counter(counter);
  transform: translate(-1.5rem, -0.5rem);
}
.intro__slider .flickity-page-dots .dot:last-child::before {
  transform: translate(calc(150% + 1rem), -0.5rem);
}

.speakerSlider {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
}
.speakerSlider .flickity-viewport {
  min-height: 690px;
}
.speakerSlider .flickity-page-dots {
  bottom: initial;
  top: -2rem;
}

button {
  font-family: "Inter", sans-serif;
  -webkit-appearance: none;
}

.button, .wp-block-button {
  margin: 1rem 0;
  cursor: pointer;
}
.button a, .button .button-link, .button .wp-block-button__link, .wp-block-button a, .wp-block-button .button-link, .wp-block-button .wp-block-button__link {
  background: #dddddd;
  color: #757575;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 1.5px;
  cursor: pointer;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease;
  text-decoration: none;
}
.button a:hover, .button a:focus, .button .button-link:hover, .button .button-link:focus, .button .wp-block-button__link:hover, .button .wp-block-button__link:focus, .wp-block-button a:hover, .wp-block-button a:focus, .wp-block-button .button-link:hover, .wp-block-button .button-link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  text-decoration: none;
  -webkit-box-shadow: 0 0 1px 4px rgba(254, 199, 11, 0.75);
  -moz-box-shadow: 0 0 1px 4px rgba(254, 199, 11, 0.75);
  box-shadow: 0 0 1px 4px rgba(254, 199, 11, 0.75);
  outline: none;
}
.button.arrow, .wp-block-button.arrow {
  padding-right: 4rem;
  position: relative;
}
.button.arrow::after, .wp-block-button.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: initial;
  bottom: initial;
  right: 1rem;
  background: url("/svgs/button-arrow.svg") no-repeat center center;
  width: 1.4rem;
  height: 1rem;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.button.arrow.paddingRight--small, .wp-block-button.arrow.paddingRight--small {
  padding-right: 1rem;
}
.button.arrow:hover, .button.arrow:focus, .wp-block-button.arrow:hover, .wp-block-button.arrow:focus {
  outline: none;
}
.button.arrow:hover::after, .button.arrow:focus::after, .wp-block-button.arrow:hover::after, .wp-block-button.arrow:focus::after {
  transform: translate(0, -50%);
}
.button.arrow.arrow--down::after, .wp-block-button.arrow.arrow--down::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.button.active, .wp-block-button.active {
  color: #FEC70B !important;
  background: #368168 !important;
}
.button.primary, .button.active, .button.selected, .button.is-style-primary .wp-block-button__link, .wp-block-button.primary, .wp-block-button.active, .wp-block-button.selected, .wp-block-button.is-style-primary .wp-block-button__link {
  background: #FEC70B;
  color: black;
  border: none;
  padding: 1rem 5rem;
  margin: 1rem 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  outline: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.button.primary.hasIcon, .button.active.hasIcon, .button.selected.hasIcon, .button.is-style-primary .wp-block-button__link.hasIcon, .wp-block-button.primary.hasIcon, .wp-block-button.active.hasIcon, .wp-block-button.selected.hasIcon, .wp-block-button.is-style-primary .wp-block-button__link.hasIcon {
  padding: 1rem 4rem 1rem 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.button.primary svg, .button.active svg, .button.selected svg, .button.is-style-primary .wp-block-button__link svg, .wp-block-button.primary svg, .wp-block-button.active svg, .wp-block-button.selected svg, .wp-block-button.is-style-primary .wp-block-button__link svg {
  transition: all 0.3s ease;
}
.button.primary svg path, .button.active svg path, .button.selected svg path, .button.is-style-primary .wp-block-button__link svg path, .wp-block-button.primary svg path, .wp-block-button.active svg path, .wp-block-button.selected svg path, .wp-block-button.is-style-primary .wp-block-button__link svg path {
  stroke: black;
  transition: all 0.3s ease;
}
.button.primary:hover, .button.active:hover, .button.selected:hover, .button.is-style-primary .wp-block-button__link:hover, .wp-block-button.primary:hover, .wp-block-button.active:hover, .wp-block-button.selected:hover, .wp-block-button.is-style-primary .wp-block-button__link:hover {
  background: black;
  color: #FEC70B;
}
.button.primary:hover svg path, .button.active:hover svg path, .button.selected:hover svg path, .button.is-style-primary .wp-block-button__link:hover svg path, .wp-block-button.primary:hover svg path, .wp-block-button.active:hover svg path, .wp-block-button.selected:hover svg path, .wp-block-button.is-style-primary .wp-block-button__link:hover svg path {
  stroke: #FEC70B;
}
.button.primary:hover.download svg, .button.active:hover.download svg, .button.selected:hover.download svg, .button.is-style-primary .wp-block-button__link:hover.download svg, .wp-block-button.primary:hover.download svg, .wp-block-button.active:hover.download svg, .wp-block-button.selected:hover.download svg, .wp-block-button.is-style-primary .wp-block-button__link:hover.download svg {
  transform: translateY(0.25rem);
}
.button.primary:focus-visible, .button.active:focus-visible, .button.selected:focus-visible, .button.is-style-primary .wp-block-button__link:focus-visible, .wp-block-button.primary:focus-visible, .wp-block-button.active:focus-visible, .wp-block-button.selected:focus-visible, .wp-block-button.is-style-primary .wp-block-button__link:focus-visible {
  background: black;
  color: #FEC70B;
  box-shadow: 0 0 0px 4px #368168;
}
.button.primary:focus-visible svg path, .button.active:focus-visible svg path, .button.selected:focus-visible svg path, .button.is-style-primary .wp-block-button__link:focus-visible svg path, .wp-block-button.primary:focus-visible svg path, .wp-block-button.active:focus-visible svg path, .wp-block-button.selected:focus-visible svg path, .wp-block-button.is-style-primary .wp-block-button__link:focus-visible svg path {
  stroke: #FEC70B;
}
.button.primary:focus-visible.download svg, .button.active:focus-visible.download svg, .button.selected:focus-visible.download svg, .button.is-style-primary .wp-block-button__link:focus-visible.download svg, .wp-block-button.primary:focus-visible.download svg, .wp-block-button.active:focus-visible.download svg, .wp-block-button.selected:focus-visible.download svg, .wp-block-button.is-style-primary .wp-block-button__link:focus-visible.download svg {
  transform: translateY(0.25rem);
}
.button.dark, .button.black, .wp-block-button.dark, .wp-block-button.black {
  background: black;
  color: white;
  border: none;
  padding: 1rem 5rem;
  margin: 1rem 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  outline: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.button.dark.hasIcon, .button.black.hasIcon, .wp-block-button.dark.hasIcon, .wp-block-button.black.hasIcon {
  padding: 1rem 4rem 1rem 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.button.dark svg, .button.black svg, .wp-block-button.dark svg, .wp-block-button.black svg {
  transition: all 0.3s ease;
}
.button.dark svg path, .button.black svg path, .wp-block-button.dark svg path, .wp-block-button.black svg path {
  stroke: white;
  transition: all 0.3s ease;
}
.button.dark:hover, .button.black:hover, .wp-block-button.dark:hover, .wp-block-button.black:hover {
  background: white;
  color: black;
}
.button.dark:hover svg path, .button.black:hover svg path, .wp-block-button.dark:hover svg path, .wp-block-button.black:hover svg path {
  stroke: black;
}
.button.dark:hover.more svg, .button.black:hover.more svg, .wp-block-button.dark:hover.more svg, .wp-block-button.black:hover.more svg {
  transform: translateX(0.5rem);
}
.button.dark:focus-visible, .button.black:focus-visible, .wp-block-button.dark:focus-visible, .wp-block-button.black:focus-visible {
  background: white;
  color: black;
  box-shadow: 0 0 0px 4px #368168;
}
.button.dark:focus-visible svg path, .button.black:focus-visible svg path, .wp-block-button.dark:focus-visible svg path, .wp-block-button.black:focus-visible svg path {
  stroke: black;
}
.button.dark:focus-visible.more svg, .button.black:focus-visible.more svg, .wp-block-button.dark:focus-visible.more svg, .wp-block-button.black:focus-visible.more svg {
  transform: translateX(0.5rem);
}
.button.color--secondary, .wp-block-button.color--secondary {
  color: #368168;
}
.button .language, .wp-block-button .language {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-size: 0.8rem;
}
.button[disabled], .button:disabled, .wp-block-button[disabled], .wp-block-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.background-color--secondary .button:focus-visible {
  box-shadow: 0 0 0px 4px #FEC70B;
}

input, textarea {
  padding: 0.5rem;
  border-radius: 3px;
  border: 1px solid #FEC70B;
  font-family: "Inter", sans-serif;
  outline: none;
  -webkit-appearance: none;
}

.input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 1rem;
}
.input-group span.input--label, .input-group > span {
  color: #FEC70B;
  padding-left: 0.2rem;
  padding-bottom: 0.1rem;
}
.input-group > input, .input-group > textarea {
  background: #F5F5F5;
  border: 2px solid #F5F5F5;
  outline: none;
  transition: all 0.3s ease;
}
.input-group > input:hover, .input-group > textarea:hover {
  border: 2px solid #dcdcdc;
}
.input-group > input:focus, .input-group > input:active, .input-group > textarea:focus, .input-group > textarea:active {
  border: 2px solid #EB0046;
}
.input-group > textarea {
  resize: vertical;
}

.checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox__label:hover, .checkbox__label:focus-visible {
  color: #EB0046;
  cursor: pointer;
}
.checkbox__label:hover .checkbox__input, .checkbox__label:focus-visible .checkbox__input {
  border: 2px solid #EB0046;
}
.checkbox__input {
  -webkit-appearance: none;
  border: 2px solid #FEC70B;
  border-radius: 5px;
}
.checkbox__input:checked {
  position: relative;
}
.checkbox__input:checked::after {
  content: "";
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #FEC70B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox__span {
  padding-left: 0.5rem;
}
.checkbox__label--accent {
  align-items: flex-start;
}
.checkbox__label--accent .checkbox__input {
  border: 2px solid #EB0046;
  margin-top: 0.25rem;
}
.checkbox__label--accent .checkbox__input:checked::after {
  border-color: #EB0046;
}
.checkbox__label--accent .checkbox__span {
  color: #FEC70B;
}

#footer, .footer__main {
  background: black;
  color: white;
  padding: 4rem 1rem 2rem;
}
@media screen and (max-width: 719px) {
  #footer, .footer__main {
    padding-bottom: 2rem;
  }
}
#footer .link, .footer__main .link {
  color: white;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  font-size: 1rem;
}
#footer .link:hover, .footer__main .link:hover {
  text-decoration: none !important;
  border-bottom: 1px solid white;
}
#footer .link:focus-visible, .footer__main .link:focus-visible {
  text-decoration: none !important;
  border-bottom: 1px solid white;
}
#footer .footer__content, .footer__main .footer__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 719px) {
  #footer .footer__content, .footer__main .footer__content {
    padding: 0;
    flex-wrap: wrap;
  }
}
#footer .footer__item, .footer__main .footer__item {
  border-right: 1px solid white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  padding: 1rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 719px) {
  #footer .footer__item, .footer__main .footer__item {
    border-right: none;
    border-top: 1px solid white;
    justify-self: stretch;
  }
  #footer .footer__item:first-of-type, .footer__main .footer__item:first-of-type {
    border-top: none;
  }
}
#footer .footer__item:last-of-type, .footer__main .footer__item:last-of-type {
  border-right: none;
}
#footer .footer__item .men-logo, .footer__main .footer__item .men-logo {
  max-width: 350px;
  align-self: center;
}
#footer .footer__item a.men__link, .footer__main .footer__item a.men__link {
  font-family: Inter, sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  color: white;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
#footer .footer__item a.men__link:hover, .footer__main .footer__item a.men__link:hover {
  border-bottom: 2px solid white;
  text-decoration: none !important;
}
#footer .footer__item a.men__link:focus-visible, .footer__main .footer__item a.men__link:focus-visible {
  box-shadow: 0 0 0px 4px #368168;
  text-decoration: none !important;
}
#footer .footer__socials, .footer__main .footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: auto;
  padding: 0;
  align-self: stretch;
  width: auto;
}
@media screen and (max-width: 719px) {
  #footer .footer__socials, .footer__main .footer__socials {
    width: 100%;
  }
}
#footer .footer__socials .social, .footer__main .footer__socials .social {
  width: 33.3%;
  justify-content: flex-end;
  padding: 1rem 2rem;
}
@media screen and (max-width: 719px) {
  #footer .footer__socials .social, .footer__main .footer__socials .social {
    border-right: 1px solid white;
    border-top: none;
  }
}
@media screen and (max-width: 719px) {
  #footer .footer__socials .social:last-of-type, .footer__main .footer__socials .social:last-of-type {
    border-right: none;
  }
}
#footer .footer__socials .social .social__link, .footer__main .footer__socials .social .social__link {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-decoration: none !important;
}
#footer .footer__socials .social .social__link svg, .footer__main .footer__socials .social .social__link svg {
  max-height: 2rem;
}
#footer .footer__socials .social .social__link span, .footer__main .footer__socials .social .social__link span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: white;
  border-bottom: 1px solid transparent;
  text-decoration: none !important;
}
#footer .footer__socials .social .social__link:hover, .footer__main .footer__socials .social .social__link:hover {
  text-decoration: none !important;
}
#footer .footer__socials .social .social__link:hover span, .footer__main .footer__socials .social .social__link:hover span {
  border-bottom: 1px solid white;
  text-decoration: none !important;
}
#footer .footer__socials .social .social__link:focus-visible, .footer__main .footer__socials .social .social__link:focus-visible {
  text-decoration: none !important;
}
#footer .footer__socials .social .social__link:focus-visible span, .footer__main .footer__socials .social .social__link:focus-visible span {
  border-bottom: 1px solid white;
  text-decoration: none !important;
}
#footer .footer__legal, .footer__main .footer__legal {
  padding: 1rem 0;
}
#footer .footer__legal a, #footer .footer__legal span, .footer__main .footer__legal a, .footer__main .footer__legal span {
  font-size: 0.9rem;
}

/*# sourceMappingURL=blocks.css.map */
