.blue-bg {
  background-color: var(--lighter-blue-color);
}

.corporate-courses {
  background-color: var(--purple-color);
  color: #fff;
  align-items: center;
}

.corporate-courses .column-text {
  padding: calc(var(--section-spacing-default) / 2) 6% var(--section-spacing-default) 6%;
  flex: 0 0 50%;
}

.corporate-courses .column-text .section-title {
  padding-bottom: 50px;
}

.corporate-courses .section-description {
  margin-bottom: 45px;
}

.corporate-courses .section-description .spacing {
  padding: 40px 0 20px;
}

.corporate-courses .column-text .btn-light-purple {
  font-size: 24px;
  font-weight: 500;
}

.corporate-courses .column-image {
  flex: 0 0 50%;
  height: 855px;
  max-height: 87vh;
}

.corporate-courses .column-image img {
  height: auto;
}

.course-completion-abilities {
  color: #fff;
  height: 952px;
  max-height: 87vh;
  position: relative;
  overflow: hidden;
}

.course-completion-abilities .section-title {
  background-color: var(--light-purple-color);
  width: 50%;
  padding: 90px 5%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.course-completion-abilities .section-description {
  background-color: var(--purple-color);
  width: 25%;
  height: 480px;
  padding: 210px 2% 0 4%;
  font-size: 28px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.course-completion-abilities img {
  height: auto;
}

.course-completion-abilities.one-column-image img {
  max-width: unset;
}

.more-confidence {
  background-color: var(--light-blue-color);
  overflow: hidden;
}

.more-confidence .column-image {
  flex: 0 0 50%;
  height: 850px;
  max-height: 87vh;
  position: relative;
}

.more-confidence .column-image img {
  width: 100%;
  height: auto;
}

.more-confidence .section-description {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: 480px;
  padding: 0 5% 40px;
  font-size: 31px;
  line-height: 41px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.more-confidence .column-left .section-description {
  background-color: var(--purple-color);
}

.more-confidence .column-right .section-description {
  background-color: var(--light-purple-color);
}

.dynamic-methods {
  background-color: var(--purple-color);
}

.dynamic-methods .section-title {
  color: #fff;
  padding: 115px 6%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 66px;
}

.custom-container {
  max-width: 1681px;
  margin: 0 auto;
}

.about-courses .two-columns {
  background-color: #fff;
}

.about-courses .column-text {
  flex: 0 0 50%;
  padding: 115px 6%;
}

.about-courses .column-text .section-title {
  padding-bottom: 40px;
}

.about-courses .column-text .section-description {
  padding-top: 20px;
}

.about-courses .column-image {
  flex: 0 0 50%;
  height: 719px;
  max-height: 83vh;
}

.one-column-image {
  line-height: 1px;
}

.one-column-image img {
  max-width: 100%;
}

.courses-composition {
  background-color: #7849d9;
}

.courses-composition .column-image {
  flex: 0 0 50%;
  height: 716px;
  max-height: 83vh;
}

.courses-composition .column-text {
  color: #fff;
  flex: 0 0 50%;
  padding: 0 7%;
}

.courses-composition .column-text .section-title {
  max-width: 700px;
  padding-bottom: 80px;
}

.courses-composition .column-text .spacing {
  padding-bottom: 40px;
}

.skilled-teachers {
  background-color: var(--purple-color);
}

.skilled-teachers .column-image {
  flex: 0 0 50%;
  height: 716px;
  max-height: 83vh;
}

.skilled-teachers .column-text {
  color: #fff;
  flex: 0 0 50%;
  padding: 0 120px;
}

.skilled-teachers .column-text .section-title {
  max-width: 700px;
  padding-bottom: 40px;
}

.skilled-teachers .column-text .section-description {
  max-width: 600px;
  padding-bottom: 80px;
}

.skilled-teachers .skills {
  flex-wrap: wrap;
  display: flex;
}

.skilled-teachers .btn-skill {
  opacity: 1;
  background-color: #7849d9;
  border-radius: 32px;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 15px 25px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  display: flex;
}

.skilled-teachers .btn-skill img {
  margin-right: 10px;
}

.course-insights {
  height: 955px;
  max-height: 87vh;
  position: relative;
  overflow: hidden;
}

.course-insights img {
  height: inherit;
  max-width: unset;
}

.course-insights .section-title {
  background-color: var(--light-purple-color);
  color: #fff;
  width: 50%;
  padding: 78px 6%;
  position: absolute;
  bottom: 0;
}

.encourage-ideas {
  background-color: var(--purple-color);
  color: #fff;
  align-items: flex-start;
}

.encourage-ideas .column-text {
  padding: var(--section-spacing-default) 6%;
  flex: 0 0 50%;
}

.encourage-ideas .section-title {
  color: #fff;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
}

.encourage-ideas .section-subtitle {
  padding-top: 30px;
  padding-bottom: 60px;
}

.encourage-ideas .section-description {
  font-size: 31px;
  line-height: 41px;
}

.encourage-ideas .custom-bullet {
  list-style: none;
}

.encourage-ideas .custom-bullet li {
  padding-bottom: 35px;
  display: flex;
}

.encourage-ideas .custom-bullet li:before {
  content: "";
  background-color: #7849d9;
  border-radius: 50%;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 6px;
  margin-right: 15px;
  display: inline-block;
}

.encourage-ideas.requirements .section-title {
  padding-bottom: 100px;
}

.encourage-ideas.requirements .section-description {
  font-size: 20px;
  line-height: 36px;
}

.encourage-ideas.requirements {
  background-color: #7849d9;
}

.encourage-ideas.requirements .custom-bullet li:before {
  background-color: var(--purple-color);
}

.course-levels {
  padding: var(--section-spacing-default) 8% 0 8%;
  background-color: #e5dff1;
}

.course-levels .section-title {
  padding-bottom: 30px;
}

.course-levels .section-description {
  padding-bottom: 40px;
}

.course-levels .two-columns .section-description {
  min-height: 300px;
  font-size: 18px;
}

.course-levels .section-description .spacing {
  padding-top: 40px;
}

.course-levels .tab-menu-buttons {
  gap: 38px;
  margin-bottom: 50px;
  display: flex;
}

.course-levels .two-columns {
  align-items: flex-start;
  gap: 20px;
}

.course-levels .column-text {
  background-color: #fff;
  border-radius: 17px;
  flex: 0 0 50%;
  padding: 40px;
}

.course-levels .level-title {
  background-color: var(--purple-color);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 26px;
  font-size: 36px;
  font-weight: 500;
  display: flex;
}

.course-prices {
  background-color: #e5dff1;
  padding: 100px 8% 90px;
}

.course-prices .section-title {
  padding-bottom: 20px;
}

.course-prices .section-description {
  width: 50%;
  padding-bottom: 60px;
}

.course-prices .tab-menu {
  border-bottom: 1px solid #fff;
  align-items: center;
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.course-prices .tab-menu span {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.course-prices .tab-menu span:first-child {
  padding-left: 0;
}

.course-prices .tab-menu span.selected, .course-prices .tab-menu span:hover {
  border-bottom: 1px solid var(--green-color);
}

.course-prices .embla__slide {
  flex: 0 0 28%;
}

.course-prices .embla__dot:after, .course-prices .embla__dot--selected:after {
  background-color: var(--green-color);
  opacity: .41;
  width: 12px;
  height: 12px;
}

.course-prices .embla__dot--selected:after {
  opacity: 1;
}

.course-prices .price-item {
  box-shadow: var(--box-shadow-info-box);
  background-color: #fff;
  border-radius: 4px;
  margin-right: 40px;
  padding: 64px 40px;
}

.course-prices .price-item .title {
  padding-bottom: 20px;
  font-size: 32px;
  line-height: 56px;
}

.course-prices .price-item .content {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 36px;
}

.course-prices .price-item .avatar {
  text-align: center;
  margin-bottom: 30px;
}

.course-prices .price-item .avatar img {
  height: 100px;
}

.course-prices .price-item .price {
  margin-top: 30px;
}

.course-prices .price-item .price .text {
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.course-prices .price-item .price strong {
  font-size: 32px;
  font-weight: 600;
}

.request-offer {
  background-color: #fff;
}

.request-offer .section-content-boxed {
  max-width: 1920px;
  padding: calc(var(--section-spacing-default) * .6) 8%;
  margin: 0 auto;
}

.request-offer .two-columns {
  align-items: flex-start;
  gap: 70px;
  max-width: 1681px;
  margin: 0 auto;
}

.request-offer .section-title {
  max-width: 500px;
}

.request-offer .section-description {
  padding-top: 20px;
  padding-bottom: 40px;
}

.request-offer .spacing {
  padding-bottom: 40px;
}

.request-offer .form {
  flex-direction: column;
  row-gap: 24px;
  display: flex;
}

.request-offer .form input[type="text"], .request-offer .form textarea {
  background-color: #fafafa;
}

.request-offer .form textarea {
  height: 252px;
}

.request-offer .people-tabs {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.request-offer .people-tabs .tab-item {
  text-align: center;
  height: 80px;
  color: var(--gray-color);
  cursor: pointer;
  background-color: #fafafa;
  border: 2px solid #0000;
  border-radius: 21px;
  padding: 27px 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.request-offer .people-tabs .tab-item.selected, .request-offer .people-tabs .tab-item:hover {
  border: 2px solid var(--green-color);
}

.request-offer .form .btn {
  margin-top: 25px;
  padding-left: 90px;
  padding-right: 90px;
}

.footer {
  background-color: #fafafa;
}

.cta-button {
  background-color: var(--purple-color);
  box-shadow: 0px 16px 48px -20px var(--purple-color);
}

@media (width >= 1921px) {
  .course-completion-abilities.one-column-image img, .course-insights img {
    width: 100%;
    height: auto;
  }

  .more-confidence .column-image img {
    top: -50%;
  }
}

@media (width <= 1200px) {
  .grid-flex .info-box-medium {
    flex: calc(50% - 7px);
  }
}

@media (width <= 1599px) {
  .course-levels .section-description {
    max-width: unset;
  }
}

@media (width >= 769px) and (width <= 1099px) {
  .column-image.visible-xs {
    display: block !important;
  }

  .column-image.hidden-xs {
    display: none;
  }

  .two-columns {
    display: block;
  }

  .corporate-courses .column-text .section-title br {
    display: none;
  }

  .corporate-courses .column-image, .about-courses .column-image, .courses-composition .column-image, .skilled-teachers .column-image {
    height: auto;
  }

  .corporate-courses .column-image img, .about-courses .column-image img, .courses-composition .column-image img, .skilled-teachers .column-image img {
    position: static;
  }

  .skilled-teachers .column-text .section-title {
    text-align: center;
    max-width: unset;
  }

  .skilled-teachers .column-text .section-description {
    max-width: unset;
  }
}

@media (width >= 1100px) and (width <= 1199px) {
  .corporate-courses .column-image img {
    left: -25%;
  }

  .corporate-courses .column-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .corporate-courses .section-description .spacing {
    padding: 0;
  }

  .course-completion-abilities .section-title {
    height: auto;
    padding: 40px 5%;
  }

  .course-completion-abilities .section-description {
    height: unset;
    padding-top: 20px;
    font-size: 24px;
  }

  .course-prices .embla__slide {
    flex-basis: 45%;
  }

  .request-offer .people-tabs .tab-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .courses-composition .column-image img {
    left: -50%;
  }

  .skilled-teachers .column-image img {
    left: -70%;
  }

  .skilled-teachers .btn-skill {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .skilled-teachers .column-text .section-description {
    padding-bottom: var(--section-spacing-breakpoint-1024);
  }

  .more-confidence .column-image img {
    width: auto;
    height: 100%;
  }

  .course-levels .column-text .section-description {
    min-height: 424px;
  }

  .encourage-ideas .section-subtitle {
    font-size: 28px;
  }

  .hidden-custom-md {
    display: none;
  }
}

@media (width >= 1200px) and (width <= 1299px) {
  .corporate-courses .column-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .corporate-courses .section-description .spacing {
    padding: 0;
  }

  .corporate-courses .column-image {
    max-height: 83vh;
  }

  .course-completion-abilities .section-description {
    height: unset;
    padding-top: 20px;
  }

  .more-confidence .section-description {
    height: auto;
    padding-top: 20px;
  }

  .course-completion-abilities .section-title {
    height: auto;
    padding: 40px 5%;
  }

  .course-completion-abilities .section-description {
    padding-bottom: 20px;
  }

  .course-levels .column-text .section-description {
    min-height: 436px;
  }

  .more-confidence .column-image {
    height: 850px;
  }

  .course-prices .embla__slide {
    flex-basis: 45%;
  }

  .request-offer .people-tabs .tab-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .courses-composition .column-image img {
    left: -20%;
  }

  .encourage-ideas .section-subtitle {
    font-size: 28px;
  }

  .skilled-teachers .column-image img {
    left: -40%;
  }

  .hidden-custom-md {
    display: none;
  }
}

@media (width >= 1300px) and (width <= 1399px) {
  .corporate-courses .column-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .course-completion-abilities .section-description {
    height: unset;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .course-levels .column-text .section-description {
    min-height: 400px;
  }

  .more-confidence .section-description {
    height: auto;
    padding-top: 20px;
  }

  .more-confidence .column-image {
    height: 850px;
  }

  .course-prices .embla__slide {
    flex-basis: 31%;
  }

  .request-offer .people-tabs .tab-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .courses-composition .column-image img {
    left: -30%;
  }

  .skilled-teachers .column-image img {
    left: -50%;
  }
}

@media (width >= 1400px) and (width <= 1499px) {
  .corporate-courses .column-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .course-completion-abilities .section-description {
    height: unset;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .course-levels .column-text .section-description {
    min-height: 400px;
  }

  .more-confidence .section-description {
    height: auto;
    padding-top: 20px;
  }

  .more-confidence .column-image {
    height: 850px;
  }

  .request-offer .people-tabs .tab-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .courses-composition .column-image img {
    left: -20%;
  }

  .skilled-teachers .column-image img {
    left: -40%;
  }
}

@media (width >= 1500px) and (width <= 1599px) {
  .corporate-courses .column-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .course-completion-abilities .section-description {
    height: unset;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .course-levels .column-text .section-description {
    min-height: 330px;
  }

  .more-confidence .section-description {
    height: auto;
    padding-top: 20px;
  }

  .more-confidence .column-image {
    height: 840px;
  }

  .request-offer .people-tabs .tab-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .courses-composition .column-image img {
    left: -20%;
  }

  .skilled-teachers .column-image img {
    left: -30%;
  }
}

@media (width >= 1600px) and (width <= 1699px) {
  .corporate-courses .column-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .course-completion-abilities .section-description {
    height: unset;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .more-confidence .section-description {
    height: auto;
    padding-top: 20px;
  }

  .more-confidence .column-image {
    height: 850px;
  }

  .request-offer .people-tabs .tab-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .courses-composition .column-image img {
    left: -10%;
  }

  .skilled-teachers .column-image img {
    left: -20%;
  }

  .encourage-ideas .column-text {
    padding: var(--section-spacing-breakpoint-1600) 6%;
  }

  .course-levels .column-left .section-description {
    padding-bottom: 76px;
  }
}

@media (width >= 1700px) and (width <= 1799px) {
  .request-offer .people-tabs .tab-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .courses-composition .column-image img, .skilled-teachers .column-image img {
    left: -10%;
  }
}

@media (width <= 1099px) {
  .grid-flex {
    display: block;
  }

  .corporate-courses .column-image, .more-confidence .column-image, .about-courses .column-image, .course-insights {
    height: 100vw;
    max-height: 80vh;
  }

  .about-courses .column-image {
    overflow: hidden;
  }

  .corporate-courses .column-image img, .about-courses .column-image img, .courses-composition .column-image img, .skilled-teachers .column-image img {
    width: 100%;
    height: auto;
  }

  .course-completion-abilities {
    height: 100vw;
    max-height: 80vh;
    overflow: hidden;
  }

  .corporate-courses .column-text {
    padding: 40px 7%;
  }

  .course-completion-abilities .section-title {
    z-index: 1;
    height: auto;
    padding: 20px 3vw;
  }

  .course-completion-abilities .section-description {
    z-index: 1;
    width: 45%;
    height: auto;
    padding: 10px 3vw;
    font-size: 18px;
    line-height: 28px;
  }

  .course-completion-abilities.one-column-image img {
    max-height: 87vh;
    position: absolute;
  }

  .more-confidence {
    height: auto;
    overflow: unset;
  }

  .more-confidence .column-left .section-description, .more-confidence .column-right .section-description {
    height: auto;
    padding: 20px 3vw;
    font-size: 18px;
    line-height: 28px;
    top: auto;
    bottom: 0;
  }

  .more-confidence .column-image img {
    width: 100%;
    height: auto;
    top: -40px;
    left: 0;
  }

  .dynamic-methods .section-title {
    padding: 40px 7%;
    line-height: 34px;
  }

  .about-courses .column-text {
    padding: 40px 7%;
  }

  .about-courses .column-text .section-title {
    padding-bottom: 20px;
  }

  .courses-composition .column-text {
    padding: 40px 7%;
  }

  .courses-composition .column-text .section-title {
    padding-bottom: 40px;
  }

  .skilled-teachers .column-text {
    padding: 40px 7%;
  }

  .skilled-teachers .btn-skill {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
  }

  .course-insights {
    overflow: hidden;
  }

  .course-insights .section-title {
    width: 100%;
    padding: 20px 7%;
  }

  .course-insights img {
    max-width: none;
    position: absolute;
    top: 0;
    left: -30%;
  }

  .encourage-ideas .section-title {
    padding: 20px 0;
  }

  .encourage-ideas .column-text {
    padding: 20px 7%;
  }

  .encourage-ideas .section-description {
    font-size: 18px;
    line-height: 28px;
  }

  .encourage-ideas.requirements .section-title {
    padding-bottom: 20px;
  }

  .encourage-ideas .section-subtitle {
    padding: 20px 0;
    font-size: 22px;
  }

  .course-levels {
    padding: 40px 7%;
  }

  .course-levels .section-description.w-50 {
    width: 100%;
  }

  .course-levels .tab-menu-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    overflow-x: auto;
  }

  .course-levels .tab-menu-wrapper {
    position: relative;
  }

  .course-levels .column-text {
    margin-bottom: 20px;
    padding: 20px;
  }

  .course-levels .column-text .section-description {
    font-size: 18px;
    line-height: 30px;
  }

  .course-prices {
    padding: 20px 7% 60px;
  }

  .course-prices .section-description {
    width: 100%;
  }

  .course-prices .tab-menu {
    white-space: nowrap;
    border-bottom: 0;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    display: flex;
    overflow-x: auto;
  }

  .course-prices .tab-menu-wrapper {
    position: relative;
  }

  .course-prices .tab-menu span {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 30px;
  }

  .course-prices .tab-menu:after {
    content: "";
    background-image: linear-gradient(90deg, #e5dff180 0%, #e5dff1 100%);
    width: 30px;
    height: 64px;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
  }

  .course-prices .embla__slide {
    flex: 0 0 100%;
  }

  .course-prices .price-item {
    margin-right: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .request-offer {
    padding: 40px 7%;
  }

  .request-offer .section-description {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .request-offer .tab-menu-wrapper {
    position: relative;
  }

  .request-offer .people-tabs {
    overflow-x: auto;
  }

  .request-offer .people-tabs .tab-item {
    flex: 0 0 33%;
    height: 60px;
    margin-right: 10px;
    padding: 7px 20px;
    font-size: 18px;
  }

  .request-offer .people-tabs:after {
    content: "";
    background-image: linear-gradient(90deg, #ffffff80 0%, #fff 100%);
    width: 30px;
    height: 64px;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
  }
}

@media (width <= 768px) {
  .corporate-courses .column-image, .about-courses .column-image, .courses-composition .column-image, .skilled-teachers .column-image {
    height: auto;
  }

  .corporate-courses .column-image img, .about-courses .column-image img, .courses-composition .column-image img, .skilled-teachers .column-image img {
    position: static;
  }

  .corporate-courses .column-text .section-title, .corporate-courses .column-text .btn-wrapper {
    text-align: center;
  }

  .corporate-courses .column-text .section-title br.custom-hidden-xs {
    display: none;
  }
}

@media (width <= 737px) {
  .course-levels .tab-menu-buttons:after {
    content: "";
    background-image: linear-gradient(90deg, #ffffff80 0%, #fff 100%);
    width: 30px;
    height: 64px;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
  }

  .course-completion-abilities.one-column-image img {
    max-width: 200vw;
  }
}
/*# sourceMappingURL=curs-engleza-corporate.dc44ecb9.css.map */
