@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);@import url(https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Bebas+Neue&family=Heebo:wght@100..900&display=swap);img, video, iframe {
  max-width: 100%;
  height: auto; }

html {
  background-color: black; }

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%; }

.spinner-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none; }

.thecore-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 368px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 42px 10px 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 44px;
  font-family: 'Heebo';
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; }
  @media (max-width: 1600px) {
    .thecore-button {
      font-size: 20px;
      line-height: 34px; } }
  @media (max-width: 1023px) {
    .thecore-button {
      margin: auto;
      padding: 8px 0;
      min-width: 0; } }
  .thecore-button:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px; }
  .thecore-button.button-white {
    color: #000;
    background-color: white; }
    .thecore-button.button-white:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2218%22 height%3D%2212%22 viewBox%3D%220 0 18 12%22 fill%3D%22none%22%3E%3Cpath d%3D%22M11.746 11.6567L10.335 10.2388L13.605 6.98375L1.49691e-05 6.97075L0.00201587 4.97075L13.57 4.98375L10.355 1.75375L11.772 0.34375L17.416 6.01375L11.746 11.6567Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E"); }
  .thecore-button.button-green {
    color: white;
    background-color: #95B859; }
    .thecore-button.button-green:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2218%22 height%3D%2212%22 viewBox%3D%220 0 18 12%22 fill%3D%22none%22%3E%3Cpath d%3D%22M11.746 11.6567L10.335 10.2388L13.605 6.98375L1.49691e-05 6.97075L0.00201587 4.97075L13.57 4.98375L10.355 1.75375L11.772 0.34375L17.416 6.01375L11.746 11.6567Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }
  .thecore-button.button-grey {
    color: white;
    background-color: #6B6B6A; }
    .thecore-button.button-grey:after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2218%22 height%3D%2212%22 viewBox%3D%220 0 18 12%22 fill%3D%22none%22%3E%3Cpath d%3D%22M11.746 11.6567L10.335 10.2388L13.605 6.98375L1.49691e-05 6.97075L0.00201587 4.97075L13.57 4.98375L10.355 1.75375L11.772 0.34375L17.416 6.01375L11.746 11.6567Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); }

