body {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #003253; }
  @media (max-width: 1024px) {
    body {
      font-size: 12px; } }
  body.wp-child-theme-willrn {
    font-size: 16px; }
    @media (max-width: 1024px) {
      body.wp-child-theme-willrn {
        font-size: 12px; } }

.et_pb_column h1 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 33px;
  color: #003253;
  margin-bottom: 0;
  line-height: 1.2; }
  @media (max-width: 576px) {
    .et_pb_column h1 {
      font-size: 64px; } }
  @media (max-width: 1024px) {
    .et_pb_column h1 {
      font-size: 48px; } }
.et_pb_column h2 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 31px;
  color: #003253;
  margin-bottom: 0;
  line-height: 1.2; }
  @media (max-width: 576px) {
    .et_pb_column h2 {
      font-size: 40px; } }
  @media (max-width: 1024px) {
    .et_pb_column h2 {
      font-size: 30px; } }
.et_pb_column h3 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #003253;
  margin-bottom: 0;
  line-height: 1.2; }
  @media (max-width: 576px) {
    .et_pb_column h3 {
      font-size: 36px; } }
  @media (max-width: 1024px) {
    .et_pb_column h3 {
      font-size: 26px; } }
.et_pb_column h4 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #003253;
  margin-bottom: 0;
  line-height: 1.2; }
  @media (max-width: 1024px) {
    .et_pb_column h4 {
      font-size: 22px; } }
.et_pb_column h5 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #003253;
  margin-bottom: 0;
  line-height: 1.2; }
  @media (max-width: 1024px) {
    .et_pb_column h5 {
      font-size: 18px; } }
.et_pb_column h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #003253;
  margin-bottom: 0;
  line-height: 1.2; }
  @media (max-width: 1024px) {
    .et_pb_column h6 {
      font-size: 16px; } }
.et_pb_column p {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  color: #003253;
  margin-bottom: 0;
  line-height: 1.2; }
  @media (max-width: 1024px) {
    .et_pb_column p {
      font-size: 12px; } }
