@font-face {
  font-family: "Inter Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "LLFI";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LLFI.woff") format("woff"), url("../fonts/LLFI.woff2") format("woff2");
}
[class^=la-], [class*=" la-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "LLFI" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.la-arrow-outlined:before {
  content: "\e900";
}

.la-arrow-right:before {
  content: "\e901";
}

.la-arrow-left:before {
  content: "\e902";
}

.la-angle-right:before {
  content: "\e903";
}

.la-circle-tick:before {
  content: "\e904";
}

.la-home:before {
  content: "\e905";
}

.la-facebook:before {
  content: "\e906";
}

.la-linkedin:before {
  content: "\e907";
}

.la-x:before {
  content: "\e908";
}

.la-instagram:before {
  content: "\e909";
}

.la-close:before {
  content: "\e90a";
}

.la-menubar:before {
  content: "\e90b";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "Inter Regular";
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

p {
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Bold";
  margin: 0;
  letter-spacing: normal;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: 18191B;
  font-size: 0.875rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
}

.lawidth {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.lalernen__btn {
  background-color: #FEBF00;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  padding: 12px 16px;
  gap: 8px;
  cursor: pointer;
}

.lapage {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lapage__title {
  font-size: 48px;
  font-family: "Inter Light";
}
.lapage__title span {
  font-family: "Inter Bold";
  display: block;
  color: #FEBF00;
}

.slider {
  height: 100%;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.slider .slick-prev, .slider .slick-next {
  z-index: 1;
  background-color: #FEBF00;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  transition: all 0.3s ease;
  top: auto;
  bottom: -112px;
  transform: translate(0, 0);
}
.slider .slick-prev:before, .slider .slick-next:before {
  font-family: "LLFI";
  color: #000;
}
.slider .socategory-item {
  margin: 0 12px;
}
.slider .slick-prev {
  left: auto;
  right: 56px;
}
.slider .slick-prev:before {
  content: "\e902";
}
.slider .slick-next {
  right: 0;
}
.slider .slick-next:before {
  content: "\e901";
}

.laheader-section {
  position: fixed;
  max-width: 1280px;
  height: 80px;
  top: 32px;
  left: 32px;
  right: 32px;
  margin: auto;
  background-color: #000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 16px;
  z-index: 999;
}
.laheader__brand a {
  width: 135px;
  display: inline-block;
}
.laheader__brand img {
  max-width: 135px;
  height: auto;
}
.laheader__navigation {
  display: flex;
  align-items: center;
  gap: 32px;
}
.laheader__navigation__links nav {
  display: inline-flex;
  gap: 24px;
}
.laheader__navigation__links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.laheader__navigation__links a:hover, .laheader__navigation__links a.active {
  color: #FEBF00;
}
.laheader__menubar {
  display: none;
}
.laheader-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
}
.laheader-panel::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.laheader-panel-open {
  overflow: hidden;
}
.laheader-panel__close {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #FEBF00;
  border-radius: 4px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.laheader-panel--show {
  opacity: 1;
  visibility: visible;
}
.laheader-panel--show .laheader-panel__container {
  left: 0;
}
.laheader-panel__container {
  background-color: #000;
  padding: 32px;
  transition: left 0.3s ease-out;
  top: 0;
  left: -100%;
  height: 100%;
  width: 300px;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 9999;
}
.laheader-panel__content {
  flex: 1 1 0;
  overflow-y: auto;
}
.laheader-panel__content .laheader__navigation__links {
  display: flex;
  font-size: 16px;
}
.laheader-panel__content .laheader__navigation__links nav {
  flex-direction: column;
  gap: 24px;
}

:root {
  --color-text:#000;
  --colog-bg:#000;
  --color-bg-accent:#FFE018;
  --size:clamp(10rem, 1rem + 40vmin, 30rem);
  --gap:calc(var(--size) / 14);
  --duration:60s;
  --scroll-start:0;
  --scroll-end:calc(-100% - var(--gap));
}

.lahero-section {
  background: url(../images/lalernen-hero-bg.svg) no-repeat;
  background-position: center top;
  height: 875px;
  position: relative;
}
.lahero-container {
  padding-top: 164px;
  display: flex;
  gap: 64px;
  position: relative;
}
.lahero__img {
  width: 45%;
  flex-shrink: 0;
}
.lahero__content {
  flex: 1;
  padding-top: 64px;
}
.lahero__arrow {
  text-align: right;
  padding-bottom: 16px;
}
.lahero__title {
  font-size: 54px;
  font-family: "Inter Light";
  line-height: 1.35;
  padding-bottom: 24px;
}
.lahero__title span {
  font-family: "Inter Bold";
  font-size: 64px;
  color: transparent;
  background-size: 300%;
  background: linear-gradient(45deg, #ff7e2a, #f02e76, #5686e2);
  background-clip: text;
  -webkit-background-clip: text;
  animation: textgradient 9s ease-in-out infinite;
}
.lahero__clients {
  position: absolute;
  width: 100%;
  bottom: 32px;
  margin: auto;
  left: 0;
  right: 0;
}
.lahero__clients__title {
  font-family: "Inter SemiBold";
  font-size: 18px;
  padding-bottom: 24px;
}
.lahero__clients__list {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.lahero__clients__list__wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
  -webkit-mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
          mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}
.lahero__clients__list img {
  display: grid;
  place-items: center;
  width: 126px;
  border-radius: 0.5rem;
}
.lahero__clients__marquee {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@keyframes textgradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
.laabout-section {
  padding: 164px 0;
}
.laabout-container {
  display: flex;
  align-items: center;
  gap: 64px;
}
.laabout__img {
  width: 44%;
  flex-shrink: 0;
}
.laabout__content {
  flex: 1;
}
.laabout-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
}
.laabout-panel::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.laabout-panel-open {
  overflow: hidden;
}
.laabout-panel__close {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #FEBF00;
  border-radius: 4px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.laabout-panel--show {
  opacity: 1;
  visibility: visible;
}
.laabout-panel--show .laabout-panel__container {
  right: 0;
}
.laabout-panel__container {
  background-color: #fff;
  padding: 32px;
  transition: right 0.3s ease-out;
  top: 0;
  right: -100%;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 9999;
}
.laabout-panel__content {
  flex: 1 1 0;
  overflow-y: auto;
  padding-top: 32px;
}
.laabout-panel__content > p {
  margin-bottom: 24px;
}
.laabout-panel__box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.laabout-panel__box__item {
  border: 1px solid #E8E8EC;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(46, 59, 125, 0.08);
  padding: 16px 20px;
}
.laabout-panel__box__item h3 {
  font-family: "Inter SemiBold";
  margin-bottom: 8px;
}

.laprograms-section {
  background-color: #0A614B;
  padding: 164px 0 176px;
}
.laprograms-slider {
  padding-top: 64px;
}
.laprograms__item {
  width: 100%;
  display: inline-flex !important;
  height: 100%;
}
.laprograms-container .lapage {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.laprograms-container .lapage__title {
  flex-shrink: 0;
  color: #fff;
}
.laprograms-container .lapage p {
  max-width: 55%;
  color: #fff;
}
.laprograms__info {
  padding-top: 32px;
}
.laprograms__info p {
  color: #fff;
}
.laprograms__box {
  background-color: #fff;
  border-radius: 32px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 16px;
}
.laprograms__box h3 {
  padding: 12px 8px 0;
  font-size: 24px;
  font-family: "Inter SemiBold";
}
.laprograms__box img {
  border-radius: 32px;
}
.laprograms__content {
  padding: 0 8px 8px;
}
.laprograms__content p {
  margin-bottom: 16px;
}
.laprograms-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
}
.laprograms-panel::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.laprograms-panel-open {
  overflow: hidden;
}
.laprograms-panel__close {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #FEBF00;
  border-radius: 4px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.laprograms-panel--show {
  opacity: 1;
  visibility: visible;
}
.laprograms-panel--show .laprograms-panel__container {
  right: 0;
}
.laprograms-panel__container {
  background-color: #fff;
  padding: 32px;
  transition: right 0.3s ease-out;
  top: 0;
  right: -100%;
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 9999;
}
.laprograms-panel__content {
  flex: 1 1 0;
  overflow-y: auto;
  padding-top: 32px;
}
.laprograms-panel__content > p {
  margin-bottom: 24px;
}
.laprograms-panel__content h3 {
  margin-bottom: 24px;
  font-family: "Inter SemiBold";
}
.laprograms-panel__list {
  margin-bottom: 24px;
}
.laprograms-panel__list + p {
  margin-bottom: 0;
}
.laprograms-panel__list ul {
  padding-left: 44px;
}
.laprograms-panel__list ul li {
  line-height: 1.75;
  margin-bottom: 15px;
  position: relative;
}
.laprograms-panel__list ul li:before {
  content: "\e904";
  position: absolute;
  left: -33px;
  top: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  font-family: LLFI;
  line-height: 1;
}

.latestimonial-section {
  padding: 164px 0 176px;
}
.latestimonial-slider {
  padding-top: 64px;
}
.latestimonial__item {
  width: 100%;
  display: inline-flex !important;
  height: 100%;
}
.latestimonial__box {
  background-color: #fff;
  border: 1px solid #E8E8EC;
  border-radius: 32px;
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 16px;
  text-align: center;
  position: relative;
}
.latestimonial__box::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 28px;
  top: 32px;
  right: 32px;
  background: url(../images/lalernen-double-quote.svg) no-repeat;
}
.latestimonial__box h3 {
  padding-top: 12px;
  font-size: 24px;
  font-family: "Inter SemiBold";
}
.latestimonial__box img {
  border-radius: 32px;
}
.latestimonial__logo {
  width: 150px;
  margin: 0 auto;
}
.latestimonial__name {
  font-family: "Inter SemiBold";
  font-size: 18px;
}
.latestimonial__name span {
  font-family: "Inter Regular";
  font-size: 14px;
  padding-top: 8px;
  display: block;
  color: #93949C;
}

.laphilosophy-section {
  background-color: #FEBF00;
}
.laphilosophy-container {
  display: flex;
  gap: 64px;
  padding: 0 16px;
}
.laphilosophy-container .lapage__title span {
  color: #fff;
}
.laphilosophy-container .lapage h3 {
  font-family: "Inter Medium";
}
.laphilosophy__img {
  width: 40%;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}
.laphilosophy__img img {
  margin-top: -100px;
}
.laphilosophy__content {
  flex: 1;
  padding-top: 164px;
}
.laphilosophy__list {
  padding-top: 32px;
  padding-bottom: 64px;
}
.laphilosophy__list ul {
  padding-left: 44px;
}
.laphilosophy__list ul li {
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
}
.laphilosophy__list ul li:before {
  content: "\e904";
  position: absolute;
  left: -33px;
  top: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  font-family: LLFI;
}

.lacontact-section {
  padding: 164px 0;
}
.lacontact-container {
  display: flex;
  gap: 64px;
}
.lacontact__location {
  flex: 1 1 0;
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  border-radius: 48px;
}
.lacontact__location iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lacontact__address {
  z-index: 10;
  position: absolute;
  bottom: 28px;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
  background-color: #fff;
  color: #000;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}
.lacontact__address__icon {
  width: 48px;
  height: 48px;
  background-color: #FEBF00;
  border-radius: 12px;
  border: 8px solid #FCF5E9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.lacontact__address__text {
  flex: 1;
}
.lacontact__form {
  flex: 1 1 0;
}
.lacontact__form form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 64px;
}
.lacontact__form .form-control {
  border-radius: 16px;
  border: 1px solid #E8E8EC;
  padding: 20px;
  width: 100%;
}
.lacontact__form textarea.form-control {
  line-height: 20px;
  height: 120px;
  resize: none;
  font-family: "Inter Regular";
}
.lacontact__form .lalernen__btn {
  border: none;
  outline: none;
}
.lacontact__form .form-control:focus {
  border-color: #000;
}
.lacontact__form ::-webkit-input-placeholder { /* WebKit browsers */
  color: #6A6A6A;
}
.lacontact__form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #6A6A6A;
  opacity: 1;
}
.lacontact__form ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #6A6A6A;
  opacity: 1;
}
.lacontact__form :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #6A6A6A;
}

.lafooter-section {
  background-color: #000;
  padding: 40px 0;
}
.lafooter-container {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
.lafooter__black {
  display: flex;
  align-items: center;
  gap: 24px;
}
.lafooter__logo {
  width: 44px;
  height: 44px;
}
.lafooter__information {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lafooter__information p {
  font-size: 14px;
  color: #93949C;
}
.lafooter__links {
  display: inline-flex;
  gap: 24px;
}
.lafooter__links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.lafooter__links a:hover {
  color: #FEBF00;
}
.lafooter__social {
  display: inline-flex;
  gap: 24px;
}
.lafooter__social a {
  color: #93949C;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 24px;
}
.lafooter__social a:hover {
  color: #fff;
}

@media only screen and (min-width: 1025px) and (max-width: 1170px) {
  .laheader__navigation__links nav {
    gap: 16px;
  }
  .laheader__navigation__links a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .laheader-section {
    padding-left: 16px;
  }
  .laheader__navigation__links nav {
    gap: 20px;
  }
  .laheader__brand {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .laheader__menubar {
    display: block;
    font-size: 24px;
    color: #fff;
  }
  .lapage__title {
    font-size: 32px;
  }
  .slider .slick-prev, .slider .slick-next {
    bottom: -72px;
  }
  .lahero__arrow img {
    max-width: 30%;
  }
  .lahero-section {
    height: 650px;
  }
  .lahero-container {
    padding-top: 140px;
    gap: 32px;
  }
  .lahero__content {
    padding-top: 0;
  }
  .lahero__title {
    font-size: 36px;
  }
  .lahero__title span {
    font-size: 46px;
  }
  .lahero__clients {
    bottom: 16px;
  }
  .lahero__clients__title {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .laabout-section {
    padding: 140px 0 32px;
  }
  .laabout-panel__container {
    width: 70%;
  }
  .laprograms-section {
    padding: 140px 0 100px;
  }
  .laprograms-slider {
    padding-top: 32px;
  }
  .latestimonial-section {
    padding: 140px 0 100px;
  }
  .latestimonial-slider {
    padding-top: 32px;
  }
  .laphilosophy__content {
    padding-top: 140px;
  }
  .laphilosophy-container {
    gap: 32px;
    padding: 0 32px;
  }
  .laphilosophy__list {
    padding: 32px 0;
  }
  .lacontact-section {
    padding: 140px 0 32px;
  }
  .lacontact-container {
    gap: 32px;
  }
  .lacontact__form form {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .laheader__menubar {
    display: none;
  }
  .lahero-section {
    height: 680px;
  }
  .lacontact__location {
    padding-bottom: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .lacontact-container {
    flex-direction: column;
    gap: 40px;
  }
  .lacontact__form form {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .laheader__navigation__links {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .lalernen__btn {
    padding: 8px 12px;
  }
  .laheader-section {
    height: 60px;
    top: 16px;
    left: 16px;
    right: 16px;
    padding-left: 16px;
  }
  .laheader__brand a {
    width: 100px;
  }
  .laheader__brand img {
    max-width: 100px;
  }
  .laheader__navigation__btn {
    display: none;
  }
  .laheader__brand {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .laheader__menubar {
    display: block;
    font-size: 20px;
    color: #fff;
  }
  .lapage__title {
    font-size: 28px;
  }
  .slider .slick-prev, .slider .slick-next {
    bottom: -68px;
  }
  .lahero__arrow {
    display: none;
  }
  .lahero-section {
    height: auto;
  }
  .lahero-container {
    flex-direction: column;
    padding-top: 110px;
    gap: 24px;
  }
  .lahero__content {
    padding-top: 0;
    order: 2;
  }
  .lahero__title {
    font-size: 40px;
    line-height: 1.2;
  }
  .lahero__title span {
    font-size: 60px;
  }
  .lahero__clients {
    bottom: 0;
    position: relative;
    padding: 24px 32px;
  }
  .lahero__clients__title {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .lahero__img {
    width: 100%;
    max-width: 420px;
    align-self: center;
    order: 1;
  }
  .laabout-section {
    padding: 100px 0 32px;
  }
  .laabout-container {
    flex-direction: column;
    gap: 32px;
  }
  .laabout__img {
    width: 100%;
    max-width: 420px;
    align-self: center;
  }
  .laabout-panel__container {
    width: 100%;
  }
  .laprograms-section {
    padding: 100px 0 88px;
  }
  .laprograms-slider {
    padding-top: 32px;
  }
  .laprograms-container .lapage {
    flex-direction: column;
    align-items: flex-start;
  }
  .laprograms-container .lapage p {
    max-width: 100%;
  }
  .laprograms__info {
    padding-top: 24px;
  }
  .laprograms__box {
    gap: 8px;
    margin: 0 4px;
  }
  .laprograms__box h3 {
    font-size: 18px;
  }
  .laprograms-panel__container {
    width: 100%;
  }
  .laphilosophy-container {
    gap: 32px;
    padding: 0 32px;
  }
  .laphilosophy__img {
    display: none;
  }
  .laphilosophy__content {
    padding-top: 100px;
  }
  .laphilosophy__list {
    padding-bottom: 24px;
  }
  .latestimonial-section {
    padding: 100px 0 88px;
  }
  .latestimonial-slider {
    padding-top: 32px;
  }
  .latestimonial__box {
    margin: 0 8px;
  }
  .lacontact-section {
    padding: 100px 0 32px;
  }
  .lacontact-container {
    flex-direction: column;
    gap: 32px;
  }
  .lacontact__location {
    padding-bottom: 400px;
  }
  .lacontact__form form {
    padding-top: 32px;
    gap: 16px;
  }
  .lacontact__form .lalernen__btn {
    padding: 9px 12px;
    font-weight: normal;
  }
  .lafooter-section {
    padding: 32px 0;
  }
  .lafooter-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .lafooter__black {
    flex-direction: column;
    align-items: flex-start;
  }
  .lafooter__links {
    flex-direction: column;
    padding-bottom: 16px;
  }
  .lafooter__links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .lafooter__links a:hover {
    color: #FEBF00;
  }
}/*# sourceMappingURL=lalernen.css.map */