.thecore-main-header {
  width: 100vw;
  height: 880px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 142px;
  padding-top: 65px; }
  .thecore-main-header video {
    position: absolute;
    width: 100%;
    z-index: 0;
    left: 0;
    top: -1%; }
  @media (max-width: 1445px) {
    .thecore-main-header {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  @media (max-width: 1023px) {
    .thecore-main-header {
      max-width: 100%;
      padding: 24px 31px 35px 31px;
      height: auto;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0.42%, #D7D7D5), color-stop(99.89%, #E6E6E6));
      background: linear-gradient(0deg, #D7D7D5 0.42%, #E6E6E6 99.89%);
      overflow-x: hidden; }
      .thecore-main-header video {
        width: 100vw;
        z-index: 0;
        top: 95px;
        left: 0; } }
  .thecore-main-header .thecore-main-header-left-container {
    z-index: 2;
    position: relative; }
    @media (max-width: 1600px) {
      .thecore-main-header .thecore-main-header-left-container .site-logo {
        width: 300px; } }
    @media (max-width: 1285px) {
      .thecore-main-header .thecore-main-header-left-container .site-logo {
        width: 200px; } }
    @media (max-width: 1023px) {
      .thecore-main-header .thecore-main-header-left-container {
        height: auto; }
        .thecore-main-header .thecore-main-header-left-container .thecore-main-logo {
          height: 101px; }
          .thecore-main-header .thecore-main-header-left-container .thecore-main-logo img {
            width: 120px; }
        .thecore-main-header .thecore-main-header-left-container .thecore-button {
          width: 100%; } }
    .thecore-main-header .thecore-main-header-left-container .thecore-main-text {
      color: black;
      font-family: "Bebas Neue";
      line-height: normal;
      font-size: 89px;
      line-height: 91px;
      letter-spacing: 0.89px;
      margin-top: 96px;
      margin-bottom: 51px;
      font-style: normal;
      font-weight: 400; }
      @media (max-width: 1600px) {
        .thecore-main-header .thecore-main-header-left-container .thecore-main-text {
          font-size: 69px;
          line-height: 71px; } }
      @media (max-width: 1285px) {
        .thecore-main-header .thecore-main-header-left-container .thecore-main-text {
          font-size: 45px;
          line-height: 51px;
          margin-top: 45px;
          margin-bottom: 31px; } }
      @media (max-width: 1023px) {
        .thecore-main-header .thecore-main-header-left-container .thecore-main-text {
          width: 100%;
          margin: auto;
          margin-top: 460px;
          margin-bottom: 20px;
          font-size: 43px;
          line-height: 110%; } }

.thecore-startup-section {
  width: 100vw;
  height: 775px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1445px) {
    .thecore-startup-section {
      height: 625px; } }
  @media (max-width: 1280px) {
    .thecore-startup-section {
      height: 625px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 50px; } }
  @media (max-width: 1023px) {
    .thecore-startup-section {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: none; } }
  .thecore-startup-section .thecore-startup-section-left {
    width: 50%; }
    @media (max-width: 1023px) {
      .thecore-startup-section .thecore-startup-section-left {
        text-align: center;
        width: 100%; } }
    .thecore-startup-section .thecore-startup-section-left .startup-video {
      margin: auto;
      height: auto;
      width: 100%; }
      @media (max-width: 1023px) {
        .thecore-startup-section .thecore-startup-section-left .startup-video {
          width: 90%; } }
  .thecore-startup-section .thecore-startup-section-right {
    width: 35%; }
    .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text {
      color: black; }
      .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .main-text {
        font-family: 'Bebas Neue';
        font-size: 56px;
        font-weight: 400;
        line-height: 62px;
        letter-spacing: 0.01em;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
                text-decoration-skip-ink: none;
        margin-bottom: 40px; }
        .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .main-text .thecore {
          font-family: 'Heebo';
          font-size: 56px;
          font-weight: 500;
          line-height: 62px;
          letter-spacing: -0.03em;
          text-align: left;
          text-underline-position: from-font;
          -webkit-text-decoration-skip-ink: none;
                  text-decoration-skip-ink: none; }
        @media (max-width: 1600px) {
          .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .main-text {
            font-size: 46px;
            line-height: 52px; }
            .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .main-text .thecore {
              font-size: 46px;
              line-height: 52px; } }
        @media (max-width: 1285px) {
          .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .main-text {
            font-size: 35px;
            line-height: 42px;
            margin-bottom: 20px; }
            .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .main-text .thecore {
              font-size: 35px;
              line-height: 42px; } }
        @media (max-width: 1023px) {
          .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .main-text {
            font-size: 34px;
            line-height: 40px;
            margin-bottom: 10px; }
            .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .main-text .thecore {
              font-size: 34px;
              line-height: 40px; } }
      .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .secondary-text {
        font-family: 'Heebo';
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        text-align: left;
        text-underline-position: from-font;
        -webkit-text-decoration-skip-ink: none;
                text-decoration-skip-ink: none;
        margin-bottom: 48px; }
        @media (max-width: 1285px) {
          .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .secondary-text {
            font-size: 20px;
            line-height: 34px;
            margin-bottom: 20px; } }
        @media (max-width: 1023px) {
          .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-right-text .secondary-text {
            margin-bottom: 36px;
            font-size: 22px;
            line-height: 26px; } }
    .thecore-startup-section .thecore-startup-section-right .thecore-startup-section-left-text {
      width: 50%; }
    @media (max-width: 1023px) {
      .thecore-startup-section .thecore-startup-section-right {
        width: 85%;
        margin: auto; } }
  @media (max-width: 1023px) {
    .thecore-startup-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 34px; }
      .thecore-startup-section .thecore-button {
        width: 100%;
        color: white;
        background-color: #95B859; }
        .thecore-startup-section .thecore-button:after {
          background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2218%22 height%3D%2212%22 viewBox%3D%220 0 18 12%22 fill%3D%22none%22%3E%3Cpath d%3D%22M11.746 11.6567L10.335 10.2388L13.605 6.98375L1.49691e-05 6.97075L0.00201587 4.97075L13.57 4.98375L10.355 1.75375L11.772 0.34375L17.416 6.01375L11.746 11.6567Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); } }

.thecore-theopportunity-section {
  padding: 100px 257px;
  background-color: #3D484A;
  color: white; }
  @media (max-width: 1023px) {
    .thecore-theopportunity-section {
      max-width: 100%; } }
  .thecore-theopportunity-section .thecore-theopportunity-section-title {
    margin-bottom: 72px; }
    .thecore-theopportunity-section .thecore-theopportunity-section-title .title {
      font-family: 'Bebas Neue';
      font-size: 56px;
      font-weight: 400;
      line-height: 62px;
      letter-spacing: 0.01em;
      text-align: center;
      text-underline-position: from-font;
      -webkit-text-decoration-skip-ink: none;
              text-decoration-skip-ink: none;
      color: white; }
      @media (max-width: 1600px) {
        .thecore-theopportunity-section .thecore-theopportunity-section-title .title {
          font-size: 46px;
          line-height: 52px; } }
      @media (max-width: 1023px) {
        .thecore-theopportunity-section .thecore-theopportunity-section-title .title {
          font-size: 34px; } }
    .thecore-theopportunity-section .thecore-theopportunity-section-title .text {
      font-family: 'Heebo';
      font-size: 26px;
      font-weight: 400;
      line-height: 33.8px;
      text-align: center;
      text-underline-position: from-font;
      -webkit-text-decoration-skip-ink: none;
              text-decoration-skip-ink: none;
      color: white; }
      @media (max-width: 1600px) {
        .thecore-theopportunity-section .thecore-theopportunity-section-title .text {
          font-size: 22px;
          line-height: 28px; } }
      @media (max-width: 1023px) {
        .thecore-theopportunity-section .thecore-theopportunity-section-title .text {
          font-size: 18px;
          width: 75%;
          margin: auto; } }
    @media (max-width: 1023px) {
      .thecore-theopportunity-section .thecore-theopportunity-section-title {
        margin-bottom: 40px; } }
  .thecore-theopportunity-section .thecore-theopportunity-section-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .thecore-theopportunity-section .thecore-theopportunity-section-logos .logo-item-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 370px;
      height: 305px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 38px; }
      .thecore-theopportunity-section .thecore-theopportunity-section-logos .logo-item-container .logo-description {
        color: white;
        text-align: center;
        font-family: 'Heebo';
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; }
        @media (max-width: 1600px) {
          .thecore-theopportunity-section .thecore-theopportunity-section-logos .logo-item-container .logo-description {
            font-size: 22px;
            line-height: 28px; } }
        @media (max-width: 1285px) {
          .thecore-theopportunity-section .thecore-theopportunity-section-logos .logo-item-container .logo-description {
            font-size: 20px;
            line-height: 26px; } }
        @media (max-width: 1023px) {
          .thecore-theopportunity-section .thecore-theopportunity-section-logos .logo-item-container .logo-description {
            font-size: 13px;
            width: 85%;
            line-height: normal; } }
      @media (max-width: 1285px) {
        .thecore-theopportunity-section .thecore-theopportunity-section-logos .logo-item-container {
          width: 200px;
          height: 300px; } }
      @media (max-width: 1023px) {
        .thecore-theopportunity-section .thecore-theopportunity-section-logos .logo-item-container {
          width: 95%;
          height: -webkit-min-content;
          height: -moz-min-content;
          height: min-content;
          gap: 15px; }
          .thecore-theopportunity-section .thecore-theopportunity-section-logos .logo-item-container img {
            max-width: 80px;
            height: 90px; } }
    @media (max-width: 1023px) {
      .thecore-theopportunity-section .thecore-theopportunity-section-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 5px;
        justify-items: center; } }
  @media (max-width: 1023px) {
    .thecore-theopportunity-section {
      padding: 40px 0px; } }