.et_pb_column .small p {
  color: #858B93; }

.section-contact .et_pb_row {
  display: flex;
  flex-direction: column; }
  .section-contact .et_pb_row .et_pb_column:nth-child(1) {
    order: 2; }
  .section-contact .et_pb_row .et_pb_column:nth-child(2) {
    order: 1; }
  @media (min-width: 1024px) {
    .section-contact .et_pb_row {
      flex-direction: row; }
      .section-contact .et_pb_row .et_pb_column:nth-child(1) {
        order: 1; }
      .section-contact .et_pb_row .et_pb_column:nth-child(2) {
        order: 2; } }
  .section-contact .et_pb_row .content-text {
    align-self: center; }
  .section-contact .et_pb_row .photo-contact img {
    object-fit: cover;
    object-position: top;
    width: 250px; }
    @media (min-width: 768px) {
      .section-contact .et_pb_row .photo-contact img {
        width: 400px; } }
    @media (min-width: 1024px) {
      .section-contact .et_pb_row .photo-contact img {
        width: 400px; } }

.section-client .client-list {
  display: flex;
  flex-wrap: wrap; }
  .section-client .client-list .et_pb_column {
    width: calc(100% / 3);
    margin-right: 0;
    padding: 40px 24px;
    border: 1px solid #D5B073;
    border-radius: 16px;
    min-height: 300px; }
    @media (min-width: 576px) {
      .section-client .client-list .et_pb_column {
        padding: 40px; } }
    .section-client .client-list .et_pb_column .title {
      margin-bottom: 5px; }
      .section-client .client-list .et_pb_column .title h5 {
        font-size: 18px; }
        @media (min-width: 321px) {
          .section-client .client-list .et_pb_column .title h5 {
            font-size: 23px; } }
        @media (min-width: 576px) {
          .section-client .client-list .et_pb_column .title h5 {
            font-size: 30px; } }
        @media (min-width: 1024px) {
          .section-client .client-list .et_pb_column .title h5 {
            font-size: 40px; } }
    @media (max-width: 320px) {
      .section-client .client-list .et_pb_column .list-client-list h6 {
        font-size: 15px; } }
    .section-client .client-list .et_pb_column .small {
      margin-bottom: 25px; }
    .section-client .client-list .et_pb_column ul {
      list-style: none; }
      .section-client .client-list .et_pb_column ul li {
        position: relative;
        margin-left: 10px; }
        .section-client .client-list .et_pb_column ul li::before {
          content: '';
          background-image: url("./assets/img/checkmark.png");
          height: 20px;
          width: 20px;
          position: absolute;
          left: -25px;
          top: 4px;
          background-size: contain; }
          @media (max-width: 320px) {
            .section-client .client-list .et_pb_column ul li::before {
              top: 0; } }
.section-client .client-list.w-big-image .et_pb_column:nth-child(1) {
  width: 100%;
  min-height: 210px;
  border: 1px solid black;
  margin-bottom: 0;
  background-position-x: 15%; }
  @media (min-width: 576px) {
    .section-client .client-list.w-big-image .et_pb_column:nth-child(1) {
      min-height: 390px; } }
  @media (min-width: 1024px) {
    .section-client .client-list.w-big-image .et_pb_column:nth-child(1) {
      min-height: 500px;
      width: 650px;
      background-position-x: 80%; } }
  @media (min-width: 1200px) {
    .section-client .client-list.w-big-image .et_pb_column:nth-child(1) {
      width: 800px; } }
.section-client .client-list.w-big-image .et_pb_column:nth-child(2) {
  width: 100%;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 1024px) {
    .section-client .client-list.w-big-image .et_pb_column:nth-child(2) {
      width: calc(100% - 650px); } }
  @media (min-width: 1200px) {
    .section-client .client-list.w-big-image .et_pb_column:nth-child(2) {
      width: calc(100% - 800px); } }

div.et_pb_section.et_section_regular.section-intro {
  overflow-x: hidden; }
  @media (max-width: 768px) {
    div.et_pb_section.et_section_regular.section-intro {
      background-position: left bottom 10%; } }
  @media (max-width: 1024px) {
    div.et_pb_section.et_section_regular.section-intro {
      background-position: left bottom 0%; } }

.section-intro .intro-row {
  display: block; }
  @media (min-width: 1024px) {
    .section-intro .intro-row {
      display: flex;
      align-items: center; } }
  .section-intro .intro-row .et_pb_column:nth-child(1) {
    width: 100%; }
    @media (min-width: 1024px) {
      .section-intro .intro-row .et_pb_column:nth-child(1) {
        width: 380px; } }
  .section-intro .intro-row .et_pb_column:nth-child(2) {
    width: 100%; }
    @media (min-width: 1024px) {
      .section-intro .intro-row .et_pb_column:nth-child(2) {
        width: calc(100% - (380px + 100px)); } }
    .section-intro .intro-row .et_pb_column:nth-child(2) img {
      object-fit: contain;
      object-position: top; }
.section-intro .learning-habit-row {
  display: block;
  gap: 10px; }
  @media (min-width: 1024px) {
    .section-intro .learning-habit-row {
      display: flex; } }
  .section-intro .learning-habit-row .et_pb_column {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .section-intro .learning-habit-row .et_pb_column {
        width: calc(100% / 3); } }
    @media (max-width: 1024px) {
      .section-intro .learning-habit-row .et_pb_column .et_pb_module {
        margin-bottom: 3%; } }

.section-problem .et_pb_row {
  display: flex;
  justify-content: center; }
  .section-problem .et_pb_row .et_pb_column {
    margin-right: 0;
    margin-left: 0; }
    .section-problem .et_pb_row .et_pb_column:nth-child(1) {
      width: 380px;
      margin-right: 0; }
      @media (min-width: 768px) {
        .section-problem .et_pb_row .et_pb_column:nth-child(1) {
          margin-right: 80px; } }
    .section-problem .et_pb_row .et_pb_column:nth-child(2), .section-problem .et_pb_row .et_pb_column:nth-child(3), .section-problem .et_pb_row .et_pb_column:nth-child(4) {
      border-left: 1px solid #D5B073;
      padding: 0 5px 0 30px;
      display: flex;
      justify-content: flex-start;
      flex-direction: column; }
  .section-problem .et_pb_row .intro-icon-text p {
    font-size: 18px; }
    @media (min-width: 1024px) {
      .section-problem .et_pb_row .intro-icon-text p {
        font-size: 24px; } }

.section-banner {
  background-image: url("./assets/img/bg3.png"), url("./assets/img/bg4.png");
  background-size: contain, contain;
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat; }
  .section-banner#section-1 {
    background-image: url("./assets/img/bg3.png"), url("./assets/img/bg4.png") !important; }
  .section-banner .small p {
    color: #D5B073;
    font-family: "Instrument Sans", sans-serif; }
  .section-banner .title .gold-text {
    color: #D5B073; }
  .section-banner .title h1 {
    line-height: 1.1;
    font-size: 26px; }
    @media (min-width: 321px) {
      .section-banner .title h1 {
        font-size: 33px; } }
    @media (min-width: 576px) {
      .section-banner .title h1 {
        font-size: 64px; } }
  .section-banner .slogan {
    font-family: "Instrument Sans", sans-serif; }
    .section-banner .slogan h6 {
      font-size: 32px; }
      @media (max-width: 1024px) {
        .section-banner .slogan h6 {
          font-size: 16px; } }

.main-menu .et_pb_row .et_pb_column:nth-child(1) {
  width: 20%;
  margin: 0; }
.main-menu .et_pb_row .et_pb_column:nth-child(2) {
  width: 80%;
  margin: 0;
  display: flex;
  justify-content: flex-end; }

.section-footer p, .section-footer a {
  color: white; }

.lang-menu-item {
  text-transform: uppercase;
  cursor: pointer;
  position: relative; }
  .lang-menu-item .choosed {
    display: flex; }
    .lang-menu-item .choosed p {
      color: white; }
    .lang-menu-item .choosed svg {
      fill: white;
      font-size: 16px;
      width: 12px;
      margin-left: 5px; }
  .lang-menu-item .dropdown {
    display: none;
    position: absolute; }
  .lang-menu-item.open .dropdown {
    display: block;
    background: #003253;
    z-index: 1;
    width: 80px;
    padding: 5px 15px;
    left: -15px; }
    .lang-menu-item.open .dropdown a {
      display: block;
      color: white;
      padding: 5px 10px;
      font-size: 16px;
      padding-left: 0; }

.slider-banner {
  /*
  max-width: 1280px;
  width: 100%;

  @media (min-width: 1300px) {
    max-width: 1280px;
    width: 100%;
  }
  */ }
  .slider-banner .item-slide {
    color: white; }
    .slider-banner .item-slide .wrapper {
      display: block;
      padding: 5px; }
      @media (min-width: 768px) {
        .slider-banner .item-slide .wrapper {
          display: flex;
          gap: 40px;
          max-width: 1100px;
          margin: 0 auto;
          justify-content: space-between;
          padding: 1px; } }
      .slider-banner .item-slide .wrapper .left {
        width: 100%; }
        @media (min-width: 768px) {
          .slider-banner .item-slide .wrapper .left {
            width: 35%; } }
        @media (min-width: 1024px) {
          .slider-banner .item-slide .wrapper .left {
            width: 100%; } }
        @media (min-width: 1200px) {
          .slider-banner .item-slide .wrapper .left {
            width: 400px; } }
      .slider-banner .item-slide .wrapper .right {
        width: 100%; }
        @media (min-width: 768px) {
          .slider-banner .item-slide .wrapper .right {
            width: 65%; } }
        @media (min-width: 1024px) {
          .slider-banner .item-slide .wrapper .right {
            width: 100%; } }
        @media (min-width: 1200px) {
          .slider-banner .item-slide .wrapper .right {
            width: calc(100% - 450px); } }
    .slider-banner .item-slide .left .title {
      font-family: "Raleway", sans-serif;
      font-weight: bold;
      border-bottom: 1px solid white;
      padding-bottom: 25px;
      font-size: 36px;
      line-height: 1.1; }
      @media (min-width: 1200px) {
        .slider-banner .item-slide .left .title {
          font-size: 64px;
          padding-bottom: 40px; } }
    .slider-banner .item-slide .left .desc {
      font-family: "Instrument Sans", sans-serif;
      font-weight: 400;
      font-size: 16px;
      padding-top: 25px;
      margin-bottom: 25px; }
      @media (min-width: 1200px) {
        .slider-banner .item-slide .left .desc {
          padding-top: 40px;
          margin-bottom: 0; } }
    .slider-banner .item-slide .list-client-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;
      flex-direction: column; }
      .slider-banner .item-slide .list-client-logo .item {
        border: 1px solid #EED1A5;
        padding: 35px;
        border-radius: 10px;
        width: 100%;
        height: 140px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 576px) {
          .slider-banner .item-slide .list-client-logo .item {
            padding: 35px; } }
        @media (min-width: 768px) {
          .slider-banner .item-slide .list-client-logo .item {
            padding: 50px 80px;
            width: 350px;
            height: 150px; } }
        @media (min-width: 1200px) {
          .slider-banner .item-slide .list-client-logo .item {
            width: 350px;
            height: 158px; } }
        .slider-banner .item-slide .list-client-logo .item img {
          height: auto; }
          @media (min-width: 576px) {
            .slider-banner .item-slide .list-client-logo .item img {
              height: 100%; } }
    .slider-banner .item-slide .list-founder {
      display: block; }
      @media (min-width: 768px) {
        .slider-banner .item-slide .list-founder {
          display: flex;
          gap: 2px; } }
      .slider-banner .item-slide .list-founder .item {
        margin-bottom: 10px;
        display: flex; }
        @media (min-width: 768px) {
          .slider-banner .item-slide .list-founder .item {
            display: block;
            margin-bottom: 30px; } }
        @media (min-width: 1024px) {
          .slider-banner .item-slide .list-founder .item {
            margin-bottom: 0; } }
      .slider-banner .item-slide .list-founder .image {
        height: 120px;
        width: 120px;
        border-radius: 20px 0 0 20px;
        background-size: 120px;
        background-repeat: no-repeat;
        background-position: center bottom; }
        @media (min-width: 768px) {
          .slider-banner .item-slide .list-founder .image {
            height: 220px;
            width: auto;
            background-size: 190px;
            border-radius: 20px 20px 0 0; } }
        @media (min-width: 1200px) {
          .slider-banner .item-slide .list-founder .image {
            width: 220px; } }
      .slider-banner .item-slide .list-founder .content {
        padding: 20px;
        background-color: #EED1A5;
        border-radius: 0 20px 20px 0;
        height: 120px;
        width: calc(100% - 120px);
        text-align: left; }
        @media (min-width: 768px) {
          .slider-banner .item-slide .list-founder .content {
            height: auto;
            width: auto;
            padding: 24px;
            border-radius: 0 0 20px 20px;
            text-align: center; } }
      .slider-banner .item-slide .list-founder .name {
        color: #003253;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px; }
        @media (max-width: 1024px) {
          .slider-banner .item-slide .list-founder .name {
            font-size: 16px; } }
      .slider-banner .item-slide .list-founder .title {
        color: #AC8231;
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 12px; }
      .slider-banner .item-slide .list-founder .desc {
        color: #003253;
        display: none; }
        @media (min-width: 768px) {
          .slider-banner .item-slide .list-founder .desc {
            display: block; } }
  .slider-banner .slick-prev {
    left: initial;
    right: 50px;
    top: -50px; }
    @media (min-width: 1200px) {
      .slider-banner .slick-prev {
        left: -30px;
        right: initial;
        top: 50%; } }
    .slider-banner .slick-prev::before {
      content: '';
      background-image: url("./assets/img/arrow_slider.png");
      height: 40px;
      width: 40px;
      display: block;
      background-size: contain; }
  .slider-banner .slick-next {
    right: 0;
    top: -50px; }
    @media (min-width: 1200px) {
      .slider-banner .slick-next {
        right: -30px;
        top: 50%; } }
    .slider-banner .slick-next::before {
      content: '';
      background-image: url("./assets/img/arrow_slider.png");
      height: 40px;
      width: 40px;
      display: block;
      background-size: contain;
      transform: rotate(180deg); }

.modal .modal-dialog {
  max-width: 650px;
  top: 10%; }
.modal .modal-content {
  padding: 80px 20px;
  background-color: #003253;
  background-image: url("./assets/img/bg5.png");
  background-size: 570px;
  background-position: top right;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .modal .modal-content {
      padding: 80px; } }
  .modal .modal-content .gform_confirmation_message {
    color: white;
    padding-top: 50px;
    padding-bottom: 0; }
    .modal .modal-content .gform_confirmation_message::before {
      content: '';
      display: block;
      height: 70px;
      width: 70px;
      background-image: url(./assets/img/success.png);
      position: absolute;
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
.modal .wrapper {
  max-width: 480px;
  margin: auto; }
  .modal .wrapper .title,
  .modal .wrapper .gform_heading .gform_title {
    color: #D5B073;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 40px;
    text-transform: capitalize; }
.modal .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  width: 100%;
  border-radius: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D5B073;
  font-family: "Instrument Sans", sans-serif;
  color: #003253;
  font-weight: bold;
  font-size: 16px; }
.modal .gform_wrapper.gravity-theme .gfield input[type="text"],
.modal .gform_wrapper.gravity-theme .gfield input[type="email"] {
  height: 44px;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 16px;
  color: #648FBC; }
.modal .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 124px;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 16px;
  color: #648FBC; }

.menu-bar-mobile .et_pb_column {
  width: 100% !important; }
@media (max-width: 576px) {
  .menu-bar-mobile .et_pb_image .et_pb_image_wrap img {
    width: 120px;
    height: 40px; } }

.offcanvas-start.custom-animate {
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out, opacity 0.3s ease;
  opacity: 0; }

.offcanvas-start.custom-animate.show {
  transform: translateX(0);
  opacity: 1; }

.hamburger {
  padding-left: 0; }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::before,
  .hamburger .hamburger-inner::after {
    background-color: #D5B073;
    width: 30px;
    height: 3px; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #D5B073; }

.main-menu-mobile {
  display: none; }
  .main-menu-mobile.open-menu {
    display: block; }

#mobile-features {
  position: absolute;
  top: -70px;
  width: 100%; }

#page-container {
  overflow-x: hidden; }

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