.modal-content {
  background-color: transparent; }

.form_section {
  max-width: 70%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.25);
  background-color: #F4F4F4;
  background-image: url("../images/modal-bg-texture.png");
  background-position: bottom left;
  background-size: 100%;
  background-repeat: no-repeat; }
  @media (max-width: 1280px) {
    .form_section {
      top: 92%; } }
  @media (max-width: 1024px) {
    .form_section {
      max-width: 100vw;
      max-height: 100%;
      border-radius: 0;
      top: 0;
      -webkit-transform: none;
              transform: none; } }
  .form_section .modal-dialog {
    max-width: 100%;
    display: block; }
    @media (max-width: 1024px) {
      .form_section .modal-dialog {
        max-width: 100vw; } }
    .form_section .modal-dialog .modal-content {
      border: none; }
  .form_section .close-dialog {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    z-index: 4;
    width: 15px;
    height: 15px; }
  .form_section .mainForm {
    position: relative;
    padding: 30px 0px;
    margin-bottom: 50px;
    width: 90%;
    z-index: 2;
    background-color: transparent; }
    .form_section .mainForm .form-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
      .form_section .mainForm .form-header .form-images-header {
        position: absolute;
        right: 0px;
        top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        padding-bottom: 0;
        margin-bottom: 0; }
        @media (max-width: 1024px) {
          .form_section .mainForm .form-header .form-images-header {
            position: relative;
            margin-bottom: 40px; } }
      .form_section .mainForm .form-header h3 {
        color: #95B859;
        font-family: "Bebas Neue";
        font-size: 50px;
        padding-bottom: 10px;
        letter-spacing: 0.56px; }
    .form_section .mainForm .description {
      color: #000;
      font-family: 'Heebo';
      font-size: 18px; }
      @media (max-width: 1024px) {
        .form_section .mainForm .description {
          font-size: 14px; } }
    .form_section .mainForm .form-control {
      border: none;
      border-radius: 5px;
      color: #999;
      font-family: 'Heebo';
      font-size: 15px; }
      .form_section .mainForm .form-control.is-invalid {
        border-radius: 10px;
        border: 1.5px solid #B63546; }
    .form_section .mainForm .first_section {
      padding: 40px 0px; }
    .form_section .mainForm .mid-subtitle {
      padding-bottom: 30px; }
    .form_section .mainForm .submit-wrapper {
      margin-bottom: 20px; }
    .form_section .mainForm .submit-btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 10px 40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 40px;
      border: none;
      background: #95B859;
      color: white;
      margin: 10px 0px;
      position: absolute;
      right: 0;
      font-family: 'Heebo';
      font-weight: 700; }
    .form_section .mainForm .help-msg {
      color: black;
      font-family: 'Heebo';
      margin: 20px 0px; }
    .form_section .mainForm .file-row {
      position: relative;
      margin-top: 10px;
      height: 30px;
      cursor: pointer; }
      @media (max-width: 1024px) {
        .form_section .mainForm .file-row {
          min-height: 40px; } }
      .form_section .mainForm .file-row .custom-file-label {
        background: none;
        color: black;
        font-size: 14px;
        padding-left: 60px; }
        @media (max-width: 1024px) {
          .form_section .mainForm .file-row .custom-file-label {
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content; } }
        .form_section .mainForm .file-row .custom-file-label.is-invalid {
          border: 2px solid red; }
        .form_section .mainForm .file-row .custom-file-label.valid {
          color: green; }
        .form_section .mainForm .file-row .custom-file-label::after {
          right: unset;
          left: 15px;
          content: '';
          position: absolute;
          background-image: url("../../images/file-upload.svg");
          background-color: white;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background-repeat: no-repeat;
          background-position: center; }
    .form_section .mainForm .uploaded-files {
      padding: 14px 70px 14px 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 8px;
      background: #FFF;
      -webkit-box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.1);
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-top: 25px;
      display: none; }
      .form_section .mainForm .uploaded-files .uploaded-files-image {
        width: 70px;
        height: 70px; }
      .form_section .mainForm .uploaded-files .uploaded-files-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 8px;
        margin-left: 14px; }
        .form_section .mainForm .uploaded-files .uploaded-files-left .uploaded-files-names {
          color: black;
          font-family: 'Heebo';
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: 160%;
          margin-bottom: 0; }
        .form_section .mainForm .uploaded-files .uploaded-files-left .uploaded-files-details {
          color: #999;
          font-family: 'Heebo';
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%; }

.open-modal {
  cursor: pointer; }
  @media (max-width: 1024px) {
    .open-modal {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 15px; } }

.modal-open {
  overflow: auto; }

.modal-backdrop {
  height: 1500px; }

.modal {
  position: absolute; }
  @media (max-width: 1024px) {
    .modal {
      left: 0;
      top: 0; } }

.section_brands_swiper .titleContainer .title {
  font-family: 'Bebas Neue';
  font-size: 56px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: black;
  margin-top: 112px;
  margin-bottom: 93px; }
  @media (max-width: 1023px) {
    .section_brands_swiper .titleContainer .title {
      margin-top: 64px;
      margin-bottom: 25px;
      font-size: 34px;
      font-weight: 400;
      line-height: 120%; } }

.section_brands_swiper .swiper-container {
  padding: 50px 40px;
  border-bottom: 3px solid #6B6B6A;
  border-top: 3px solid #6B6B6A; }
  @media (max-width: 1023px) {
    .section_brands_swiper .swiper-container {
      padding: 0 40px;
      max-width: 100%; } }
  @media (max-width: 1023px) {
    .section_brands_swiper .swiper-container .swiper-wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .section_brands_swiper .swiper-container .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1023px) {
      .section_brands_swiper .swiper-container .swiper-wrapper .swiper-slide {
        width: auto; }
        .section_brands_swiper .swiper-container .swiper-wrapper .swiper-slide .swiper_brands {
          width: auto;
          height: auto; } }
    .section_brands_swiper .swiper-container .swiper-wrapper .swiper-slide .brand-container {
      width: auto;
      height: 142px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1023px) {
        .section_brands_swiper .swiper-container .swiper-wrapper .swiper-slide .brand-container {
          width: auto;
          height: auto; } }
      .section_brands_swiper .swiper-container .swiper-wrapper .swiper-slide .brand-container .brand-image {
        width: 100%;
        height: auto; }
  .section_brands_swiper .swiper-container .swiper-button-prev,
  .section_brands_swiper .swiper-container .swiper-button-next {
    width: 62px;
    height: 99px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
    .section_brands_swiper .swiper-container .swiper-button-prev.swiper-button-disabled,
    .section_brands_swiper .swiper-container .swiper-button-next.swiper-button-disabled {
      opacity: 0.5;
      pointer-events: none; }
  .section_brands_swiper .swiper-container .swiper-button-prev {
    background-image: url("../images/arrowleft.svg");
    height: 100%;
    background-size: 50%;
    margin-top: 0;
    z-index: 3; }
    @media (max-width: 1023px) {
      .section_brands_swiper .swiper-container .swiper-button-prev {
        height: 100%;
        left: -10px;
        background-size: 40%; } }
  .section_brands_swiper .swiper-container .swiper-button-next {
    background-image: url("../images/arrowright.svg");
    background-size: 50%;
    height: 100%;
    margin-top: 0;
    z-index: 3; }
    @media (max-width: 1023px) {
      .section_brands_swiper .swiper-container .swiper-button-next {
        background-size: 40%;
        height: 100%;
        right: -10px; } }
  .section_brands_swiper .swiper-container .swiper-button-disabled {
    opacity: 1 !important; }

.thecore-whatwerelookinfor-section {
  height: 932px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .thecore-whatwerelookinfor-section .bubbles {
    position: absolute;
    right: 55px;
    bottom: 0;
    width: 24%;
    z-index: 1; }
    @media (max-width: 1023px) {
      .thecore-whatwerelookinfor-section .bubbles {
        right: 1%;
        top: 355px;
        width: 42%; } }
  @media (max-width: 1440px) {
    .thecore-whatwerelookinfor-section {
      height: 732px; } }
  @media (max-width: 1023px) {
    .thecore-whatwerelookinfor-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 932px; } }
  .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-left {
    width: 50%;
    background: url(../images/thecore-whatwerelookinfor-bubble.svg);
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1023px) {
      .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-left {
        width: 100%;
        background: url(../images/thecore-whatwerelookinfor-bubble-mobile.svg);
        background-repeat: no-repeat;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 466px;
        background-size: 95%; } }
    .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-left p {
      color: #FFF;
      font-family: 'Bebas Neue';
      font-size: 56px;
      font-style: normal;
      font-weight: 400;
      line-height: 62px;
      letter-spacing: 0.56px;
      text-transform: uppercase;
      width: 60%;
      margin-left: 3.5em;
      margin-top: 2em; }
      @media (max-width: 1600px) {
        .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-left p {
          font-size: 46px;
          line-height: 52px; } }
      @media (max-width: 1285px) {
        .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-left p {
          font-size: 35px;
          line-height: 38px;
          margin-top: 1em; } }
      @media (max-width: 1023px) {
        .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-left p {
          font-size: 24px;
          font-weight: 400;
          line-height: 36px;
          text-align: left;
          margin-left: 1.2em;
          margin-top: 0;
          width: 74%; } }
  .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 3em; }
    @media (max-width: 1023px) {
      .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right {
        width: 100%;
        padding: 0 26px;
        margin-top: 23px; }
        .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right .thecore-button {
          width: 100%;
          color: white;
          background-color: #95B859; } }
    .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right h3 {
      color: #1D1D1B;
      font-family: "Bebas Neue";
      font-size: 56px;
      font-style: normal;
      font-weight: 400;
      line-height: 62px;
      letter-spacing: 0.56px; }
      @media (max-width: 1285px) {
        .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right h3 {
          font-size: 52px;
          line-height: 56px; } }
      @media (max-width: 1023px) {
        .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right h3 {
          font-size: 36px;
          line-height: 41px; } }
    .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right ul {
      list-style-type: none;
      padding-left: 0;
      padding-top: 25px;
      padding-bottom: 25px; }
      @media (max-width: 1023px) {
        .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right ul {
          list-style-type: circle; } }
      .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right ul li {
        position: relative;
        padding-left: 20px;
        color: #1D1D1B;
        font-family: 'Heebo';
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; }
        @media (max-width: 1285px) {
          .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right ul li {
            font-size: 20px;
            line-height: 24px; } }
        @media (max-width: 1023px) {
          .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right ul li {
            font-size: 18px;
            line-height: 24px;
            letter-spacing: -0.02em;
            padding-left: 0;
            margin-left: 20px; } }
        .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right ul li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 10px;
          height: 10px;
          background-image: url("../images/list-icon.svg");
          background-size: contain;
          background-repeat: no-repeat; }
          @media (max-width: 1023px) {
            .thecore-whatwerelookinfor-section .thecore-whatwerelookinfor-section-right ul li::before {
              display: none; } }

.thecore-forgingthefuture-section {
  height: 932px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black; }
  @media (max-width: 1600px) {
    .thecore-forgingthefuture-section {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  @media (max-width: 1285px) {
    .thecore-forgingthefuture-section {
      min-height: 647px; } }
  @media (max-width: 1023px) {
    .thecore-forgingthefuture-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      max-width: 100%;
      background-color: white; } }
  .thecore-forgingthefuture-section .thecore-forgingthefuture-backgroundimage {
    position: absolute;
    width: 100%;
    height: auto; }
    @media (max-width: 1023px) {
      .thecore-forgingthefuture-section .thecore-forgingthefuture-backgroundimage {
        position: relative; } }
  .thecore-forgingthefuture-section .thecore-forgingthefuture-section-left {
    width: 50%;
    z-index: 1; }
    @media (max-width: 1023px) {
      .thecore-forgingthefuture-section .thecore-forgingthefuture-section-left {
        width: 100%; } }
  .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right {
    z-index: 1;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 3em; }
    @media (max-width: 1600px) {
      .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right {
        padding-top: 55px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 1445px) {
      .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right {
        padding-top: 25px; } }
    @media (max-width: 1023px) {
      .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right {
        width: 100%;
        padding: 3em 2em; }
        .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right .thecore-button {
          width: 100%;
          color: white;
          background-color: #95B859; }
          .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right .thecore-button:after {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2218%22 height%3D%2212%22 viewBox%3D%220 0 18 12%22 fill%3D%22none%22%3E%3Cpath d%3D%22M11.746 11.6567L10.335 10.2388L13.605 6.98375L1.49691e-05 6.97075L0.00201587 4.97075L13.57 4.98375L10.355 1.75375L11.772 0.34375L17.416 6.01375L11.746 11.6567Z%22 fill%3D%22white%22%2F%3E%3C%2Fsvg%3E"); } }
    .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right h3 {
      color: black;
      font-family: 'Bebas Neue';
      font-size: 56px;
      font-style: normal;
      font-weight: 400;
      line-height: 62px;
      letter-spacing: 0.56px;
      margin-bottom: 32px; }
      .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right h3 .green-title {
        color: #718B44; }
      @media (max-width: 1600px) {
        .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right h3 {
          font-size: 46px;
          line-height: 52px; } }
      @media (max-width: 1285px) {
        .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right h3 {
          font-size: 35px;
          line-height: 38px;
          margin-bottom: 0; } }
      @media (max-width: 1023px) {
        .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right h3 {
          font-size: 34px;
          line-height: 120%;
          margin-bottom: 32px; } }
    .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right p {
      color: black;
      font-family: 'Heebo';
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 36px;
      margin-bottom: 56px; }
      @media (max-width: 1600px) {
        .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right p {
          font-size: 22px;
          line-height: 32px;
          margin-bottom: 36px; } }
      @media (max-width: 1445px) {
        .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right p {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 26px; } }
      @media (max-width: 1285px) {
        .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right p {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 10px; } }
      @media (max-width: 1023px) {
        .thecore-forgingthefuture-section .thecore-forgingthefuture-section-right p {
          font-size: 18px;
          line-height: 130%;
          letter-spacing: -0.4px;
          margin-bottom: 26px; } }

.thecore-thankyou-section img {
  width: 100vw;
  height: auto; }

footer {
  padding: 80px 0;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1445px) {
    footer {
      padding-bottom: 30px; } }
  @media (max-width: 1285px) {
    footer {
      padding-top: 22px; } }
  @media (max-width: 1023px) {
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 22px;
      padding-bottom: 26px;
      max-width: 100%; } }
  footer .thecore-footer-section-left {
    width: 50%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1023px) {
      footer .thecore-footer-section-left {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    footer .thecore-footer-section-left .footer-linkedin-link {
      height: 200px;
      width: auto;
      margin-left: 80px; }
      footer .thecore-footer-section-left .footer-linkedin-link img {
        width: auto;
        height: 100%; }
      @media (max-width: 1285px) {
        footer .thecore-footer-section-left .footer-linkedin-link {
          height: 150px;
          width: auto;
          margin-left: 0; } }
      @media (max-width: 1023px) {
        footer .thecore-footer-section-left .footer-linkedin-link {
          height: 130px;
          margin: 0;
          margin-bottom: 22px; } }
  footer .thecore-footer-section-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 100px; }
    @media (max-width: 1445px) {
      footer .thecore-footer-section-right {
        padding-top: 30px; } }
    @media (max-width: 1023px) {
      footer .thecore-footer-section-right {
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0; } }
    footer .thecore-footer-section-right h3 {
      font-family: 'Heebo';
      font-size: 18px;
      font-weight: 700;
      line-height: 36px;
      text-align: left;
      text-underline-position: from-font;
      -webkit-text-decoration-skip-ink: none;
              text-decoration-skip-ink: none;
      color: #95B859;
      margin: 0; }
    footer .thecore-footer-section-right p {
      font-family: 'Heebo';
      font-size: 18px;
      font-weight: 400;
      line-height: 36px;
      text-align: left;
      text-underline-position: from-font;
      -webkit-text-decoration-skip-ink: none;
              text-decoration-skip-ink: none;
      color: white;
      margin-bottom: 0; }
